Index: head/devel/dparser/Makefile =================================================================== --- head/devel/dparser/Makefile (revision 118463) +++ head/devel/dparser/Makefile (revision 118464) @@ -1,56 +1,56 @@ # ex:ts=8 # Ports collection makefile for: dparser # Date created: Nov 11, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= dparser PORTVERSION= 1.11 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= d-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= A simple but powerful tool for parsing WRKSRC= ${WRKDIR}/d USE_GMAKE= yes MAKE_ARGS= CC="${CC}" D_OPTIMIZE= MAN1= make_dparser.1 PORTDOCS= faq.html index.html manual.html PLIST_FILES= bin/make_dparser include/dparse.h include/dparse_tables.h \ include/dsymtab.h lib/${LIBDPARSE} .if defined(WITH_GC) LIB_DEPENDS+= gc:${PORTSDIR}/devel/boehm-gc MAKE_ARGS+= D_USE_GC=1 \ GC_CFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" LIBDPARSE= libdparse_gc.a .else LIBDPARSE= libdparse.a .endif .include -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386 and !amd64" .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/make_dparser ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/make_dparser.1 ${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/dparse.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/dparse_tables.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/dsymtab.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/${LIBDPARSE} ${PREFIX}/lib .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR} .endif .include Property changes on: head/devel/dparser/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/japanese/migemo/Makefile =================================================================== --- head/japanese/migemo/Makefile (revision 118463) +++ head/japanese/migemo/Makefile (revision 118464) @@ -1,43 +1,43 @@ # New ports collection makefile for: Migemo # Date created: 19 February 2001 # Whom: MANTANI Nobutaka # # $FreeBSD$ # PORTNAME= migemo PORTVERSION= 0.40 PORTEPOCH= 1 CATEGORIES= japanese elisp MASTER_SITES= http://namazu.org/~satoru/migemo/ MAINTAINER= nobutaka@FreeBSD.org COMMENT?= Japanese incremental search tool .if !defined(EMACS_PORT_NAME) USE_AUTOMAKE_VER= 14 USE_AUTOCONF_VER= 213 EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.am ${FILESDIR}/extra-patch-configure.in PLIST_SUB= MIGEMO="" ELISP="@comment " .endif USE_RUBY= yes BUILD_DEPENDS+= ${RUBY_SITELIBDIR}/romkan.rb:${PORTSDIR}/japanese/ruby-romkan \ ${RUBY_SITELIBDIR}/bsearch.rb:${PORTSDIR}/devel/ruby-bsearch RUN_DEPENDS+= ${RUBY_SITELIBDIR}/romkan.rb:${PORTSDIR}/japanese/ruby-romkan \ ${RUBY_SITELIBDIR}/bsearch.rb:${PORTSDIR}/devel/ruby-bsearch CONFIGURE_ARGS+=--with-rubydir=${RUBY_SITELIBDIR} .include -.if ${ARCH} != "i386" && ${ARCH} != "sparc64" -BROKEN= "Does not compile on !i386 and !sparc64" +.if ${ARCH} == "ia64" +BROKEN= "Does not compile on ia64" .endif post-install: .if defined(EMACS_PORT_NAME) @${CAT} ${PKGMESSAGE} .endif .include Property changes on: head/japanese/migemo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/lang/chicken/Makefile =================================================================== --- head/lang/chicken/Makefile (revision 118463) +++ head/lang/chicken/Makefile (revision 118464) @@ -1,59 +1,59 @@ # New ports collection makefile for: CHICKEN # Date created: 31 December 2002 # Whom: Kimura Fuyuki # # $FreeBSD$ # PORTNAME= chicken PORTVERSION= 1.66 CATEGORIES= lang scheme MASTER_SITES= http://www.call-with-current-continuation.org/ MAINTAINER= fuyuki@hadaly.org COMMENT= A Scheme-to-C compiler USE_REINPLACE= yes USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes MAN1= chicken-config.1 chicken-profile.1 chicken-setup.1 chicken.1 \ csc.1 csi.1 INFO= chicken .if !defined(NOPORTDOCS) PORTDOCS= FAQ.html format.txt README LICENSE chicken.html chicken.pdf .endif OPTIONS= PCRE "With PCRE support" off .include -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -BROKEN= "Coredump during build on amd64 and ia64" +.if ${ARCH} == "ia64" +BROKEN= "Coredump during build on ia64" .endif .if defined(WITH_PCRE) LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .else CONFIGURE_ENV+= ac_cv_header_pcre_h=no .endif post-patch: ${REINPLACE_CMD} -e 's/\(install-data-am: \)install-data-local/\1/' \ ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -e 's|"/usr/local/include" ||' ${WRKSRC}/csc.scm.in post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${EXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR} ${MKDIR} ${DOCSDIR} cd ${WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif test: cd ${WRKSRC}; ${MAKE} test .include Property changes on: head/lang/chicken/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/palm/uppc-kmod/Makefile =================================================================== --- head/palm/uppc-kmod/Makefile (revision 118463) +++ head/palm/uppc-kmod/Makefile (revision 118464) @@ -1,44 +1,40 @@ # New ports collection makefile for: uppc-kmod # Date created: 31 August 2003 # Whom: Sam Lawrance # # $FreeBSD$ # PORTNAME= uppc PORTVERSION= 0.7 CATEGORIES= palm MASTER_SITES= http://sam.stral.net/freebsd/ PKGNAMESUFFIX= -kmod MAINTAINER= boris@brooknet.com.au COMMENT= USB device driver for Windows CE handhelds MAN4= uppc.4 WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes -.if ${MACHINE_ARCH:L} == "amd64" -BROKEN= "kernel modules are not available on this platform yet" -.endif - .if !exists(/usr/src/sys/dev/usb/usb.h) IGNORE= "Requires kernel source (/usr/src/sys) to build" .endif post-build: @${REINPLACE_CMD} -e 's|%%INITIAL_INSTALLDIR%%|${PREFIX}/lib|g' ${BUILD_WRKSRC}/uppcsetup @${REINPLACE_CMD} -e 's|%%INITIAL_MODDIR%%|${KMODDIR}|g' ${WRKSRC}/uppcsetup do-install: ${INSTALL_PROGRAM} ${WRKSRC}/uppc.ko ${PREFIX}/lib ${INSTALL_SCRIPT} ${WRKSRC}/uppcsetup ${PREFIX}/sbin cd ${WRKSRC} && ${INSTALL_MAN} ${MAN4} ${MANPREFIX}/man/man4 post-install: @${ECHO_CMD} " ****************************************************************" @${ECHO_CMD} " * You can run 'uppcsetup' to help configure the device driver *" @${ECHO_CMD} " * and set up a connection. *" @${ECHO_CMD} " ****************************************************************" .include Property changes on: head/palm/uppc-kmod/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property