Index: head/devel/autogen/Makefile =================================================================== --- head/devel/autogen/Makefile (revision 118469) +++ head/devel/autogen/Makefile (revision 118470) @@ -1,39 +1,33 @@ # ex:ts=8 # New ports collection makefile for: autogen # Date created: Mar 11, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= autogen PORTVERSION= 5.6.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_GNU:S/$/:gnu/} MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/rel${PORTVERSION}/:gnu DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT,gnu MAINTAINER= ports@FreeBSD.org COMMENT= The Automated Program Generator LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_GNOME= gnometarget libxml2 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libguile=yes --with-libxml2=yes INSTALLS_SHLIB= yes MAN1= autogen.1 autoopts-config.1 columns.1 getdefs.1 xml2ag.1 MAN3= optionFree.3 optionLoadLine.3 optionProcess.3 optionRestore.3 \ optionSaveFile.3 optionSaveState.3 optionVersion.3 INFO= autogen -.include - -.if ${ARCH} == "amd64" -BROKEN= "Build fails on amd64" -.endif - -.include +.include Property changes on: head/devel/autogen/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property Index: head/devel/mingw32-gcc/Makefile =================================================================== --- head/devel/mingw32-gcc/Makefile (revision 118469) +++ head/devel/mingw32-gcc/Makefile (revision 118470) @@ -1,97 +1,93 @@ # New ports collection makefile for: mingw32-gcc # Date created: 24 October 2002 # Whom: Lev Serebryakov # # $FreeBSD$ # PORTNAME= gcc PORTVERSION= ${GCCVERSION}.${PATCHVERSION} PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTNAME}-${GCCVERSION} PKGNAMEPREFIX= mingw32- DISTFILES= ${PORTNAME}-core-${GCCVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-g++-${GCCVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-objc-${GCCVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-g77-${GCCVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-ada-${GCCVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-java-${GCCVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-testsuite-${GCCVERSION}${EXTRACT_SUFX} PATCH_SITES= ${MASTER_SITE_SOURCEFORGE} # Special hack: I don't use SITE_SUBDIR & DIST_SUBDIR, and only pathces # will be placed to subdirectory # It allows to use main gcc sources from other ports. PATCHFILES= mingw/${PORTNAME}-${GCCVERSION}-${PATCHVERSION:S/./-/}-src.diff.gz # Skip patching of bohem-gc, it is bug of patch's authors PATCH_DIST_STRIP= -p1 MAINTAINER= lev@FreeBSD.org COMMENT= FSF gcc-3.4 for Windows cross-development BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ mingwm10.dll:${PORTSDIR}/devel/mingw32-bin-msvcrt RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils GCCVERSION= 3.4.1 PATCHVERSION= 20040711.1 WRKSRC= ${WRKDIR}/${PORTNAME}-${GCCVERSION} USE_BZIP2= yes USE_PERL5_BUILD=yes USE_GMAKE= yes USE_LIBTOOL_VER= 13 CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ --enable-languages=c,c++,f77,objc,java \ --with-gcc --with-gnu-ld --with-gnu-as \ --enable-threads --disable-nls \ --disable-win32-registry --disable-shared \ --enable-sjlj-exceptions --enable-libgcj \ --disable-java-awt --without-x \ --enable-java-gc=boehm --disable-libgcj-debug \ --enable-interpreter --enable-hash-synchronization \ --without-newlib \ --with-gxx-include-dir=${PREFIX}/${PKGNAMEPREFIX:S/-$//}/include/c++/${GCCVERSION} \ --infodir=${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info \ --includedir=${PREFIX}/${PKGNAMEPREFIX:S/-$//}/include \ --datadir=${PREFIX}/${PKGNAMEPREFIX:S/-$//}/share MAKE_ENV= PATH=${PREFIX}/bin:${PATH} LIBTOOLFILES= configure gcc/configure MAN1= ${PKGNAMEPREFIX}gcc.1 ${PKGNAMEPREFIX}g++.1 ${PKGNAMEPREFIX}g77.1 \ ${PKGNAMEPREFIX}gcj.1 ${PKGNAMEPREFIX}grepjar.1 ${PKGNAMEPREFIX}jar.1 \ ${PKGNAMEPREFIX}cpp.1 ${PKGNAMEPREFIX}gcov.1 ${PKGNAMEPREFIX}jcf-dump.1 \ ${PKGNAMEPREFIX}jv-convert.1 ${PKGNAMEPREFIX}jv-scan.1 ${PKGNAMEPREFIX}rmic.1 \ ${PKGNAMEPREFIX}rmiregistry.1 ${PKGNAMEPREFIX}gcjh.1 ${PKGNAMEPREFIX}gij.1 PLIST_SUB+= PORTVERSION=${PORTVERSION} GCC_TARG=${PKGNAMEPREFIX:S/-$//} \ GCC_REV=${GCCVERSION} INFO= cpp cppinternals g77 gcc gccinstall gccint gcj INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info BINARIES= gcc cpp g++ g77 gcov gcj gcjh jcf-dump jv-scan grepjar jar .include -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64 die to platform rename" -.endif - .if ${ARCH} == "alpha" BROKEN= "C++ could not be compiled on Alphas" .endif post-configure: @${PERL} -pi.bak -e 's,^(TARGET_CONFIGDIRS\s*=\s*).+$$,\1libstdc++-v3 libf2c libobjc mingw,' ${WRKSRC}/Makefile @${PERL} -pi.bak -e 's,^(install-info:),\1\ndonot-\1,' ${WRKSRC}/gcc/Makefile post-install: .for F in ${BINARIES} @${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \ ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F .endfor .include Property changes on: head/devel/mingw32-gcc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property Index: head/devel/msp430-gcc/Makefile =================================================================== --- head/devel/msp430-gcc/Makefile (revision 118469) +++ head/devel/msp430-gcc/Makefile (revision 118470) @@ -1,69 +1,64 @@ # New ports collection makefile for: msp430-gcc # Date created: 15 October 2002 # Whom: Lev Serebryakov # # $FreeBSD$ # PORTNAME= gcc PORTVERSION= ${GCCVERSION}.${PATCHVERSION} PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \ http://lev.serebryakov.spb.ru/download/msp430/:patches MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTNAME}-${GCCVERSION} PKGNAMEPREFIX= msp430- DISTFILES= ${PORTNAME}-core-${GCCVERSION}${EXTRACT_SUFX} \ ${PKGNAMEPREFIX}${PORTNAME}-${GCCVERSION}.${PATCHVERSION}${EXTRACT_SUFX}:patches MAINTAINER= lev@FreeBSD.org COMMENT= FSF gcc-3.4 for TI's msp430 MCUs cross-development BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ ${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ ${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils GCCVERSION= 3.4.1 PATCHVERSION= 20040723 WRKSRC= ${WRKDIR}/${PORTNAME}-${GCCVERSION} USE_BZIP2= yes USE_GMAKE= yes USE_PERL5_BUILD=yes USE_INC_LIBTOOL_VER= 13 CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ --with-gcc --with-gnu-ld --with-gnu-as \ --enable-languages=c --disable-nls \ --infodir=${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info MAKE_ENV= PATH=${PREFIX}/bin:${PATH} LIBTOOLFILES= configure gcc/configure MAN1= ${PKGNAMEPREFIX}gcc.1 ${PKGNAMEPREFIX}cpp.1 ${PKGNAMEPREFIX}gcov.1 PLIST_SUB+= PORTVERSION=${PORTVERSION} GCC_TARG=${PKGNAMEPREFIX:S/-$//} \ GCC_REV=${GCCVERSION} INFO= cpp cppinternals gcc gccinstall gccint INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info BINARIES= gcc gcc-${GCCVERSION} gcov cpp .include -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64 due to platform rename" -.endif - - post-configure: @${PERL} -pi.bak -e 's,^(TARGET_CONFIGDIRS\s*=).+$$,\1,' ${WRKSRC}/Makefile # @${PERL} -pi.bak -e 's,^(install-info:),\1\ndonot-\1,' ${WRKSRC}/gcc/Makefile post-install: .for F in ${BINARIES} @${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \ ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F .endfor .include Property changes on: head/devel/msp430-gcc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.32 \ No newline at end of property +1.33 \ No newline at end of property Index: head/devel/msp430-gcc3/Makefile =================================================================== --- head/devel/msp430-gcc3/Makefile (revision 118469) +++ head/devel/msp430-gcc3/Makefile (revision 118470) @@ -1,69 +1,64 @@ # New ports collection makefile for: msp430-gcc # Date created: 15 October 2002 # Whom: Lev Serebryakov # # $FreeBSD$ # PORTNAME= gcc PORTVERSION= ${GCCVERSION}.${PATCHVERSION} PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \ http://lev.serebryakov.spb.ru/download/msp430/:patches MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTNAME}-${GCCVERSION} PKGNAMEPREFIX= msp430- DISTFILES= ${PORTNAME}-core-${GCCVERSION}${EXTRACT_SUFX} \ ${PKGNAMEPREFIX}${PORTNAME}-${GCCVERSION}.${PATCHVERSION}${EXTRACT_SUFX}:patches MAINTAINER= lev@FreeBSD.org COMMENT= FSF gcc-3.4 for TI's msp430 MCUs cross-development BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ ${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ ${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils GCCVERSION= 3.4.1 PATCHVERSION= 20040723 WRKSRC= ${WRKDIR}/${PORTNAME}-${GCCVERSION} USE_BZIP2= yes USE_GMAKE= yes USE_PERL5_BUILD=yes USE_INC_LIBTOOL_VER= 13 CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ --with-gcc --with-gnu-ld --with-gnu-as \ --enable-languages=c --disable-nls \ --infodir=${PREFIX}/${PKGNAMEPREFIX:S/-$//}/info MAKE_ENV= PATH=${PREFIX}/bin:${PATH} LIBTOOLFILES= configure gcc/configure MAN1= ${PKGNAMEPREFIX}gcc.1 ${PKGNAMEPREFIX}cpp.1 ${PKGNAMEPREFIX}gcov.1 PLIST_SUB+= PORTVERSION=${PORTVERSION} GCC_TARG=${PKGNAMEPREFIX:S/-$//} \ GCC_REV=${GCCVERSION} INFO= cpp cppinternals gcc gccinstall gccint INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info BINARIES= gcc gcc-${GCCVERSION} gcov cpp .include -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64 due to platform rename" -.endif - - post-configure: @${PERL} -pi.bak -e 's,^(TARGET_CONFIGDIRS\s*=).+$$,\1,' ${WRKSRC}/Makefile # @${PERL} -pi.bak -e 's,^(install-info:),\1\ndonot-\1,' ${WRKSRC}/gcc/Makefile post-install: .for F in ${BINARIES} @${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \ ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F .endfor .include Property changes on: head/devel/msp430-gcc3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.32 \ No newline at end of property +1.33 \ No newline at end of property Index: head/games/xracer/Makefile =================================================================== --- head/games/xracer/Makefile (revision 118469) +++ head/games/xracer/Makefile (revision 118470) @@ -1,52 +1,55 @@ # New ports collection makefile for: xracer # Date created: Nov 6th 1999 # Whom: troll # # $FreeBSD$ # PORTNAME= xracer PORTVERSION= 0.94 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://xracer.annexia.org/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xracer-data.tar.gz MAINTAINER= troll@digitalspark.net COMMENT= Awesome WipeOut clone for OpenGL and X11! -.if ${MACHINE_ARCH} != i386 -BROKEN= "Does not build on ${MACHINE_ARCH}" -.endif - LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_XLIB= yes USE_MESA= yes USE_GMAKE= yes USE_AUTOMAKE_VER= 14 USE_AUTOCONF_VER= 213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --disable-esd +.include + +.if ${ARCH} != i386 && ${ARCH} != "amd64" +BROKEN= "Does not build on ${ARCH}" +.endif + + post-patch: @${TOUCH} ${WRKSRC}/stamp-h.in post-install: @${ECHO} "===> Installing Tracks and Sound" @${MKDIR} ${PREFIX}/share/xracer ${TAR} -C ${WRKDIR}/xracer-data -cf - . | \ ${TAR} -C ${PREFIX}/share/xracer --unlink -xf - @${CHMOD} -R 744 ${PREFIX}/share/xracer @${CHMOD} -R a+X ${PREFIX}/share/xracer .if !defined(NOPORTDOCS) @${ECHO} "===> Installing Documentation" @${MKDIR} ${PREFIX}/share/doc/xracer .for file in AUTHORS ChangeLog NEWS README README.html ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xracer .endfor .endif @${CAT} ${PKGMESSAGE} -.include +.include Property changes on: head/games/xracer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/japanese/xjman/Makefile =================================================================== --- head/japanese/xjman/Makefile (revision 118469) +++ head/japanese/xjman/Makefile (revision 118470) @@ -1,81 +1,81 @@ # New ports collection makefile for: X Japanese man documents # Date created: 24 Dec 1998 # Based on: Kiriyama Kazuhiko 's # japanese/man-doc # Whom: SADA Kenji # # $FreeBSD$ # PORTNAME= xjman PORTVERSION?= 0.7 CATEGORIES= japanese MASTER_SITES?= ${MASTER_SITE_PORTS_JP} \ http://xjman.dsl.gr.jp/dist/ MAINTAINER?= sada@FreeBSD.org COMMENT= Japanized X manual from "The X Japanese Documentation Project" RUN_DEPENDS= jman:${PORTSDIR}/japanese/man USE_REINPLACE= yes USE_PERL5= yes NO_MTREE= yes PLIST= ${WRKDIR}/PLIST USE_BZIP2= yes WRKSRC?= ${WRKDIR}/xjman SCRIPTS_ENV+= MANSECS="${MANSECS}" MANSECS= 1 3 5 .include -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386 and !amd64" .endif post-extract: .for i in Makefile Makefile.inc @${CP} ${FILESDIR}/$i ${WRKSRC} .endfor .for sec in ${MANSECS} (cd ${WRKSRC}/man${sec}; \ for f in *.${sec}x; do ${CP} $$f $${f%x}; done; \ ${REINPLACE_CMD} -e 's/^\(\.so .*\)x$$/$$1/' *.${sec}) .endfor post-build: @${RM} -f ${PLIST} @for sec in ${MANSECS}; do \ if [ -d ${WRKSRC}/man$${sec} ]; then \ cd ${WRKSRC}/man$${sec}; \ list=`${MAKE} pages-list`; \ set `${ECHO_CMD} $$list " "|${SED} 's/\.\([0-9]\) /.\1 \1 /g'`; \ while : ; do \ case $$# in \ 0) break;; \ [1]) ${ECHO_CMD} "can not happen"; break;; \ esac; \ ${ECHO_CMD} man/ja/man$$2/$$1.gz; shift 2; \ done; \ fi; \ done|${SORT}|uniq >>${PLIST} @${ECHO_CMD} "@exec ${LN} -sf %D/man/ja %D/man/ja_JP.EUC" >>${PLIST} @${ECHO_CMD} "@unexec ${RM} -f %D/man/ja_JP.EUC" >>${PLIST} @${ECHO_CMD} "share/doc/xjman/COPYRIGHT" >>${PLIST} @${ECHO_CMD} "share/doc/xjman/COPYRIGHT.XJDP" >>${PLIST} @${ECHO_CMD} "@dirrm share/doc/xjman" >>${PLIST} pre-install: .for sec in ${MANSECS} @${MKDIR} ${PREFIX}/man/ja/man${sec} .endfor post-install: @${MKDIR} ${PREFIX}/share/doc/xjman .for i in COPYRIGHT COPYRIGHT.XJDP @${INSTALL_DATA} ${FILESDIR}/$i ${PREFIX}/share/doc/xjman/ .endfor @${CAT} ${PKGMESSAGE} .include Property changes on: head/japanese/xjman/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/math/GiNaC/Makefile =================================================================== --- head/math/GiNaC/Makefile (revision 118469) +++ head/math/GiNaC/Makefile (revision 118470) @@ -1,44 +1,40 @@ # ex:ts=8 # New ports collection makefile for: GiNaC # Date created: Mar 7, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= GiNaC PORTVERSION= 1.2.3 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ MAINTAINER= ports@FreeBSD.org COMMENT= A C++ library for symbolic mathematical calculations LIB_DEPENDS= cln.3:${PORTSDIR}/math/cln USE_BZIP2= yes USE_GCC= 3.3 USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" INSTALLS_SHLIB= yes MAN1= ginac-config.1 ginsh.1 viewgar.1 INFO= ginac CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib .include -.if ${ARCH} == "amd64" -BROKEN= "Configure fails on amd64" -.endif - post-extract: @${RM} -f ${WRKSRC}/doc/tutorial/ginac.info* .include Property changes on: head/math/GiNaC/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property