diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2015-01-15 20:00:09 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2015-01-15 20:00:09 +0000 |
commit | 34ae7a3272e52dd2cae80e75d00728ed2c75bd5d (patch) | |
tree | 3a5fa89ce069d98addd4a454dabe5acd815b9dda | |
parent | New port: sysutils/sbsigntool (diff) |
- Remove vestiges of alpha support
Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=377141
-rw-r--r-- | audio/zinf/Makefile | 4 | ||||
-rw-r--r-- | devel/asl/Makefile | 2 | ||||
-rw-r--r-- | devel/judy/Makefile | 2 | ||||
-rw-r--r-- | devel/st/Makefile | 2 | ||||
-rw-r--r-- | graphics/ayam/Makefile | 4 | ||||
-rw-r--r-- | graphics/gtkdps/Makefile | 2 | ||||
-rw-r--r-- | misc/localedata/Makefile | 2 | ||||
-rw-r--r-- | multimedia/bsdbktr_tvtune/Makefile | 2 | ||||
-rw-r--r-- | multimedia/vcdgear/Makefile | 15 | ||||
-rw-r--r-- | multimedia/xawtv/Makefile | 2 | ||||
-rw-r--r-- | security/john/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Net-SinFP/Makefile | 2 | ||||
-rw-r--r-- | security/p5-PGP/Makefile | 2 | ||||
-rw-r--r-- | security/pgp/Makefile | 2 |
14 files changed, 13 insertions, 32 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index fb366c62e86d..34c1df4e29d8 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -42,10 +42,6 @@ CPPFLAGS+= "-D_M_IX86" CONFIGURE_ARGS+= --disable-x86opts .endif -.if ${ARCH} == "alpha" -CPPFLAGS+= "-D_M_ALPHA" -.endif - post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|Player::||' ${WRKSRC}/base/include/player.h diff --git a/devel/asl/Makefile b/devel/asl/Makefile index 8b7e96881a41..fe3ccbd90bc8 100644 --- a/devel/asl/Makefile +++ b/devel/asl/Makefile @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= devel/lang/assemblers MAINTAINER= doconnor@gsoft.com.au COMMENT= Assembler for a variety of microcontrollers/-processors -ONLY_FOR_ARCHS= i386 alpha amd64 +ONLY_FOR_ARCHS= i386 amd64 MAKE_ENV+= STAGEDIR=${STAGEDIR} diff --git a/devel/judy/Makefile b/devel/judy/Makefile index 2ad6a645a320..8c911ca0bcd3 100644 --- a/devel/judy/Makefile +++ b/devel/judy/Makefile @@ -26,7 +26,7 @@ PORTDOCS= COPYRIGHT README *.htm .if ${ARCH} == "i386" CONFIGURE_ARGS+= --enable-32-bit -.elif ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" || ${ARCH} == "alpha" +.elif ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" CONFIGURE_ARGS+= --enable-64-bit .endif diff --git a/devel/st/Makefile b/devel/st/Makefile index 889580626cf0..af30c39cc48d 100644 --- a/devel/st/Makefile +++ b/devel/st/Makefile @@ -12,7 +12,7 @@ COMMENT= State Threads Library for Internet Applications USES= uidfix USE_LDCONFIG= yes -ONLY_FOR_ARCHS= i386 alpha amd64 +ONLY_FOR_ARCHS= i386 amd64 DOCS= fig.gif notes.html reference.html st.html \ timeout_heap.txt diff --git a/graphics/ayam/Makefile b/graphics/ayam/Makefile index 81669041e254..0b27f37b072d 100644 --- a/graphics/ayam/Makefile +++ b/graphics/ayam/Makefile @@ -33,10 +33,6 @@ PLUGINS_DIR= ${PREFIX}/lib/${PORTNAME} .include <bsd.port.options.mk> -.if ${ARCH} == "alpha" -BROKEN= Does not build on alpha -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/tcl/ayam.tcl @${REINPLACE_CMD} -e 's|^MF3DCFLAGS =|MF3DCFLAGS = -fPIC|g' \ diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index 5211dd2b276f..b273b87ea783 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -23,8 +23,6 @@ CONFIGURE_ARGS= --with-dps-includes=${LOCALBASE}/include \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -BROKEN_alpha= Does not compile on alpha - OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/misc/localedata/Makefile b/misc/localedata/Makefile index 47d783f25516..b5c4f06c18ae 100644 --- a/misc/localedata/Makefile +++ b/misc/localedata/Makefile @@ -13,7 +13,7 @@ COMMENT= Legacy locale data for FreeBSD 6+ USES= tar:bzip2 NO_BUILD= yes -ONLY_FOR_ARCHS= amd64 alpha ia64 i386 pc98 sparc64 +ONLY_FOR_ARCHS= amd64 ia64 i386 pc98 sparc64 TARGET_DIR= ${PREFIX}/share/compat diff --git a/multimedia/bsdbktr_tvtune/Makefile b/multimedia/bsdbktr_tvtune/Makefile index 50799f3aebd8..173d9788b483 100644 --- a/multimedia/bsdbktr_tvtune/Makefile +++ b/multimedia/bsdbktr_tvtune/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://mina.naguib.ca/dist/ MAINTAINER= mina.website@naguib.ca COMMENT= Console Brooktree (bktr) TV tuner -ONLY_FOR_ARCHS= alpha i386 +ONLY_FOR_ARCHS= i386 PLIST_FILES= bin/bsdbktr_tvtune WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= bsdbktr_tvtune diff --git a/multimedia/vcdgear/Makefile b/multimedia/vcdgear/Makefile index 92ce73044d17..a41010de4929 100644 --- a/multimedia/vcdgear/Makefile +++ b/multimedia/vcdgear/Makefile @@ -5,9 +5,10 @@ PORTNAME= vcdgear PORTVERSION= 1.6d CATEGORIES= multimedia MASTER_SITES= http://www.vcdgear.com/files/ +DISTNAME= ${PORTNAME}16d_i386_freebsd42 MAINTAINER= ports@FreeBSD.org -COMMENT= Tool to convert VCDs from cue/bin format to mpeg +COMMENT= Tool to convert VCDs from cue/bin format to mpeg WRKSRC= ${WRKDIR}/vcdgear16 NO_BUILD= true @@ -18,15 +19,7 @@ PORTDOCS= faq.txt manual.txt whatsnew.txt OPTIONS_DEFINE= DOCS -ONLY_FOR_ARCHS= alpha i386 amd64 - -.include <bsd.port.pre.mk> - -.if ${ARCH} == i386 || ${ARCH} == amd64 -DISTNAME= ${PORTNAME}16d_i386_freebsd42 -.elif ${ARCH} == alpha -DISTNAME= ${PORTNAME}16d_alpha_freebsd41 -.endif +ONLY_FOR_ARCHS= i386 amd64 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vcdgear16_static \ @@ -35,4 +28,4 @@ do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index 5f8e23fd5ad3..56795302b514 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -27,7 +27,7 @@ CPPFLAGS+= -I${WRKSRC}/common LIBS+= -L${LOCALBASE}/lib MAKE_ENV= verbose=yes USE_LDCONFIG= yes -ONLY_FOR_ARCHS= alpha amd64 i386 +ONLY_FOR_ARCHS= amd64 i386 FILES_LIBJPEG= console/Subdir.mk x11/Subdir.mk libng/plugins/Subdir.mk diff --git a/security/john/Makefile b/security/john/Makefile index 6670edf624de..434e7e0cc5fa 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -51,8 +51,6 @@ ALL_TARGET= ${OSNAME}-x86-any . endif .elif ${ARCH} == "amd64" ALL_TARGET= ${OSNAME}-x86-64 -.elif ${ARCH} == "alpha" -ALL_TARGET= ${OSNAME}-alpha .else ALL_TARGET= generic .endif diff --git a/security/p5-Net-SinFP/Makefile b/security/p5-Net-SinFP/Makefile index c9e52ee7eb56..33409c5d3737 100644 --- a/security/p5-Net-SinFP/Makefile +++ b/security/p5-Net-SinFP/Makefile @@ -47,7 +47,7 @@ regression-test: @(cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} && ${MAKE} test) .endif -ONLY_FOR_ARCHS= i386 amd64 alpha +ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= Big endian architectures not supported yet .include <bsd.port.mk> diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index d748fa701b8e..1eef688eb9f0 100644 --- a/security/p5-PGP/Makefile +++ b/security/p5-PGP/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= pgpin:${PORTSDIR}/security/pgpin PORTSCOUT= skipv:1.0 -ONLY_FOR_ARCHS= i386 alpha amd64 sparc64 +ONLY_FOR_ARCHS= i386 amd64 sparc64 USES= perl5 USE_PERL5= configure diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 0c9773e7d17a..e0c7d3e85e0d 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -11,7 +11,7 @@ DISTNAME= pgp263is MAINTAINER= ports@FreeBSD.org COMMENT= PGP International version - Public-Key encryption for the masses -ONLY_FOR_ARCHS= i386 alpha amd64 sparc64 +ONLY_FOR_ARCHS= i386 amd64 sparc64 BROKEN_amd64= unable to validate signatures WRKSRC= ${WRKDIR}/src |