diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-06-25 00:29:09 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-06-25 00:29:09 +0000 |
commit | 45cb752a04894d48090981be1a7d2f549f2b684f (patch) | |
tree | ec081b06d4ac1171d90c17f7c227c9b2007dc591 /archivers | |
parent | 5b72408838c185b3a8f6d14cd522ed27f7fd4ed2 (diff) | |
download | ports-45cb752a04894d48090981be1a7d2f549f2b684f.tar.gz ports-45cb752a04894d48090981be1a7d2f549f2b684f.zip |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=444251
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p7zip/Makefile | 1 | ||||
-rw-r--r-- | archivers/par2cmdline-tbb/Makefile | 3 | ||||
-rw-r--r-- | archivers/rar/Makefile | 7 |
3 files changed, 6 insertions, 5 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index f094166341e8..fbaaf469975c 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} CFLAGS_aarch64= -fPIC CFLAGS_amd64= -fPIC -CFLAGS_ia64= -fPIC CFLAGS_powerpc= -fPIC CFLAGS_sparc64= -fPIC diff --git a/archivers/par2cmdline-tbb/Makefile b/archivers/par2cmdline-tbb/Makefile index 81c5a2fdbe3c..6df1e8476459 100644 --- a/archivers/par2cmdline-tbb/Makefile +++ b/archivers/par2cmdline-tbb/Makefile @@ -15,7 +15,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libtbb.so:devel/tbb -ONLY_FOR_ARCHS= i386 amd64 ia64 +ONLY_FOR_ARCHS= amd64 i386 + GNU_CONFIGURE= yes USES= autoreconf CPPFLAGS+= -I${LOCALBASE}/include diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index ff97dc9a92c8..83ae9baa24b1 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -16,6 +16,9 @@ LICENSE_NAME= RAR license LICENSE_FILE= ${WRKSRC}/license.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_powerpc= fails to install: File format not recognized +BROKEN_sparc64= fails to install: File format not recognized + RESTRICTED= only unmodified original package can be distributed NO_BUILD= yes WRKSRC= ${WRKDIR}/rar @@ -29,9 +32,7 @@ SFX_DESC= SFX archive support (implies compat9x on FreeBSD 10 and up) .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= fails to install on ia64/powerpc/sparc64: File format not recognized -.elif ${ARCH} == "amd64" || ${ARCH} == "ia64" +.if ${ARCH} == "amd64" .if !defined(HAVE_COMPAT_IA32_KERN) HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi .endif |