Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2003 23:32:49 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53129: [patch] fix Makefile for devel/ups-debug
Message-ID:  <200306100432.h5A4WnBA093990@lonesome.lonesome.com>
Resent-Message-ID: <200306100430.h5A4UGhO018769@freefall.freebsd.org>

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

>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@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:



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