Date: Sat, 20 Dec 2003 13:07:43 +0100 (CET) From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/60424: [patch] lang/cyclone: ONLY_FOR_ARCHS=i386 Message-ID: <200312201207.hBKC7hL9014564@menelaos.informatik.rwth-aachen.de> Resent-Message-ID: <200312201210.hBKCAIhR064219@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@FreeBSD.org +MAINTAINER= stolz@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312201207.hBKC7hL9014564>