ports/53129: [patch] fix Makefile for devel/ups-debug

Mark Linimon linimon at lonesome.com
Tue Jun 10 04:30:19 UTC 2003


>Number:         53129
>Category:       ports
>Synopsis:       [patch] fix Makefile for devel/ups-debug
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 09 21:30:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	The logic in the Makefile to determine BROKEN duplicates work
	that bsd.port.mk would be happy to do for it.  In addition,
	it is unclear.  This also brings the usage of IGNORE and
	BROKEN more in line with practice elsewhere.  (Note, however,
	that making it correspond with practice elsewhere will mean that
	bento will attempt to build this on i386-5-full.)
>How-To-Repeat:
	N/A
>Fix:

--- ups-debug/Makefile.dist	Thu Apr  3 15:16:26 2003
+++ ups-debug/Makefile	Mon Jun  9 23:26:27 2003
@@ -26,10 +26,10 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} != i386 || ${OSVERSION} > 500000
-BROKEN=	"compiles only under -STABLE on i386"
-# Avoid building packages on bento for unsupported platforms
-IGNORE=	${BROKEN}
+ONLY_FOR_ARCHS=	i386
+
+.if ${OSVERSION} > 500000
+BROKEN=	"Does not compile on 5.X"
 .endif
 
 post-install:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list