ports/60424: [patch] lang/cyclone: ONLY_FOR_ARCHS=i386

Volker Stolz stolz at i2.informatik.rwth-aachen.de
Sat Dec 20 12:10:39 UTC 2003


>Number:         60424
>Category:       ports
>Synopsis:       [patch] lang/cyclone: ONLY_FOR_ARCHS=i386
>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:   Sat Dec 20 04:10:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-STABLE FreeBSD 4.9-STABLE #12: Mon Dec 8 15:14:27 CET 2003 root at menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386


>Description:
- Mark ONLY_FOR_ARCHS=i386. Although it's for x86, it depends on
   sizeof(int) == sizeof(void *), so it won't work on amd64.
- Grab maintainership
>How-To-Repeat:
>Fix:
--- cyclone begins here ---
diff -urN /usr/ports/lang/cyclone/Makefile cyclone/Makefile
--- /usr/ports/lang/cyclone/Makefile	Mon Nov 10 09:43:28 2003
+++ cyclone/Makefile	Sat Dec 20 13:04:16 2003
@@ -14,8 +14,10 @@
 # Can't conditionalise fetching of docs due to distinfo:
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-docs.tgz
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	stolz at i2.informatik.rwth-aachen.de
 COMMENT=	A safe dialect of C from Cornell and AT&T Research
+
+ONLY_FOR_ARCHS=	i386
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
--- cyclone ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list