Index: head/audio/rat/Makefile =================================================================== --- head/audio/rat/Makefile (revision 102064) +++ head/audio/rat/Makefile (revision 102065) @@ -1,58 +1,62 @@ # New ports collection makefile for: rat # Date created: 3 July 1999 # Whom: O.Hodson@cs.ucl.ac.uk (Orion Hodson) # # $FreeBSD$ # PORTNAME= rat PORTVERSION= 4.2.25 PORTREVISION= 1 CATEGORIES= mbone audio ipv6 tk83 MASTER_SITES= \ http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PORTVERSION}/ \ http://www.icir.org/hodson/ucl-mirror/ MAINTAINER= ports@FreeBSD.org COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool TCLTK_VERSION= 8.3 LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_AUTOCONF= yes USE_GMAKE= yes MAN1= rat.1 MANCOMPRESSED= no RAT_BUILD_DIRS= common rat RAT= ${PORTNAME}-${PORTVERSION} RAT_SCRIPT= ${PORTNAME} PLIST_SUB= PORTVERSION=${PORTVERSION} .include .if ${OSVERSION} >= 400014 ENABLE_IPv6= --enable-ipv6 .endif +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT} ${PREFIX}/bin/${RAT} ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT}-ui ${PREFIX}/bin/${RAT}-ui ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT}-media ${PREFIX}/bin/${RAT}-media ${INSTALL_SCRIPT} ${WRKSRC}/rat/${RAT_SCRIPT} ${PREFIX}/bin/${RAT_SCRIPT} ${INSTALL_MAN} ${WRKSRC}/rat/man/man1/rat.1 ${PREFIX}/man/man1 ${MKDIR} ${LOCALBASE}/etc/sdr/plugins ${INSTALL_DATA} ${WRKSRC}/rat/sdr2.plugin.S02.audio.rtp.*.${RAT} ${LOCALBASE}/etc/sdr/plugins do-build: cd ${WRKSRC}/common/src && ${GMAKE} cd ${WRKSRC}/rat && ${GMAKE} run-autotools: @${DO_NADA} do-configure: cd ${WRKSRC}/common && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} ${ENABLE_IPv6} cd ${WRKSRC}/rat && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} --with-tcl=${LOCALBASE} --with-tk=${LOCALBASE} ${ENABLE_IPv6} --with-tcltk-version=${TCLTK_VERSION} .include Property changes on: head/audio/rat/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/editors/mule-common/Makefile =================================================================== --- head/editors/mule-common/Makefile (revision 102064) +++ head/editors/mule-common/Makefile (revision 102065) @@ -1,162 +1,166 @@ # New ports collection makefile for: files except executables for mule # Date created: 7 July 1997 # Whom: Satoshi Taoka # # $FreeBSD$ # PORTNAME= mule-common PORTVERSION= ${MULE_VERSION} PORTREVISION= 4 CATEGORIES= editors japanese MASTER_SITES= ftp://ftp.m17n.org/pub/mule/ \ ftp://ftp.jaist.ac.jp/pub/GNU/mule/ \ http://www.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/mule/ DISTFILES= mule-${MULE_VERSION}-${EMACS_VERSION}.tar.gz \ mule-${MULE_VERSION}-${EMACS_VERSION}.patch-981002.tar.gz MAINTAINER= taoka@FreeBSD.org COMMENT= For a multilingual emacs, emacs lisp files, info pages, etc (except executables) MULE_VERSION= 2.3 EMACS_VERSION= 19.34 .include +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + WRKDIRBASE= ${WRKDIRPREFIX}${.CURDIR:S,/editors/mule-common$,,} .for dir in chinese/mule-freewnn \ editors/mule \ japanese/mule-canna \ japanese/mule-canna+freewnn \ japanese/mule-canna+freewnn+sj3 \ japanese/mule-canna+sj3+wnn6 \ japanese/mule-canna+sj3+wnn7 \ japanese/mule-canna+sj3 \ japanese/mule-canna+wnn6 \ japanese/mule-canna+wnn7 \ japanese/mule-freewnn \ japanese/mule-freewnn+sj3 \ japanese/mule-sj3 \ japanese/mule-sj3+wnn6 \ japanese/mule-sj3+wnn7 \ japanese/mule-wnn6 \ japanese/mule-wnn7 \ korean/mule-freewnn .if exists(${WRKDIRBASE}/${dir}/work/.build_done.${dir:S,editors/,,:S,chinese/,zh-,:S,japanese/,ja-,:S,korean/,ko-,}-${PORTVERSION}${_SUF1}${_SUF2}.${PREFIX:S/\//_/g}) WRKDIR?= ${WRKDIRBASE}/${dir}/work MULEPKG?= ${dir:S,editors/,,:S,chinese/,zh-,:S,japanese/,ja-,:S,korean/,ko-,}-${PORTVERSION}${_SUF1}${_SUF2}.${PREFIX:S/\//_/g} .endif .endfor WRKSRC= ${WRKDIR}/mule-${MULE_VERSION}-${EMACS_VERSION} STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/mule.sh EXTRACT_COOKIE= ${WRKDIR}/.extract_done.${MULEPKG} CONFIGURE_COOKIE= ${WRKDIR}/.configure_done.${MULEPKG} BUILD_COOKIE= ${WRKDIR}/.build_done.${MULEPKG} PATCH_COOKIE= ${WRKDIR}/.patch_done.${MULEPKG} TMPPLIST= ${WRKDIR}/.PLIST.mktmp-${PKGNAME} PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET} USE_XLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes EMACS_PREFIX= mule EMACS_EXECUTABLE = mule CONFIGURE_ARGS= --with-executable=${EMACS_EXECUTABLE} \ --with-emacs-prefix=${EMACS_PREFIX} \ --with-terminal-face \ --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib STRIP= MAN1= coco.1 ctags.1 etags.1 m2ps.1 emacs.1 mule.1 INSTALL_TARGET= install-arch-indep COMP_ELC= egg.elc wnn-egg.elc sj3-client.elc sj3-egg.elc canna.elc ELC_DIR= ../lisp # ORIGINAL, MEW_ORG_PATCH and MEW_PATCH are used for debugging. # # ORIGINAL: original mule 2.3 based on emacs 19.34 # MEW_ORG_PATCH: apply mew's patches to original mule (http://www.mew.org) # MEW_PATCH: apply mew's patch after apply Mr. Katayama's patches post-extract: ${CP} ${FILESDIR}/unexfreebsd.c ${WRKSRC}/src .if !defined(ORIGINAL) && !defined(MEW_ORG_PATCH) ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKDIR}/takana-${EMACS_VERSION}.tar.gz ${EXTRACT_AFTER_ARGS} -C ${WRKDIR} ${MKDIR} ${WRKSRC}/lisp/its ${CP} ${WRKDIR}/lisp/its/* ${WRKSRC}/lisp/its/ .endif .if !defined(ORIGINAL) post-patch: .if !defined(MEW_ORG_PATCH) cd ${WRKSRC}; ${PATCH} --forward --quiet -E -p0 < ${WRKDIR}/patch-${EMACS_VERSION} cd ${WRKSRC}; ${PATCH} --forward --quiet -E -p0 < ${WRKDIR}/Mule-${MULE_VERSION}-${EMACS_VERSION}.patch cd ${WRKSRC}; ${PATCH} --forward --quiet -E -p0 < ${WRKDIR}/extra.patch .if defined(MEW_PATCH) cd ${WRKSRC}/lisp; ${PATCH} --forward --quiet -E -p0 < ${WRKDIR}/mew/egg.el-${EMACS_VERSION}.patch-for_katayama .endif .else cd ${WRKSRC}/lisp; ${PATCH} --forward --quiet -E -p0 < ${WRKDIR}/mew/egg.el-${EMACS_VERSION}.patch .endif .if defined(MEW_PATCH) || defined(MEW_ORG_PATCH) cd ${WRKSRC}/lisp; ${PATCH} --forward --quiet -E -p0 < ${WRKDIR}/mew/canna.el-${EMACS_VERSION}.patch cd ${WRKSRC}/lisp; ${PATCH} --forward --quiet -E -p0 < ${WRKDIR}/mew/sj3-egg.el.patch .endif .endif .if !defined(WRKDIR) .if defined(PACKAGE_BUILDING) # XXX WRKDIR= ${WRKDIRBASE}/editors/mule/work pre-build:: @cd ${.CURDIR}/../mule; make .else BROKEN= First you should build install a port for mule except mule-common .endif .endif pre-build:: ${FIND} ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \; ${RM} -f ${WRKSRC}/etc/DOC* ${WRKSRC}/src/emacs ${WRKSRC}/src/emacs-${EMACS_VERSION}.* post-build: # bytecompile elisps for Japanese input method for file in ${COMP_ELC}; do \ target="$$target ${ELC_DIR}/$$file"; \ done; \ cd ${WRKSRC}/src; \ ./temacs -batch -l mule-inst.el $$target post-install: # DOC* must be installed by a port for mule except mule-common ${RM} ${PREFIX}/share/mule/19.34/etc/DOC ${RM} ${PREFIX}/share/mule/19.34/etc/DOC-19.34.1 # note that any2ps rcs-checkin are scripts .for file in b2m coco ctags emacsclient etags m2ps ${STRIP_CMD} ${PREFIX}/bin/${file} .endfor if [ ! -f ${PREFIX}/share/mule/${EMACS_VERSION}/info/dir ]; then \ ${MKDIR} ${PREFIX}/share/mule/${EMACS_VERSION}/info; \ fi .for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir .endfor # Our makeinfo can't handle files with Japanese characters. :< install-info --section="The Emacs editor and associated tools" --entry="* Antenews-jp: (antenews-jp). Version 19 Antenews. (Japanese)" ${PREFIX}/info/antenews-jp ${PREFIX}/info/dir install-info --section="The Emacs editor and associated tools" --entry="* Mule: (mule). Multilingual Enhancement to GNU Emacs." ${PREFIX}/info/mule ${PREFIX}/info/dir install-info --section="The Emacs editor and associated tools" --entry="* Mule-jp: (mule-jp). Multilingual Enhancement to GNU Emacs. (Japanese)" ${PREFIX}/info/mule-jp ${PREFIX}/info/dir install-info --section="The Emacs editor and associated tools" --entry="* Egg-jp: (egg-jp). Japanese/Chinese Inputting Method. (Japanese)" ${PREFIX}/info/egg-jp ${PREFIX}/info/dir install-info --section="The Emacs editor and associated tools" --entry="* Canna-jp: (canna-jp). Another Japanese Inputting Method. (Japanese)" ${PREFIX}/info/canna-jp ${PREFIX}/info/dir @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE} if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \ ${INSTALL_SCRIPT} ${FILESDIR}/mule.sh ${STARTUP_SCRIPT}; \ fi post-package: @${TOUCH} ${TOUCH_FLAGS} ${PACKAGE_COOKIE} .include Property changes on: head/editors/mule-common/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.63 \ No newline at end of property +1.64 \ No newline at end of property Index: head/lang/pike72/Makefile =================================================================== --- head/lang/pike72/Makefile (revision 102064) +++ head/lang/pike72/Makefile (revision 102065) @@ -1,262 +1,266 @@ # New ports collection makefile for: pike # Date created: 16 Jan 1999 # Whom: vns@delta.odessa.ua # # $FreeBSD$ # PORTNAME= pike72 PORTVERSION= 7.2.492 PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ftp://ftp.oav.net/pkg_freebsd/distfiles/ \ http://ftp.oav.net/pkg_freebsd/distfiles/ \ ftp://ftp.oav.net/pike/7.2/unofficial/ \ http://ftp.oav.net/pike/7.2/unofficial/ \ http://grendel.firewall.com/caudium-pkg/ \ ftp://ftp.caudium.net/caudium/snapshots/pike/7.2/unofficial/ \ http://ftp.caudium.net/caudium/snapshots/pike/7.2/unofficial/ DISTNAME= pike-${PORTVERSION} MAINTAINER= kiwi@oav.net COMMENT= A dynamic programming language with a syntax similar to C++ .if (${MACHINE} == "i386") BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm/ .endif LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ gdbm.3:${PORTSDIR}/databases/gdbm \ mird.1:${PORTSDIR}/databases/mird WRKSRC= ${WRKDIR}/${DISTNAME}/src/ WANT_MESA= yes WANT_GTK= yes #WANT_GNOME= yes USE_BISON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-debug \ --with-double-precision \ --with-long-double-precision \ --disable-rpath \ --without-rtldebug \ --without-cdebug \ --without-copt \ --without-shared-nodes \ --without-security \ --with-oob \ --with-poll \ --with-max-fd=60000 \ --without-relocatable-dumped-modules \ --without-libpanda \ --without-perl \ --with-gmp \ --with-zlib \ --with-threads \ --with-readline \ --with-jpeg=${PREFIX} \ --with-tiff \ --with-gdbm \ --without-ssleay # --with-gdbm=${PREFIX} \ # --without-relocatable-dumped-modules \ .include +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + PLIST_SUB+= PORTVERSION=${PORTVERSION} # FreeBSD 5.0 Needs to have libgmp port to support gmp. .if ${OSVERSION} >= 500000 LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 .endif .if exists(${LOCALBASE}/lib/libttf.so.4) WITH_TTF= yes .endif .if exists(${LOCALBASE}/lib/libfreetype.so.9) WITH_FREETYPE= yes .endif .if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.10) WITH_MYSQL= yes .endif .if exists(${LOCALBASE}/lib/libpq.so.2) WITH_POSTGRES= yes .endif .if exists(${LOCALBASE}/lib/libodbc.so.1) WITH_UNIXODBC= yes .endif .if exists(${LOCALBASE}/lib/libiodbc.so.2) WITH_IODBC= yes .endif .if exists(${LOCALBASE}/lib/libsane.so.1) WITH_SANE= yes .endif .if exists(${LOCALBASE}/lib/libgtkgl.so.5) WITH_MESA= yes .endif .if exists(${LOCALBASE}/lib/libpdf.so.5) WITH_PDF= yes .endif .if defined(WITH_MOST) WITH_TTF= yes WITH_FREETYPE= yes .endif .if defined(WITH_OPTIMIZED_CFLAGS) .if (${MACHINE} == "i386") CFLAGS+= -O3 -ffast-math -fomit-frame-pointer .else CFLAGS+= -ffast-math -fomit-frame-pointer .endif .endif .if defined(WITH_TTF) LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype CONFIGURE_ARGS+= --with-ttflib .else CONFIGURE_ARGS+= --without-ttflib .endif .if defined(WITH_FREETYPE) LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 CONFIGURE_ARGS+= --with-freetype .else CONFIGURE_ARGS+= --without-freetype .endif .if defined(WITH_MYSQL) LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client CONFIGURE_ARGS+= --with-mysql=${PREFIX} .else CONFIGURE_ARGS+= --without-mysql .endif .if defined(WITH_POSTGRES) LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 CONFIGURE_ARGS+= --with-pgsql=${PREFIX} .else CONFIGURE_ARGS+= --without-pgsql .endif .if defined(WITH_MSQL) BUILD_DEPENDS+= msql:${PORTSDIR}/databases/msql CONFIGURE_ARGS+= --with-msql=${PREFIX} .else CONFIGURE_ARGS+= --without-msql .endif .if defined(WITH_UNIXODBC) LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+= --with-odbc .endif .if defined(WITH_IODBC) LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc CONFIGURE_ARGS+= --with-odbc .endif .if !defined(WITH_UNIXODBC) && !defined(WITH_IODBC) CONFIGURE_ARGS+= --without-odbc .endif .if defined(WITH_SANE) LIB_DEPENDS+= sane.1:${PORTSDIR}/graphics/sane-backends CONFIGURE_ARGS+= --with-sane .else CONFIGURE_ARGS+= --without-sane .endif .if defined(WITH_PDF) LIB_DEPENDS+= pdf.6:${PORTSDIR}/print/pdflib CONFIGURE_ARGS+= --with-libpdf .else CONFIGURE_ARGS+= --without-libpdf .endif .if defined(HAVE_MESA) || defined(WITH_MESA) USE_MESA= yes LIB_DEPENDS+= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea CONFIGURE_ARGS+= --with-GL --with-GLUT .else CONFIGURE_ARGS+= --without-GL --without-GLUT .endif #.if defined(HAVE_GNOME) #USE_GNOME= yes #USE_GTK= yes #USE_GLI= yes #CONFIGURE_ARGS+= --with-GTK --with-gnome --with-glade #.else CONFIGURE_ARGS+= --without-GTK --without-gnome --without-glade #.endif .if (${MACHINE} == "i386") CONFIGURE_ARGS+= --with-poll .else # Alpha seems to have problems with poll() with pike... :/ CONFIGURE_ARGS+= --without-poll .endif USE_GMAKE= yes MAN1= hilfe.1 pike.1 MAN1PREFIX= ${PREFIX}/pike/${PORTVERSION} pre-everything:: .if !defined(WITH_OPTIMIZED_CFLAGS) @${ECHO_MSG} "You can enable additional compilation optimizations" @${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS" .endif .if !defined(WITH_TTF) && !defined(WITH_MOST) @${ECHO_MSG} "You can enable _Image_TTF support by defining WITH_TTF." .endif .if !defined(WITH_FREETYPE) && !defined(WITH_MOST) @${ECHO_MSG} "You can enable _Image_FreeType support by defining WITH_FREETYPE." .endif .if !defined(WITH_MYSQL) @${ECHO_MSG} "You can enable MySQL support by defining WITH_MYSQL." .endif .if !defined(WITH_POSTGRES) @${ECHO_MSG} "You can enable PostGres support by defining WITH_POSTGRES." .endif .if !defined(WITH_UNIXODBC) && !defined(WITH_IODBC) @${ECHO_MSG} "You can enable unixODBC support by defining WITH_UNIXODBC." @${ECHO_MSG} "You can enable iodbc support by defining WITH_IODBC." @${ECHO_MSG} "Note that you can support only ONE of these two ODBC libs." .endif .if !defined(WITH_SANE) @${ECHO_MSG} "You can enable Sane support by defining WITH_SANE." .endif .if !defined(WITH_SANE) || !defined(HAVE_MESA) @${ECHO_MSG} "You can enable MesaGL support by defining WITH_MESA." .endif .if !defined(WITH_PDF) @${ECHO_MSG} "You can enable PDF support by defining WITH_PDF." .endif .if !defined(WITH_MOST) @${ECHO_MSG} "You can enable most of the features here except Sane," @${ECHO_MSG} "MesaGLi, GNOME and SQL support by defining WITH_MOST." .endif pre-configure: # @cd ${WRKSRC}; \ # ./run_autoconfig @${ECHO} ${CONFIGURE_ARGS} post-install: ${INSTALL_PROGRAM} ${WRKSRC}pike ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}hilfe ${PREFIX}/bin .include Property changes on: head/lang/pike72/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/mbone/rat/Makefile =================================================================== --- head/mbone/rat/Makefile (revision 102064) +++ head/mbone/rat/Makefile (revision 102065) @@ -1,58 +1,62 @@ # New ports collection makefile for: rat # Date created: 3 July 1999 # Whom: O.Hodson@cs.ucl.ac.uk (Orion Hodson) # # $FreeBSD$ # PORTNAME= rat PORTVERSION= 4.2.25 PORTREVISION= 1 CATEGORIES= mbone audio ipv6 tk83 MASTER_SITES= \ http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PORTVERSION}/ \ http://www.icir.org/hodson/ucl-mirror/ MAINTAINER= ports@FreeBSD.org COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool TCLTK_VERSION= 8.3 LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_AUTOCONF= yes USE_GMAKE= yes MAN1= rat.1 MANCOMPRESSED= no RAT_BUILD_DIRS= common rat RAT= ${PORTNAME}-${PORTVERSION} RAT_SCRIPT= ${PORTNAME} PLIST_SUB= PORTVERSION=${PORTVERSION} .include .if ${OSVERSION} >= 400014 ENABLE_IPv6= --enable-ipv6 .endif +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT} ${PREFIX}/bin/${RAT} ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT}-ui ${PREFIX}/bin/${RAT}-ui ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT}-media ${PREFIX}/bin/${RAT}-media ${INSTALL_SCRIPT} ${WRKSRC}/rat/${RAT_SCRIPT} ${PREFIX}/bin/${RAT_SCRIPT} ${INSTALL_MAN} ${WRKSRC}/rat/man/man1/rat.1 ${PREFIX}/man/man1 ${MKDIR} ${LOCALBASE}/etc/sdr/plugins ${INSTALL_DATA} ${WRKSRC}/rat/sdr2.plugin.S02.audio.rtp.*.${RAT} ${LOCALBASE}/etc/sdr/plugins do-build: cd ${WRKSRC}/common/src && ${GMAKE} cd ${WRKSRC}/rat && ${GMAKE} run-autotools: @${DO_NADA} do-configure: cd ${WRKSRC}/common && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} ${ENABLE_IPv6} cd ${WRKSRC}/rat && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} --with-tcl=${LOCALBASE} --with-tk=${LOCALBASE} ${ENABLE_IPv6} --with-tcltk-version=${TCLTK_VERSION} .include Property changes on: head/mbone/rat/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/www/openvrml/Makefile =================================================================== --- head/www/openvrml/Makefile (revision 102064) +++ head/www/openvrml/Makefile (revision 102065) @@ -1,34 +1,40 @@ # New ports collection makefile for: OpenVRML # Date created: 8 Jan 2001 # Whom: Marc van Woerkom <3d@freebsd.org> # # $FreeBSD$ # PORTNAME= openvrml PORTVERSION= 0.12.4 PORTREVISION= 1 CATEGORIES= www graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= VRML97 runtime and browser ("lookat") LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png USE_REINPLACE= yes USE_MESA= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXext" CONFIGURE_ARGS= --without-spidermonkey --without-jdk --without-doxygen USE_GMAKE= yes INSTALLS_SHLIB= yes +.include + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-patch: @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure -.include +.include Property changes on: head/www/openvrml/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property