svn commit: r517126 - head/cad/librecad

Piotr Kubaj pkubaj at anongoth.pl
Sun Nov 10 12:18:58 UTC 2019


It seems it's a known issue, reported here https://github.com/LibreCAD/LibreCAD/issues/1130

Do you find this patch acceptable?
Index: /usr/ports/cad/librecad/Makefile
===================================================================
--- /usr/ports/cad/librecad/Makefile    (revision 517201)
+++ /usr/ports/cad/librecad/Makefile    (working copy)
@@ -5,8 +5,10 @@
 PORTREVISION=  10
 CATEGORIES=    cad

-PATCH_SITES=   https://github.com/LibreCAD/LibreCAD/commit/
-PATCHFILES=    d0a0ef284b7fcc5c0d65b92c30855f62b637653f.patch:-p1
+PATCH_SITES_gcc= https://github.com/LibreCAD/LibreCAD/commit/
+PATCH_SITES=   ${PATCH_SITES_${CHOSEN_COMPILER_TYPE}}
+PATCHFILES_gcc=        d0a0ef284b7fcc5c0d65b92c30855f62b637653f.patch:-p1
+PATCHFILES=    ${PATCHFILES_${CHOSEN_COMPILER_TYPE}}

 MAINTAINER=    jhale at FreeBSD.org
 COMMENT=       2D CAD system

On 19-11-10 13:54:41, Max Brazhnikov wrote:
> On Sat, 9 Nov 2019 13:01:16 +0000 (UTC) Piotr Kubaj wrote:
> > Author: pkubaj
> > Date: Sat Nov  9 13:01:16 2019
> > New Revision: 517126
> > URL: https://svnweb.freebsd.org/changeset/ports/517126
> > 
> > Log:
> >   cad/librecad: fix build on GCC architectures
> >   
> >   Merge upstream patch to fix build with GCC.
> >   
> >   PR:		241496
> >   Approved by:	jhale (maintainer timeout), linimon (mentor)
> > 
> > Modified:
> >   head/cad/librecad/Makefile
> >   head/cad/librecad/distinfo
> > 
> > Modified: head/cad/librecad/Makefile
> > ==============================================================================
> > --- head/cad/librecad/Makefile	Sat Nov  9 12:44:25 2019	(r517125)
> > +++ head/cad/librecad/Makefile	Sat Nov  9 13:01:16 2019	(r517126)
> > @@ -5,6 +5,9 @@ DISTVERSION=	2.2.0-rc1
> >  PORTREVISION=	10
> >  CATEGORIES=	cad
> >  
> > +PATCH_SITES=	https://github.com/LibreCAD/LibreCAD/commit/
> > +PATCHFILES=	d0a0ef284b7fcc5c0d65b92c30855f62b637653f.patch:-p1
> 
> Hi Piotr,
> 
> the port doesn't build on stable after this commit. Revering the change helps.
> 
> Max
> 
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20191110/e0a2413c/attachment.sig>


More information about the svn-ports-all mailing list