Index: head/devel/spirit/Makefile =================================================================== --- head/devel/spirit/Makefile (revision 118427) +++ head/devel/spirit/Makefile (revision 118428) @@ -1,44 +1,48 @@ # ex:ts=8 # New ports collection makefile for: spirit # Date created: Nov 4, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= spirit PORTVERSION= 1.6.1 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An object oriented recursive descent parser generator framework BUILD_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost RUN_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost USE_REINPLCE= yes USE_GNOME= gnomehack GNU_CONFIGURE= yes CFLAGS= -pipe # -O makes -stable memory exhausted CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-spirit-threadsafe .include +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} == "amd64" IGNORE= does not build: cc1plus hangs forever (gcc bug) .elif ${ARCH} != "i386" && ${ARCH} != "alpha" BROKEN= "Internal compiler error during build on !i386 and !alpha" .endif post-patch: @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} \ ${GREP} -lR "^htmldir" | ${XARGS} ${REINPLACE_CMD} \ -e "s@libs/@share/doc/spirit/@" .include Property changes on: head/devel/spirit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/devel/stlport/Makefile =================================================================== --- head/devel/stlport/Makefile (revision 118427) +++ head/devel/stlport/Makefile (revision 118428) @@ -1,90 +1,94 @@ # ex:ts=8 # Ports collection makefile for: stlport # Date Created: 2 December 1998 # Whom: Josh Gilliam # # $FreeBSD$ # PORTNAME= stlport PORTVERSION= 4.5.3 PORTREVISION?= 2 CATEGORIES= devel MASTER_SITES= http://www.stlport.com/archive/ PKGNAMESUFFIX= -${COMPILER} DISTNAME= STLport-${PORTVERSION:S/.b/-b/} MAINTAINER?= pmarquis@pobox.com COMMENT?= Adaptation of SGI's Standard Template Library .include +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} == "alpha" || ${ARCH} == "amd64" BROKEN= "Segfault during build on alpha and amd64" .endif .if !exists(/usr/include/wchar.h) BROKEN= "Requires /usr/include/wchar.h for compilation" .endif WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/src PATCH_WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/} USE_GMAKE= yes COMPILER?= gcc MAKEFILE= ${COMPILER}-freebsd.mak MAKE_ENV+= CC=${CC} CXX=${CXX} MAKE_ARGS+= INSTALLDIR=${PREFIX} PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ PTHREAD_LIBS=${PTHREAD_LIBS} PLIST_SUB+= COMPILER=${COMPILER} INSTALL_TARGET= install_unix INSTALLS_SHLIB= yes .if ${OSVERSION} < 440000 BROKEN= "Not supported on systems prior to FreeBSD 4.4" .endif .if ${COMPILER} == icc CC= icc CXX= icpc CFLAGS= -O -ip -axiMKW CXXFLAGS= ${CFLAGS} .else # There's segfault on -current if you use non default CFLAGS. CFLAGS= -O -pipe CXXFLAGS= ${CFLAGS} .endif .if ${COMPILER} == gcc && ${OSVERSION} < 460000 pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "There may be a bug in your version of gcc's exception" @${ECHO_MSG} "handling code. Consider upgrading to FreeBSD 4.6" @${ECHO_MSG} "or above." .endif post-patch: @${CP} ${FILESDIR}/src::icc-freebsd.mak ${WRKSRC}/icc-freebsd.mak @${CP} ${FILESDIR}/stlport::stl_icc.h \ ${WRKSRC}/../stlport/config/stl_icc.h @${CP} ${FILESDIR}/test::eh::icc-freebsd.mak \ ${WRKSRC}/../test/eh/icc-freebsd.mak post-install: ${FIND} ${PREFIX}/include/stlport -name \*.orig -delete .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/images ${INSTALL_DATA} ${WRKSRC}/../doc/*.css ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../doc/images/* ${DOCSDIR}/images .endif .if ${OSVERSION} >= 46000 || ${COMPILER} == icc post-build: test .endif test: do-build @cd ${WRKSRC}/../test/eh && ${SETENV} ${MAKE_ENV} \ ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check_d .include Property changes on: head/devel/stlport/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.33 \ No newline at end of property +1.34 \ No newline at end of property Index: head/games/sol/Makefile =================================================================== --- head/games/sol/Makefile (revision 118427) +++ head/games/sol/Makefile (revision 118428) @@ -1,49 +1,55 @@ # New ports collection makefile for: sol # Date created: 12 April 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # PORTNAME= sol PORTVERSION= 1.0.7 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://shh.thathost.com/pub-unix/files/ MAINTAINER= edwin@mavetju.org COMMENT= Solitaire card game for X Window System LIB_DEPENDS= shhopt.1:${PORTSDIR}/devel/libshhopt \ shhmsg.1:${PORTSDIR}/devel/libshhmsg \ xalloc.1:${PORTSDIR}/devel/libxalloc \ shhcards.1:${PORTSDIR}/games/libshhcards CONFLICTS= gnomegames2-2.4.* USE_GMAKE= yes USE_X_PREFIX= yes USE_XPM= yes MAN6= sol.6 +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + pre-build: cd ${WRKSRC} && ${GMAKE} depend do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sol ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/sol.6 ${PREFIX}/man/man6 @${MKDIR} ${PREFIX}/share/sol ${INSTALL_DATA} ${WRKSRC}/sol.score ${PREFIX}/share/sol @${CHOWN} root:games ${PREFIX}/bin/sol @${CHOWN} root:games ${PREFIX}/share/sol/sol.score @${CHMOD} 2755 ${PREFIX}/bin/sol @${CHMOD} 770 ${PREFIX}/share/sol @${CHMOD} 660 ${PREFIX}/share/sol/sol.score .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/sol ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/sol ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sol .endif -.include +.include Property changes on: head/games/sol/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/graphics/sam2p/Makefile =================================================================== --- head/graphics/sam2p/Makefile (revision 118427) +++ head/graphics/sam2p/Makefile (revision 118428) @@ -1,36 +1,42 @@ # ex:ts=8 # Ports collection makefile for: sam2p # Date created: Jan 7, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= sam2p PORTVERSION= 0.44 PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.inf.bme.hu/~pts/ MAINTAINER= ports@FreeBSD.org COMMENT= Converts raster (bitmap) image formats into PS or PDF files USE_GHOSTSCRIPT_RUN= yes BUILD_DEPENDS= tif22pnm:${PORTSDIR}/graphics/tif22pnm \ tifftopnm:${PORTSDIR}/graphics/netpbm \ zip:${PORTSDIR}/archivers/zip \ bash:${PORTSDIR}/shells/bash2 LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg PLIST_FILES= bin/sam2p USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} ALL_TARGET= ${PORTNAME} +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sam2p ${PREFIX}/bin -.include +.include Property changes on: head/graphics/sam2p/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/math/scigraphica/Makefile =================================================================== --- head/math/scigraphica/Makefile (revision 118427) +++ head/math/scigraphica/Makefile (revision 118428) @@ -1,46 +1,52 @@ # New ports collection makefile for: scigraphica # Date created: 29 August 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= scigraphica PORTVERSION= 0.8.0 PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= http://scigraphica.sourceforge.net/src/ \ ${MASTER_SITE_SOURCEFORGE} \ http://magnet.fsu.edu/~feiguin/scigraphica/src/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A scientific application for data analysis and technical graphics BUILD_DEPENDS= ${PYNUMERIC} LIB_DEPENDS= gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra RUN_DEPENDS= ${PYNUMERIC} \ ${PYTHON_SITELIBDIR}/gtk-1.2/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk USE_X_PREFIX= yes USE_PERL5_BUILD=yes USE_GMAKE= yes USE_GNOME= yes USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' post-install: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/share/gnome/scigraphica @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/share/gnome/scigraphica -.include +.include Property changes on: head/math/scigraphica/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/security/samhain/Makefile =================================================================== --- head/security/samhain/Makefile (revision 118427) +++ head/security/samhain/Makefile (revision 118428) @@ -1,141 +1,145 @@ # New ports collection makefile for: samhain # Date created: 9 January 2003 # Whom: lx # # $FreeBSD$ # # # This port recognizes the following non-binary tunables: # # WITH_RUNAS_USER: # Whe building with "WITH_SERVER" defined, the username of the # account Yule will run as. Defaults to "yule". # # WITH_LOG_SERVER, WITH_ALT_LOG_SERVER. When "WITH_CLIENT" is defined, # these specify what server the client will fetch configuration # and database files from. This can also be defined at runtime. # PORTNAME= samhain PORTVERSION= 1.8.10b CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ \ http://cold.darkambient.net/ DISTFILES= samhain_signed-${PORTVERSION}.tar.gz MAINTAINER= lx@redundancy.redundancy.org COMMENT= The Samhain Intrusion Detection System OPTIONS= KCHECK "Enable rogue KLD detection" on \ GPG "Enable GnuPG support" off \ MYSQL "Enable MySQL logging" off \ POSTGRESQL "Enable PostgreSQL logging" off \ LIBWRAP "Enable TCP wrapper support" on \ CLIENT "Build as Samhain network client" off \ SERVER "Build as Yule network server" off .include +.if ${OSVERSION} >= 502126 +BROKEN= "Does not build on FreeBSD >= 5.x" +.endif + .if defined(WITH_GPG) BUILD_DEPENDS+= gpg:${PORTSDIR}/security/gnupg .endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-login-watch --localstatedir=/var \ --mandir=${PREFIX}/man --enable-suidcheck .if defined(WITH_RUNAS_USER) CONFIGURE_ARGS+= --enable-identity=${WITH_RUNAS_USER} .endif .if !defined(WITHOUT_KCHECK) CONFIGURE_ARGS+= --with-kcheck .endif .if defined(WITH_GPG) CONFIGURE_ARGS+= --with-gpg=${PREFIX}/bin/gpg .endif .if defined(WITH_MYSQL) CONFIGURE_ARGS+= --with-database=mysql \ --with-cflags=-I${LOCALBASE}/include/mysql \ --with-libs=-L${LOCALBASE}/lib/mysql --enable-xml-log .endif .if defined(WITH_POSTGRESQL) CONFIGURE_ARGS+= --with-database=postgresql --enable-xml-log .endif .if !defined(WITHOUT_LIBWRAP) CONFIGURE_ARGS+= --with-libwrap .endif .if defined(WITH_CLIENT) CONFIGURE_ARGS+= --enable-network=client \ --with-data-file=REQ_FROM_SERVER/var/lib/samhain/data.samhain \ --with-config-file=REQ_FROM_SERVER PLIST_SUB+= SAMHAIN="" SETPWD="" YULE="@comment " EXTRA_PATCHES+= ${FILESDIR}/fixsamhainrc.patch MAN5= samhainrc.5 MAN8= samhain.8 .elif defined(WITH_SERVER) CONFIGURE_ARGS+= --enable-network=server PLIST_SUB+= YULE="" SAMHAIN="@comment " SETPWD="@comment " EXTRA_PATCHES+= ${FILESDIR}/fixyulerc.patch MAN5= yulerc.5 MAN8= yule.8 .else PLIST_SUB+= SAMHAIN="" YULE="@comment " SETPWD="@comment " EXTRA_PATCHES+= ${FILESDIR}/fixsamhainrc.patch MAN5= samhainrc.5 MAN8= samhain.8 .endif .if defined(WITH_LOG_SERVER) CONFIGURE_ARGS+= --with-logserver=${WITH_LOG_SERVER} .endif .if defined(WITH_ALT_LOG_SERVER) CONFIGURE_ARGS+= --with-altlogserver=${WITH_ALT_LOG_SERVER} .endif pre-everything:: .if !defined(WITH_CLIENT) && !defined(WITH_SERVER) @${ECHO_MSG} @${ECHO_MSG} "Building in standalone mode." @${ECHO_MSG} "If you wish to enable networked mode, please hit CTRL-C" @${ECHO_MSG} "now, review the options in the Makefile, and make" @${ECHO_MSG} "with WITH_SERVER=yes or WITH_CLIENT=yes." @${ECHO_MSG} .endif .if defined(WITH_CLIENT) && defined(WITH_SERVER) @${ECHO_MSG} @${ECHO_MSG} "Can't build client and server at once!" @${ECHO_MSG} .error "Can't build client and server at once!" .endif .if !defined(WITHOUT_KCHECK) @${ECHO_MSG} @${ECHO_MSG} "Building with kernel checking requires reading /dev/kmem." @${ECHO_MSG} "If you're not building as root, please hit Control-C and" @${ECHO_MSG} "restart the build as root." @${ECHO_MSG} .endif post-extract: @${TAR} -C ${WRKDIR} -xzf ${WRKSRC}.tar.gz @${RM} ${WRKSRC}.tar.gz ${WRKSRC}.tar.gz.asc post-install: .if !defined(WITH_SERVER) @${CP} ${WRKSRC}/init/samhain.startFreeBSD ${PREFIX}/etc/rc.d/samhain.sh.sample .else @${CP} ${WRKSRC}/init/samhain.startFreeBSD ${PREFIX}/etc/rc.d/yule.sh.sample .endif .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/docs/MANUAL-1_8.ps ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/docs/MANUAL-1_8.html.tar ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/docs/HOWTO-client+server.html ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/docs/HOWTO-samhain+GnuPG.html ${DOCSDIR} .endif install-user: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} install-user) .include Property changes on: head/security/samhain/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/security/sfs/Makefile =================================================================== --- head/security/sfs/Makefile (revision 118427) +++ head/security/sfs/Makefile (revision 118428) @@ -1,92 +1,96 @@ # Ports collection makefile for: sfs # Date created: 2002-07-11 # Whom: Michael Handler # Matthew Dodd # # $FreeBSD$ # PORTNAME= sfs PORTVERSION= 0.7.2 PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://www.fs.net/sfswww/dist/ MAINTAINER= handler@grendel.net COMMENT= Self-Certifying File System: A secure global network file system PLIST_SUB= SFS_VERSION=${PORTVERSION} INFO= sfs USE_GMAKE= yes USE_INC_LIBTOOL_VER=13 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-sfsuser=sfs \ --with-sfsgroup=sfs \ --with-sfsdir=/var/spool/sfs \ --with-etcdir=${PREFIX}/etc/sfs \ --disable-uvfs .include .if ${ARCH} != "i386" BROKEN= "Does not compile on !i386" .endif +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${OSVERSION} > 500000 LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+=--with-gmp=${LOCALBASE} .else CONFIGURE_ARGS+=--with-gmp=/usr .endif MAN1= \ dirsearch.1 \ newaid.1 \ rex.1 \ sfsagent.1 \ sfskey.1 \ ssu.1 MAN5= \ sfs_config.5 \ sfs_srp_params.5 \ sfs_users.5 \ sfsauthd_config.5 \ sfscd_config.5 \ sfsrwsd_config.5 \ sfssd_config.5 MAN7= \ sfs.7 MAN8= \ funmount.8 \ sfsauthd.8 \ sfscd.8 \ sfsrwsd.8 \ sfssd.8 \ vidb.8 post-extract: @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/sfscd.sh > ${WRKSRC}/sfscd.sh @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/sfssd.sh > ${WRKSRC}/sfssd.sh pre-install: PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL post-install: ${INSTALL_SCRIPT} ${WRKSRC}/sfsauthd/upgradedb.pl ${PREFIX}/lib/sfs-${PORTVERSION}/upgradedb.pl ${INSTALL_SCRIPT} ${WRKSRC}/sfscd.sh ${PREFIX}/etc/rc.d/sfscd.sh.sample ${INSTALL_SCRIPT} ${WRKSRC}/sfssd.sh ${PREFIX}/etc/rc.d/sfssd.sh.sample ${MKDIR} ${PREFIX}/etc/sfs ${INSTALL_DATA} ${FILESDIR}/etc-sfsrwsd_config.sample ${PREFIX}/etc/sfs/sfsrwsd_config.sample ${MKDIR} ${PREFIX}/share/doc/sfs ${INSTALL_DATA} ${FILESDIR}/share-doc-WELCOME ${PREFIX}/share/doc/sfs/WELCOME ${INSTALL_DATA} ${FILESDIR}/share-doc-README ${PREFIX}/share/doc/sfs/README ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sfs/README.packageblurb ${INSTALL_DATA} ${WRKSRC}/README.0.7-upgrade ${PREFIX}/share/doc/sfs/README.0.7-upgrade PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} POST-INSTALL .include Property changes on: head/security/sfs/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/security/smtpmap/Makefile =================================================================== --- head/security/smtpmap/Makefile (revision 118427) +++ head/security/smtpmap/Makefile (revision 118428) @@ -1,41 +1,47 @@ # New ports collection makefile for: smtpmap # Date created: 26 decembre 2002 # Whom: Hubert Tournier # # $FreeBSD$ # PORTNAME= smtpmap PORTVERSION= 0.8 PORTREVISION= 3 CATEGORIES= security mail net MASTER_SITES= http://plasmahh.hopto.org/ MAINTAINER= hubert@frbsd.org COMMENT= An SMTP software identifier .if !exists(/usr/include/getopt.h) MAKE_ENV= LIBS="${LDFLAGS}" INC="${CPPFLAGS}" .endif USE_GETOPT_LONG=yes USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= yes MAKEFILE= makefile +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/makefile.conf @${REINPLACE_CMD} -e 's|\(INC)\) \(small\)|\1 $$(LIBS) \2|g' ${WRKSRC}/src/makefile @${REINPLACE_CMD} -e 's|-j 5||g' -e 's|@\(./inst\)|\1|g' ${WRKSRC}/makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/smtpmap ${PREFIX}/bin ${INSTALL} -d ${DATADIR} .for file in fingerprints-conf fingerprints-return fingerprints-rfc ${INSTALL_DATA} ${WRKSRC}/share/${file} ${DATADIR} .endfor -.include +.include Property changes on: head/security/smtpmap/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/security/stegdetect/Makefile =================================================================== --- head/security/stegdetect/Makefile (revision 118427) +++ head/security/stegdetect/Makefile (revision 118428) @@ -1,45 +1,49 @@ # New ports collection makefile for: stegdetect # Date created: Jul 19, 2001 # Whom: Mark Pulford # # $FreeBSD$ # PORTNAME= stegdetect PORTVERSION= 0.5 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.mirrors.wiretapped.net/security/steganography/stegdetect/ \ http://www.outguess.org/ MAINTAINER= markp@FreeBSD.org COMMENT= An automated tool for detecting steganographic content in jpegs .if !defined(WITHOUT_X11) BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent .endif # Note: stegdetect includes a modified version of jpeg-6b linked statically GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes MAN1= stegdetect.1 stegbreak.1 .if defined(WITHOUT_X11) PLIST_SUB+= X11="@comment " .else USE_GNOME= gtk12 CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}" PLIST_SUB+= X11="" .endif .include +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: ${REINPLACE_CMD} 's/$$(JPEGLIB)/$$(JPEGLIB) -lcrypto/' \ ${WRKSRC}/Makefile.in .if defined(WITHOUT_X11) ${REINPLACE_CMD} 's/gtk-config//g' ${WRKSRC}/configure .endif .include Property changes on: head/security/stegdetect/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property