Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2007 06:51:40 GMT
From:      David Yeske <dyeske@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115565: cad/leocad flag broken
Message-ID:  <200708160651.l7G6pebl030305@www.freebsd.org>
Resent-Message-ID: <200708160700.l7G703WR017249@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115565
>Category:       ports
>Synopsis:       cad/leocad flag broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 16 07:00:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     David Yeske
>Release:        HEAD
>Organization:
>Environment:
FreeBSD speed 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Jul 18 23:40:39 EDT 2007     root@speed:/usr/obj/usr/src/sys/SPEED  amd64

>Description:
1. unzip -> ${UNZIP_CMD}
2. flag broken on gcc 4.2.0 until I can fix it
>How-To-Repeat:

>Fix:
see attachment

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/cad/leocad/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	5 Jul 2007 23:39:01 -0000	1.19
+++ Makefile	16 Aug 2007 00:26:53 -0000
@@ -30,12 +30,16 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} >= 700042
+BROKEN=		Does not compile with GCC 4.2
+.endif
+
 .if ${OSVERSION} < 600000 && ${OSVERSION} >= 504105
 BROKEN=		Does not compile on FreeBSD 5.x
 .endif
 
 post-extract:
-	@unzip -q -o ${DISTDIR}/leocad-pieces-20030330.zip -d ${WRKDIR}/pieces
+	@${UNZIP_CMD} -q -o ${DISTDIR}/leocad-pieces-20030330.zip -d ${WRKDIR}/pieces
 
 post-patch:
 	@${REINPLACE_CMD} -e \


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708160651.l7G6pebl030305>