diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 20:08:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 20:08:47 +0000 |
commit | 33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6 (patch) | |
tree | a9a385d1f8fd2b11911d2cd0d573aac02fcb8c83 | |
parent | Update to 2.0.1. (diff) |
Now builds on sparc64
-rw-r--r-- | devel/libassa/Makefile | 4 | ||||
-rw-r--r-- | emulators/fceu/Makefile | 4 | ||||
-rw-r--r-- | emulators/fceux/Makefile | 4 | ||||
-rw-r--r-- | emulators/vba/Makefile | 2 | ||||
-rw-r--r-- | games/criticalmass/Makefile | 4 | ||||
-rw-r--r-- | games/foobillard/Makefile | 4 | ||||
-rw-r--r-- | graphics/dore/Makefile | 4 | ||||
-rw-r--r-- | graphics/pixie/Makefile | 4 | ||||
-rw-r--r-- | graphics/xaos/Makefile | 4 | ||||
-rw-r--r-- | japanese/rxvt/Makefile | 4 | ||||
-rw-r--r-- | lang/libjit/Makefile | 2 | ||||
-rw-r--r-- | math/tomsfastmath/Makefile | 2 | ||||
-rw-r--r-- | multimedia/nuppelvideo/Makefile | 4 | ||||
-rw-r--r-- | sysutils/progsreiserfs/Makefile | 4 | ||||
-rw-r--r-- | www/amaya/Makefile | 4 | ||||
-rw-r--r-- | www/clearsilver/Makefile | 4 |
16 files changed, 3 insertions, 55 deletions
diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile index 0ab03ad19782..ef38c6b44632 100644 --- a/devel/libassa/Makefile +++ b/devel/libassa/Makefile @@ -30,8 +30,4 @@ post-patch: BROKEN= compilation fails and passing -fhuge-objects does not help .endif -.if ${ARCH} == "sparc64" -BROKEN= does not build on sparc64 -.endif - .include <bsd.port.post.mk> diff --git a/emulators/fceu/Makefile b/emulators/fceu/Makefile index 3c4a5432a327..c752d7075bc0 100644 --- a/emulators/fceu/Makefile +++ b/emulators/fceu/Makefile @@ -34,10 +34,6 @@ PLIST_DIRS= %%DOCSDIR%% .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - post-extract: ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/src/drivers/common/vidblit.c diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index 3c4a5432a327..c752d7075bc0 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -34,10 +34,6 @@ PLIST_DIRS= %%DOCSDIR%% .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - post-extract: ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/src/drivers/common/vidblit.c diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 8c780eb03382..a2555561ff3d 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -34,7 +34,7 @@ DOC_FILES= COPYING AUTHORS NEWS README ChangeLog INSTALL .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +.if ${ARCH} == "ia64" BROKEN= "Runaway cc1plus process" .endif diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index 1d4b7daadeae..65199912026b 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -35,10 +35,6 @@ PLIST_DIRS= share/Critical_Mass .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - post-patch: @${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|SDL/SDL|SDL|g' diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index d565627c449a..aee76eb81081 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -19,10 +19,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "does not compile on sparc64" -.endif - FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config USE_GETOPT_LONG=yes diff --git a/graphics/dore/Makefile b/graphics/dore/Makefile index f688046ac39d..8e123891e9b5 100644 --- a/graphics/dore/Makefile +++ b/graphics/dore/Makefile @@ -26,10 +26,6 @@ NOPRECIOUSMAKEVARS= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - post-extract: @${MKDIR} ${WRKSRC}/lib diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index 993d9bdbfba7..e0756b11924f 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -44,10 +44,6 @@ SUB_LIST+= PORTNAME=${PORTNAME} NOT_FOR_ARCHS= alpha .endif -.if ${OSVERSION} >= 600000 && ${ARCH} == "sparc64" -BROKEN= doesn't compile because of internal gcc failure -.endif - post-patch: @${FIND} -X ${WRKSRC} -name '*.cpp' -or -name '*.h' | \ ${XARGS} ${REINPLACE_CMD} -i '' -e 's|malloc\.h|stdlib\.h|g' diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index 13827e0496da..8051cf746b55 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -68,10 +68,6 @@ CONFIGURE_ARGS+= --with-pthread=no CFLAGS+= -DNOREGISTERS .endif -.if ${ARCH} != "i386" && ${ARCH} != "amd64" && ${OSVERSION} >= 502102 -BROKEN= "Does not compile on FreeBSD >=5.x on !i386 and !amd64" -.endif - post-install: ${STRIP_CMD} ${PREFIX}/bin/xaos diff --git a/japanese/rxvt/Makefile b/japanese/rxvt/Makefile index d26ff8600792..e67a8edea4a4 100644 --- a/japanese/rxvt/Makefile +++ b/japanese/rxvt/Makefile @@ -29,10 +29,6 @@ RXVTLIB= ${PREFIX}/lib/X11/rxvt .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - pre-install: @${MKDIR} ${DOCDIR} @${INSTALL_DATA} ${FILESDIR}/README.ja ${DOCDIR} diff --git a/lang/libjit/Makefile b/lang/libjit/Makefile index ad5400b51fb4..d3b17fca0c10 100644 --- a/lang/libjit/Makefile +++ b/lang/libjit/Makefile @@ -23,7 +23,7 @@ MAN3= libjit.3 .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +.if ${ARCH} == "ia64" BROKEN= Segfault during build .endif diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index 0aa94c9ce60e..7b42411d2b40 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -23,7 +23,7 @@ ALL_TARGET= default PLIST_FILES= include/tfm.h lib/libtfm.a -NOT_FOR_ARCHS= ia64 sparc64 +NOT_FOR_ARCHS= ia64 NOT_FOR_ARCHS_REASON_ia64= fails to compile .include <bsd.port.mk> diff --git a/multimedia/nuppelvideo/Makefile b/multimedia/nuppelvideo/Makefile index 7601cc31e29d..8c26d03f000d 100644 --- a/multimedia/nuppelvideo/Makefile +++ b/multimedia/nuppelvideo/Makefile @@ -29,10 +29,6 @@ CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include \ .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -BROKEN= "Does not compile on !i386 and !amd64" -.endif - ### ## Auto detected features ### diff --git a/sysutils/progsreiserfs/Makefile b/sysutils/progsreiserfs/Makefile index 7fe08610df7f..76d2df98d297 100644 --- a/sysutils/progsreiserfs/Makefile +++ b/sysutils/progsreiserfs/Makefile @@ -33,10 +33,6 @@ MAN8= cpfs.reiserfs.8 mkfs.reiserfs.8 reiserfs.8 \ .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "amd64" -BROKEN= "Does not compile on non-i386 and non-amd64" -.endif - .if ${OSVERSION} >= 500041 CFLAGS+= -Dgetopt_long_only=getopt_long EXTRA_PATCHES= ${FILESDIR}/extrapatch-progsreiserfs::libmisc::Makefile.in diff --git a/www/amaya/Makefile b/www/amaya/Makefile index 6e46648b7016..e6ffd7bc36d3 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -53,10 +53,6 @@ PLIST_SUB= REALVERSION="${REALVERSION}" .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Does not build on sparc64" -.endif - .if defined(WITH_BOOKMARKS) CONFIGURE_ARGS+= --enable-bookmarks .else diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile index 8004eb50b322..64afcf537bd9 100644 --- a/www/clearsilver/Makefile +++ b/www/clearsilver/Makefile @@ -62,10 +62,6 @@ MAN3= cBroadcast.3 cCreate.3 cDestroy.3 cSignal.3 cWait.3 \ .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= Does not compile completely on sparc64 -.endif - .if ${OSVERSION} < 500000 BROKEN= Does not compile .endif |