diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-11 08:04:41 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-04-11 08:04:41 +0000 |
commit | f2fc2d60ae226a1b8d5411fb4aab91ea92be6f91 (patch) | |
tree | e9a77f53d4fe679665594e718ad34b49668507cc /biology | |
parent | 063f8ca62467e4709e58c8bb6b67c85970fe28a1 (diff) | |
download | ports-f2fc2d60ae226a1b8d5411fb4aab91ea92be6f91.tar.gz ports-f2fc2d60ae226a1b8d5411fb4aab91ea92be6f91.zip |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes
Notes:
svn path=/head/; revision=132992
Diffstat (limited to 'biology')
-rw-r--r-- | biology/avida/Makefile | 2 | ||||
-rw-r--r-- | biology/deft/files/Makefile.deft | 2 | ||||
-rw-r--r-- | biology/garlic/Makefile | 2 | ||||
-rw-r--r-- | biology/libgenome/Makefile | 2 | ||||
-rw-r--r-- | biology/migrate/Makefile | 2 | ||||
-rw-r--r-- | biology/mopac/Makefile | 2 | ||||
-rw-r--r-- | biology/platon/Makefile | 2 | ||||
-rw-r--r-- | biology/treepuzzle/Makefile | 2 | ||||
-rw-r--r-- | biology/xdrawchem/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile index 825a3dc3b317..6985cb872843 100644 --- a/biology/avida/Makefile +++ b/biology/avida/Makefile @@ -17,7 +17,7 @@ COMMENT= Avida is an auto-adaptive genetic system designed for ALife research USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-standard-prefix --datadir=${DATADIR} --enable-viewer -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_PERL5_BUILD= yes USE_REINPLACE= yes diff --git a/biology/deft/files/Makefile.deft b/biology/deft/files/Makefile.deft index 18e8684be2e5..7860a06f654a 100644 --- a/biology/deft/files/Makefile.deft +++ b/biology/deft/files/Makefile.deft @@ -4,7 +4,7 @@ TARGET = DeFT.exec FFLAGS += -w -O3 CFLAGS += -w -O3 -.if ${MACHINE_ARCH} == "i386" +.if ${ARCH} == "i386" FFLAGS += -malign-double CFLAGS += -malign-double .endif diff --git a/biology/garlic/Makefile b/biology/garlic/Makefile index 6c24973fcf6e..89784ea2f707 100644 --- a/biology/garlic/Makefile +++ b/biology/garlic/Makefile @@ -26,7 +26,7 @@ ALL_TARGET= # empty .if defined(WITH_OPTIMIZED_FLAGS) CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -.if (${MACHINE_ARCH} == "i386") +.if (${ARCH} == "i386") CFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 .endif # i386 .endif diff --git a/biology/libgenome/Makefile b/biology/libgenome/Makefile index b6f3ffa28cf5..4f5e3125bf6b 100644 --- a/biology/libgenome/Makefile +++ b/biology/libgenome/Makefile @@ -18,7 +18,7 @@ COMMENT= Toolkit for developing bioinformatic related software in C++ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_REINPLACE= yes USE_INC_LIBTOOL_VER= 13 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes post-patch: diff --git a/biology/migrate/Makefile b/biology/migrate/Makefile index a2d2d78e74b2..d012d994a1d2 100644 --- a/biology/migrate/Makefile +++ b/biology/migrate/Makefile @@ -16,7 +16,7 @@ COMMENT= A program to estimate population sizes and migration rates WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_REINPLACE= yes MAN1= migrate.1 diff --git a/biology/mopac/Makefile b/biology/mopac/Makefile index e3131868117a..088e0da8f505 100644 --- a/biology/mopac/Makefile +++ b/biology/mopac/Makefile @@ -35,7 +35,7 @@ MAKE_ARGS+= FC=ftn77 MAKE_ARGS+= FC=f77 .endif MAKE_ARGS+= FFLAGS="${FFLAGS} -w" CFLAGS="${CFLAGS} -I${PREFIX}/include" -.if ${MACHINE_ARCH} == "i386" +.if ${ARCH} == "i386" FFLAGS+= -malign-double .endif diff --git a/biology/platon/Makefile b/biology/platon/Makefile index f22e06fd0246..df07f27b4197 100644 --- a/biology/platon/Makefile +++ b/biology/platon/Makefile @@ -30,7 +30,7 @@ TESTDATADIR= ABSORB_EXAMPLE ABSTOMPA_EXAMPLE ABSTOMPA_TEST ADDSYM_EXAMPLE \ ASYM_EXAMPLE DELABS_EXAMPLE MULABS_EXAMPLE PSICOR_EXAMPLE \ SQUEEZE_EXAMPLE -.if ${MACHINE_ARCH} == "alpha" +.if ${ARCH} == "alpha" BROKEN= "/usr/libexec/elf/ld: platon.o: .got subsegment exceeds 64K (size 88552)" .endif diff --git a/biology/treepuzzle/Makefile b/biology/treepuzzle/Makefile index f114797909b6..98d0a706d9ec 100644 --- a/biology/treepuzzle/Makefile +++ b/biology/treepuzzle/Makefile @@ -15,7 +15,7 @@ MAINTAINER= jan.lentfer@web.de COMMENT= Maximum likelihood phylogeny reconstruction using quartets GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/puzzle pre-configure: diff --git a/biology/xdrawchem/Makefile b/biology/xdrawchem/Makefile index 0cbd10be3183..4f0b3c460015 100644 --- a/biology/xdrawchem/Makefile +++ b/biology/xdrawchem/Makefile @@ -18,7 +18,7 @@ COMMENT= Chemical drawing program LIB_DEPENDS= openbabel.0:${PORTSDIR}/science/openbabel CFLAGS+= -O0 -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} GNU_CONFIGURE= yes PKGMESSAGE= ${WRKDIR}/pkg-message QTCFGLIBS+= ${PTHREAD_LIBS} |