diff options
author | obrien <obrien@FreeBSD.org> | 2005-04-11 08:04:41 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-04-11 08:04:41 +0000 |
commit | 6b02d1b35c173832c085697cf76aa156d04ad843 (patch) | |
tree | 195cb55f1eda849521409154920849cf102b91fa /archivers | |
parent | 93ea51bfc3219265c52c39374430d10201b8f436 (diff) | |
download | FreeBSD-ports-6b02d1b35c173832c085697cf76aa156d04ad843.zip FreeBSD-ports-6b02d1b35c173832c085697cf76aa156d04ad843.tar.gz |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/advancecomp/Makefile | 2 | ||||
-rw-r--r-- | archivers/arj/Makefile | 2 | ||||
-rw-r--r-- | archivers/cabextract/Makefile | 2 | ||||
-rw-r--r-- | archivers/dact/Makefile | 2 | ||||
-rw-r--r-- | archivers/dynamite/Makefile | 2 | ||||
-rw-r--r-- | archivers/gzip/Makefile | 2 | ||||
-rw-r--r-- | archivers/libdynamite/Makefile | 2 | ||||
-rw-r--r-- | archivers/liborange/Makefile | 2 | ||||
-rw-r--r-- | archivers/lzop/Makefile | 2 | ||||
-rw-r--r-- | archivers/orange/Makefile | 2 | ||||
-rw-r--r-- | archivers/par2cmdline/Makefile | 2 | ||||
-rw-r--r-- | archivers/star/Makefile | 6 | ||||
-rw-r--r-- | archivers/tardy/Makefile | 2 | ||||
-rw-r--r-- | archivers/ucl/Makefile | 2 |
14 files changed, 16 insertions, 16 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile index c36be5c..1909974 100644 --- a/archivers/advancecomp/Makefile +++ b/archivers/advancecomp/Makefile @@ -17,7 +17,7 @@ COMMENT= Recompression utilities for .ZIP, .PNG, .MNG and .GZ files USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= advdef.1 advmng.1 advpng.1 advzip.1 diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 1c63095..4d7756d 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -17,7 +17,7 @@ COMMENT= Open-source ARJ USE_REINPLACE= yes USE_AUTOCONF_VER= 259 USE_GMAKE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_WRKSRC= ${WRKSRC}/gnu CONFIGURE_ENV= CFLAGS="-fPIC" MAKEFILE= GNUmakefile diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile index 924398d..556e5b4 100644 --- a/archivers/cabextract/Makefile +++ b/archivers/cabextract/Makefile @@ -15,7 +15,7 @@ COMMENT= A program to extract Microsoft cabinet (.CAB) files USE_GETOPT_LONG= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} MANLANG= "" ja MAN1= cabextract.1 diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index a4952a8..a269b47 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} \ --libdir=${PREFIX}/lib CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/archivers/dynamite/Makefile b/archivers/dynamite/Makefile index 514958e..ac9991b 100644 --- a/archivers/dynamite/Makefile +++ b/archivers/dynamite/Makefile @@ -15,7 +15,7 @@ MAINTAINER= boris@brooknet.com.au COMMENT= Decompress data compressed with PKWARE Data Compression Library GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index 9ada5d0..44dcf9a 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -21,7 +21,7 @@ COMMENT= A compression utility designed to be a replacement for compress USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} MAN1= gunzip.1 gzexe.1 gzip.1 zcat.1 zcmp.1 zdiff.1 zforce.1 \ zgrep.1 zless.1 zmore.1 znew.1 diff --git a/archivers/libdynamite/Makefile b/archivers/libdynamite/Makefile index 514958e..ac9991b 100644 --- a/archivers/libdynamite/Makefile +++ b/archivers/libdynamite/Makefile @@ -15,7 +15,7 @@ MAINTAINER= boris@brooknet.com.au COMMENT= Decompress data compressed with PKWARE Data Compression Library GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_REINPLACE= yes INSTALLS_SHLIB= yes diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index c5f93e0..04173fb 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \ unshield.0:${PORTSDIR}/archivers/unshield GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libsynce=${LOCALBASE} USE_ICONV= yes USE_LIBTOOL_VER=15 diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index bd11f60..f1fcc8d 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -16,7 +16,7 @@ COMMENT= Fast file compressor similar to gzip, using the LZO library LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/archivers/orange/Makefile b/archivers/orange/Makefile index c5f93e0..04173fb 100644 --- a/archivers/orange/Makefile +++ b/archivers/orange/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \ unshield.0:${PORTSDIR}/archivers/unshield GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libsynce=${LOCALBASE} USE_ICONV= yes USE_LIBTOOL_VER=15 diff --git a/archivers/par2cmdline/Makefile b/archivers/par2cmdline/Makefile index 03ca56e..fa061d9 100644 --- a/archivers/par2cmdline/Makefile +++ b/archivers/par2cmdline/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} PORTDOCS= README PLIST_FILES= bin/par2 bin/par2create bin/par2repair bin/par2verify diff --git a/archivers/star/Makefile b/archivers/star/Makefile index 47442a4..3a23590 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -24,14 +24,14 @@ MAN1= star.1 MLINKS= star.1 ustar.1 post-extract: -.if ${MACHINE_ARCH} != "i386" || ${CC} != "cc" +.if ${ARCH} != "i386" || ${CC} != "cc" @${LN} -sf i386-freebsd-cc.rul \ - ${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-${CC}.rul + ${WRKSRC}/RULES/${ARCH}-freebsd-${CC}.rul .endif do-install: @${INSTALL_PROGRAM} \ - ${WRKSRC}/star/OBJ/${MACHINE_ARCH}-freebsd-${CC}/star \ + ${WRKSRC}/star/OBJ/${ARCH}-freebsd-${CC}/star \ ${PREFIX}/bin @cd ${PREFIX}/bin ; ${LN} -f star ustar @${INSTALL_MAN} ${WRKSRC}/star/star.1 ${MANPREFIX}/man/man1 diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 73e7437..50d701c 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Manipulate the file headers in tar archive files in various ways GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} MAN1= tardy.1 PLIST_FILES= bin/tardy diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile index f3f1e07..a1a3710 100644 --- a/archivers/ucl/Makefile +++ b/archivers/ucl/Makefile @@ -16,7 +16,7 @@ COMMENT= A data compression library with low memory usage INSTALLS_SHLIB= yes USE_LIBTOOL_VER= 15 CONFIGURE_ARGS= --enable-shared -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} PORTDOCS= AUTHORS NEWS README THANKS TODO |