ports/53455: [patch][non-maintainer] replace BROKEN by NOT_FOR_ARCHS in devel/py-ctypes
Mark Linimon
linimon at lonesome.com
Wed Jun 18 19:40:20 UTC 2003
>Number: 53455
>Category: ports
>Synopsis: [patch][non-maintainer] replace BROKEN by NOT_FOR_ARCHS in devel/py-ctypes
>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: Wed Jun 18 12:40: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 correct usage for this Makefile is to use NOT_FOR_ARCHS. This
will prevent bento from wasting its time trying to build.
>How-To-Repeat:
n/a
>Fix:
--- py-ctypes/Makefile.dist Sat Jun 14 00:25:06 2003
+++ py-ctypes/Makefile Wed Jun 18 14:35:03 2003
@@ -32,9 +32,7 @@
.include <bsd.port.pre.mk>
-.if ${ARCH} == "ia64"
-BROKEN= "does not build"
-.endif
+NOT_FOR_ARCHS= ia64
post-patch:
${LN} -sf ${LIBFFIWRKSRC}/config-ml.in ${LIBFFIWRKSRC}/..
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list