mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
This commit is contained in:
parent
b286f01b6c
commit
c3d8037aeb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133116
@ -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=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
MAN1= advdef.1 advmng.1 advpng.1 advzip.1
|
||||
|
@ -17,7 +17,7 @@ COMMENT= Open-source ARJ
|
||||
USE_REINPLACE= yes
|
||||
USE_AUTOCONF_VER= 259
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_WRKSRC= ${WRKSRC}/gnu
|
||||
CONFIGURE_ENV= CFLAGS="-fPIC"
|
||||
MAKEFILE= GNUmakefile
|
||||
|
@ -15,7 +15,7 @@ COMMENT= A program to extract Microsoft cabinet (.CAB) files
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MANLANG= "" ja
|
||||
MAN1= cabextract.1
|
||||
|
@ -23,7 +23,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} \
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
|
||||
--libdir=${PREFIX}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= boris@brooknet.com.au
|
||||
COMMENT= Decompress data compressed with PKWARE Data Compression Library
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
|
@ -21,7 +21,7 @@ COMMENT= A compression utility designed to be a replacement for compress
|
||||
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_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
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= boris@brooknet.com.au
|
||||
COMMENT= Decompress data compressed with PKWARE Data Compression Library
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
|
@ -20,7 +20,7 @@ LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \
|
||||
unshield.0:${PORTSDIR}/archivers/unshield
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-libsynce=${LOCALBASE}
|
||||
USE_ICONV= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
|
@ -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=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -20,7 +20,7 @@ LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \
|
||||
unshield.0:${PORTSDIR}/archivers/unshield
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-libsynce=${LOCALBASE}
|
||||
USE_ICONV= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
|
@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
PORTDOCS= README
|
||||
PLIST_FILES= bin/par2 bin/par2create bin/par2repair bin/par2verify
|
||||
|
@ -26,14 +26,14 @@ MLINKS= star.1 ustar.1
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-extract:
|
||||
.if ${ARCH} != "i386" || ${CC} != "cc"
|
||||
.if ${MACHINE_ARCH} != "i386" || ${CC} != "cc"
|
||||
@${LN} -sf i386-freebsd-cc.rul \
|
||||
${WRKSRC}/RULES/${ARCH}-freebsd-${CC}.rul
|
||||
${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-${CC}.rul
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} \
|
||||
${WRKSRC}/star/OBJ/${ARCH}-freebsd-${CC}/star \
|
||||
${WRKSRC}/star/OBJ/${MACHINE_ARCH}-freebsd-${CC}/star \
|
||||
${PREFIX}/bin
|
||||
@cd ${PREFIX}/bin ; ${LN} -f star ustar
|
||||
@${INSTALL_MAN} ${WRKSRC}/star/star.1 ${MANPREFIX}/man/man1
|
||||
|
@ -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=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MAN1= tardy.1
|
||||
PLIST_FILES= bin/tardy
|
||||
|
@ -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=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
PORTDOCS= AUTHORS NEWS README THANKS TODO
|
||||
|
||||
|
@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GTK+ frontend to SETI@Home
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
PLIST_FILES= bin/fooseti
|
||||
USE_GETTEXT= yes
|
||||
USE_GNOME= gtk12
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A program for matching star lists
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
PLIST_FILES= bin/apply_match bin/match bin/project_coords
|
||||
|
||||
|
@ -21,7 +21,7 @@ USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Allows you to listen to your own MP3's away from home
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MAN1= ample.1
|
||||
MAN5= ample.conf.5 ample.html.5
|
||||
|
@ -37,7 +37,7 @@ _NO_KDE_FINAL= yes
|
||||
CFLAGS+= -DHAVE_VASPRINTF
|
||||
CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}"
|
||||
CONFIGURE_TARGET= # empty
|
||||
CONFIGURE_ARGS+=--build=${ARCH}-portbld-freebsd${OSREL} \
|
||||
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
|
||||
--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
|
||||
|
||||
OPTIONS= ESD "Enable esound support" off \
|
||||
|
@ -14,7 +14,7 @@ MAINTAINER= KOT@MATPOCKuH.Ru
|
||||
COMMENT= Compact disc control utility
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
MAN1= cdctl.1 acdplay.1
|
||||
MAN8= autocd.8
|
||||
MLINKS= cdctl.1 eject.1 cdctl.1 pause.1
|
||||
|
@ -19,7 +19,7 @@ USE_GETOPT_LONG= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --with-ladspa-prefix="${LOCALBASE}"
|
||||
|
||||
|
@ -32,7 +32,7 @@ USE_GMAKE= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_REINPLACE= yes
|
||||
|
||||
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-xmms --with-mp4v2
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} -DHAVE_GTK" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
||||
|
@ -33,7 +33,7 @@ DRIVER= FILE
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64"
|
||||
PIC= --PIC
|
||||
.endif
|
||||
|
||||
|
@ -17,7 +17,7 @@ USE_REINPLACE= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MAN1= cuebreakpoints.1 cueconvert.1 cueprint.1
|
||||
PORTDOCS= README
|
||||
|
@ -20,7 +20,7 @@ LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \
|
||||
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-lame-prefix=${LOCALBASE} \
|
||||
--with-vorbis-prefix=${LOCALBASE}
|
||||
|
||||
|
@ -24,7 +24,7 @@ AUTOMAKE_ARGS= --add-missing
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
HAVECXX="yes"
|
||||
|
@ -26,7 +26,7 @@ NO_CDROM= "Restrictive copyright (do not sell for profit)"
|
||||
USE_AUTOMAKE_VER= 15
|
||||
USE_AUTOHEADER_VER= 259
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_GETOPT_LONG=yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -33,7 +33,7 @@ DIST_SUBDIR= festival
|
||||
RESTRICTED= no-commercial-use
|
||||
|
||||
FESTIVAL= ${WRKSRC}/festival
|
||||
FESTIVAL_ARCH= ${ARCH:S/i386/ix86/}
|
||||
FESTIVAL_ARCH= ${MACHINE_ARCH:S/i386/ix86/}
|
||||
FHOME= ${PREFIX}/share/festival
|
||||
MAKE_ENV+= PKG_EST_HOME=${SPEECHTOOLS} \
|
||||
EST_HOME=${SPEECHTOOLS} \
|
||||
|
@ -26,7 +26,7 @@ DIST_SUBDIR= festival
|
||||
|
||||
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa
|
||||
|
||||
FESTIVAL_ARCH= ${ARCH:S/i386/ix86/}
|
||||
FESTIVAL_ARCH= ${MACHINE_ARCH:S/i386/ix86/}
|
||||
USE_GCC= 2.95
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
@ -21,7 +21,7 @@ LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
PORTDOCS= README.remote
|
||||
PLIST_FILES= bin/flac123
|
||||
|
@ -29,7 +29,7 @@ DOC_FILES= API LICENSE README TODO USAGE
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "i386"
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
.endif
|
||||
|
||||
|
@ -10,9 +10,9 @@ PORTVERSION= 1.0.3
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio kde linux
|
||||
MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX}
|
||||
MASTER_SITE_SUBDIR= 8.0/en/os/${ARCH}/RedHat/RPMS
|
||||
MASTER_SITE_SUBDIR= 8.0/en/os/${MACHINE_ARCH}/RedHat/RPMS
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}-1.${ARCH}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}-1.${MACHINE_ARCH}
|
||||
EXTRACT_SUFX= .rpm
|
||||
EXTRACT_ONLY=
|
||||
|
||||
@ -30,8 +30,8 @@ ONLY_FOR_ARCHS= i386
|
||||
DIST_SUBDIR= rpm
|
||||
NO_BUILD= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
PLIST= ${MASTERDIR}/pkg-plist.${ARCH}
|
||||
MD5_FILE= ${MASTERDIR}/distinfo.${ARCH}
|
||||
PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH}
|
||||
MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
|
||||
|
||||
DBPATH= /var/lib/rpm
|
||||
RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \
|
||||
|
@ -15,7 +15,7 @@ COMMENT= RPM of esound
|
||||
|
||||
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile
|
||||
|
||||
RPM_SET= esound-${PORTVERSION}-1.${ARCH}.rpm
|
||||
RPM_SET= esound-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
|
||||
|
||||
.include "../../x11-toolkits/linux-gtk/Makefile"
|
||||
|
||||
|
@ -10,9 +10,9 @@ PORTVERSION= 1.0.3
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio kde linux
|
||||
MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX}
|
||||
MASTER_SITE_SUBDIR= 8.0/en/os/${ARCH}/RedHat/RPMS
|
||||
MASTER_SITE_SUBDIR= 8.0/en/os/${MACHINE_ARCH}/RedHat/RPMS
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}-1.${ARCH}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}-1.${MACHINE_ARCH}
|
||||
EXTRACT_SUFX= .rpm
|
||||
EXTRACT_ONLY=
|
||||
|
||||
@ -30,8 +30,8 @@ ONLY_FOR_ARCHS= i386
|
||||
DIST_SUBDIR= rpm
|
||||
NO_BUILD= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
PLIST= ${MASTERDIR}/pkg-plist.${ARCH}
|
||||
MD5_FILE= ${MASTERDIR}/distinfo.${ARCH}
|
||||
PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH}
|
||||
MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
|
||||
|
||||
DBPATH= /var/lib/rpm
|
||||
RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \
|
||||
|
@ -15,7 +15,7 @@ COMMENT= RPM of esound
|
||||
|
||||
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile
|
||||
|
||||
RPM_SET= esound-${PORTVERSION}-1.${ARCH}.rpm
|
||||
RPM_SET= esound-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
|
||||
|
||||
.include "../../x11-toolkits/linux-gtk/Makefile"
|
||||
|
||||
|
@ -13,6 +13,6 @@ CATEGORIES= audio linux
|
||||
MAINTAINER= freebsd-emulation@FreeBSD.org
|
||||
COMMENT= RPM of audiofile
|
||||
|
||||
RPM_SET= audiofile-${PORTVERSION}-1.${ARCH}.rpm
|
||||
RPM_SET= audiofile-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
|
||||
|
||||
.include "../../x11-toolkits/linux-gtk/Makefile"
|
||||
|
@ -10,9 +10,9 @@ PORTVERSION= 1.0.3
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio kde linux
|
||||
MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX}
|
||||
MASTER_SITE_SUBDIR= 8.0/en/os/${ARCH}/RedHat/RPMS
|
||||
MASTER_SITE_SUBDIR= 8.0/en/os/${MACHINE_ARCH}/RedHat/RPMS
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}-1.${ARCH}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}-1.${MACHINE_ARCH}
|
||||
EXTRACT_SUFX= .rpm
|
||||
EXTRACT_ONLY=
|
||||
|
||||
@ -30,8 +30,8 @@ ONLY_FOR_ARCHS= i386
|
||||
DIST_SUBDIR= rpm
|
||||
NO_BUILD= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
PLIST= ${MASTERDIR}/pkg-plist.${ARCH}
|
||||
MD5_FILE= ${MASTERDIR}/distinfo.${ARCH}
|
||||
PLIST= ${MASTERDIR}/pkg-plist.${MACHINE_ARCH}
|
||||
MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
|
||||
|
||||
DBPATH= /var/lib/rpm
|
||||
RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \
|
||||
|
@ -15,7 +15,7 @@ COMMENT= RPM of esound
|
||||
|
||||
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libaudiofile.so.0:${PORTSDIR}/audio/linux-libaudiofile
|
||||
|
||||
RPM_SET= esound-${PORTVERSION}-1.${ARCH}.rpm
|
||||
RPM_SET= esound-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
|
||||
|
||||
.include "../../x11-toolkits/linux-gtk/Makefile"
|
||||
|
||||
|
@ -13,6 +13,6 @@ CATEGORIES= audio linux
|
||||
MAINTAINER= freebsd-emulation@FreeBSD.org
|
||||
COMMENT= RPM of audiofile
|
||||
|
||||
RPM_SET= audiofile-${PORTVERSION}-1.${ARCH}.rpm
|
||||
RPM_SET= audiofile-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
|
||||
|
||||
.include "../../x11-toolkits/linux-gtk/Makefile"
|
||||
|
@ -13,6 +13,6 @@ CATEGORIES= audio linux
|
||||
MAINTAINER= freebsd-emulation@FreeBSD.org
|
||||
COMMENT= RPM of audiofile
|
||||
|
||||
RPM_SET= audiofile-${PORTVERSION}-1.${ARCH}.rpm
|
||||
RPM_SET= audiofile-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
|
||||
|
||||
.include "../../x11-toolkits/linux-gtk/Makefile"
|
||||
|
@ -26,7 +26,7 @@ USE_QT_VER= 3
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-xmms-prefix=${X11BASE} --with-xinerama \
|
||||
--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
|
||||
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
||||
|
@ -45,13 +45,13 @@ do-patch:
|
||||
|
||||
do-install:
|
||||
.if defined(USE_LINUX)
|
||||
.if (${ARCH} == "alpha")
|
||||
.if (${MACHINE_ARCH} == "alpha")
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mbrola-linux-alpha ${PREFIX}/bin/mbrola
|
||||
.elseif (${ARCH} == "i386")
|
||||
.elseif (${MACHINE_ARCH} == "i386")
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mbrola-linux-i386 ${PREFIX}/bin/mbrola
|
||||
.elseif (${ARCH} == "ppc")
|
||||
.elseif (${MACHINE_ARCH} == "ppc")
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mbrola206a-linux-ppc ${PREFIX}/bin/mbrola
|
||||
.elseif (${ARCH} == "sparc64")
|
||||
.elseif (${MACHINE_ARCH} == "sparc64")
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mbrola-SuSElinux-ultra1.dat \
|
||||
${PREFIX}/bin/mbrola
|
||||
.endif
|
||||
|
@ -23,7 +23,7 @@ LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
|
||||
CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_GETOPT_LONG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
@ -16,7 +16,7 @@ MAINTAINER= q@uni.de
|
||||
COMMENT= Utility to merge mp3 files (and other formats)
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -22,7 +22,7 @@ MAN1= mpc.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
|
||||
|
@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_AUTOMAKE_VER= 15
|
||||
USE_AUTOHEADER_VER= 253
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_GETOPT_LONG=yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -20,7 +20,7 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \
|
||||
mad.2:${PORTSDIR}/audio/libmad
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --disable-mpg123-symlink
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
@ -25,7 +25,7 @@ LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
|
||||
|
||||
USE_GETOPT_LONG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
.if defined(WITH_XMMS)
|
||||
PLIST_SUB+= XMMS=""
|
||||
|
@ -18,7 +18,7 @@ INFO= openal
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/linux
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -23,7 +23,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_GETOPT_LONG=yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CFLAGS+= -fPIC -DPIC
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Cycle-based SID emulator engine
|
||||
|
||||
USE_INC_LIBTOOL_VER= 13
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
|
@ -19,7 +19,7 @@ LIB_DEPENDS= usb-0.1.7:${PORTSDIR}/devel/libusb
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
|
@ -21,7 +21,7 @@ USE_SDL= sdl
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -18,7 +18,7 @@ COMMENT= A SDL audio library and player for some popular sound file formats
|
||||
USE_SDL= sdl
|
||||
USE_REINPLACE= yes
|
||||
USE_INC_LIBTOOL_VER= 13
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -23,7 +23,7 @@ OPTIONS= VORBIS "Support for OGG/Vorbis Audio" off
|
||||
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \
|
||||
--with-tk=${LOCALBASE}/lib/tk8.4
|
||||
MAKE_ENV= prefix=${PREFIX} exec_prefix=${PREFIX}
|
||||
|
@ -25,7 +25,7 @@ USE_GETOPT_LONG= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
|
@ -26,7 +26,7 @@ USE_GETOPT_LONG= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_INC_LIBTOOL_VER= 13
|
||||
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
|
@ -24,7 +24,7 @@ ONLY_FOR_ARCHS= i386 amd64
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
@ -19,6 +19,6 @@ USE_INC_LIBTOOL_VER=15
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
CONFIGURE_TARGET=
|
||||
CONFIGURE_ARGS+= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -31,7 +31,7 @@ MANN= midiconf.n midievnt.n midifree.n midiget.n midigrep.n \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||
.if ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
|
||||
IGNORE= "ignored due to cast from pointer to integer of different size"
|
||||
.endif
|
||||
|
||||
|
@ -17,7 +17,7 @@ COMMENT= Advanced tool for adjusting soundcard mixers, replacement for aumix
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MAN1= umix.1
|
||||
PLIST_FILES= bin/umix
|
||||
|
@ -19,7 +19,7 @@ LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis
|
||||
|
||||
USE_ZIP= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -20,7 +20,7 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
||||
USE_GNOME= gtk12
|
||||
WANT_GNOME= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
DOCS= ChangeLog gnu-xhippo.html screenshot.jpeg xhippo.html.gz \
|
||||
xhippo.info.gz xhippo.ps.gz xhippo.sgml xhippo.txt.gz
|
||||
|
@ -22,7 +22,7 @@ USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_INC_LIBTOOL_VER= 13
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
PLIST_FILES= lib/xmms/Output/libarts.so \
|
||||
bin/xmms-arts-helper
|
||||
|
||||
|
@ -33,7 +33,7 @@ USE_GNOME= gtk12
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-xmms --with-mp4v2
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} -DHAVE_GTK" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
||||
|
@ -23,7 +23,7 @@ USE_INC_LIBTOOL_VER= 13
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_TARGET=
|
||||
CONFIGURE_ARGS+=--build=${ARCH}-portbld-freebsd${OSREL} \
|
||||
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
|
||||
--with-xmms-prefix=${X11BASE}
|
||||
USE_GNOME= gtk12
|
||||
|
||||
|
@ -23,7 +23,7 @@ USE_LIBTOOL_VER= 13
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CFLAGS='${CFLAGS}'
|
||||
|
||||
post-patch:
|
||||
|
@ -21,7 +21,7 @@ PLIST_FILES= lib/xmms/Effect/libnormvol.so
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk12
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --target=${ARCH}-unknown-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -29,7 +29,7 @@ CFLAGS+= -fPIC
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 500013 || ${ARCH} == "alpha"
|
||||
.if ${OSVERSION} > 500013 || ${MACHINE_ARCH} == "alpha"
|
||||
USE_GNOME+= esound
|
||||
CONFIGURE_ARGS+= --disable-oss --enable-esd
|
||||
PKGNAMESUFFIX= -esound
|
||||
|
@ -38,7 +38,7 @@ MAN1= xsidplay.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
CFLAGS+= -O0
|
||||
.endif
|
||||
|
||||
|
@ -16,7 +16,7 @@ COMMENT= A FTP benchmark program
|
||||
PLIST_FILES= bin/dkftpbench
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
USE_AUTOCONF_VER=259
|
||||
USE_AUTOMAKE_VER=14
|
||||
|
@ -29,7 +29,7 @@ RESTRICTED= "unsure to redistribute"
|
||||
.if defined(WITH_OPTIMIZED_FLAGS)
|
||||
FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations
|
||||
CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations
|
||||
.if (${ARCH} == "i386" && !${ARCH}== "amd64")
|
||||
.if (${MACHINE_ARCH} == "i386" && !${MACHINE_ARCH}== "amd64")
|
||||
FFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double
|
||||
CFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double
|
||||
.endif # i386
|
||||
|
@ -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=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
TARGET = DeFT.exec
|
||||
FFLAGS += -w -O3
|
||||
CFLAGS += -w -O3
|
||||
.if ${ARCH} == "i386"
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
FFLAGS += -malign-double
|
||||
CFLAGS += -malign-double
|
||||
.endif
|
||||
|
@ -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 (${ARCH} == "i386")
|
||||
.if (${MACHINE_ARCH} == "i386")
|
||||
CFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3
|
||||
.endif # i386
|
||||
.endif
|
||||
|
@ -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=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
|
@ -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=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_REINPLACE= yes
|
||||
|
||||
MAN1= migrate.1
|
||||
|
@ -35,7 +35,7 @@ MAKE_ARGS+= FC=ftn77
|
||||
MAKE_ARGS+= FC=f77
|
||||
.endif
|
||||
MAKE_ARGS+= FFLAGS="${FFLAGS} -w" CFLAGS="${CFLAGS} -I${PREFIX}/include"
|
||||
.if ${ARCH} == "i386"
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
FFLAGS+= -malign-double
|
||||
.endif
|
||||
|
||||
|
@ -33,7 +33,7 @@ TESTDATADIR= ABSORB_EXAMPLE ABSTOMPA_EXAMPLE ABSTOMPA_TEST ADDSYM_EXAMPLE \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
.if ${MACHINE_ARCH} == "alpha"
|
||||
BROKEN= "/usr/libexec/elf/ld: platon.o: .got subsegment exceeds 64K (size 88552)"
|
||||
.endif
|
||||
|
||||
|
@ -15,7 +15,7 @@ MAINTAINER= jan.lentfer@web.de
|
||||
COMMENT= Maximum likelihood phylogeny reconstruction using quartets
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
PLIST_FILES= bin/puzzle
|
||||
|
||||
pre-configure:
|
||||
|
@ -18,7 +18,7 @@ COMMENT= Chemical drawing program
|
||||
LIB_DEPENDS= openbabel.0:${PORTSDIR}/science/openbabel
|
||||
|
||||
CFLAGS+= -O0
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
GNU_CONFIGURE= yes
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
QTCFGLIBS+= ${PTHREAD_LIBS}
|
||||
|
@ -32,7 +32,7 @@ TRIANGLE_PORTDIR= ${PORTSDIR}/math/triangle
|
||||
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --with-fltk-prefix=${X11BASE} \
|
||||
--with-gsl-prefix=${LOCALBASE} \
|
||||
--with-jpeg-prefix=${LOCALBASE} \
|
||||
|
@ -24,7 +24,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
|
||||
USE_GNOME= gtk12
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL_VER= 13
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
LDCONFIG_DIRS= ${PREFIX}/lib/gtkwave
|
||||
|
||||
|
@ -19,7 +19,7 @@ USE_QT_VER= 3
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
|
||||
|
||||
post-extract:
|
||||
|
@ -21,7 +21,7 @@ USE_GHOSTSCRIPT_RUN= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
||||
AUTOHEADER="${TRUE}"
|
||||
|
@ -29,7 +29,7 @@ USE_AUTOMAKE_VER= 19
|
||||
WANT_LIBTOOL_VER= 15
|
||||
|
||||
AUTOMAKE_ARGS+= --add-missing
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//}/leif
|
||||
PATCH_WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//}
|
||||
|
@ -29,7 +29,7 @@ USE_AUTOMAKE_VER= 19
|
||||
WANT_LIBTOOL_VER= 15
|
||||
|
||||
AUTOMAKE_ARGS+= --add-missing
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//}/leif
|
||||
BUILD_WRKSRC= ${WRKSRC}/ude
|
||||
|
@ -27,7 +27,7 @@ USE_AUTOHEADER_VER= 259
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USE_AUTOMAKE_VER= 19
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKDIR}
|
||||
|
@ -27,7 +27,7 @@ USE_GMAKE= yes
|
||||
USE_XPM= yes
|
||||
STRIP=
|
||||
HAS_CONFIGURE= yes
|
||||
XEMACS_ARCH= ${ARCH}--freebsd
|
||||
XEMACS_ARCH= ${MACHINE_ARCH}--freebsd
|
||||
CONFIGURE_ARGS= ${XEMACS_ARCH} --prefix=${PREFIX} \
|
||||
--with-mule \
|
||||
--with-xfs \
|
||||
|
@ -21,7 +21,7 @@ USE_GMAKE= yes
|
||||
USE_INC_LIBTOOL_VER=13
|
||||
USE_REINPLACE= yes
|
||||
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --disable-manage-devices --with-devdir=/var/lirc
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --with-lock-style=open
|
||||
.endif
|
||||
CONFIGURE_ARGS+= --with-config=${CONFDIR}/qico.conf \
|
||||
--with-default-speed=115200
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
DOCS= Changes FAQ README
|
||||
EXAMPLES= fts-0001 onchat qhistory qico.xpm qlinks sfreq \
|
||||
|
@ -23,7 +23,7 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
CFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MAN1= scmxx.1
|
||||
MANLANG= "" ru de it
|
||||
|
@ -23,7 +23,7 @@ INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
|
||||
--without-librecode \
|
||||
--with-libiconv=${LOCALBASE}
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
|
||||
LDFLAGS=-L${LOCALBASE}/lib
|
||||
|
||||
|
@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -18,7 +18,7 @@ INSTALLS_SHLIB= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
CONFIGURE_ARGS= --with-imagemagick=no
|
||||
CONFIGURE_TARGET= --target=${ARCH}-unknown-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
MAN1= psiconv.1 psiconv-config.1
|
||||
|
||||
|
@ -18,7 +18,7 @@ LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
|
||||
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,^LIBLOC_LIST=.*,LIBLOC_LIST=${LOCALBASE},' \
|
||||
|
@ -16,7 +16,7 @@ COMMENT= Unpack data in MS Outlook TNEF format
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MAN1= tnef.1
|
||||
PORTDOCS= AUTHORS NEWS README THANKS TODO
|
||||
|
@ -55,7 +55,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
CXXFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
LIBS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --sysconfdir=${CONFDIR} \
|
||||
--without-authshadow \
|
||||
--without-authcustom \
|
||||
|
@ -55,7 +55,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
CXXFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
LIBS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --sysconfdir=${CONFDIR} \
|
||||
--without-authshadow \
|
||||
--without-authcustom \
|
||||
|
@ -55,7 +55,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
CXXFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
LIBS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --sysconfdir=${CONFDIR} \
|
||||
--without-authshadow \
|
||||
--without-authcustom \
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user