Index: head/ports-mgmt/barry/Makefile =================================================================== --- head/ports-mgmt/barry/Makefile (revision 162214) +++ head/ports-mgmt/barry/Makefile (revision 162215) @@ -1,34 +1,33 @@ # New ports collection makefile for: barry # Date created: 19 September 2002 # Whom: Brad Davis # # $FreeBSD$ # PORTNAME= barry PORTVERSION= 0.7 PORTREVISION= 2 CATEGORIES= sysutils kde MASTER_SITES= http://www.student.uni-oldenburg.de/frerich.raabe/barry/ \ http://freebsd.so14k.com/barry/ MAINTAINER= ports@FreeBSD.org COMMENT= A nice KDE frontend to the ports system BUILD_DEPENDS= ${LOCALBASE}/sbin/portsdb:${PORTSDIR}/sysutils/portupgrade RUN_DEPENDS= ${LOCALBASE}/sbin/portsdb:${PORTSDIR}/sysutils/portupgrade USE_BZIP2= yes USE_KDELIBS_VER=3 -USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 post-patch: @${FIND} ${WRKSRC} -name "*.h" -and -not -name "linklocator.h" | \ ${XARGS} ${REINPLACE_CMD} -e 's/^};/}/g' @${REINPLACE_CMD} "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure pre-install: @${MKDIR} ${DESTDIR}${PREFIX}/share/applnk/Utilities .include Property changes on: head/ports-mgmt/barry/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/ports-mgmt/bpm/Makefile =================================================================== --- head/ports-mgmt/bpm/Makefile (revision 162214) +++ head/ports-mgmt/bpm/Makefile (revision 162215) @@ -1,39 +1,38 @@ # New ports collection makefile for: bpm # Date created: 23 July 2004 # Whom: sethk # # $FreeBSD$ # PORTNAME= bpm PORTVERSION= 0.4.1b PORTREVISION= 9 CATEGORIES= sysutils MASTER_SITES= http://www.meowfishies.com/code/bpm/ EXTRACT_SUFX= .tgz MAINTAINER= sethk@meowfishies.com COMMENT= A graphical BSD ports collection manager RUN_DEPENDS= portupgrade:${PORTSDIR}/sysutils/portupgrade USE_X_PREFIX= yes USE_GNOME= gtk20 desktopfileutils -USE_REINPLACE= yes MAKE_ENV+= OSTYPE="${OPSYS}" SUB_FILES= bpm.desktop post-patch: @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ ${REINPLACE_CMD} -e "s|-lintl|-lintl -L${LOCALBASE}/lib|g" # GnomeVFS needs pthread; bpm may use GnomeVFS (via GtkFileChooser) @${REINPLACE_CMD} -e 's|^CFLAGS+=|& ${PTHREAD_CFLAGS}|; \ s|^LDLIBS+=|& ${PTHREAD_LIBS}|' ${WRKSRC}/src/Makefile post-install: ${INSTALL_DATA} ${WRKDIR}/bpm.desktop ${PREFIX}/share/applications/bpm.desktop @-update-desktop-database .include Property changes on: head/ports-mgmt/bpm/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/ports-mgmt/pkg_trackinst/Makefile =================================================================== --- head/ports-mgmt/pkg_trackinst/Makefile (revision 162214) +++ head/ports-mgmt/pkg_trackinst/Makefile (revision 162215) @@ -1,29 +1,28 @@ # New ports collection makefile for: pkg_trackinst # Date created: 3 May 2005 # Whom: Hye-Shik Chang # # $FreeBSD$ PORTNAME= pkg_trackinst PORTVERSION= 1.2.2 CATEGORIES= sysutils MASTER_SITES= http://people.freebsd.org/~perky/distfiles/ MAINTAINER= perky@FreeBSD.org COMMENT= PkgDB/pkg-plist generator by tracking installation USE_PYTHON= 2.3+ -USE_REINPLACE= yes MAKE_ENV= PYTHON_CMD=${PYTHON_CMD} .include .if ${OSVERSION} < 501105 IGNORE= requires dynamically-linked base programs .endif post-patch: ${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \ ${WRKSRC}/PkgTrackInst/cmd_support.py .include Property changes on: head/ports-mgmt/pkg_trackinst/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/ports-mgmt/pkg_tree/Makefile =================================================================== --- head/ports-mgmt/pkg_tree/Makefile (revision 162214) +++ head/ports-mgmt/pkg_tree/Makefile (revision 162215) @@ -1,28 +1,27 @@ # New ports collection makefile for: pkg_tree # Date created: 24 September 2001 # Whom: Edwin Groothuis (edwin@mavetju.org) # # $FreeBSD$ # PORTNAME= pkg_tree PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= edwin@mavetju.org COMMENT= Get a 'graphical' tree-overview of installed packages -USE_REINPLACE= yes USE_PERL5= yes MAN7= pkg_tree.7 PLIST_FILES= bin/pkg_tree post-patch: @${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g ; \ s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \ s|__INSTALL_SCRIPT__|${INSTALL_SCRIPT}|g' ${WRKSRC}/Makefile .include Property changes on: head/ports-mgmt/pkg_tree/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/ports-mgmt/portbrowser/Makefile =================================================================== --- head/ports-mgmt/portbrowser/Makefile (revision 162214) +++ head/ports-mgmt/portbrowser/Makefile (revision 162215) @@ -1,31 +1,30 @@ # New ports collection makefile for: portbrowser # Date created: 8 November, 2004 # Whom: hrs # # $FreeBSD$ PORTNAME= portbrowser PORTVERSION= 0.3 PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.bytelabs.org/ DISTNAME= pb-browser-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= hrs@FreeBSD.org COMMENT= Graphical frontend for the BSD ports system USE_GNOME= gtk20 -USE_REINPLACE= yes MAKE_ENV= MANDIR=${PREFIX}/man/man \ BINDIR=${PREFIX}/bin \ NOMANCOMPRESS=YES PLIST_FILES= bin/pbrowser MAN1= pbrowser.1 post-patch: @${REINPLACE_CMD} -e 's|"INDEX"|"${INDEXFILE}"|' \ ${WRKSRC}/src/pkgobject.h .include Property changes on: head/ports-mgmt/portbrowser/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/ports-mgmt/portsman/Makefile =================================================================== --- head/ports-mgmt/portsman/Makefile (revision 162214) +++ head/ports-mgmt/portsman/Makefile (revision 162215) @@ -1,34 +1,33 @@ # New ports collection makefile for: portsman # Date created: 18 January 2003 # Whom: Anselm R. Garbe # # $FreeBSD$ # PORTNAME= portsman PORTVERSION= 0.2 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://download.berlios.de/portsman/ # temporary DISTNAME= ${PORTNAME}-${PORTVERSION}-rc2 MAINTAINER= anselmg@t-online.de COMMENT= An ncurses based front-end to manage the FreeBSD ports collection .include .if ${OSVERSION} < 400000 LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses .endif MAN1= portsman.1 MAN5= portsmanrc.5 GNU_CONFIGURE= yes -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e "/^pmanrcdir/s|etc$$|etc/portsman|" \ ${WRKSRC}/config/Makefile.in .include Property changes on: head/ports-mgmt/portsman/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/science/2dhf/Makefile =================================================================== --- head/science/2dhf/Makefile (revision 162214) +++ head/science/2dhf/Makefile (revision 162215) @@ -1,83 +1,82 @@ # New ports collection makefile for: 2dhf # Date created: 24 July 2003 # Whom: NAKATA, Maho # # $FreeBSD$ # PORTNAME= 2dhf PORTVERSION= 2003.02 PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://staff.csc.fi/~laaksone/2d/admin/ DISTNAME= ${PORTNAME}_02.03 EXTRACT_SUFX= .tgz MAINTAINER= maho@FreeBSD.org COMMENT= A Numerical Hartree-Fock Program for Diatomic Molecules BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 .if defined(WITH_INTEL) BUILD_DEPENDS+= ${LOCALBASE}/intel_fc_80/bin/ifort:${PORTSDIR}/lang/ifc BUILD_DEPENDS+= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc .endif LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \ atlas:${PORTSDIR}/math/atlas .if defined(WITH_OPTIMIZED_FLAGS) FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double .if (${MACHINE_ARCH} == "i386") FFLAGS+= -mfancy-math-387 .endif # i386 .endif BLAS= -lf77blas -latlas .if defined(WITH_INTEL) FC= ${LOCALBASE}/intel_fc_80/bin/ifort CC= ${LOCALBASE}/intel_cc_80/bin/icc FFLAGS= -O3 -tpp7 -xKW -Vaxlib FFLAGS_ADD= -w -132 CFLAGS= -O3 -tpp7 -xKW -Vaxlib BLAS+= -lg2c -lm .else FFLAGS_ADD= -w -ffixed-line-length-none .endif pre-everything:: @${ECHO_CMD} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes -USE_REINPLACE= yes do-extract: ${MKDIR} ${WRKSRC} @(cd ${WRKSRC} ; ${TAR} xfz ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) post-patch: @${REINPLACE_CMD} -e 's,%%FC%%,${FC},g ; \ s,%%FFLAGS%%,${FFLAGS},g ; \ s,%%FFLAGS_ADD%%,${FFLAGS_ADD},g ; \ s,%%CC%%,${CC},g ; \ s,%%CFLAGS%%,${CFLAGS},g ; \ s,%%LOCALBASE%%,${LOCALBASE},g ;\ s,%%BLAS%%,${BLAS},g' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/bin/xhf do-build: @${MKDIR} ${WRKSRC}/obj ; cd ${WRKSRC} ; ${GMAKE} do-install: @cd ${WRKSRC} ; ${INSTALL_PROGRAM} bin/x2dhf ${PREFIX}/bin/x2dhf @cd ${WRKSRC} ; ${INSTALL_SCRIPT} bin/xhf ${PREFIX}/bin/xhf .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @cd ${WRKSRC}/doc ; ${INSTALL_DATA} 2dhf.pdf users_guide.pdf ${DOCSDIR} @${MKDIR} ${DOCSDIR}/users_guide @cd ${WRKSRC}/doc/users_guide ; ${INSTALL_DATA} * ${DOCSDIR}/users_guide @${MKDIR} ${EXAMPLESDIR} @cd ${WRKSRC}/examples/ ; ${TAR} -chf - . | \ ${TAR} -xf - -C ${EXAMPLESDIR} .endif .include Property changes on: head/science/2dhf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/science/abinit/Makefile =================================================================== --- head/science/abinit/Makefile (revision 162214) +++ head/science/abinit/Makefile (revision 162215) @@ -1,89 +1,88 @@ # New ports collection makefile for: abinit # Date Created: 18 March 2004 # Whom: NAKATA Maho # # $FreeBSD$ # PORTNAME= abinit PORTVERSION= 4.6.5 CATEGORIES= science MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ MAINTAINER= maho@FreeBSD.org COMMENT= Abinit calculates electronic structure of systems BUILD_DEPENDS= ${LOCALBASE}/intel_fc_80/bin/ifort:${PORTSDIR}/lang/ifc .if defined(WITHOUT_ATLAS) LIB_DEPENDS+= lapack.1:${PORTSDIR}/math/lapack .else LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas .endif ALL_TARGET= allseq -USE_REINPLACE= yes .if defined(WITHOUT_ATLAS) BLAS= ${LOCALBASE}/lib/libblas.a LAPACK= ${LOCALBASE}/lib/liblapack.a .else BLAS= ${LOCALBASE}/lib/libatlas.a LAPACK= ${LOCALBASE}/lib/libalapack.a ${LOCALBASE}/lib/libf77blas.a ${LOCALBASE}/lib/libcblas.a -lg2c -lm .endif #do-extract: # @${MKDIR} ${WRKSRC} # @${ECHO} ${WRKSRC} #.for file in ${DISTFILES} # @${TAR} xfz ${DISTDIR}/${DISTFILES} -C ${WRKSRC} #.endfor #Flags for programs written in Fortran 77 FFLAGS_LIBS+= -w ${FFLAGS} #Flags for programs written in Fortran 90/95 FFLAGS+= -w -FR .if defined(WITH_OPTIMIZED_FLAGS) FFLAGS+= -O3 -tpp7 -axW FFLAGS_LIBS+= -O3 -tpp7 -axW CFLAGS+= -O2 -ffast-math .endif post-extract: @${CP} ${FILESDIR}/makefile_macros ${WRKSRC}/ @${REINPLACE_CMD} -e 's+%%FFLAGS%%+${FFLAGS}+g' \ -e 's+%%FC%%+${LOCALBASE}/intel_fc_80/bin/ifort+g' \ -e 's+%%FFLAGS%%+${FFLAGS}+g' \ -e 's+%%FFLAGS_LIBS%%+${FFLAG_LIBS}+g' \ -e 's+%%CPP%%+${CPP}+g' \ -e 's+%%CC%%+${CC}+g' \ -e 's|%%CFLAGS%%|${CFLAGS}|g' \ -e 's+%%PERL%%+${PERL}+g' \ -e 's+%%BLAS%%+${BLAS}+g' \ -e 's+%%LAPACK%%+${LAPACK}+g' ${WRKSRC}/makefile_macros test: cd ${WRKSRC} ; ${MAKE} test1 cd ${WRKSRC} ; ${MAKE} test2 cd ${WRKSRC} ; ${MAKE} test3 cd ${WRKSRC} ; ${MAKE} test4 do-install: @cd ${WRKSRC} ; ${INSTALL_PROGRAM} abinis ${PREFIX}/bin @cd ${WRKSRC} ; ${INSTALL_PROGRAM} aim ${PREFIX}/bin @cd ${WRKSRC} ; ${INSTALL_PROGRAM} anaddb ${PREFIX}/bin @cd ${WRKSRC} ; ${INSTALL_PROGRAM} band2eps ${PREFIX}/bin @cd ${WRKSRC} ; ${INSTALL_PROGRAM} conducti ${PREFIX}/bin @cd ${WRKSRC} ; ${INSTALL_PROGRAM} cut3d ${PREFIX}/bin @cd ${WRKSRC} ; ${INSTALL_PROGRAM} lwf ${PREFIX}/bin @cd ${WRKSRC} ; ${INSTALL_PROGRAM} newsp ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}/Infos @${MKDIR} ${DOCSDIR}/Tutorial @${TAR} -cf - -C ${WRKSRC}/Infos . | ${TAR} xf - -C ${DOCSDIR}/Infos @${TAR} -cf - -C ${WRKSRC}/Tutorial . | ${TAR} xf - -C ${DOCSDIR}/Tutorial .endif .include Property changes on: head/science/abinit/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/science/bblimage/Makefile =================================================================== --- head/science/bblimage/Makefile (revision 162214) +++ head/science/bblimage/Makefile (revision 162215) @@ -1,35 +1,34 @@ # ex:ts=8 # Ports collection Makefile for: bblimage # Date created: Jul 22, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= bblimage PORTVERSION= 0.66 PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.med.upenn.edu/bbl/software/files/ EXTRACT_SUFX= .src.tgz MAINTAINER= ports@FreeBSD.org COMMENT= A set of software tools for medical image processing LIB_DEPENDS= Xm.2:${PORTSDIR}/x11-toolkits/lesstif USE_PYTHON= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lapack --with-python USE_GMAKE= yes MAN1= anonbblanz.1 bblimage.1 binnseg.1 conseg.1 decomment.1 dumpbblanz.1 \ imstack.1 inleav2.1 lovar.1 qdv.1 rpsamp.1 skmiv.1 swab.1 usb2uc.1 \ vibihist.1 vihist.1 MAN5= cdata.5 mri_data.5 param.5 post-patch: @${REINPLACE_CMD} -e "s|python1\.5|${PYTHON_VERSION}|g" ${WRKSRC}/configure ${WRKSRC}/Makefile.in .include Property changes on: head/science/bblimage/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/science/cdcl/Makefile =================================================================== --- head/science/cdcl/Makefile (revision 162214) +++ head/science/cdcl/Makefile (revision 162215) @@ -1,108 +1,107 @@ # New ports collection makefile for: DCL-C # Date created: 15 February 2004 # Whom: Shin'ya Murakami # # $FreeBSD$ # PORTNAME= cdcl PORTVERSION= 5.3 PORTREVISION= 2 CATEGORIES= science graphics MASTER_SITES= http://www.gfd-dennou.org/arch/dcl/ DISTNAME= dcl-5.3-C MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp COMMENT= Scientific graphic library for geoscience .if defined(WITHOUT_GTK) .else USE_GNOME= gtk20 .endif USE_X_PREFIX= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --libdir=${PREFIX}/lb/${PORTNAME}-${PORTVERSION} --with-x .if defined(WITHOUT_GTK) CUNFIGURE_ARGS+= --disable-gtk --disable-gtk2 .endif DCL_VERSION= ${PORTVERSION}-C PLIST_SUB= DCL_VERSION=${DCL_VERSION} BINARIES= cdclcmap cdclclr cdcldate cdcldbs cdclexec cdclfont \ cdclpara cdcltone cdcltrf cdclver PSLIBS= dclps2kdraw dclpscat dclpsfix dclpsfont dclpsline \ dclpsmargin dclpsmerge dclpsnup dclpsrmcm dclpsrot \ dclpsselect dclpsseparate dclpsunrot DOCFILES= CHECK CREDITS HISTORY README README_clrmap README_gt2dlib \ README_itr51 README_pslib README_umfmap DEMODIRS= gokuraku grph1 grph2 math1 math2 misc1 misc2 rakuraku DEMOGOKUDIR= hop jump layout step u1d u2d DEMOGRPH1DIR= scpack sgpack slpack DEMOGRPH2DIR= grpack ucpack udegpk ulpack umpack uspack uupack uxyzpk ximage DEMOMATH1DIR= blklib chrlib fnclib gnmlib ifalib indxlib intlib lrllib \ oslib rfalib rfblib sublib syslib vialib viblib vralib vrblib DEMOMATH2DIR= fftlib intrlib rnmlib vstlib DEMOMISC1DIR= bitlib chglib chklib chnlib clcklib datelib fmtlib hexlib \ misclib randlib timelib DEMORAKUDIR= color kihon layout map3d miss quick u2d uspack uxyz RESTRICTED= "No commercial use" pre-build: @cd ${WRKSRC} @${REINPLACE_CMD} -e 's+dcldbase+dcldbase-${PORTVERSION}-C+' ${WRKSRC}/Mkinclude @${REINPLACE_CMD} -e 's+dclps+cdclps+g' ${WRKSRC}/bin/Makefile @${REINPLACE_CMD} -e 's+dclps+cdclps+g' ${WRKSRC}/src/env2/pslib/Makefile .for i in ${PSLIBS} ${MV} ${WRKSRC}/src/env2/pslib/${i} ${WRKSRC}/src/env2/pslib/c${i} .endfor post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/demo/Makefile ${EXAMPLESDIR} .for i in ${DEMODIRS} ${MKDIR} ${EXAMPLESDIR}/${i} ${INSTALL_DATA} ${WRKSRC}/demo/${i}/Makefile ${EXAMPLESDIR}/${i} .endfor .for i in ${DEMOGOKUDIR} ${MKDIR} ${EXAMPLESDIR}/gokuraku/${i} ${INSTALL_DATA} ${WRKSRC}/demo/gokuraku/${i}/* ${EXAMPLESDIR}/gokuraku/${i}/ .endfor .for i in ${DEMOGRPH1DIR} ${MKDIR} ${EXAMPLESDIR}/grph1/${i} ${INSTALL_DATA} ${WRKSRC}/demo/grph1/${i}/* ${EXAMPLESDIR}/grph1/${i}/ .endfor .for i in ${DEMOGRPH2DIR} ${MKDIR} ${EXAMPLESDIR}/grph2/${i} ${INSTALL_DATA} ${WRKSRC}/demo/grph2/${i}/* ${EXAMPLESDIR}/grph2/${i}/ .endfor .for i in ${DEMOMATH1DIR} ${MKDIR} ${EXAMPLESDIR}/math1/${i} ${INSTALL_DATA} ${WRKSRC}/demo/math1/${i}/* ${EXAMPLESDIR}/math1/${i}/ .endfor .for i in ${DEMOMATH2DIR} ${MKDIR} ${EXAMPLESDIR}/math2/${i} ${INSTALL_DATA} ${WRKSRC}/demo/math2/${i}/* ${EXAMPLESDIR}/math2/${i}/ .endfor .for i in ${DEMOMISC1DIR} ${MKDIR} ${EXAMPLESDIR}/misc1/${i} ${INSTALL_DATA} ${WRKSRC}/demo/misc1/${i}/* ${EXAMPLESDIR}/misc1/${i}/ .endfor .for i in ${DEMORAKUDIR} ${MKDIR} ${EXAMPLESDIR}/rakuraku/${i} ${INSTALL_DATA} ${WRKSRC}/demo/rakuraku/${i}/* ${EXAMPLESDIR}/rakuraku/${i}/ .endfor .endif .for i in ${BINARIES} ${STRIP_CMD} ${PREFIX}/bin/${i} .endfor @${MKDIR} ${DOCSDIR} .for i in ${DOCFILES} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ .endfor .include Property changes on: head/science/cdcl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/science/chemtool-devel/Makefile =================================================================== --- head/science/chemtool-devel/Makefile (revision 162214) +++ head/science/chemtool-devel/Makefile (revision 162215) @@ -1,46 +1,45 @@ # New ports collection makefile for: chemtool-devel # Date created: Mar 5, 2003 # Whom: NAKATA, Maho # # $FreeBSD$ PORTNAME= chemtool PORTVERSION= 1.7.20050716 CATEGORIES= science MASTER_SITES= http://ruby.chemie.uni-freiburg.de/~martin/chemtool/ DISTNAME= ct17a15 EXTRACT_SUFX= .tgz MAINTAINER= maho@FreeBSD.org COMMENT= Drawing organic molecules easily and store them (developer version) LIB_DEPENDS= EMF.1:${PORTSDIR}/graphics/libemf RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig WRKSRC= ${WRKDIR}/${PORTNAME}-1.7alpha15/ -USE_REINPLACE= yes USE_GNOME= gtk20 #USE_AUTOTOOLS= autoconf:213 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-emf=yes PKGNAMESUFFIX= -devel MAN1= chemtool.1 cht.1 #to include emf CFLAGS+= -I${LOCALBASE}/include/libEMF CXXFLAGS+= -I${LOCALBASE}/include/libEMF post-patch: @${REINPLACE_CMD} -e 's+%%LOCALBASE%%+${LOCALBASE}+g;' ${WRKSRC}/configure.in @${REINPLACE_CMD} -e 's+%%LOCALBASE%%+${LOCALBASE}+g;' ${WRKSRC}/configure do-install: @(cd ${WRKSRC}; ${GMAKE} install) @(cd ${WRKSRC}; \ ${MKDIR} ${PREFIX}/share/examples/chemtool/; \ cd ${WRKSRC}/examples/; \ ${INSTALL_DATA} * ${PREFIX}/share/examples/chemtool; \ ) .include Property changes on: head/science/chemtool-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/science/dcl/Makefile =================================================================== --- head/science/dcl/Makefile (revision 162214) +++ head/science/dcl/Makefile (revision 162215) @@ -1,77 +1,76 @@ # New ports collection makefile for: DCL # Date created: 30 January 2005 # Whom: Shin'ya Murakami # # $FreeBSD$ # PORTNAME= dcl PORTVERSION= 5.3.1 CATEGORIES= science graphics MASTER_SITES= http://www.gfd-dennou.org/arch/dcl/ MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp COMMENT= Scientific graphic library for geoscience USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --libdir=${PREFIX}/lib/${PORTNAME}-${PORTVERSION} --disable-gtk2 --disable-gtk --with-x -USE_REINPLACE= yes DOCFILES= CHECK CREDITS HISTORY README README_clrmap README_gt2dlib \ README_itr51 README_pslib README_umfmap DEMODIRS= gokuraku grph1 grph2 math1 math2 misc1 misc2 rakuraku DEMOGOKUDIR= hop jump layout step u1d u2d DEMOGRPH1DIR= scpack sgpack slpack DEMOGRPH2DIR= grpack ucpack udegpk ulpack umpack uspack uupack uxyzpk ximage DEMOMATH1DIR= blklib chrlib fnclib gnmlib ifalib indxlib intlib lrllib \ oslib rfalib rfblib sublib syslib vialib viblib vralib vrblib DEMOMATH2DIR= fftlib intrlib rnmlib vstlib DEMOMISC1DIR= bitlib chglib chklib chnlib clcklib datelib fmtlib hexlib \ misclib randlib timelib DEMORAKUDIR= color kihon layout map3d miss quick u2d uspack uxyz RESTRICTED= "No commercial use" post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/demo/Makefile ${EXAMPLESDIR} .for i in ${DEMODIRS} ${MKDIR} ${EXAMPLESDIR}/${i} ${INSTALL_DATA} ${WRKSRC}/demo/${i}/Makefile ${EXAMPLESDIR}/${i} .endfor .for i in ${DEMOGOKUDIR} ${MKDIR} ${EXAMPLESDIR}/gokuraku/${i} ${INSTALL_DATA} ${WRKSRC}/demo/gokuraku/${i}/* ${EXAMPLESDIR}/gokuraku/${i}/ .endfor .for i in ${DEMOGRPH1DIR} ${MKDIR} ${EXAMPLESDIR}/grph1/${i} ${INSTALL_DATA} ${WRKSRC}/demo/grph1/${i}/* ${EXAMPLESDIR}/grph1/${i}/ .endfor .for i in ${DEMOGRPH2DIR} ${MKDIR} ${EXAMPLESDIR}/grph2/${i} ${INSTALL_DATA} ${WRKSRC}/demo/grph2/${i}/* ${EXAMPLESDIR}/grph2/${i}/ .endfor .for i in ${DEMOMATH1DIR} ${MKDIR} ${EXAMPLESDIR}/math1/${i} ${INSTALL_DATA} ${WRKSRC}/demo/math1/${i}/* ${EXAMPLESDIR}/math1/${i}/ .endfor .for i in ${DEMOMATH2DIR} ${MKDIR} ${EXAMPLESDIR}/math2/${i} ${INSTALL_DATA} ${WRKSRC}/demo/math2/${i}/* ${EXAMPLESDIR}/math2/${i}/ .endfor .for i in ${DEMOMISC1DIR} ${MKDIR} ${EXAMPLESDIR}/misc1/${i} ${INSTALL_DATA} ${WRKSRC}/demo/misc1/${i}/* ${EXAMPLESDIR}/misc1/${i}/ .endfor .for i in ${DEMORAKUDIR} ${MKDIR} ${EXAMPLESDIR}/rakuraku/${i} ${INSTALL_DATA} ${WRKSRC}/demo/rakuraku/${i}/* ${EXAMPLESDIR}/rakuraku/${i}/ .endfor .endif @${MKDIR} ${DOCSDIR} .for i in ${DOCFILES} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ .endfor .include Property changes on: head/science/dcl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/science/dft++/Makefile =================================================================== --- head/science/dft++/Makefile (revision 162214) +++ head/science/dft++/Makefile (revision 162215) @@ -1,83 +1,82 @@ # New ports collection makefile for: dft++ # Date Created: 18 March 2004 # Whom: NAKATA Maho # # $FreeBSD$ # PORTNAME= dft++ PORTVERSION= 3.0 CATEGORIES= science MASTER_SITES= http://dft.physics.cornell.edu/src/ \ http://dft.physics.cornell.edu/example/:example DISTFILES= ${PORTNAME}.v${PORTVERSION}.tar.gz .if !defined(NOPORTDOCS) DISTFILES+= dft.in:example si_psp.tar:example output:example .endif DIST_SUBDIR= dft++ EXTRACT_ONLY= ${PORTNAME}.v${PORTVERSION}.tar.gz MAINTAINER= maho@FreeBSD.org COMMENT= DFT++, A density functional software LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas\ fftw.2:${PORTSDIR}/math/fftw WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes -USE_REINPLACE= yes LAPACK= -lalapack -lcblas -lf77blas -lg2c -latlas FFTW= -lfftw .if defined(WITH_OPTIMIZED_FLAGS) OPTIMIZED_FLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double .if (${MACHINE_ARCH} == "i386") OPTIMIZED_FLAGS+= -mcpu=i686 -march=i686 -mfancy-math-387 -mpreferred-stack-boundary=3 .endif # i386 .endif pre-patch: ${CP} ${WRKSRC}/makefile ${WRKSRC}/makefile-pw ${CP} ${WRKSRC}/makefile ${WRKSRC}/makefile-wl pre-configure: @${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." @${REINPLACE_CMD} -e ' s|%%FC%%|${FC}|g ; \ s|%%CC%%|${CC}|g ; \ s|%%CXX%%|${CXX}|g ; \ s|%%OPTIMIZED_FLAGS%%|${OPTIMIZED_FLAGS}|g ; \ s|%%LAPACK%%|${LAPACK}|g ; \ s|%%FFTW%%|${FFTW}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%FFLAGS%%|${FFLAGS}|g ; \ s|%%CFLAGS%%|${CFLAGS}|g ; \ s|%%CXXFLAGS%%|${CXXFLAGS}|g ;' ${WRKSRC}/makefile.local-pw @${REINPLACE_CMD} -e ' s|%%FC%%|${FC}|g ; \ s|%%CC%%|${CC}|g ; \ s|%%CXX%%|${CXX}|g ; \ s|%%LAPACK%%|${LAPACK}|g ; \ s|%%FFTW%%|${FFTW}|g ; \ s|%%OPTIMIZED_FLAGS%%|${OPTIMIZED_FLAGS}|g ; \ s|%%FFLAGS%%|${FFLAGS}|g ; \ s|%%CFLAGS%%|${CFLAGS}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%CXXFLAGS%%|${CXXFLAGS}|g ;' ${WRKSRC}/makefile.local-wl do-build: @cd ${WRKSRC} ; ${GMAKE} -f makefile-pw dft-pw @cd ${WRKSRC} ; ${GMAKE} -f makefile-pw clean @cd ${WRKSRC} ; ${GMAKE} -f makefile-wl dft-wl do-install: @${INSTALL_PROGRAM} ${WRKSRC}/dft-pw ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/dft-wl ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/dft.in ${EXAMPLESDIR} @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/output ${EXAMPLESDIR} @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/si_psp.tar ${EXAMPLESDIR} @${TAR} xf ${DISTDIR}/${DIST_SUBDIR}/si_psp.tar -C ${EXAMPLESDIR} @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} .endif .include Property changes on: head/science/dft++/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/science/euler/Makefile =================================================================== --- head/science/euler/Makefile (revision 162214) +++ head/science/euler/Makefile (revision 162215) @@ -1,39 +1,38 @@ # ex:ts=8 # Ports collection Makefile for: euler # Date created: May 14, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= euler PORTVERSION= 1.61.0 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A program computes with real and complex numbers and matrices USE_GNOME= gnometarget gtk20 -USE_REINPLACE= yes GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s|docs||g ; \ /^install-data-am/s|install-eulerdocDATA||g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^AM_CFLAGS/d ; \ /-Wall/d ; \ /-O3/d' ${WRKSRC}/src/Makefile.in post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC}/docs && ${FIND} . ! -name "*Makefile*" | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} @${FIND} ${DOCSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} @${FIND} ${DOCSDIR} -type d | ${XARGS} ${CHMOD} ${BINMODE} .endif .include Property changes on: head/science/euler/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/science/felt/Makefile =================================================================== --- head/science/felt/Makefile (revision 162214) +++ head/science/felt/Makefile (revision 162215) @@ -1,52 +1,51 @@ # New ports collection makefile for: FElt # Date created: 19 October 1996 # Whom: Pedro Giffuni # # $FreeBSD$ # PORTNAME= felt PORTVERSION= 3.06 PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= felt EXTRACT_SUFX= -devel.src.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= A system for Finite Element Analysis USE_X_PREFIX= yes USE_GL= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/FElt-${PORTVERSION} GNU_CONFIGURE= yes MAN1= burlap.1 corduroy.1 felt.1 patchwork.1 velvet.1 yardstick.1 MAN3= Drawing.3 MAN4= corduroy.4 felt.4 DOCSDIR= ${PREFIX}/share/doc/FElt EXAMPLESDIR= ${PREFIX}/share/examples/FElt post-patch: @${REINPLACE_CMD} -e 's,,, ; s,"malloc.h",,' \ ${WRKSRC}/lib/Felt/parser.c \ ${WRKSRC}/lib/Widgets/xwd.c ${WRKSRC}/lib/Matrix/data.c \ ${WRKSRC}/lib/Matrix/factor.c ${WRKSRC}/lib/Matrix/eigen.c \ ${WRKSRC}/lib/Matrix/c_data.c ${WRKSRC}/lib/Matrix/c_factor.c \ ${WRKSRC}/src/Velvet/error.c \ ${WRKSRC}/src/Burlap/interactive.c \ ${WRKSRC}/src/Burlap/parser.c \ ${WRKSRC}/src/Corduroy/parser.c \ ${WRKSRC}/src/Patchwork/util.c post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${EXAMPLESDIR} ${CP} ${WRKSRC}/examples/* ${EXAMPLESDIR} ${MKDIR} ${DOCSDIR} ${CP} ${WRKSRC}/*.html ${DOCSDIR} .endif .include Property changes on: head/science/felt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property Index: head/science/gdis/Makefile =================================================================== --- head/science/gdis/Makefile (revision 162214) +++ head/science/gdis/Makefile (revision 162215) @@ -1,59 +1,58 @@ # ex:ts=8 # Ports collection Makefile for: gdis # Date created: Mar 3, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= gdis PORTVERSION= 0.86 PORTREVISION= 3 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= -source.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Display and manipulation of isolated molecules and periodic systems LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext USE_GL= yes USE_GNOME= gtk20 -USE_REINPLACE= yes CFLAGS+= -DINSTALL=\"\\\"${DATADIR}\\\"\" PORTDOCS= CHANGELOG README TODO gdis_manual.txt PLIST_FILES= bin/gdis %%DATADIR%%/gdis.elements PLIST_DIRS= %%DATADIR%% post-patch: @${FIND} ${WRKSRC} -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \ 's|||g ; \ s|struct direct|struct dirent|g' do-configure: @${SED} 's|SRC.*=|SRCS=|g' < ${WRKSRC}/makefile.src > ${WRKSRC}/Makefile @${ECHO_CMD} 'PROG=gdis' >> ${WRKSRC}/Makefile @${ECHO_CMD} 'CFLAGS+=`pkg-config --cflags gtk+-2.0 gthread-2.0 gtkglext-1.0`' >> ${WRKSRC}/Makefile @${ECHO_CMD} 'LDADD=`pkg-config --libs gtk+-2.0 gthread-2.0 gtkglext-1.0`' >> ${WRKSRC}/Makefile @${ECHO_CMD} 'PREFIX?=/usr/local' >> ${WRKSRC}/Makefile @${ECHO_CMD} 'DESTDIR=$${PREFIX}' >> ${WRKSRC}/Makefile @${ECHO_CMD} 'BINDIR=/bin' >> ${WRKSRC}/Makefile @${ECHO_CMD} 'NOMAN=true' >> ${WRKSRC}/Makefile @${ECHO_CMD} '.include ' >> ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdis ${PREFIX}/bin @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/gdis.elements ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in CHANGELOG README TODO gdis_manual.txt ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/science/gdis/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/science/gerris/Makefile =================================================================== --- head/science/gerris/Makefile (revision 162214) +++ head/science/gerris/Makefile (revision 162215) @@ -1,49 +1,48 @@ # ex:ts=8 # New ports collection makefile for: gerris # Date created: Sun Sep 18 12:36:38 CEST 2005 # Whom: Oliver Dunkl # # $FreeBSD$ # PORTNAME= gerris PORTVERSION= 0.6.0 PORTREVISION= 5 CATEGORIES= science math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gfs PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \ http://members.aon.at/odunkl/downloads/patches/:odunkl PATCH_SITE_SUBDIR= gfs/:sf PATCHFILES= gerris-0.6-patch-1.gz:sf,odunkl \ gerris-0.6-patch-2.gz:odunkl PATCH_DIST_STRIP= -p1 MAINTAINER= odunkl@gmx.net COMMENT= A scientific CFD simulator LIB_DEPENDS= gts.5:${PORTSDIR}/graphics/gts .if !defined(WITHOUT_DX) BUILD_DEPENDS+= dx:${PORTSDIR}/graphics/opendx RUN_DEPENDS+= dx:${PORTSDIR}/graphics/opendx .else CONFIGURE_ARGS+= --disable-dx .endif USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes USE_GNOME= pkgconfig USE_GETOPT_LONG= yes -USE_REINPLACE= yes CONFIGURE_ARGS+= --disable-mpi post-patch: @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/src/Makefile.in .include Property changes on: head/science/gerris/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/science/ghemical/Makefile =================================================================== --- head/science/ghemical/Makefile (revision 162214) +++ head/science/ghemical/Makefile (revision 162215) @@ -1,47 +1,46 @@ # New ports collection makefile for: ghemical # Date created: May 4, 2003 # Whom: Nakata Maho # # $FreeBSD$ PORTNAME= ghemical PORTVERSION= 1.01 PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://www.uku.fi/~thassine/ghemical/download/ DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= maho@FreeBSD.org COMMENT= Ghemical is a computational chemistry software package BUILD_DEPENDS= ${LOCALBASE}/lib/libmpqc.a:${PORTSDIR}/science/mpqc \ f2c:${PORTSDIR}/lang/f2c LIB_DEPENDS= glut:${PORTSDIR}/graphics/libglut \ gtkgl:${PORTSDIR}/x11-toolkits/gtkglarea \ glade-gnome:${PORTSDIR}/devel/libglade USE_GMAKE= yes -USE_REINPLACE= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-mpqc USE_AUTOTOOLS= autoconf:253 .include pre-configure: @cd ${WRKDIR}/${DISTNAME} ; ${AUTOCONF} pre-patch: @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g;' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g; s|-lgtk|-lgtk-12|g;' \ ${WRKSRC}/Makefile.in pre-build: @${REINPLACE_CMD} -e 's|MAXHEV=60, MAXLIT=60|MAXHEV=90, MAXLIT=90|g;' \ ${WRKSRC}/miniMOPAC/fortran/SIZES (cd ${WRKSRC}/miniMOPAC ; ${SH} ${FILESDIR}/ghemical-f2c.sh) @${REINPLACE_CMD} -e 's|f2c.h|g2c.h|g;' ${WRKSRC}/miniMOPAC/*.c @${REINPLACE_CMD} -e 's|f2c.h|g2c.h|g;' ${WRKSRC}/src/common/qm1e_mopac.cpp .include Property changes on: head/science/ghemical/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/science/gramps/Makefile =================================================================== --- head/science/gramps/Makefile (revision 162214) +++ head/science/gramps/Makefile (revision 162215) @@ -1,53 +1,52 @@ # New ports collection makefile for: gramps # Date created: 2003-12-25 # Whom: Andreas Fehlner # # $FreeBSD$ # PORTNAME= gramps PORTVERSION= 2.0.9 CATEGORIES= science gnome python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gramps MAINTAINER= ports@freebsd.org COMMENT= A GTK/GNOME-based genealogy program written in Python RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ ${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml USE_X_PREFIX= yes USE_PYTHON= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix pygnome2 desktopfileutils GNU_CONFIGURE= yes -USE_REINPLACE= yes INSTALLS_OMF= yes MAN1= gramps.1 GCONF_SCHEMAS= gramps.schemas post-patch: .for l in C fr @${REINPLACE_CMD} -e 's|/@PACKAGE@/gnome||' \ ${WRKSRC}/doc/gramps-manual/${l}/Makefile.in .endfor @${REINPLACE_CMD} -e 's|share/gramps|share/gnome|' \ ${WRKSRC}/src/gramps_main.py @${REINPLACE_CMD} -e 's|share/gramps|share/gnome/gramps|' \ ${WRKSRC}/src/Makefile.in \ ${WRKSRC}/src/docgen/Makefile.in @${REINPLACE_CMD} -e \ 's|share/application-registry|share/gnome/application-registry|; \ s|share/applications|share/gnome/applications|; \ s|share/mime-info|share/gnome/mime-info|' \ ${WRKSRC}/src/data/Makefile.in @${REINPLACE_CMD} -e \ 's|gramps\.png|${PREFIX}/share/gnome/gramps/gramps.png|' \ ${WRKSRC}/src/data/gramps.desktop @${REINPLACE_CMD} -e \ 's|/usr/share/gramps|${PREFIX}/share/gnome/gramps|' \ ${WRKSRC}/src/data/gramps.keys .include Property changes on: head/science/gramps/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/science/hdf/Makefile =================================================================== --- head/science/hdf/Makefile (revision 162214) +++ head/science/hdf/Makefile (revision 162215) @@ -1,66 +1,65 @@ # New ports collection makefile for: HDF_lib # Date created: 17 November 1996 # Whom: mi # # $FreeBSD$ # PORTNAME= hdf PORTVERSION= 4.2r1 PORTREVISION= 1 CATEGORIES= science archivers graphics MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/HDF/HDF/HDF${PORTVERSION}/src/:src \ ftp://ftp.ncsa.uiuc.edu/HDF/HDF/Documentation/HDF4.2r0/:doc \ http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/:doc_szip DISTNAME= HDF${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src \ ${SZIP_DOCFILE}:doc_szip \ ${DOCFILES:C/$/:doc/g} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= glewis@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ sz.2:${PORTSDIR}/science/szip CONFLICTS= netcdf-* USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS+=--with-jpeg="${LOCALBASE}" \ --with-szlib="${LOCALBASE}" -USE_REINPLACE= yes DOCFILES= HDF41r5_SpecDG.pdf \ HDF42r0_RefMan.pdf \ HDF42r0_UserGd.pdf SZIP_DOCFILE= SZIP_HDF4_2r1.pdf MAN1= hdf.1 hdfunpac.1 ncdump.1 ncgen.1 MANCOMPRESSED= no INSTALLS_SHLIB= yes .include .if ${ARCH} != "i386" && ${ARCH} != "alpha" && ${ARCH} != "amd64" BROKEN= "Does not compile on !i386, !amd64 and !alpha" .endif post-patch: ${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:" \ ${WRKSRC}/hdf/src/Makefile.in ${WRKSRC}/mfhdf/libsrc/Makefile.in post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOCFILES} ${SZIP_DOCFILE} @${INSTALL_DATA} ${DISTDIR}/${file} ${DOCSDIR} .endfor @cd ${WRKSRC}/release_notes && ${FIND} . \ | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif test: build cd ${WRKSRC}/hdf/test && ${MAKE} check .include Property changes on: head/science/hdf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/science/kmovisto/Makefile =================================================================== --- head/science/kmovisto/Makefile (revision 162214) +++ head/science/kmovisto/Makefile (revision 162215) @@ -1,40 +1,39 @@ # ex:ts=8 # Ports collection Makefile for: kmovisto # Date created: Oct 23, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= kmovisto PORTVERSION= 0.7.0 PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://mitglied.lycos.de/pageofmh/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A real 3-D molecule viewer USE_QT_VER= 3 USE_GL= yes -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|-pedantic||g ; \ s|-fno-exceptions|-fexceptions|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/kmovisto/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/kmovisto/kmovisto ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/kmovisto/docs/en/*.html ${DOCSDIR} @${MKDIR} ${DOCSDIR}/images ${INSTALL_DATA} ${WRKSRC}/kmovisto/docs/en/images/*.jpg ${DOCSDIR}/images .endif .include Property changes on: head/science/kmovisto/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/science/lamprop/Makefile =================================================================== --- head/science/lamprop/Makefile (revision 162214) +++ head/science/lamprop/Makefile (revision 162215) @@ -1,43 +1,41 @@ # New ports collection makefile for: lamprop # Date created: 15 May 2005 # Whom: rsmith@xs4all.nl # # $FreeBSD$ # PORTNAME= lamprop PORTVERSION= 1.3.1 CATEGORIES= science MASTER_SITES= http://www.xs4all.nl/~rsmith/software/ MAINTAINER= rsmith@xs4all.nl COMMENT= Calculates properties of fiber reinforced composites -USE_REINPLACE= yes - PLIST_FILES= bin/lamprop MAN1= lamprop.1 MAN5= lamprop.5 MANCOMPRESSED= yes .if defined(NOPORTDOCS) MAKE_ENV= NOPORTDOCS=yes .else PORTDOCS= LICENSE README NEWS .endif .include REP= 's|-pipe||; s|-fmerge-constants||; s|--fast-math||' .if ${OSVERSION} < 500000 REP2+= 's|-fno-unit-at-a-time||;' .endif post-patch: @${REINPLACE_CMD} -e ${REP} ${WRKSRC}/Makefile .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e ${REP2} ${WRKSRC}/Makefile .endif .include Property changes on: head/science/lamprop/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/science/mmtk/Makefile =================================================================== --- head/science/mmtk/Makefile (revision 162214) +++ head/science/mmtk/Makefile (revision 162215) @@ -1,45 +1,44 @@ # New ports collection makefile for: mmtk # Date created: 29 August 2002 # Whom: Glenn Johnson # # $FreeBSD$ # PORTNAME= mmtk PORTVERSION= 2.2 CATEGORIES= science python MASTER_SITES= http://starship.python.net/crew/hinsen/MMTK/ DISTNAME= MMTK-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An Open Source program library for molecular simulation applications BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Scientific:${PORTSDIR}/math/py-scientific RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Scientific:${PORTSDIR}/math/py-scientific -USE_REINPLACE= yes USE_PYTHON= yes USE_PYDISTUTILS=yes .include MAJOR!= ${UNAME} -r | ${SED} -e 's/\..*//' PLIST_SUB+= MAJOR=${MAJOR} post-patch: @${REINPLACE_CMD} "s#'Include'#'Include','${PREFIX}/include'#" ${WRKSRC}/setup.py @${REINPLACE_CMD} "s#malloc.h#stdlib.h#g" ${WRKSRC}/Include/MMTK/readdcd.h .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} @${TAR} -C ${WRKSRC} -chf - Doc | \ ${TAR} -xf - -C ${DOCSDIR} @${TAR} -C ${WRKSRC} -chf - Examples | \ ${TAR} -xf - -C ${EXAMPLESDIR} .endif .include Property changes on: head/science/mmtk/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/science/mpb/Makefile =================================================================== --- head/science/mpb/Makefile (revision 162214) +++ head/science/mpb/Makefile (revision 162215) @@ -1,37 +1,36 @@ # ex:ts=8 # Ports collection makefile for: mpb # Date created: Apr 4, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= mpb PORTVERSION= 1.4.2 PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/mpb/ MAINTAINER= ports@FreeBSD.org COMMENT= MIT Photonic-Bands BUILD_DEPENDS= ${LOCALBASE}/lib/libctl.a:${PORTSDIR}/science/libctl \ bash:${PORTSDIR}/shells/bash2 LIB_DEPENDS= atlas.1:${PORTSDIR}/math/atlas \ fftw.2:${PORTSDIR}/math/fftw \ hdf5.0:${PORTSDIR}/science/hdf5 \ guile.15:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-lapack=-lalapack MAN1= mpb.1 mpb-data.1 mpb-split.1 post-patch: @${REINPLACE_CMD} -e 's|-lhdf5 |-lhdf5 ${PTHREAD_LIBS} |g' \ ${WRKSRC}/configure .include Property changes on: head/science/mpb/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/science/oases/Makefile =================================================================== --- head/science/oases/Makefile (revision 162214) +++ head/science/oases/Makefile (revision 162215) @@ -1,58 +1,57 @@ # ex:ts=8 # Ports collection makefile for: oaeses # Date created: May 27, 2002 # Whom: Heiner Strauss # # $FreeBSD$ # PORTNAME= oases PORTVERSION= 2.2 PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ftp://keel.mit.edu/pub/Oases/ DISTNAME= oases_Mar-28-2002 MAINTAINER= ports@FreeBSD.org COMMENT= Ocean Acoustics and Seismic Exploration Synthesis WRKSRC= ${WRKDIR}/Oases_export USE_XLIB= yes -USE_REINPLACE= yes MAKE_ENV= OASES_ROOT="${WRKSRC}" SCRIPT= avbeam bistat cplot mplot mtvplot multmtv oasn oasp oasr \ oass oassp oast plp2mtv EXAMPLE= mfp mfp_geo noise pulse rcoef rd_test rdloss rdpulse \ scat scatp tloss volume post-patch: @${REINPLACE_CMD} -e 's|%%FC%%|${FC}|g ; \ s|%%CC%%|${CC}|g ; \ s|%%FFLAGS%%|${FFLAGS}|g ; \ s|%%CFLAGS%%|${CFLAGS}|g ; \ s|%%LDFLAGS%%|${LDFLAGS}|g ; \ s|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/FreeBSD-FreeBSD/* ${PREFIX}/bin .for script in ${SCRIPT} ${INSTALL_SCRIPT} ${WRKSRC}/bin/${script} ${PREFIX}/bin .endfor ${INSTALL_DATA} ${WRKSRC}/lib/FreeBSD-FreeBSD/*.a ${PREFIX}/lib .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${TAR} -C ${WRKSRC}/doc -cf - . | \ ${TAR} -C ${DOCSDIR} --unlink -xf - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} .for dir in ${EXAMPLE} ${TAR} -C ${WRKSRC} -cf - ${dir} | \ ${TAR} -C ${EXAMPLESDIR} --unlink -xf - .endfor @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} .endif .include Property changes on: head/science/oases/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/science/omnetpp/Makefile =================================================================== --- head/science/omnetpp/Makefile (revision 162214) +++ head/science/omnetpp/Makefile (revision 162215) @@ -1,112 +1,111 @@ # New ports collection makefile for: omnetpp # Date created: 29 October 2004 # Whom: bkoenig # # $FreeBSD$ # PORTNAME= omnetpp PORTVERSION= 2.3p1 PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.omnest.biz/download/release/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= bkoenig@cs.tu-berlin.de COMMENT= A discrete event simulation environment USE_BISON= yes TCL_VERSION?= tcl8.4 TK_VERSION?= tk8.4 TCL_NODOT= ${TCL_VERSION:S/.//} TK_NODOT= ${TK_VERSION:S/.//} LIB_DEPENDS= ${TCL_NODOT}:${PORTSDIR}/lang/${TCL_NODOT} \ ${TK_NODOT}:${PORTSDIR}/x11-toolkits/${TK_NODOT} \ expat:${PORTSDIR}/textproc/expat2 .include COMPONENTS= libs progs INSTALLS_SHLIB= yes -USE_REINPLACE= yes HAS_CONFIGURE= yes LIB_FILES= cmdenv envir nedxml sim_std tkenv WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CONFIGUREUSER= ${WRKSRC}/configure.user post-extract: @${REINPLACE_CMD} -e 's,,,' \ ${WRKSRC}/src/gned/ebnf.tab.cc ${WRKSRC}/src/gned/ebnf.y \ ${WRKSRC}/src/nedc/ebnf.tab.c ${WRKSRC}/src/nedc/ebnf.y \ ${WRKSRC}/src/nedxml/ned.tab.c ${WRKSRC}/src/nedxml/ned.y pre-configure: .if defined(CFLAGS) @${REINPLACE_CMD} -e 's,-O3 -DNDEBUG=1,${CFLAGS},' ${WRKSRC}/configure.user .endif @${ECHO} "OMNETPP_ROOT=${PREFIX}" >> ${CONFIGUREUSER} @${ECHO} "OMNETPP_GNED_DIR=${DATADIR}/gned" >> ${CONFIGUREUSER} @${ECHO} "OMNETPP_PLOVE_DIR=${DATADIR}/plove" >> ${CONFIGUREUSER} @${ECHO} "OMNETPP_TKENV_DIR=${DATADIR}/tkenv" >> ${CONFIGUREUSER} @${ECHO} "OMNETPP_BITMAP_PATH=${DATADIR}/bitmaps" >> ${CONFIGUREUSER} @${ECHO} "TK_CFLAGS=\"-I${X11BASE}/include -I${LOCALBASE}/include/${TCL_VERSION} -I${LOCALBASE}/include/${TK_VERSION}\"" >> ${CONFIGUREUSER} @${ECHO} "TK_LIBS=\"-L${X11BASE}/lib -L${LOCALBASE}/lib -lX11 -l${TCL_NODOT} -l${TK_NODOT}\"" >> ${CONFIGUREUSER} @${ECHO} "EXPAT_CFLAGS=\"-I${LOCALBASE}/include\"" >> ${CONFIGUREUSER} @${ECHO} "EXPAT_LIBS=\"-L${LOCALBASE}/lib -lexpat\"" >> ${CONFIGUREUSER} @${ECHO} "WISH=wish${TK_VERSION}" | ${SED} 's,tk,,' >> ${CONFIGUREUSER} post-configure: .if defined(COMPONENTS) @${REINPLACE_CMD} -e 's,libs progs samples tutorials,${COMPONENTS},' \ ${WRKSRC}/Makefile .endif do-install: @${REINPLACE_CMD} -e 's,${WRKSRC}/include,${PREFIX}/include/${PORTNAME},' \ ${WRKSRC}/bin/opp_makemake @${REINPLACE_CMD} -e 's,${WRKSRC}/lib,${PREFIX}/lib,' \ ${WRKSRC}/bin/opp_makemake @${REINPLACE_CMD} -e 's,${WRKSRC}/doc,${DOCSDIR},' \ ${WRKSRC}/bin/opp_makemake @${REINPLACE_CMD} -e 's,${WRKSRC}/src,${DATADIR},' \ ${WRKSRC}/bin/plove @${MKDIR} ${PREFIX}/include/${PORTNAME} \ ${DATADIR}/bitmaps ${DATADIR}/gned ${DATADIR}/plove ${DATADIR}/tkenv @${RM} ${WRKSRC}/bin/opp_makemake.bak @${INSTALL_PROGRAM} ${WRKSRC}/bin/gned ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/bin/nedc ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/bin/nedtool ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/bin/seedtool ${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKSRC}/bin/opp_* ${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKSRC}/bin/plove ${PREFIX}/bin @${INSTALL_SCRIPT} ${WRKSRC}/bin/splitvec ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/bin/neddoc.xsl ${PREFIX}/bin .for file in ${LIB_FILES} @${INSTALL_DATA} ${WRKSRC}/lib/*.${PORTVERSION} ${PREFIX}/lib @${LS} ${PREFIX}/lib/lib${file}.so.${PORTVERSION} | ${SED} s/.${PORTVERSION}// | ${XARGS} -I% ${LN} -s %.${PORTVERSION} % .endfor @${INSTALL_DATA} ${WRKSRC}/bitmaps/* ${DATADIR}/bitmaps @${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/${PORTNAME} @${INSTALL_DATA} ${WRKSRC}/include/doxy.cfg ${PREFIX}/include/${PORTNAME} @${INSTALL_DATA} ${WRKSRC}/src/gned/*.tcl ${DATADIR}/gned @${INSTALL_DATA} ${WRKSRC}/src/plove/*.tcl ${DATADIR}/plove @${INSTALL_DATA} ${WRKSRC}/src/plove/*.sh ${DATADIR}/plove @${INSTALL_DATA} ${WRKSRC}/src/plove/demo.vec ${DATADIR}/plove @${INSTALL_DATA} ${WRKSRC}/src/tkenv/*.tcl ${DATADIR}/tkenv post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${CP} -r ${WRKSRC}/doc/* ${DOCSDIR} @${FIND} ${DOCSDIR} -type f | ${XARGS} ${CHMOD} 444 .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/science/omnetpp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/science/psi3/Makefile =================================================================== --- head/science/psi3/Makefile (revision 162214) +++ head/science/psi3/Makefile (revision 162215) @@ -1,92 +1,91 @@ # New ports collection makefile for: psi3 # Date created: March 17 2004 # Whom: NAKATA Maho # # $FreeBSD$ # PORTNAME= psi3 PORTVERSION= 3.2.3 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= psicode DISTNAME= psi-${PORTVERSION} .if !defined(NOPORTDOCS) DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} installation.pdf:doc userman.pdf:doc progman.pdf:doc .endif DIST_SUBDIR= psi3 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= maho@FreeBSD.org COMMENT= An electronic structure programs for high-accuracy computations LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_REINPLACE= yes USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS= --with-cc=${CC} \ --with-cxx=${CXX} \ --with-fc=${FC} \ --with-lapack="-lalapack -lcblas" \ --with-blas="-lf77blas -latlas" \ --datadir=${PREFIX}/share/psi3 \ --with-libdirs="-L${LOCALBASE}/lib" \ --with-libs="-lcompat" .include .if ${OSVERSION} < 500000 BROKEN= "Does not compile on FreeBSD 4.x" .endif .if defined(WITH_OPTIMIZED_FLAGS) FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double CXXFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -Wno-multichar .if (${ARCH} == "i386") FFLAGS+= -mfancy-math-387 CFLAGS+= -mfancy-math-387 CXXFLAGS+= -mfancy-math-387 .endif # i386 .endif WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= ccenergy.1 cceom.1 cints.1 clag.1 cscf.1 dboc.1 detcas.1 \ detcasman.1 detci.1 geom.1 input.1 mocube.1 mp2.1 mp2r12.1 \ oeprop.1 optking.1 psi3.1 psiclean.1 stable.1 tocprint.1 transqt.1 pre-configure: @${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." @${REINPLACE_CMD} -e 's|%%TMPDOC%%|${WRKSRC}/tmpdoc|g ; \ s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g ; \ s|%%FFLAGS%%|${FFLAGS}|g ; \ s|%%CFLAGS%%|${CFLAGS}|g ; \ s|%%CXXFLAGS%%|${CXXFLAGS}|g ;' ${WRKSRC}/configure.in @${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTREAD_CFLAGS}|g ; \ s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/src/bin/cints/Makefile.in @${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTREAD_CFLAGS}|g ; \ s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/src/bin/detci/Makefile.in MAKE_ENV+= SCRATCH=${WRKSRC}/tmp do-build: @(cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GMAKE}) do-install: @(cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GMAKE} install) .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/psi3 @${TAR} cf - -C ${WRKSRC}/tmpdoc/man . | ${TAR} xf - -C ${PREFIX}/man @${TAR} cf - -C ${WRKSRC}/tmpdoc/html . | ${TAR} xf - -C ${PREFIX}/share/doc/psi3 @${TAR} cf - -C ${WRKSRC}/tmpdoc/txt . | ${TAR} xf - -C ${PREFIX}/share/doc/psi3 @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/installation.pdf ${DOCSDIR} @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/userman.pdf ${DOCSDIR} @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/progman.pdf ${DOCSDIR} .endif @${MKDIR} ${PREFIX}/share/examples/psi3 @${TAR} cf - -C ${WRKSRC}/tests . | ${TAR} xf - -C ${PREFIX}/share/examples/psi3 .include Property changes on: head/science/psi3/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/science/pyvox/Makefile =================================================================== --- head/science/pyvox/Makefile (revision 162214) +++ head/science/pyvox/Makefile (revision 162215) @@ -1,35 +1,34 @@ # ex:ts=8 # Ports collection Makefile for: bblimage # Date created: Jul 22, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= bblimage PORTVERSION= 0.66 PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.med.upenn.edu/bbl/software/files/ EXTRACT_SUFX= .src.tgz MAINTAINER= ports@FreeBSD.org COMMENT= A set of software tools for medical image processing LIB_DEPENDS= Xm.2:${PORTSDIR}/x11-toolkits/lesstif USE_PYTHON= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lapack --with-python USE_GMAKE= yes MAN1= anonbblanz.1 bblimage.1 binnseg.1 conseg.1 decomment.1 dumpbblanz.1 \ imstack.1 inleav2.1 lovar.1 qdv.1 rpsamp.1 skmiv.1 swab.1 usb2uc.1 \ vibihist.1 vihist.1 MAN5= cdata.5 mri_data.5 param.5 post-patch: @${REINPLACE_CMD} -e "s|python1\.5|${PYTHON_VERSION}|g" ${WRKSRC}/configure ${WRKSRC}/Makefile.in .include Property changes on: head/science/pyvox/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/science/udunits/Makefile =================================================================== --- head/science/udunits/Makefile (revision 162214) +++ head/science/udunits/Makefile (revision 162215) @@ -1,35 +1,34 @@ # New ports collection makefile for: udunits # Date created: 31 December 2004 # Whom: Greg Lewis # # $FreeBSD$ # PORTNAME= udunits PORTVERSION= 1.12.4 CATEGORIES= science math MASTER_SITES= ftp://unidata.ucar.edu/pub/${PORTNAME}/ \ ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/udunits|} EXTRACT_SUFX= .tar.Z MAINTAINER= glewis@FreeBSD.org COMMENT= A library for manipulating units of physical quantities WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src GNU_CONFIGURE= yes USE_PERL5= yes -USE_REINPLACE= yes CFLAGS+= -fPIC MAN1= udunits.1 \ udunitsperl.1 MAN3= udunits.3 \ udunits.3f post-build: ${REINPLACE_CMD} -e 's: doc_[^_]*_install::' \ -e 's: doc_install::' \ "${WRKSRC}/perl/Makefile" .include Property changes on: head/science/udunits/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/science/v_sim/Makefile =================================================================== --- head/science/v_sim/Makefile (revision 162214) +++ head/science/v_sim/Makefile (revision 162215) @@ -1,61 +1,60 @@ # New ports collection makefile for: V_Sim # Date created: Sep 27, 2005 # Whom: Thierry Thomas # # $FreeBSD$ PORTNAME= v_sim PORTVERSION= 3.1.2 CATEGORIES= science MASTER_SITES= http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download/ MAINTAINER= thierry@FreeBSD.org COMMENT= Visualization of atomic structures USE_BZIP2= yes USE_GNOME= gtk20 USE_GL= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" USE_GCC= 3.4+ -USE_REINPLACE= yes .if defined(WITHOUT_NLS) PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif .include .if exists(${LOCALBASE}/bin/gtkdoc-mkdb) || defined(WITH_FULL_DOC) BUILD_DEPENDS+= gtkdoc-mkdb:${PORTSDIR}/textproc/gtk-doc CONFIGURE_ARGS+="--enable-gtk-doc" PLIST_SUB+= REFDOC="" .else CONFIGURE_ARGS+="--disable-gtk-doc" PLIST_SUB+= REFDOC="@comment " .endif .if ${OSVERSION} < 500000 BROKEN= "does not compile with gcc 2.95" .endif pre-configure: ${REINPLACE_CMD} -e 's|$$datadir/doc/$$PACKAGE/examples|${EXAMPLESDIR}|' \ -e 's|CFLAGS="-O2"|#CFLAGS="-O2"|' \ ${WRKSRC}/${CONFIGURE_SCRIPT} ${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/src/Makefile.in .if defined(WITHOUT_NLS) ${REINPLACE_CMD} -e 's|etc po Documentation|etc Documentation|' \ ${WRKSRC}/Makefile.in .endif .if defined(NOPORTDOCS) ${REINPLACE_CMD} -e 's|Documentation pixmaps examples|pixmaps|' \ ${WRKSRC}/Makefile.in .endif .include Property changes on: head/science/v_sim/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/science/vmd/Makefile =================================================================== --- head/science/vmd/Makefile (revision 162214) +++ head/science/vmd/Makefile (revision 162215) @@ -1,95 +1,94 @@ # New ports collection makefile for: vmd # Date created: 12 August 2004 # Whom: Stephen Montgomery-Smith # # $FreeBSD$ # PORTNAME= vmd PORTVERSION= 1.8.3 PORTREVISION= 0 CATEGORIES= science graphics python tcl84 tk84 MASTER_SITES= http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.97/:tachyon \ ftp://ftp.ebi.ac.uk/pub/software/unix/stride/src/:stride DISTFILES= ${VMD_DIST} \ ${TACHYON_DIST}:tachyon \ ${STRIDE_DIST}:stride MAINTAINER= sangwoos@gmail.com COMMENT= A molecular visualization program BUILD_DEPENDS= makedepend:${X_IMAKE_PORT} \ ${PYNUMERIC} LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \ tk84:${PORTSDIR}/x11-toolkits/tk84 \ fltk:${PORTSDIR}/x11-toolkits/fltk RUN_DEPENDS= ${PYNUMERIC} USE_PERL5_BUILD= yes USE_GMAKE= yes USE_GL= yes USE_PYTHON= yes -USE_REINPLACE= yes NO_PACKAGE= "License has restrictions" NO_CDROM= "License has restrictions" RESTRICTED= "License has restrictions" VMD_DIST= ${PORTNAME}-${PORTVERSION}.src.tar.gz TACHYON_DIST= tachyon-0.97.tar.gz STRIDE_DIST= stride.tar.gz .include .if ${ARCH} == "amd64" VMD_ARCH= FREEBSDAMD64 VMD_TARGET= freebsd.amd64.opengl .else VMD_ARCH= FREEBSD VMD_TARGET= freebsd.opengl .endif PLIST_SUB+= VMD_ARCH=${VMD_ARCH} # Check for VMD sources .if !exists(${DISTDIR}/${VMD_DIST}) # && !defined(PACKAGE_BUILDING) ECHO_MSG= ${PRINTF} IGNORE= :\n\ Because of licensing restrictions, you must fetch the source distribution\n\ manually. Please access\n\ http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=VMD\n\ with a web browser. You will be required to log in and register,\n\ but you can create an account on this page. After registration and\n\ accepting the University of Illinois agreement, download the source file,\n\ ${VMD_DIST}. Please place this file in ${DISTDIR}.\n .endif do-extract: ${MKDIR} ${WRKDIR} ${TAR} xfz ${DISTDIR}/${VMD_DIST} -C ${WRKDIR} ${TAR} xfz ${WRKSRC}/lib/surf/surf.tar.Z -C ${WRKSRC}/lib/surf ${TAR} xfz ${DISTDIR}/${TACHYON_DIST} -C ${WRKSRC}/lib ${TAR} xfz ${DISTDIR}/${STRIDE_DIST} -C ${WRKSRC}/lib/stride post-patch: ${REINPLACE_CMD} "s/-lpthread/${PTHREAD_LIBS}/" ${WRKSRC}/configure ${REINPLACE_CMD} "s/-ltk8.4/-ltk84/" ${WRKSRC}/configure ${REINPLACE_CMD} "s/-ltcl8.4/-ltcl84/" ${WRKSRC}/configure ${REINPLACE_CMD} "s%\$$python_dir/lib_\$$config_arch%${PREFIX}%" ${WRKSRC}/configure ${REINPLACE_CMD} "s/python2.2/${PYTHON_VERSION}/" ${WRKSRC}/configure ${REINPLACE_CMD} "s/.SILENT:/#.SILENT:/" ${WRKDIR}/plugins/Makefile ${REINPLACE_CMD} "s/.SILENT:/#.SILENT:/" ${WRKDIR}/plugins/*/Makefile do-build: ${SETENV} ${MAKE_ENV} ${GMAKE} bsd -C ${WRKSRC}/lib/tachyon/unix && ${MV} ${WRKSRC}/lib/tachyon/compile/bsd/tachyon ${WRKSRC}/lib/tachyon/tachyon_${VMD_ARCH} ${SETENV} ${MAKE_ENV} PLUGINDIR=${WRKSRC}/plugins ${GMAKE} ${VMD_ARCH} distrib -C ${WRKDIR}/plugins ${SETENV} ${MAKE_ENV} TCL_INCLUDE_DIR=${PREFIX}/include/tcl8.4 TK_INCLUDE_DIR=${PREFIX}/include/tk8.4 ${GMAKE} ${VMD_TARGET} -C ${WRKSRC} ${SETENV} ${MAKE_ENV} ${GMAKE} all -C ${WRKSRC}/src ${SETENV} ${MAKE_ENV} ${GMAKE} depend -C ${WRKSRC}/lib/surf && ${SETENV} ${MAKE_ENV} ${GMAKE} surf -C ${WRKSRC}/lib/surf && ${MV} ${WRKSRC}/lib/surf/surf ${WRKSRC}/lib/surf/surf_${VMD_ARCH} ${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKSRC}/lib/stride && ${MV} ${WRKSRC}/lib/stride/stride ${WRKSRC}/lib/stride/stride_${VMD_ARCH} do-install: ${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKSRC}/src install @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/vmd .include Property changes on: head/science/vmd/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/security/ADMsmb/Makefile =================================================================== --- head/security/ADMsmb/Makefile (revision 162214) +++ head/security/ADMsmb/Makefile (revision 162215) @@ -1,29 +1,27 @@ # Ports collection makefile for: ADMsmb # Date created: 23 Jun 2003 # Whom: tutus@trynet.eu.org # # $FreeBSD$ # PORTNAME= ADMsmb PORTVERSION= 0.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_PACKETSTORM} MASTER_SITE_SUBDIR= groups/ADM DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Security scanner for Samba -USE_REINPLACE= yes - post-patch: @${FIND} ${WRKSRC} -name "*.o" -delete @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ADMsmb ${PREFIX}/bin ${MKDIR} ${PREFIX}/share/ADMsmb ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/ADMsmb .include Property changes on: head/security/ADMsmb/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/amap/Makefile =================================================================== --- head/security/amap/Makefile (revision 162214) +++ head/security/amap/Makefile (revision 162215) @@ -1,66 +1,65 @@ # Ports collection makefile for: amap # Date created: 23 Mar 2003 # Whom: Yonatan # # $FreeBSD$ # PORTNAME= amap PORTVERSION= 5.2 CATEGORIES= security MASTER_SITES= http://www.thc.org/releases/ MAINTAINER= onatan@gmail.com COMMENT= Application mapper HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} -USE_REINPLACE= yes USE_OPENSSL= yes MAN1= amap.1 .if !defined(NOPORTDOCS) PORTDOCS= README TODO CHANGES AMAP-LIB-INTERFACE .endif PLIST_SUB= AMAPLIBDIR=lib/${PORTNAME} AMAPINCDIR=include/${PORTNAME} CONF_DIR= ${PREFIX}/etc/${PORTNAME} LOCAL_CONF_FILES= appdefs.resp appdefs.rpc appdefs.trig SUB_FILES= pkg-install pkg-deinstall SUB_LIST= CONF_FILES="${LOCAL_CONF_FILES}" CONF_DIR="${CONF_DIR}" post-patch: @${REINPLACE_CMD} -e \ 's|/usr/local|${LOCALBASE}|g; \ s|\(-DAMAP_PREFIX\)=\(\$$PREFIX\)|\1=\\\\\\"\2\\\\\\"|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|; s|^CC=.*||' \ ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|etc/|etc/amap/|g' ${WRKSRC}/amap-lib.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/amap ${PREFIX}/bin ${LN} -s ${PREFIX}/bin/amap ${PREFIX}/bin/amap6 ${INSTALL_PROGRAM} ${WRKSRC}/amapcrap ${PREFIX}/bin ${MKDIR} ${PREFIX}/lib/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/amap-lib.o ${PREFIX}/lib/${PORTNAME} ${MKDIR} ${PREFIX}/include/${PORTNAME} . for i in amap.h amap-inc.h amap-lib.h ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/include/${PORTNAME} . endfor ${MKDIR} ${CONF_DIR} . for i in ${LOCAL_CONF_FILES} ${INSTALL_DATA} ${WRKSRC}/${i} ${CONF_DIR}/${i}.default . endfor ${INSTALL_MAN} ${WRKSRC}/amap.1 ${MANPREFIX}/man/man1 . if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} . for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} . endfor . endif @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include Property changes on: head/security/amap/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/security/antivir-milter/Makefile =================================================================== --- head/security/antivir-milter/Makefile (revision 162214) +++ head/security/antivir-milter/Makefile (revision 162215) @@ -1,129 +1,128 @@ # New ports collection makefile for: antivir-milter # Date created: 21 September 2003 # Whom: marius@alchemy.franken.de # # $FreeBSD$ PORTNAME= antivir-milter PORTVERSION= 1.1.2p1 DISTVERSIONPREFIX= prof- DISTVERSION= ${PORTVERSION:C/p/-/} CATEGORIES= security mail MASTER_SITES= http://dl.antivir.de/down/unix/packages/ MAINTAINER= marius@FreeBSD.org COMMENT= AntiVir Milter mail virusscanner for Sendmail RESTRICTED= H+BEDV Datentechnik GmbH forbids any redistribution NO_PACKAGE= ${RESTRICTED} NO_CDROM= ${RESTRICTED} ONLY_FOR_ARCHS= i386 NO_BUILD= yes -USE_REINPLACE= yes # When the avmilter binary is stripped its self-check fails. STRIP= PKGMESSAGE= ${WRKDIR}/pkg-message .include .if ${OSVERSION} < 400000 IGNORE= requires FreeBSD 4.0 or higher .endif .if (!exists(/usr/lib/libmilter.a)) && (!exists(${LOCALBASE}/lib/libmilter.a)) IGNORE= requires Sendmail 8.12 .endif .if ${OSVERSION} >= 503001 BINSRC= ${WRKSRC}/bin/freebsd5 .if ${OSVERSION} > 600004 LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x .endif .else BINSRC= ${WRKSRC}/bin/freebsd .endif post-extract: @${CP} ${FILESDIR}/avq.sh ${WRKSRC}/script/avq post-patch: .for i in doc/MANUAL doc/RELEASE_NOTES etc/antivir.conf etc/avmilter.conf \ pgp/README script/avq script/avupdater script/rc.avmilter @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \ s|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i} .endfor @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > \ ${WRKDIR}/pkg-message @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/antivirupdater.sh > \ ${WRKDIR}/antivirupdater.sh @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/avqrm.sh > \ ${WRKDIR}/avqrm.sh do-install: @${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 ${PREFIX}/AntiVir @${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 ${BINSRC}/antivir \ ${PREFIX}/AntiVir/antivir-dist_avmilter .if !exists(${PREFIX}/AntiVir/antivir) @${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 ${BINSRC}/antivir \ ${PREFIX}/AntiVir .endif .for i in antivir0.vdf antivir1.vdf antivir2.vdf antivir3.vdf @${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${WRKSRC}/vdf/${i} \ ${PREFIX}/AntiVir/${i}-dist_avmilter .if !exists(${PREFIX}/AntiVir/${i}) @${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${WRKSRC}/vdf/${i} \ ${PREFIX}/AntiVir .endif .endfor @${INSTALL_SCRIPT} ${WRKSRC}/script/avq ${PREFIX}/bin @${INSTALL} -d ${PREFIX}/etc/avmilter .for i in avmilter.conf avmilter.ignore avmilter.scan avmilter.warn @${INSTALL_DATA} ${WRKSRC}/etc/${i} ${PREFIX}/etc/avmilter/${i}.sample .if !exists(${PREFIX}/etc/avmilter/${i}) @${INSTALL_DATA} ${WRKSRC}/etc/${i} ${PREFIX}/etc/avmilter .endif .endfor @${INSTALL_DATA} ${WRKSRC}/etc/antivir.conf \ ${PREFIX}/etc/antivir.conf.sample .if !exists(${PREFIX}/etc/antivir.conf) @${INSTALL_DATA} ${WRKSRC}/etc/antivir.conf ${PREFIX}/etc .endif @${LN} -sf ${PREFIX}/etc/antivir.conf /etc @${INSTALL_PROGRAM} ${BINSRC}/avmilter.bin ${PREFIX}/sbin @${INSTALL_SCRIPT} ${WRKDIR}/antivirupdater.sh \ ${PREFIX}/sbin/antivirupdater @${INSTALL_SCRIPT} ${WRKDIR}/avqrm.sh ${PREFIX}/bin/avqrm @${INSTALL_SCRIPT} ${WRKSRC}/script/avupdater \ ${PREFIX}/etc/rc.d/avupdater.sh-dist_avmilter @${INSTALL_SCRIPT} ${WRKSRC}/script/rc.avmilter \ ${PREFIX}/etc/rc.d/avmilter.sh @${INSTALL} -d -o smmsp -g smmsp -m 700 /var/spool/avmilter .for i in incoming outgoing rejected @${INSTALL} -d -o smmsp -g smmsp -m 700 /var/spool/avmilter/${i} .endfor @${INSTALL} -d ${EXAMPLESDIR} .for i in de en es hu it nl @${INSTALL} -d ${EXAMPLESDIR}/templates/${i} .for j in patho-administrator patho-recipient patho-sender virus-administrator \ virus-recipient virus-sender @${INSTALL_DATA} ${WRKSRC}/templates/${i}/${j} \ ${EXAMPLESDIR}/templates/${i} .endfor .endfor .if !defined(NOPORTDOCS) @${INSTALL} -d ${DOCSDIR} .for i in LICENSE LICENSE.DE @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .for i in CHANGELOG MANUAL RELEASE_NOTES avmilter_de.pdf avmilter_en.pdf @${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR} .endfor @${INSTALL_DATA} ${WRKSRC}/pgp/README ${DOCSDIR}/README.gpg @${INSTALL_DATA} ${WRKSRC}/pgp/antivir.gpg ${DOCSDIR} .endif post-install: @${CAT} ${WRKDIR}/pkg-message .include Property changes on: head/security/antivir-milter/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/security/audit/Makefile =================================================================== --- head/security/audit/Makefile (revision 162214) +++ head/security/audit/Makefile (revision 162215) @@ -1,86 +1,85 @@ # New ports collection makefile for: audit # Date created: 24 March 2002 # Whom: anders # # $FreeBSD$ # PORTNAME= audit PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www1.corest.com/download/audit/ \ http://www2.corest.com/download/audit/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ DISTNAME= ${PORTNAME}-v${PORTVERSION}beta-src MAINTAINER= ports@FreeBSD.org COMMENT= Tools for remote and centralized audit data collection OPTIONS= MYSQL "With MySQL support" off \ PGSQL "With PostGreSQL support" off MAKE_ARGS= CFLAGS+="-fPIC -DPIC" .if defined(WITH_MYSQL) USE_MYSQL= yes .endif .if defined(WITH_PGSQL) USE_PGSQL= yes .endif WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}beta USE_GMAKE= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-audit-libdir=${PREFIX}/lib/alat .if defined(WITH_MYSQL) CONFIGURE_ARGS+= --with-mysql \ --with-mysql-libdir=${LOCALBASE}/lib/mysql \ --with-mysql-incdir=${LOCALBASE}/include PLIST_SUB+= MYSQL='' .else PLIST_SUB+= MYSQL='@comment ' .endif .if defined(WITH_PGSQL) CONFIGURE_ARGS+= --with-pgsql \ --with-pgsql-libdir=${LOCALBASE}/lib \ --with-pgsql-incdir=${LOCALBASE}/include PLIST_SUB+= PGSQL='' .else PLIST_SUB+= PGSQL='@comment ' .endif MANCOMPRESSED= yes MAN1= audit.1 MAN8= auditd.8 PORTDOCS= COPYING README TODO FIXPREFIX_CONF= src/include/audconf.h src/auditd/auditd.8 LIBVERSION= 1 .include post-patch: ${REINPLACE_CMD} -e "s@Linux@FreeBSD@g" ${WRKSRC}/configure (${FIND} ${WRKSRC}/src/modules -name Makefile.in -exec \ ${REINPLACE_CMD} -e \ "s!^LIB=\(.*\).{VERSION}!LIB=\1${LIBVERSION}!" {} \;) ${REINPLACE_CMD} -e "s@AUDIT_VERSION@\"${LIBVERSION}\"@g" \ ${WRKSRC}/src/lib/modules.c .for f in ${FIXPREFIX_CONF} ${REINPLACE_CMD} -e "s@/etc/auditd.conf@${PREFIX}/etc/auditd.conf@g" \ ${WRKSRC}/${f} .endfor post-install: ${INSTALL_DATA} ${WRKSRC}/auditd.conf ${PREFIX}/etc/auditd.conf.sample .if !defined(NOPORTDOCS) ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/security/audit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/security/autossh/Makefile =================================================================== --- head/security/autossh/Makefile (revision 162214) +++ head/security/autossh/Makefile (revision 162215) @@ -1,31 +1,30 @@ # New ports collection makefile for: autossh # Date created: 26 December 2002 # Whom: Yen-Ming Lee # # $FreeBSD$ # PORTNAME= autossh PORTVERSION= 1.3 CATEGORIES= security MASTER_SITES= http://www.harding.motd.ca/autossh/ EXTRACT_SUFX= .tgz MAINTAINER= leeym@FreeBSD.org COMMENT= Automatically restart SSH sessions and tunnels MAKEFILE= Makefile.bsd -USE_REINPLACE= yes PORTDOCS= CHANGES README MAN1= autossh.1 post-patch: @${REINPLACE_CMD} -e 's,cp autossh.1 ,$$\{BSD_INSTALL_MAN\} autossh.1 ,g' ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -e 's,cp autossh ,$$\{BSD_INSTALL_PROGRAM\} autossh ,g' ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -e 's,cp ,$$\{BSD_INSTALL_DATA\} ,g' ${WRKSRC}/${MAKEFILE} .if defined(NOPORTDOCS) @${REINPLACE_CMD} -Ee 's,(.*doc.*),#\1,g' ${WRKSRC}/${MAKEFILE} .endif .include Property changes on: head/security/autossh/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/avcheck/Makefile =================================================================== --- head/security/avcheck/Makefile (revision 162214) +++ head/security/avcheck/Makefile (revision 162215) @@ -1,45 +1,43 @@ # New ports collection makefile for: avcheck # Date created: Fri Jun 14 14:31:42 MSD 2002 # Whom: dsh@vlink.ru # # $FreeBSD$ # PORTNAME= avcheck PORTVERSION= 0.9 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.corpit.ru/ftp/avcheck/ MAINTAINER= dsh@vlink.ru COMMENT= A simple antivirus solution for a mail system -USE_REINPLACE= yes - MAN1= avcheck.1 PLIST_FILES= sbin/avcheck sbin/uchroot PORTDOCS= README.AVP README.AVP.de README.DrWeb README.Exim \ README.Postfix README.Postfix.de README.Sendmail eicar.msg \ eicar.txt post-patch: @${REINPLACE_CMD} -e 's/^CC/#CC/g ; s/^CFLAGS/#CFLAGS/g' ${WRKSRC}/Makefile do-install: .for i in avcheck uchroot ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/sbin/ .endfor .for i in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1/ .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ .endfor .endif .include Property changes on: head/security/avcheck/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/base/Makefile =================================================================== --- head/security/base/Makefile (revision 162214) +++ head/security/base/Makefile (revision 162215) @@ -1,52 +1,51 @@ # New ports collection makefile for: base # Date created: 2004-11-29 # Whom: Linh Pham # # $FreeBSD$ # PORTNAME= base PORTVERSION= 1.2.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= secureideas MAINTAINER= question+fbsdports@closedsrc.org COMMENT= Basic Analysis and Security Engine - analyzing Snort alerts RUN_DEPENDS= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \ ${ADODB_DIR}/adodb.inc.php:${PORTSDIR}/databases/adodb \ ${LOCALBASE}/share/pear/Image/Graph.php:${PORTSDIR}/graphics/pear-Image_Graph USE_PHP= yes -USE_REINPLACE= yes ADODB_DIR= ${LOCALBASE}/share/adodb SUB_FILES= pkg-message DOCS= docs/CHANGELOG docs/CREDITS docs/README docs/TODO docs/UPGRADE do-build: @${REINPLACE_CMD} -e 's,DBlib_path = "",DBlib_path = "${ADODB_DIR}",' \ ${WRKSRC}/base_conf.php.dist do-install: ${MKDIR} ${PREFIX}/www/base/includes/templates/default ${INSTALL_DATA} ${WRKSRC}/*.php ${WRKSRC}/*.dist ${PREFIX}/www/base .for dir in admin help includes languages setup ${MKDIR} ${PREFIX}/www/base/${dir} ${INSTALL_DATA} ${WRKSRC}/${dir}/*.php ${PREFIX}/www/base/${dir} .endfor .for dir in images sql styles ${MKDIR} ${PREFIX}/www/base/${dir} ${INSTALL_DATA} ${WRKSRC}/${dir}/* ${PREFIX}/www/base/${dir} .endfor post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/base/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/security/beecrypt/Makefile =================================================================== --- head/security/beecrypt/Makefile (revision 162214) +++ head/security/beecrypt/Makefile (revision 162215) @@ -1,27 +1,26 @@ # ex:ts=8 # New ports collection makefile for: beecrypt # Date created: Mar 4, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= beecrypt PORTVERSION= 4.1.2 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= BeeCrypt is an open source cryptography library CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} GNU_CONFIGURE= yes -USE_REINPLACE= yes INSTALLS_SHLIB= yes post-patch: @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure .include Property changes on: head/security/beecrypt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/security/bro/Makefile =================================================================== --- head/security/bro/Makefile (revision 162214) +++ head/security/bro/Makefile (revision 162215) @@ -1,63 +1,62 @@ # ex:ts=8 # Ports collection makefile for: bro # Date created: Sat Feb 28, 1998 # Whom: David O'Brien (obrien@FreeBSD.org) # # $FreeBSD$ # PORTNAME= bro PORTVERSION= 0.8 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.ee.lbl.gov/ DISTNAME= ${PORTNAME}-pub-${PORTVERSION}a37 MAINTAINER= ports@FreeBSD.org COMMENT= System for detecting Network Intruders in real-time BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison WRKSRC= ${WRKDIR}/${PORTNAME}-pub-${PORTVERSION}a37 -USE_REINPLACE= yes GNU_CONFIGURE= yes MAKE_ENV+= CC="${CC}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --libdir=${PREFIX}/share USE_PERL5= yes post-extract: @cd ${WRKSRC} && ${TAR} xfz libedit.src.tar.gz post-patch: @${REINPLACE_CMD} -e 's|CFLAGS+=-g -O0||g; \ s|CC=gcc||' \ ${WRKSRC}/libedit/Makefile.in \ ${WRKSRC}/libedit/Makefile @${REINPLACE_CMD} -e "s,tr '\[a-z\]' '\[A-Z\]',tr 'a-z' 'A-Z',g" \ ${WRKSRC}/libedit/makelist @${REINPLACE_CMD} -E -e 's,(const char\*) const (helpstring),\1 \2,g' \ ${WRKSRC}/DebugCmds.h pre-configure: @${ECHO_CMD} "Configure libedit..." @(cd ${WRKSRC}/libedit && ${MAKE_ENV} ./configure) pre-build: @${ECHO_CMD} "Building libedit..." @(cd ${WRKSRC}/libedit && ${MAKE}) pre-install: @${MKDIR} ${DATADIR} post-install: @${STRIP_CMD} ${PREFIX}/sbin/bro @${INSTALL_DATA} ${WRKSRC}/policy/*.* ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/doc/bro-CN99.ps ${DOCSDIR} @${GZIP_CMD} ${DOCSDIR}/bro-CN99.ps .endif .include Property changes on: head/security/bro/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/security/bugs/Makefile =================================================================== --- head/security/bugs/Makefile (revision 162214) +++ head/security/bugs/Makefile (revision 162215) @@ -1,58 +1,57 @@ # New ports collection makefile for: bugs # Date created: 20 June 1998 # Whom: Stephane Legrand # # $FreeBSD$ # PORTNAME= bugs PORTVERSION= 4.1.1 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.encryptsolutions.com/english/download/ EXTRACT_SUFX= .tgz MAINTAINER= stephane@freebsd-fr.org COMMENT= Great cryptography library and sample programs PLIST_SUB+= PORTVERSION=${PORTVERSION} USE_GMAKE= yes -USE_REINPLACE= yes # No Manual page post-extract: ${FIND} ${WRKSRC} -type d -exec ${CHMOD} +x {} \; post-configure: (cd ${WRKSRC}; ${MAKE} bsd); ${REINPLACE_CMD} -e 's:^INSTALL_PATH = "/usr/local/bugs-.*":INSTALL_PATH = "${PREFIX}/${DISTNAME}":' ${WRKSRC}/Makefile; ${REINPLACE_CMD} -e 's/^install: instchoice all/install: instchoice/' ${WRKSRC}/Makefile; # Comment the docs installation ${REINPLACE_CMD} -e 's+\(@echo "Copying docs.*\)+# \1+' ${WRKSRC}/Makefile; ${REINPLACE_CMD} -e 's+\(@cp -rf ./doc/.*\)+# \1+' ${WRKSRC}/Makefile; post-build: ${CP} ${WRKSRC}/lib/unix/*.a ${WRKSRC}/lib/ pre-install: (cd ${WRKSRC}; ${MAKE} test) post-install: .if !defined(NOPORTDOCS) ${CP} -R ${WRKSRC}/doc ${PREFIX}/${DISTNAME} .endif ${CP} -R ${WRKSRC}/include ${PREFIX}/${DISTNAME} ${STRIP_CMD} ${PREFIX}/${DISTNAME}/bchat \ ${PREFIX}/${DISTNAME}/bcrypt \ ${PREFIX}/${DISTNAME}/bhide \ ${PREFIX}/${DISTNAME}/bkey \ ${PREFIX}/${DISTNAME}/block \ ${PREFIX}/${DISTNAME}/blogin \ ${PREFIX}/${DISTNAME}/bmore \ ${PREFIX}/${DISTNAME}/bpass \ ${PREFIX}/${DISTNAME}/bpassdel \ ${PREFIX}/${DISTNAME}/bunlock \ .include Property changes on: head/security/bugs/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/security/ccrypt/Makefile =================================================================== --- head/security/ccrypt/Makefile (revision 162214) +++ head/security/ccrypt/Makefile (revision 162215) @@ -1,39 +1,38 @@ # ex:ts=8 # Ports collection makefile for: ccrypt # Date created: Feb 7, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= ccrypt PORTVERSION= 1.7 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jim@corebsd.or.id COMMENT= A command-line utility for encrypting and decrypting files and streams USE_GETOPT_LONG=yes -USE_REINPLACE= yes GNU_CONFIGURE= yes MAN1= ccrypt.1 MLINKS= ccrypt.1 ccencrypt.1 \ ccrypt.1 ccdecrypt.1 \ ccrypt.1 ccat.1 post-patch: @${REINPLACE_CMD} -e 's|gtar|tar|g' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in README doc/ccrypt.html doc/cypfaq01.txt ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} .endfor .endif .include Property changes on: head/security/ccrypt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/security/cfs/Makefile =================================================================== --- head/security/cfs/Makefile (revision 162214) +++ head/security/cfs/Makefile (revision 162215) @@ -1,49 +1,48 @@ # New ports collection makefile for: cfs # Date created: 30 Jul 1997 # Whom: John Polstra # # $FreeBSD$ # PORTNAME= cfs PORTVERSION= 1.4.1 PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://www.crypto.com/software/ MAINTAINER= ports@FreeBSD.org COMMENT= A cryptographic file system implemented as a user-space NFS server -USE_REINPLACE= yes ALL_TARGET= cfs MAN1= cattach.1 cdetach.1 cmkdir.1 cpasswd.1 cfssh.1 MAN8= ccat.8 cfsd.8 cname.8 CFSD_BOOTSTRAP= ${PREFIX}/cfsd-bootstrap USE_RC_SUBR= cfsd.sh SUB_FILES= pkg-message SUB_LIST= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP} PLIST_SUB= CFSD_BOOTSTRAP=${CFSD_BOOTSTRAP} .include .if ${OSVERSION} >= 700000 BROKEN= "Does not compile on FreeBSD >= 7.0" .endif post-patch: ${REINPLACE_CMD} 's/^\.TH SSH/.TH CFSSH/' ${WRKSRC}/cfssh.1 do-install: @cd ${WRKSRC}; \ ${INSTALL_PROGRAM} ccat cfsd cname ${PREFIX}/sbin; \ ${INSTALL_PROGRAM} cattach cdetach cmkdir cpasswd ${PREFIX}/bin; \ ${INSTALL_SCRIPT} cfssh ${PREFIX}/bin/cfssh; \ ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1; \ ${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8; \ ${MKDIR} ${PREFIX}/share/doc/cfs; \ ${INSTALL_DATA} README.install notes.ms ${PREFIX}/share/doc/cfs ${INSTALL} -d ${_BINOWNGRP} -m 0 ${CFSD_BOOTSTRAP} @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/cfs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/security/cfv/Makefile =================================================================== --- head/security/cfv/Makefile (revision 162214) +++ head/security/cfv/Makefile (revision 162215) @@ -1,30 +1,29 @@ # ex:ts=8 # New ports collection makefile for: cfv # Date created: Jul 20, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= cfv PORTVERSION= 1.18.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Utility to both test and create .sfv, .csv and md5sum files RUN_DEPENDS= ${PYTHON_SITELIBDIR}/fchksum.so:${PORTSDIR}/security/py-fchksum -USE_REINPLACE= yes USE_PYTHON= yes ALL_TARGET= cfv.wrapper INSTALL_TARGET= install-wrapper MAN1= cfv.1 post-patch: @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile .include Property changes on: head/security/cfv/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/security/chkrootkit/Makefile =================================================================== --- head/security/chkrootkit/Makefile (revision 162214) +++ head/security/chkrootkit/Makefile (revision 162215) @@ -1,63 +1,61 @@ # Ports collection makefile for: chkrootkit # Date created: 13 Mar 2001 # Whom: Luiz Eduardo R. Cordeiro # # $FreeBSD$ # PORTNAME= chkrootkit PORTVERSION= 0.46a CATEGORIES= security MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ \ ftp://gd.tuwien.ac.at/infosys/security/chkrootkit/ \ ftp://ftp.digitalvoodoo.org/pub/mirrors/chkrootkit/ \ http://www.spenneberg.org/chkrootkit-mirror/files/ \ http://www.mirrors.wiretapped.net/security/host-security/chkrootkit/ \ http://ftp.uni-stuttgart.de/pub/security/unix/forensics/chkrootkit/ \ http://ftp.bit.nl/mirror/chkrootkit/ \ http://chkrootkit.mirror.fr/ MAINTAINER= cordeiro@nic.br COMMENT= A tool to locally check for signs of a rootkit -USE_REINPLACE= yes - ALL_TARGET= chkrootkit chklastlog chkwtmp chkutmp chkproc chkdirs ifpromisc check_wtmpx strings PLIST_FILES= ${ALL_TARGET:C,^,sbin/,} .if !defined(NOPORTDOCS) PORTDOCS= ACKNOWLEDGMENTS COPYRIGHT README README.chklastlog README.chkwtmp .endif BINMODE= 0700 pre-patch: ${REINPLACE_CMD} -e "s/^CC/#CC/; s/^CFLAGS/#CFLAGS/" ${WRKSRC}/Makefile ${REINPLACE_CMD} -e \ 's#\./chklastlog#${PREFIX}/sbin/chklastlog#g; \ s#\./chkwtmp#${PREFIX}/sbin/chkwtmp#g; \ s#\./chkutmp#${PREFIX}/sbin/chkutmp#g; \ s#\./chkproc#${PREFIX}/sbin/chkproc#g; \ s#\./chkdirs#${PREFIX}/sbin/chkdirs#g; \ s#\./check_wtmpx#${PREFIX}/sbin/check_wtmpx#g; \ s#\./strings#${PREFIX}/sbin/strings#g; \ s#\./ifpromisc#${PREFIX}/sbin/ifpromisc#g;' \ ${WRKSRC}/chkrootkit do-install: ${INSTALL_SCRIPT} ${WRKSRC}/chkrootkit ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/chklastlog ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/chkwtmp ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/chkutmp ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/chkproc ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/chkdirs ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/ifpromisc ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/check_wtmpx ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/strings ${PREFIX}/sbin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:C,^,${WRKSRC}/,} ${DOCSDIR} .endif .include Property changes on: head/security/chkrootkit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/security/chroot_safe/Makefile =================================================================== --- head/security/chroot_safe/Makefile (revision 162214) +++ head/security/chroot_safe/Makefile (revision 162215) @@ -1,29 +1,28 @@ # Ports collection Makefile for: chroot_safe # Date created: 11 Dec 2005 # Whom: Gabor Kovesdan # $FreeBSD$ PORTNAME= chroot_safe PORTVERSION= 1.4 CATEGORIES= security sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= chrootsafe EXTRACT_SUFX= .tgz MAINTAINER= gkovesdan@t-hosting.hu COMMENT= A tool to chroot softwares easily GNU_CONFIGURE=YES -USE_REINPLACE=YES MAN1= chroot_safe.1 PLIST_FILES= sbin/chroot_safe libexec/chroot_safe/chroot_safe.so PLIST_DIRS= libexec/chroot_safe post-patch: ${REINPLACE_CMD} -e 's|CXX=g++|CXX?=c++|' \ -e 's|-o chroot_safe.so|chroot_safe.cpp -o chroot_safe.so|' \ ${WRKSRC}/Makefile.in ${REINPLACE_CMD} 's|chroot(1)|chroot(8)|' ${WRKSRC}/chroot_safe.1.in .include Property changes on: head/security/chroot_safe/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/clamcour/Makefile =================================================================== --- head/security/clamcour/Makefile (revision 162214) +++ head/security/clamcour/Makefile (revision 162215) @@ -1,33 +1,32 @@ # New ports collection makefile for: clamcour # Whom: Milan Obuch # Date created: January 13 2006 # # $FreeBSD$ # PORTNAME= clamcour PORTVERSION= 0.2.3 CATEGORIES= security mail MASTER_SITES= http://www.becrux.com/pages/projects/clamcour/ MAINTAINER= bsd@dino.sk COMMENT= ClamAV courier filter BUILD_DEPENDS= courier-config:${PORTSDIR}/mail/courier LIB_DEPENDS= clamav.1:${PORTSDIR}/security/clamav -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-clamav-config=${LOCALBASE}/bin \ --with-courier-config=${LOCALBASE}/bin CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" MAN1= clamcour.1 PLIST_FILES= libexec/filters/clamcour .include Property changes on: head/security/clamcour/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/cmd5checkpw/Makefile =================================================================== --- head/security/cmd5checkpw/Makefile (revision 162214) +++ head/security/cmd5checkpw/Makefile (revision 162215) @@ -1,40 +1,38 @@ # New ports collection makefile for: cmd5checkpw # Date created: 8 Sep 2003 # Whom: Clement Laforet # # $FreeBSD$ # PORTNAME= cmd5checkpw PORTVERSION= 0.22 CATEGORIES= security MASTER_SITES= http://members.elysium.pl/brush/cmd5checkpw/dist/ MAINTAINER= clement@FreeBSD.org COMMENT= Checkpassword compatible authentication program that uses CRAM-MD5 -USE_REINPLACE= yes - MAN8= cmd5checkpw.8 DOCS_FILES= CHANGES CREDITS INSTALL README rfc1321.txt rfc2104.txt post-patch: @${REINPLACE_CMD} -e 's|/etc/poppasswd|${LOCALBASE}/etc/poppasswd|' \ ${WRKSRC}/main.c @${REINPLACE_CMD} -e 's|^\(CC\)|#\1|; s|^\(CFLAGS\)|#\1|; \ s|LD=gcc|LD=$${CC}|; s|LDFLAGS=-g|LDFLAGS=$${CFLAGS} ${LDFLAGS}|;' \ ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cmd5checkpw ${LOCALBASE}/bin @${INSTALL_DATA} ${WRKSRC}/poppasswd ${LOCALBASE}/etc/poppasswd.dist @${INSTALL_MAN} ${WRKSRC}/cmd5checkpw.8 ${MANPREFIX}/man/man8 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} . for f in ${DOCS_FILES} @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} . endfor .endif .include Property changes on: head/security/cmd5checkpw/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/courier-authlib/Makefile =================================================================== --- head/security/courier-authlib/Makefile (revision 162214) +++ head/security/courier-authlib/Makefile (revision 162215) @@ -1,223 +1,222 @@ # New ports collection makefile for: courier-authlib # Date created: 19 Dec 2004 # Whom: Oliver Lehmann # # $FreeBSD$ # PORTNAME= courier-authlib PORTVERSION= 0.58 PORTREVISION= 2 CATEGORIES?= security mail .if defined(PKGNAMESUFFIX) MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= courier .else MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty .endif MAINTAINER= oliver@FreeBSD.org COMMENT?= Meta-port for the courier authentication library CONFLICTS= courier-0.45* .if !defined(PKGNAMESUFFIX) RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base NO_BUILD= yes PATCHDIR= /dev/null OPTIONS+= GDBM "Use gdbm instead of system bdb" off .include "${.CURDIR}/Makefile.opt" .else # !defined(PKGNAMESUFFIX) USE_AUTOTOOLS= libltdl:15 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_PERL5= yes -USE_REINPLACE= yes USE_SUBMAKE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/${PORTNAME} MAILOWN= courier MAILGRP= courier MAILUID= 465 MAILGID= 465 LOCALSTATEDIR= /var AUTHDAEMONVAR= ${LOCALSTATEDIR}/run/authdaemond VPOPMAILDIR?= ${LOCALBASE}/vpopmail USERDB?= ${PREFIX}/etc/userdb CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS}' \ LDFLAGS='${LDFLAGS}' MAKE_ENV:= ${CONFIGURE_ENV} CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-unicode \ --enable-ltdl-install=no \ --without-authcustom \ --without-authshadow \ --without-authpwd \ --with-mailuser=${MAILOWN} \ --with-mailgroup=${MAILGRP} \ --localstatedir=${LOCALSTATEDIR} \ --with-authdaemonvar=${AUTHDAEMONVAR} \ --cache-file=${WRKDIR}/courier-authlib.cache INSTALL_TARGET= install-strip install-configure DESCR= ${PKGDIR}/pkg-descr${PKGNAMESUFFIX} PLIST= ${PKGDIR}/pkg-plist${PKGNAMESUFFIX:S/gdbm/db/} AUTHMOD= auth${PKGNAMESUFFIX:S/-//:S/gdbm/db/} .if ${AUTHMOD} == authbase RUN_DEPENDS+= ${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool CONFIGURE_ARGS+=--with-base --with-authpam MAN1= courierlogger.1 authtest.1 MAN3= authlib.3 auth_generic.3 auth_login.3 auth_getuserinfo.3 \ auth_enumerate.3 auth_passwd.3 auth_getoption.3 auth_sasl.3 DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README \ README.authdebug.html README_authlib.html PLIST_SUB+= MAILOWN=${MAILOWN} MAILGRP=${MAILGRP} \ MAILUID=${MAILUID} MAILGID=${MAILGID} \ AUTHDAEMONVAR=${AUTHDAEMONVAR} SUB_LIST:= ${PLIST_SUB} SUB_FILES+= pkg-install pkg-deinstall .if defined(WITH_AUTHPIPE_PROG) CONFIGURE_ARGS+=--with-pipeprog=${WITH_AUTHPIPE_PROG} .endif .else RUN_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base CONFIGURE_ARGS+=--without-base --without-authpam REMOVE_SUBDIRS+=liblock liblog .endif .if ${AUTHMOD} == authuserdb MAN8= makeuserdb.8 userdb.8 userdbpw.8 .if ${PKGNAMESUFFIX} == -usergdbm CONFLICTS+= ${PORTNAME}-userdb-0.* LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm CONFIGURE_ARGS+=--with-db=gdbm .elif ${PKGNAMESUFFIX} == -userdb CONFLICTS+= ${PORTNAME}-usergdbm-0.* CONFIGURE_ARGS+=--with-db=db .endif CONFIGURE_ARGS+=--with-userdb=${USERDB} .else CONFIGURE_ARGS+=--with-db=db --without-authuserdb REMOVE_SUBDIRS+=makedat userdb .endif .if ${AUTHMOD} == authldap DOCS= README.ldap USE_OPENLDAP= yes CONFIGURE_ARGS+=--with-authldap .else CONFIGURE_ARGS+=--without-authldap .endif .if ${AUTHMOD} == authmysql DOCS= README.authmysql.html README.authmysql.myownquery USE_MYSQL= yes CONFIGURE_ARGS+=--with-authmysql \ --with-mysql-libs=${LOCALBASE}/lib/mysql \ --with-mysql-includes=${LOCALBASE}/include/mysql .else CONFIGURE_ARGS+=--without-authmysql .endif .if ${AUTHMOD} == authpgsql DOCS= README.authpostgres.html USE_PGSQL= yes CONFIGURE_ARGS+=--with-authpgsql .else CONFIGURE_ARGS+=--without-authpgsql .endif .if ${AUTHMOD} == authvchkpw BUILD_DEPENDS+= ${VPOPMAILDIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail CONFIGURE_ARGS+=--with-authvchkpw .else CONFIGURE_ARGS+=--without-authvchkpw .endif .endif # !defined(PKGNAMESUFFIX) .include .if !defined(PKGNAMESUFFIX) .include "${.CURDIR}/Makefile.dep" do-install: #empty do-build: #empty .else # !defined(PKGNAMESUFFIX) .if ${AUTHMOD} == authbase .if defined(WITH_RCORDER) USE_RCORDER= courier-authdaemond.sh .else USE_RC_SUBR= courier-authdaemond.sh .endif pre-everything:: @${ECHO_CMD} @${ECHO_CMD} " Set WITH_AUTHPIPE_PROG to a program you want to use instead of" @${ECHO_CMD} " authProg for libauthpipe" @${ECHO_CMD} .endif post-patch: @${REINPLACE_CMD} -e 's|$$VPOPMAILLIBS|& -lcrypt|g' \ -e 's|^\(INSTALL_STRIP_PROGRAM=\).*$$|\1"$${INSTALL_PROGRAM} -s"|' \ ${WRKSRC}/*/configure \ ${WRKSRC}/configure .for subdir in ${REMOVE_SUBDIRS} @${REINPLACE_CMD} -E 's,(^(ac_subdirs_all|subdirs).*)${subdir},\1,g' \ ${WRKSRC}/configure .endfor @${REINPLACE_CMD} -e 's|$$(INSTALL_DATA) \(.$$$$file.\)|${INSTALL_MAN} \1|' \ ${WRKSRC}/*/Makefile.in \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|^\(DEFAULTOPTIONS=\)""$$|\1"wbnodsn=1"|' \ -e 's|@ALLMODULES@|authuserdb authvchkpw authpam authldap authmysql authpgsql|' \ ${WRKSRC}/authdaemonrc.in @${REINPLACE_CMD} -e 's:@EXPECT@:${SETENV} expect:' \ ${WRKSRC}/authsystem.passwd.in pre-configure: @if [ -f "${WRKDIR}/courier-authlib.cache" -a -s "${WRKDIR}/courier-authlib.cache" ] ; then \ ${RM} -f "${WRKDIR}/courier-authlib.cache" ; \ fi .if ${PKGNAMESUFFIX} == "-base" pre-install: @PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL .endif # ${PKGNAMESUFFIX} == "-base" post-install: .if !defined(NOPORTDOCS) @${INSTALL} ${_SHROWNGRP} -d ${DOCSDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .endif # !defined(PKGNAMESUFFIX) .include Property changes on: head/security/courier-authlib/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/security/courierpassd/Makefile =================================================================== --- head/security/courierpassd/Makefile (revision 162214) +++ head/security/courierpassd/Makefile (revision 162215) @@ -1,36 +1,35 @@ # New ports collection makefile for: courierpassd # Date created: 26th July 2005 # Whom: Ade Lovett # # $FreeBSD$ PORTNAME= courierpassd PORTVERSION= 1.1.0 CATEGORIES= security mail MASTER_SITES= http://www.arda.homeunix.net/store/ MAINTAINER= ade@FreeBSD.org COMMENT= User authentication and password changing daemon utility BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base -USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GETTEXT= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS}' LDFLAGS='${LDFLAGS}' MINUID?= 100 DELAY?= 3 CONFIGURE_ARGS+=--with-minuid=${MINUID} --with-badpassdelay=${DELAY} PLIST_FILES= sbin/courierpassd MAN8= courierpassd.8 post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/courierpassd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/security/cryptplug/Makefile =================================================================== --- head/security/cryptplug/Makefile (revision 162214) +++ head/security/cryptplug/Makefile (revision 162215) @@ -1,30 +1,29 @@ # New ports collection makefile for: cryptplug # Date created: 29 Jan 2003 # Whom: michaelnottebrock@gmx.net # # $FreeBSD$ # PORTNAME= cryptplug PORTVERSION= 0.3.16 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/cryptplug MAINTAINER= lofi@freebsd.org COMMENT= A collection of plug-ins to cryptographic engines BUILD_DEPENDS= ${LOCALBASE}/lib/libgpgme03.so.9:${PORTSDIR}/security/gpgme03 \ gpg-agent:${PORTSDIR}/security/gnupg-devel GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} 's/gpgme-config/gpgme03-config/g' \ ${WRKSRC}/configure .include Property changes on: head/security/cryptplug/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/security/denyhosts/Makefile =================================================================== --- head/security/denyhosts/Makefile (revision 162214) +++ head/security/denyhosts/Makefile (revision 162215) @@ -1,39 +1,38 @@ # New ports collection makefile for: denyhosts # Date created: 04 November 2005 # Whom: Janos Mohacsi # # $FreeBSD$ # PORTNAME= denyhosts PORTVERSION= 2.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= DenyHosts-${PORTVERSION} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Script to thwart ssh attacks -USE_REINPLACE= yes USE_PYTHON= yes USE_PYDISTUTILS= yes DOC_FILES= CHANGELOG.txt LICENSE.txt README.txt pre-configure: ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \ ${WRKSRC}/daemon-control-dist \ ${WRKSRC}/denyhosts.cfg-dist \ ${WRKSRC}/setup.py post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/denyhosts/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/didentd/Makefile =================================================================== --- head/security/didentd/Makefile (revision 162214) +++ head/security/didentd/Makefile (revision 162215) @@ -1,38 +1,37 @@ # New ports collection makefile for: publicfile # Date created: 15 Oct 2001 # Whom: Doobee R. Tzeck # # $FreeBSD$ # PORTNAME= didentd PORTVERSION= 0.2 CATEGORIES= security MASTER_SITES= http://untergrund.bewaff.net/~drt/c0re.jp/c0de/didentd/ http://c0re.jp/c0de/didentd/ MAINTAINER= drt@un.bewaff.net COMMENT= Modular RfC1423 (identd) server sending encrypted audit tokens. RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp -USE_REINPLACE= yes ALL_TARGET= all INSTALL_TARGET= install post-patch: ${REINPLACE_CMD} 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/didentd ${INSTALL_MAN} ${WRKSRC}/BLURB ${PREFIX}/share/doc/didentd ${INSTALL_MAN} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/didentd ${INSTALL_MAN} ${WRKSRC}/INTERNALS ${PREFIX}/share/doc/didentd ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/didentd ${INSTALL_MAN} ${WRKSRC}/THANKS ${PREFIX}/share/doc/didentd ${INSTALL_MAN} ${WRKSRC}/TODO ${PREFIX}/share/doc/didentd ${INSTALL_MAN} ${WRKSRC}/WHY-ENCRYPT ${PREFIX}/share/doc/didentd ${INSTALL_MAN} ${WRKSRC}/WHY-TAP ${PREFIX}/share/doc/didentd .endif .include Property changes on: head/security/didentd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/doorman/Makefile =================================================================== --- head/security/doorman/Makefile (revision 162214) +++ head/security/doorman/Makefile (revision 162215) @@ -1,72 +1,71 @@ # New ports collection makefile for: doorman # Date created: 08 August 2004 # Whom: Aaron Dalton # # $FreeBSD$ # PORTNAME= doorman PORTVERSION= 0.81 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= doorman EXTRACT_SUFX= .tgz MAINTAINER= lupe@lupe-christoph.de COMMENT= A Port Knocking implementation, both daemon and client BUILD_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof RUN_DEPENDS= ${BUILD_DEPENDS} .include # doormand does not work with the FreeBSD 4.x version of libpcap. # Require the ports version. .if ${OSVERSION} < 500000 BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap .endif PKGMESSAGE= ${WRKDIR}/pkg-message PATCH_STRIP= -p1 INSTALL_TARGET= installdirs install-exec install-data MAN1= knock.1 MAN5= knockcf.5 doormand.cf.5 guestlist.5 MAN8= doormand.8 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} GNU_CONFIGURE= yes SUB_FILES= pkg-message doormand.cf.EXAMPLE USE_RC_SUBR= doorman.sh -USE_REINPLACE= yes pre-patch: @${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' \ ${WRKSRC}/doormand.c post-configure: .if ${OSVERSION} < 500000 @${REINPLACE_CMD} -e 's,-lpcap,${LOCALBASE}/lib/libpcap.a,' \ ${WRKSRC}/Makefile .endif post-install: ${RM} -f ${PREFIX}/etc/doormand/ipf_add ${INSTALL_SCRIPT} ${FILESDIR}/ipf_add.atend ${PREFIX}/etc/doormand/ipf_add.atend ${INSTALL_SCRIPT} ${FILESDIR}/ipf_add.before_block ${PREFIX}/etc/doormand/ipf_add.before_block ${INSTALL_SCRIPT} ${FILESDIR}/ipf_delete ${PREFIX}/etc/doormand/ipf_delete ${INSTALL_DATA} ${WRKDIR}/doormand.cf.EXAMPLE ${PREFIX}/etc/doormand/doormand.cf.EXAMPLE @for man in ${MAN1}; do \ ${INSTALL_MAN} -C ${WRKSRC}/$$man ${PREFIX}/man/man1; \ done @for man in ${MAN5}; do \ ${INSTALL_MAN} -C ${WRKSRC}/$$man ${PREFIX}/man/man5; \ done @for man in ${MAN8}; do \ ${INSTALL_MAN} -C ${WRKSRC}/$$man ${PREFIX}/man/man8; \ done @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/doorman/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/dropbear/Makefile =================================================================== --- head/security/dropbear/Makefile (revision 162214) +++ head/security/dropbear/Makefile (revision 162215) @@ -1,45 +1,44 @@ # New ports collection makefile for: dropbear # Date created: 20 August 2003 # Whom: Clement Laforet # # $FreeBSD$ # PORTNAME= dropbear PORTVERSION= 0.47 CATEGORIES= security ipv6 MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/ MAINTAINER= clement@FreeBSD.org COMMENT= An SSH 2 server, designed to be usable in small memory environments GNU_CONFIGURE= YES USE_GMAKE= YES -USE_REINPLACE= YES .if defined(WANT_STATIC) CONFIGURE_ENV= LDFLAGS=-static .endif post-patch: @${REINPLACE_CMD} -e "s,_PRIV_FILENAME \"/etc/,_PRIV_FILENAME \"${PREFIX}/etc/,g; \ s,/usr/bin/X11/,${X11BASE}/,g" ${WRKSRC}/options.h @${REINPLACE_CMD} -e "s,sys/dir.h,dirent.h," ${WRKSRC}/*.[ch] @${REINPLACE_CMD} -e "s,make clean,\$${MAKE} clean," \ ${WRKSRC}/libtomcrypt/Makefile.in @${SED} -e 's:__PREFIX__:${PREFIX}:g' \ ${FILESDIR}/dropbear.sh > ${WRKSRC}/dropbear.sh post-install: @${MKDIR} ${PREFIX}/etc/dropbear @${ECHO_MSG} "" @${INSTALL_SCRIPT} ${WRKSRC}/dropbear.sh ${PREFIX}/etc/rc.d/dropbear.sh.sample @${ECHO_MSG} " Now you have to create your SSH host key." @${ECHO_MSG} "" @${ECHO_MSG} " To create RSA key:" @${ECHO_MSG} " ${PREFIX}/sbin/dropbearkey -t rsa -f ${PREFIX}/etc/dropbear/dropbear_rsa_host_key" @${ECHO_MSG} "" @${ECHO_MSG} " For more details, run ${PREFIX}/sbin/dropbearkey -h" @${ECHO_MSG} "" .include Property changes on: head/security/dropbear/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/security/fcrackzip/Makefile =================================================================== --- head/security/fcrackzip/Makefile (revision 162214) +++ head/security/fcrackzip/Makefile (revision 162215) @@ -1,37 +1,36 @@ # New ports collection makefile for: fcrackzip # Date created: 16 Jul 2004 # Whom: Stefan Walter # # $FreeBSD$ # PORTNAME= fcrackzip PORTVERSION= 0.3 CATEGORIES= security archivers MASTER_SITES= http://www.goof.com/pcg/marc/data/ MAINTAINER= stefan@FreeBSD.org COMMENT= Portable, fast and featureful ZIP password cracker GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GETOPT_LONG=yes USE_PERL5_BUILD=yes -USE_REINPLACE= yes PLIST_FILES= bin/fcrackzip bin/fcrackzipinfo .if !defined(NOPORTDOCS) MAN1= fcrackzip.1 .endif post-patch: @${REINPLACE_CMD} -e 's/zipinfo/fcrackzipinfo/g' ${WRKSRC}/zipinfo.c do-install: @${INSTALL_PROGRAM} ${WRKSRC}/fcrackzip ${PREFIX}/bin/ @${INSTALL_PROGRAM} ${WRKSRC}/zipinfo ${PREFIX}/bin/fcrackzipinfo .if !defined(NOPORTDOCS) @${INSTALL_MAN} ${WRKSRC}/fcrackzip.1 ${PREFIX}/man/man1/ .endif .include Property changes on: head/security/fcrackzip/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/fiked/Makefile =================================================================== --- head/security/fiked/Makefile (revision 162214) +++ head/security/fiked/Makefile (revision 162215) @@ -1,44 +1,43 @@ # New ports collection makefile for: fiked # Date created: 2005-12-07 # Whom: Daniel Roethlisberger # # $FreeBSD$ # PORTNAME= fiked PORTVERSION= 0.0.4 CATEGORIES= security MASTER_SITES= http://dragon.roe.ch/bitsnpieces/fiked/ \ http://home.tiscalinet.ch/roe/fiked/ MAINTAINER= daniel@roe.ch COMMENT= A fake IKE PSK+XAUTH daemon based on VPNC LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt .if !defined(WITHOUT_LIBNET) BUILD_DEPENDS= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet .endif USE_BZIP2= yes USE_GMAKE= yes USE_GCC= 3.2+ -USE_REINPLACE= yes MAKEFILE= GNUmakefile PLIST_FILES= bin/fiked MAN1= fiked.1 PORTDOCS= README NEWS post-patch: @${REINPLACE_CMD} -e 's|=-g|=|' ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fiked ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/fiked.1 ${PREFIX}/man/man1/ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include Property changes on: head/security/fiked/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/fpc-hash/Makefile =================================================================== --- head/security/fpc-hash/Makefile (revision 162214) +++ head/security/fpc-hash/Makefile (revision 162215) @@ -1,46 +1,45 @@ # New ports collection makefile for: fpc-md5 # Date created: 8 February 2004 # Whom: John Merryweather Cooper # # $FreeBSD$ # PORTNAME= md5 PORTVERSION= 1.0.10 CATEGORIES= security lang MASTER_SITES= http://www.borgsdemons.com/distfiles/ PKGNAMEPREFIX= fpc- MAINTAINER= ports@FreeBSD.org COMMENT= Free Pascal unit for MD5 hash routines BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc RUN_DEPENDS= ${BUILD_DEPENDS} USE_GMAKE= yes -USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 PLIST_SUB+= PORTVERSION=${PORTVERSION} MAKE_ENV+= PATH=${LOCALBASE}/bin:$$PATH \ FPC=${LOCALBASE}/bin/ppc386 \ INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \ INSTALL_BINDIR=${PREFIX}/bin \ GCCLIBDIR=/usr/lib \ RELEASE=1 post-patch: # change to alter amount of optimization @${FIND} ${WRKDIR}/packages/base/md5 -name "Makefile*" | \ ${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g' do-build: @${SETENV} ${MAKE_ENV} ${GMAKE} -C \ ${WRKDIR}/packages/base/md5 all do-install: @${SETENV} ${MAKE_ENV} ${GMAKE} -C \ ${WRKDIR}/packages/base/md5 install .include Property changes on: head/security/fpc-hash/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/fpc-md5/Makefile =================================================================== --- head/security/fpc-md5/Makefile (revision 162214) +++ head/security/fpc-md5/Makefile (revision 162215) @@ -1,46 +1,45 @@ # New ports collection makefile for: fpc-md5 # Date created: 8 February 2004 # Whom: John Merryweather Cooper # # $FreeBSD$ # PORTNAME= md5 PORTVERSION= 1.0.10 CATEGORIES= security lang MASTER_SITES= http://www.borgsdemons.com/distfiles/ PKGNAMEPREFIX= fpc- MAINTAINER= ports@FreeBSD.org COMMENT= Free Pascal unit for MD5 hash routines BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc RUN_DEPENDS= ${BUILD_DEPENDS} USE_GMAKE= yes -USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 PLIST_SUB+= PORTVERSION=${PORTVERSION} MAKE_ENV+= PATH=${LOCALBASE}/bin:$$PATH \ FPC=${LOCALBASE}/bin/ppc386 \ INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \ INSTALL_BINDIR=${PREFIX}/bin \ GCCLIBDIR=/usr/lib \ RELEASE=1 post-patch: # change to alter amount of optimization @${FIND} ${WRKDIR}/packages/base/md5 -name "Makefile*" | \ ${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g' do-build: @${SETENV} ${MAKE_ENV} ${GMAKE} -C \ ${WRKDIR}/packages/base/md5 all do-install: @${SETENV} ${MAKE_ENV} ${GMAKE} -C \ ${WRKDIR}/packages/base/md5 install .include Property changes on: head/security/fpc-md5/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/fpm/Makefile =================================================================== --- head/security/fpm/Makefile (revision 162214) +++ head/security/fpm/Makefile (revision 162215) @@ -1,46 +1,45 @@ # New ports collection makefile for: fpm # Date created: 10 June 2001 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= fpm PORTVERSION= 0.60 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= anders@FreeBSD.org COMMENT= Figaro's Password Manager, an app to securely store your passwords USE_GNOME= gnomeprefix gnomehack gnomelibs USE_X_PREFIX= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes #CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= fpm.1 PORTDOCS= AUTHORS ChangeLog README TODO PLIST_FILES= bin/fpm share/gnome/pixmaps/fpm/logo.xpm PLIST_DIRS= share/gnome/pixmaps/fpm pre-build: ${REINPLACE_CMD} -E -e "s@encrypt\(@bfishencrypt\(@g" ${WRKSRC}/src/blowfish.c post-install: .if !defined(NOPORTDOCS) ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/fpm .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/fpm .endfor .endif @${ECHO} "=========================================================================" @${ECHO} "Make sure you set up a few IRQ's for random generation with rndcontrol before" @${ECHO} "expecting password generation to work well." @${ECHO} "=========================================================================" .include Property changes on: head/security/fpm/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/security/fsh/Makefile =================================================================== --- head/security/fsh/Makefile (revision 162214) +++ head/security/fsh/Makefile (revision 162215) @@ -1,29 +1,28 @@ # New ports collection makefile for: fsh # Date created: Thu Jan 24 03:37:54 JST 2002 # Whom: sumikawa # # $FreeBSD$ PORTNAME= fsh PORTVERSION= 1.2 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.lysator.liu.se/fsh/ MAINTAINER= sumikawa@FreeBSD.org COMMENT= Fast remote command execution USE_PYTHON= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes post-patch: ${REINPLACE_CMD} -e '/^[^#]/s/FCNTL/fcntl/g' ${WRKSRC}/fshcompat.py post-build: ${PYTHON_CMD} -c 'import py_compile; py_compile.main()' ${WRKSRC}/*.py post-install: ${INSTALL_DATA} ${WRKSRC}/*.pyc ${PREFIX}/share/fsh .include Property changes on: head/security/fsh/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/fwanalog/Makefile =================================================================== --- head/security/fwanalog/Makefile (revision 162214) +++ head/security/fwanalog/Makefile (revision 162215) @@ -1,53 +1,52 @@ # New ports collection makefile for: fwanalog # Date created: 11 March 2002 # Whom: Kimura Fuyuki # # $FreeBSD$ # PORTNAME= fwanalog PORTVERSION= 0.6.9 CATEGORIES= security MASTER_SITES= http://tud.at/programm/fwanalog/ MAINTAINER= cy@FreeBSD.org COMMENT= A firewall log summarizer that uses Analog RUN_DEPENDS= analog:${PORTSDIR}/www/analog -USE_REINPLACE= yes ETCDIR= ${PREFIX}/etc/${PORTNAME} PLIST_SUB+= ETCDIR=${ETCDIR} CONFFILES= fwanalog-dom.tab \ fwanalog.analog.conf \ fwanalog.analog.conf.local \ fwanalog.lng \ fwanalog.opts \ services.conf post-patch: ${REINPLACE_CMD} \ -e "s,the script's directory.*$$,${ETCDIR},;" \ -e 's,cd .*$$,cd ${ETCDIR},; s,sh\$$/,\$$/.,' \ ${WRKSRC}/fwanalog.sh ${REINPLACE_CMD} -e 's/"freebsd/"ipf/; s/"ipflog/"messages/' \ ${WRKSRC}/fwanalog.opts.freebsd do-build: ${LN} ${WRKSRC}/fwanalog.opts.freebsd ${WRKSRC}/fwanalog.opts do-install: ${INSTALL_SCRIPT} ${WRKSRC}/fwanalog.sh ${PREFIX}/sbin/fwanalog ${MKDIR} ${ETCDIR} .for i in ${CONFFILES} ${INSTALL_DATA} ${WRKSRC}/${i} ${ETCDIR}/${i}-dist ${TEST} -f ${ETCDIR}/${i} || ${INSTALL_DATA} ${WRKSRC}/${i} ${ETCDIR}/${i} .endfor post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/security/fwanalog/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/security/fwlogwatch/Makefile =================================================================== --- head/security/fwlogwatch/Makefile (revision 162214) +++ head/security/fwlogwatch/Makefile (revision 162215) @@ -1,31 +1,30 @@ # ex:ts=8 # New ports collection makefile for: fwlogwatch # Date created: Nov 20, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= fwlogwatch PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.kybs.de/boris/sw/ MAINTAINER= mranner@inode.at COMMENT= A packet filter and firewall log analyzer USE_GETTEXT= yes -USE_REINPLACE= yes MAKE_ENV= MKDIR="${MKDIR}" INSTALL_TARGET= install install-config install-i18n MAN8= fwlogwatch.8 post-patch: @${REINPLACE_CMD} -e "s,/etc,${PREFIX}/etc,g" ${WRKSRC}/${MAN8} post-install: @${INSTALL_SCRIPT} ${FILESDIR}/fwlogwatch.sh.sample ${PREFIX}/etc/rc.d .include Property changes on: head/security/fwlogwatch/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/security/gnome-password-generator/Makefile =================================================================== --- head/security/gnome-password-generator/Makefile (revision 162214) +++ head/security/gnome-password-generator/Makefile (revision 162215) @@ -1,28 +1,27 @@ # New ports collection makefile for: gnome-password-generator # Date created: 2004-07-13 # Whom: Sergey Akifyev # # $FreeBSD$ # PORTNAME= gnome-password-generator PORTVERSION= 1.4 PORTREVISION= 3 CATEGORIES= security gnome python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnome-password MAINTAINER= asa@gascom.ru COMMENT= GNOME 2 password generator USE_GNOME= pygnome2 USE_PYTHON= yes USE_X_PREFIX= yes -USE_REINPLACE= yes USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e 's|prefix=/usr|prefix=${PREFIX}|g' -e 's|(prefix)/share|(prefix)/share/gnome|g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' ${WRKSRC}/${PORTNAME} .include Property changes on: head/security/gnome-password-generator/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/security/gnu-crypto/Makefile =================================================================== --- head/security/gnu-crypto/Makefile (revision 162214) +++ head/security/gnu-crypto/Makefile (revision 162215) @@ -1,66 +1,65 @@ # New ports collection makefile for: gnu-crypto # Date created: Fri Dec 31 00:00:25 UTC 2004 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= gnu-crypto PORTVERSION= 2.0.1 PORTREVISION= 2 CATEGORIES= security java MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lioux@FreeBSD.org COMMENT= Java cryptographic primitives and tools BROKEN= Does not compile USE_BZIP2= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV+= \ CLASSPATH='' \ JAR=${JAR} \ JAVA=${JAVA} \ JAVAC=${JAVAC} USE_JAVA= yes JAVA_VERSION= 1.4+ USE_ANT= yes JAR_FILES= \ javax-crypto.jar \ javax-security.jar \ gnu-crypto.jar INFO= gnu-crypto MAKEINFOFLAGS= --no-split .for jar in ${JAR_FILES} PLIST_FILES+= %%JAVAJARDIR%%/${jar} .endfor post-extract: @${RM} ${WRKSRC}/docs/*.info* post-configure: @${REINPLACE_CMD} -E \ -e 's|(\$$\(MAKEINFOFLAGS\))|\1 ${MAKEINFOFLAGS}|' \ ${BUILD_WRKSRC}/docs/${MAKEFILE} post-build: @cd ${WRKSRC}/docs && ${GMAKE} all do-install: .for jar in ${JAR_FILES} @${INSTALL_DATA} ${WRKSRC}/lib/${jar} ${JAVAJARDIR} .endfor @${MKDIR} ${PREFIX}/${INFO_PATH} @${INSTALL_DATA} ${WRKSRC}/docs/${PORTNAME}.info \ ${PREFIX}/${INFO_PATH} .include Property changes on: head/security/gnu-crypto/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/security/gnupg-devel/Makefile =================================================================== --- head/security/gnupg-devel/Makefile (revision 162214) +++ head/security/gnupg-devel/Makefile (revision 162215) @@ -1,56 +1,55 @@ # New ports collection makefile for: newpg # Date created: 29 Jan 2003 # Whom: michaelnottebrock@gmx.net # # $FreeBSD$ # PORTNAME= gnupg PORTVERSION= 1.9.20 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/gnupg PKGNAMESUFFIX= -devel MAINTAINER= lofi@freebsd.org COMMENT= Prerelease package of GnuPG extensions for GnuPG 2.0 BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ ksba.15:${PORTSDIR}/security/libksba \ pth.20:${PORTSDIR}/devel/pth \ usb-0.1:${PORTSDIR}/devel/libusb RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ dirmngr:${PORTSDIR}/security/dirmngr USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=# empty USE_GMAKE= yes USE_ICONV= yes INSTALLS_SHLIB= yes -USE_REINPLACE= yes INFO= gnupg CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/pth" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib/pth" .include .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif pre-configure: ${REINPLACE_CMD} -e "s@-lpthread@${PTHREAD_LIBS}@g" \ ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure post-install: ${CAT} ${PKGMESSAGE} .include Property changes on: head/security/gnupg-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/security/gpgme/Makefile =================================================================== --- head/security/gpgme/Makefile (revision 162214) +++ head/security/gpgme/Makefile (revision 162215) @@ -1,57 +1,56 @@ # New ports collection makefile for: gpgme # Date created: 15 June 2001 # Whom: teramoto@comm.eng.osaka-u.ac.jp # # $FreeBSD$ # PORTNAME= gpgme PORTVERSION= 1.0.3 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme MAINTAINER= lofi@FreeBSD.org COMMENT= A library to make access to GnuPG easier BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ gpgsm:${PORTSDIR}/security/gnupg-devel LIB_DEPENDS= gpg-error:${PORTSDIR}/security/libgpg-error USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_REINPLACE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-gpg=${LOCALBASE}/bin/gpg \ --with-gpgsm=${LOCALBASE}/bin/gpgsm \ --includedir=${PREFIX}/include/gpgme INFO= gpgme OPTIONS= PTH "Enable alternative libgpgme using GNU portable threads" off .include .if defined(WITH_PTH) LIB_DEPENDS+= pth:${PORTSDIR}/devel/pth PLIST_SUB+= WITH_PTH='' .elif defined(WITHOUT_PTH) CONFIGURE_ARGS+=--without-pth --without-pth-test PLIST_SUB+= WITH_PTH='@comment ' .endif post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} \ ${WRKSRC}/gpgme/Makefile.in \ ${WRKSRC}/gpgme/gpgme-config.in .if defined(WITH_PTH) .if ${OSVERSION} < 503100 || defined(PTHREAD_LIBS) && ${PTHREAD_LIBS} != "-pthread" @${REINPLACE_CMD} -e 's|t_thread1_LDADD = ../../gpgme/libgpgme-pthread.la|t_thread1_LDADD = ../../gpgme/libgpgme-pthread.la -lpthread|g' \ ${WRKSRC}/tests/gpg/Makefile.in .endif .endif .include Property changes on: head/security/gpgme/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.36 \ No newline at end of property +1.37 \ No newline at end of property Index: head/security/gpgme03/Makefile =================================================================== --- head/security/gpgme03/Makefile (revision 162214) +++ head/security/gpgme03/Makefile (revision 162215) @@ -1,50 +1,49 @@ # New ports collection makefile for: gpgme # Date created: 15 June 2001 # Whom: teramoto@comm.eng.osaka-u.ac.jp # # $FreeBSD$ # PORTNAME= gpgme PORTVERSION= 0.3.16 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme MAINTAINER= markun@onohara.to COMMENT= A library to make access to GnuPG easier BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth LATEST_LINK= gpgme03 USE_AUTOTOOLS= autoconf:259 libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_REINPLACE= YES INFO= gpgme03 CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gpgme03 .include .if exists(${LOCALBASE}/bin/gpgsm) WITH_GPGSM= yes .endif .if defined(WITH_GPGSM) BUILD_DEPENDS+= gpgsm:${PORTSDIR}/security/gnupg-devel .else CONFIGURE_ARGS+= --without-gpgsm .endif post-patch: .for i in tests tests/gpg tests/gpgsm @${REINPLACE_CMD} -e 's/libgpgme.la/libgpgme03.la/' \ ${WRKSRC}/${i}/Makefile.in .endfor .include Property changes on: head/security/gpgme03/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/security/gringotts/Makefile =================================================================== --- head/security/gringotts/Makefile (revision 162214) +++ head/security/gringotts/Makefile (revision 162215) @@ -1,52 +1,51 @@ # New ports collection makefile for: gringotts # Date created: 02 July 2002 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= gringotts PORTVERSION= 1.2.8 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://devel.pluto.linux.it/projects/Gringotts/current/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ MAINTAINER= anders@FreeBSD.org COMMENT= GTK application to securely store sensitive data LIB_DEPENDS= gringotts.2:${PORTSDIR}/security/libgringotts \ popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes USE_GNOME= gtk20 WANT_GNOME= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS+= --disable-env-check .include .if ${HAVE_GNOME:Mgnomehier}!="" USE_GNOME+= gnomehier PLIST_SUB+= GNOMEHIER='' .else PLIST_SUB+= GNOMEHIER='@comment ' .endif post-patch: ${REINPLACE_CMD} -E -e "s|^(gringottsdocdir =).*|\1 ${DOCSDIR}|;s|md5sum|md5|g" ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -E -e "s|^(pixmapdir =).*|\1 ${PREFIX}/share/gnome/pixmaps|" ${WRKSRC}/pixmaps/Makefile.in @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' .if defined(NOPORTDOCS) ${REINPLACE_CMD} -E -e "s|^(install-data-am:.*)install-gringottsdocDATA|\1|" ${WRKSRC}/Makefile.in .endif .if ${HAVE_GNOME:Mgnomehier}=="" ${REINPLACE_CMD} -E -e "s|^(install-data-am:.*)install-DsktpDATA|\1|" \ ${WRKSRC}/Makefile.in .endif .include Property changes on: head/security/gringotts/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/security/hackbot/Makefile =================================================================== --- head/security/hackbot/Makefile (revision 162214) +++ head/security/hackbot/Makefile (revision 162215) @@ -1,36 +1,35 @@ # New ports collection makefile for: hackbot # Date created: Mon Jan 13 15:44:35 GMT 2003 # Whom: mich@freebsdcluster.org # # $FreeBSD$ # PORTNAME= hackbot PORTVERSION= 2.21 CATEGORIES= security MASTER_SITES= http://ws.obit.nl/hackbot/ EXTRACT_SUFX= .tgz MAINTAINER= mich@FreeBSD.org COMMENT= A host exploration tool and bannergrabber -USE_REINPLACE= YES USE_PERL5= YES NO_BUILD= YES WRKSRC= ${WRKDIR}/${PORTNAME} pre-patch: @${REINPLACE_CMD} -e 's|/usr/local/etc|${DATADIR}|' ${WRKSRC}/hackbot.pl do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/google.db ${DATADIR}/google.db ${INSTALL_DATA} ${WRKSRC}/fingerprint.db ${DATADIR}/fingerprint.db ${INSTALL_DATA} ${WRKSRC}/cgi.db ${DATADIR}/cgi.db ${INSTALL_SCRIPT} ${WRKSRC}/hackbot.pl ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/hackbot.1.gz ${PREFIX}/man/man1/ MAN1= hackbot.1 MANCOMPRESSED= yes .include Property changes on: head/security/hackbot/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/security/hafiye/Makefile =================================================================== --- head/security/hafiye/Makefile (revision 162214) +++ head/security/hafiye/Makefile (revision 162215) @@ -1,30 +1,29 @@ # ex:ts=8 # Ports collection makefile for: hafiye # Date Created: Aug 14, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= hafiye PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.enderunix.org/hafiye/ MAINTAINER= ports@FreeBSD.org COMMENT= Multi Platform Customizable TCP/IP Packet Sniffer -USE_REINPLACE= yes MAKE_ENV= LDFLAGS="-lpcap" post-patch: @${REINPLACE_CMD} -e "s|^CC|#CC|g ; s|^CFLAGS|#CFLAGS|g ; \ s|^LDFLAGS|#LDFLAGS|g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hafiye ${PREFIX}/bin @${MKDIR} ${DATADIR} ${CP} -R ${WRKSRC}/KB/* ${DATADIR} .include Property changes on: head/security/hafiye/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/hmap/Makefile =================================================================== --- head/security/hmap/Makefile (revision 162214) +++ head/security/hmap/Makefile (revision 162215) @@ -1,44 +1,43 @@ # Ports collection makefile for: hmap # Date created: 29 Apr 2003 # Whom: Yonatan # # $FreeBSD$ # PORTNAME= hmap PORTVERSION= 0.1 CATEGORIES= security MASTER_SITES= http://ujeni.murkyroc.com/hmap/code/current/ \ http://wwwcsif.cs.ucdavis.edu/~leed/hmap/code/current/ DISTNAME= ${PORTNAME} MAINTAINER= onatan@gmail.com COMMENT= Web server fingerprinting utility RUN_DEPENDS= python:${PORTSDIR}/lang/python NO_WRKSUBDIR= yes NO_BUILD= yes -USE_REINPLACE= yes pre-patch: ${CP} ${WRKSRC}/hmap.py ${WRKSRC}/hmap.py.old ${TR} -d "\r" < ${WRKSRC}/hmap.py.old > ${WRKSRC}/hmap.py post-patch: ${REINPLACE_CMD} -e 's|PREFIX|${PREFIX}|' ${WRKSRC}/hmap.py do-install: ${INSTALL_SCRIPT} ${WRKSRC}/hmap.py ${PREFIX}/bin/ ${MKDIR} ${PREFIX}/share/hmap/ . for i in apache.1.3.12.win32 apache.2.0.44.win32 apache.1.3.14.win32 badblue.2.1.win32 apache.1.3.17.win32 dwhttpd.4.1a6.solaris.8 apache.1.3.22.win32 hpws.2.00.1454.solaris.8 apache.1.3.23.rhl.7.3 ibm_http_server.2.0.42.win32 apache.1.3.26.freebsd.4.6.2.r iis.5.0.win32 apache.1.3.26.solaris.8 jigsaw.2.0.5.win32 apache.1.3.27.freebsd.4.7 jigsaw.2.2.0.win32 apache.1.3.27.freebsd.5.0 jigsaw.2.2.2.solaris.8 apache.1.3.27.mac.10.1.5 ncsa.1.3.ultrix.4.4 apache.1.3.27.mac.10.2.4 thttpd.2.23beta1.freebsd.4.6.st apache.1.3.27.rhl.8.0 thttpd.2.23beta1.rhl.7.3 apache.1.3.9.win32 zope.2.6.0.solaris.8 apache.2.0.40.rhl.8.0 ${INSTALL_DATA} ${WRKSRC}/known.servers/$i ${PREFIX}/share/hmap/ . endfor . if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} . for i in README BUGS GPL FAQS HIDING_GUIDE KNOWN_TESTS ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} . endfor . endif .include Property changes on: head/security/hmap/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/hostsentry/Makefile =================================================================== --- head/security/hostsentry/Makefile (revision 162214) +++ head/security/hostsentry/Makefile (revision 162215) @@ -1,48 +1,47 @@ # New ports collection makefile for: hostsentry # Date created: 7 February 2003 # Whom: Andre Ramos # # $FreeBSD$ # PORTNAME= hostsentry PORTVERSION= 0.02 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ftp://ftp.netsys.com/len/ \ ${MASTER_SITE_PACKETSTORM} MASTER_SITE_SUBDIR= UNIX/IDS MAINTAINER= mranner@inode.at COMMENT= A Login Anomaly Detector RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm USE_PYTHON= yes -USE_REINPLACE= yes PKGMESSAGE= ${WRKDIR}/pkg-message post-patch: @${SED} 's|%%PREFIX%%|${PREFIX}|' ${.CURDIR}/pkg-message > ${PKGMESSAGE} @${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," \ ${WRKSRC}/* @${RM} ${WRKSRC}/*.bak post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.BUGS \ ${WRKSRC}/README.credits \ ${WRKSRC}/README.install \ ${WRKSRC}/README.intro \ ${WRKSRC}/README.modules \ ${WRKSRC}/README.paper \ ${WRKSRC}/README.technical \ ${WRKSRC}/README.why_python \ ${WRKSRC}/README.wtmp \ ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/hostsentry/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/ifd-gempc410/Makefile =================================================================== --- head/security/ifd-gempc410/Makefile (revision 162214) +++ head/security/ifd-gempc410/Makefile (revision 162215) @@ -1,46 +1,45 @@ # New ports collection makefile for: ifd-gempc410 # Date created: 2003-05-09 # Whom: des # # $FreeBSD$ # PORTNAME= ifd-gempc410 PORTVERSION= 0.9.3 CATEGORIES= security MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/ifd-GemPC/ DISTNAME= ifd-gempc-${PORTVERSION} MAINTAINER= des@freebsd.org COMMENT= PC/SC Lite driver for the GemPC 410 serial smart card reader BUILD_DEPENDS= ${LOCALBASE}/include/ifdhandler.h:${PORTSDIR}/security/ifd-devkit LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite USE_GMAKE= yes -USE_REINPLACE= yes MAKE_ARGS+= -CGemPC410 INSTALLS_SHLIB= yes NOMAN= PKGMESSAGE= ${WRKDIR}/message post-configure: ${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ -e '/INCS/ s,/usr/local,${LOCALBASE},g' \ -e '/DESTDIR/ s,/usr/local,${PREFIX},g' ${SED} -e 's|%%PREFIX%%|${PREFIX}|g' <${FILESDIR}/message >${PKGMESSAGE} ${TOUCH} ${WRKSRC}/GemPC410/dep_stamp ${WRKSRC}/common/dep_stamp do-install: ${MKDIR} ${PREFIX}/lib/pcsc/drivers/serial ${INSTALL_DATA} ${WRKSRC}/GemPC410/libGemPC410.so* \ ${PREFIX}/lib/pcsc/drivers/serial post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/ifd-gempc410/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/ipfw2dshield/Makefile =================================================================== --- head/security/ipfw2dshield/Makefile (revision 162214) +++ head/security/ipfw2dshield/Makefile (revision 162215) @@ -1,31 +1,29 @@ # New ports collection makefile for: ipfw2dshield # Date created: 8 June 2004 # Whom: Frank W. Josellis # # $FreeBSD$ # PORTNAME= ipfw2dshield PORTVERSION= 0.5 CATEGORIES= security MASTER_SITES= http://www.dynamical-systems.org/ipfw/ MAINTAINER= frank@dynamical-systems.org COMMENT= A DShield client for ipfw logs -USE_REINPLACE= yes - PORTDOCS= CHANGES README.html README.txt post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/ipfw2dshield post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/security/ipfw2dshield/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/keyprint/Makefile =================================================================== --- head/security/keyprint/Makefile (revision 162214) +++ head/security/keyprint/Makefile (revision 162215) @@ -1,31 +1,30 @@ # New ports collection makefile for: keyprint # Date created: Sat May 29 02:05:00 PDT 1999 # Whom: mharo@FreeBSD.org # # $FreeBSD$ # PORTNAME= keyprint PORTVERSION= 1.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= mharo MAINTAINER= mharo@FreeBSD.org COMMENT= Print S/Key keys on a piece of paper, twice the size of a credit card NO_BUILD= yes -USE_REINPLACE= yes post-patch: ${REINPLACE_CMD} -e 's,__PREFIX__,${PREFIX},' ${WRKSRC}/keyprint do-install: ${MKDIR} ${PREFIX}/share/keyprint ${INSTALL_DATA} ${WRKSRC}/keyblank.ps ${PREFIX}/share/keyprint ${INSTALL_SCRIPT} ${WRKSRC}/keyprint ${PREFIX}/bin .if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/keyprint .endif .include Property changes on: head/security/keyprint/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/security/kgpg/Makefile =================================================================== --- head/security/kgpg/Makefile (revision 162214) +++ head/security/kgpg/Makefile (revision 162215) @@ -1,29 +1,28 @@ # New ports collection makefile for: kgpg # Date created: 15 Nov 2002 # Whom: Arjan van Leeuwen # # $FreeBSD$ # PORTNAME= kgpg PORTVERSION= 1.0.0 PORTREVISION= 4 CATEGORIES= security kde MASTER_SITES= http://developer.kde.org/~kgpg/src/ MAINTAINER= rick@rptn.net COMMENT= A simple KDE frontend for GnuPG RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg CONFLICTS= kdeutils-3.[2-4].* USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_KDELIBS_VER= 3 -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure .include Property changes on: head/security/kgpg/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/security/krb5/Makefile =================================================================== --- head/security/krb5/Makefile (revision 162214) +++ head/security/krb5/Makefile (revision 162215) @@ -1,143 +1,142 @@ # Ports collection Makefile for: MIT Kerberos V # Date created: 6/5/1998 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # PORTNAME= krb5 PORTVERSION= 1.4.3 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/\.[0-9]*$/&/:C/\.[0-9]*$//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar MAINTAINER= cy@FreeBSD.org COMMENT= An authentication system developed at MIT, successor to Kerberos IV BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 CONFLICTS= krb4-[0-9]* heimdal-[0-9]* LATEST_LINK= ${PORTNAME} KERBEROSV_URL= http://web.mit.edu/kerberos/ -USE_REINPLACE= yes USE_GMAKE= yes USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS?= --enable-shared --enable-static CONFIGURE_ARGS+= --disable-thread-support CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc \ CFLAGS="${CFLAGS}" MAKE_ARGS= INSTALL="${INSTALL}" KRB5_KRB4_COMPAT?= NO INFO= krb425 krb5-admin krb5-install krb5-user .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" CONFIGURE_ARGS+= --without-krb4 PLIST_SUB+= KRB4="@comment " .else PLIST_SUB+= KRB4="" .endif .if defined(KRB5_HOME) PREFIX= ${KRB5_HOME} .endif MAN1= krb5-send-pr.1 krb5-config.1 kpasswd.1 klist.1 \ kinit.1 kdestroy.1 ksu.1 sclient.1 rsh.1 rcp.1 \ rlogin.1 ftp.1 telnet.1 kerberos.1 kvno.1 compile_et.1 .if defined(KRB5_KRB4_COMPAT) && ${KRB5_KRB4_COMPAT} != "NO" MAN1+= v4rcp.1 .endif MAN5= kdc.conf.5 krb5.conf.5 .k5login.5 MAN8= krb5kdc.8 kadmin.8 kadmin.local.8 kdb5_util.8 \ ktutil.8 kadmind.8 kprop.8 kpropd.8 sserver.8 \ kshd.8 klogind.8 login.krb5.8 ftpd.8 telnetd.8 \ k5srvutil.8 .if defined(KRB5_KRB4_COMPAT) && ${KRB5_KRB4_COMPAT} != "NO" MAN8+= krb524d.8 .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src WANT_HTML?= YES HTML_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc HTML_DOCS= admin.html user-guide.html install.html HTML_OUTDIRS= krb5-admin krb5-install .include post-extract: @${TAR} -C ${WRKDIR} -xzf ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz @${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz.asc .if !defined(EXTRACT_PRESERVE_OWNERSHIP) @if [ `id -u` = 0 ]; then \ ${CHMOD} -R ug-s,go-w ${WRKDIR}/${PORTNAME}-${PORTVERSION}; \ ${CHOWN} -R 0:0 ${WRKDIR}/${PORTNAME}-${PORTVERSION}; \ fi .endif post-patch: @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena/bin/perl,#!${PERL5},' \ ${WRKSRC}/../doc/man2html pre-build: .if !defined(KRB5_KRB4_COMPAT) @${ECHO} "------------------------------------------------------" @${ECHO} "Set KRB5_KRB4_COMPAT=NO if you do not want to build " @${ECHO} "the KerberosIV compatibility libraries. " @${ECHO} "------------------------------------------------------" .endif post-build: @(cd ${WRKSRC}/../doc && \ ${MAKE} ${INFO:S/$/.info/}) .if defined(WANT_HTML) && ${WANT_HTML} == "YES" @(cd ${WRKSRC}/../doc && \ ${MAKE} ${HTML_DOCS}) .endif post-install: # html documentation .if defined(WANT_HTML) && ${WANT_HTML} == "YES" @${MKDIR} ${PREFIX}/share/doc/krb5 for html in ${HTML_DOC_DIR}/*.html; do \ ${INSTALL_MAN} $${html} ${PREFIX}/share/doc/krb5; \ ${ECHO_CMD} share/doc/krb5/`${BASENAME} $${html}` >> ${TMPPLIST}; \ done .for htmldir in ${HTML_OUTDIRS} @${MKDIR} ${PREFIX}/share/doc/krb5/${htmldir} for html in ${HTML_DOC_DIR}/${htmldir}/*; do \ ${INSTALL_MAN} $${html} ${PREFIX}/share/doc/krb5/${htmldir}; \ ${ECHO_CMD} share/doc/krb5/${htmldir}/`${BASENAME} $${html}` >> ${TMPPLIST}; \ done ${ECHO_CMD} @dirrm share/doc/krb5/${htmldir} >> ${TMPPLIST} .endfor .endif ${ECHO_CMD} @dirrm share/doc/krb5 >> ${TMPPLIST} # handle info files .for info in ${INFO} ${INSTALL_MAN} ${WRKSRC}/../doc/${info}.info ${PREFIX}/info/${info}.info .endfor # fixup packing list (no libs without version numbers in aout case) .if ${PORTOBJFORMAT} == "aout" ${ECHO_MSG} "Fixing packing list for a.out" ${MV} ${TMPPLIST} ${TMPPLIST}.new ${GREP} -v '\.so$$' ${TMPPLIST}.new > ${TMPPLIST} ${RM} ${TMPPLIST}.new .endif @${SED} "s%\${PREFIX}%${PREFIX}%" ${FILESDIR}/README.FreeBSD > ${PREFIX}/share/doc/krb5/README.FreeBSD @${CHMOD} 444 ${PREFIX}/share/doc/krb5/README.FreeBSD @${ECHO} "------------------------------------------------------" @${ECHO} "This port of MIT Kerberos 5 includes remote login " @${ECHO} "daemons (telnetd and klogind). These daemons default " @${ECHO} "to using the system login program (/usr/bin/login). " @${ECHO} "Please see the file " @${ECHO} "${PREFIX}/share/doc/krb5/README.FreeBSD" @${ECHO} "for more information. " @${ECHO} "------------------------------------------------------" .include Property changes on: head/security/krb5/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.102 \ No newline at end of property +1.103 \ No newline at end of property Index: head/security/krb5-16/Makefile =================================================================== --- head/security/krb5-16/Makefile (revision 162214) +++ head/security/krb5-16/Makefile (revision 162215) @@ -1,143 +1,142 @@ # Ports collection Makefile for: MIT Kerberos V # Date created: 6/5/1998 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # PORTNAME= krb5 PORTVERSION= 1.4.3 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/\.[0-9]*$/&/:C/\.[0-9]*$//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar MAINTAINER= cy@FreeBSD.org COMMENT= An authentication system developed at MIT, successor to Kerberos IV BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 CONFLICTS= krb4-[0-9]* heimdal-[0-9]* LATEST_LINK= ${PORTNAME} KERBEROSV_URL= http://web.mit.edu/kerberos/ -USE_REINPLACE= yes USE_GMAKE= yes USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS?= --enable-shared --enable-static CONFIGURE_ARGS+= --disable-thread-support CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc \ CFLAGS="${CFLAGS}" MAKE_ARGS= INSTALL="${INSTALL}" KRB5_KRB4_COMPAT?= NO INFO= krb425 krb5-admin krb5-install krb5-user .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" CONFIGURE_ARGS+= --without-krb4 PLIST_SUB+= KRB4="@comment " .else PLIST_SUB+= KRB4="" .endif .if defined(KRB5_HOME) PREFIX= ${KRB5_HOME} .endif MAN1= krb5-send-pr.1 krb5-config.1 kpasswd.1 klist.1 \ kinit.1 kdestroy.1 ksu.1 sclient.1 rsh.1 rcp.1 \ rlogin.1 ftp.1 telnet.1 kerberos.1 kvno.1 compile_et.1 .if defined(KRB5_KRB4_COMPAT) && ${KRB5_KRB4_COMPAT} != "NO" MAN1+= v4rcp.1 .endif MAN5= kdc.conf.5 krb5.conf.5 .k5login.5 MAN8= krb5kdc.8 kadmin.8 kadmin.local.8 kdb5_util.8 \ ktutil.8 kadmind.8 kprop.8 kpropd.8 sserver.8 \ kshd.8 klogind.8 login.krb5.8 ftpd.8 telnetd.8 \ k5srvutil.8 .if defined(KRB5_KRB4_COMPAT) && ${KRB5_KRB4_COMPAT} != "NO" MAN8+= krb524d.8 .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src WANT_HTML?= YES HTML_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc HTML_DOCS= admin.html user-guide.html install.html HTML_OUTDIRS= krb5-admin krb5-install .include post-extract: @${TAR} -C ${WRKDIR} -xzf ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz @${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz.asc .if !defined(EXTRACT_PRESERVE_OWNERSHIP) @if [ `id -u` = 0 ]; then \ ${CHMOD} -R ug-s,go-w ${WRKDIR}/${PORTNAME}-${PORTVERSION}; \ ${CHOWN} -R 0:0 ${WRKDIR}/${PORTNAME}-${PORTVERSION}; \ fi .endif post-patch: @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena/bin/perl,#!${PERL5},' \ ${WRKSRC}/../doc/man2html pre-build: .if !defined(KRB5_KRB4_COMPAT) @${ECHO} "------------------------------------------------------" @${ECHO} "Set KRB5_KRB4_COMPAT=NO if you do not want to build " @${ECHO} "the KerberosIV compatibility libraries. " @${ECHO} "------------------------------------------------------" .endif post-build: @(cd ${WRKSRC}/../doc && \ ${MAKE} ${INFO:S/$/.info/}) .if defined(WANT_HTML) && ${WANT_HTML} == "YES" @(cd ${WRKSRC}/../doc && \ ${MAKE} ${HTML_DOCS}) .endif post-install: # html documentation .if defined(WANT_HTML) && ${WANT_HTML} == "YES" @${MKDIR} ${PREFIX}/share/doc/krb5 for html in ${HTML_DOC_DIR}/*.html; do \ ${INSTALL_MAN} $${html} ${PREFIX}/share/doc/krb5; \ ${ECHO_CMD} share/doc/krb5/`${BASENAME} $${html}` >> ${TMPPLIST}; \ done .for htmldir in ${HTML_OUTDIRS} @${MKDIR} ${PREFIX}/share/doc/krb5/${htmldir} for html in ${HTML_DOC_DIR}/${htmldir}/*; do \ ${INSTALL_MAN} $${html} ${PREFIX}/share/doc/krb5/${htmldir}; \ ${ECHO_CMD} share/doc/krb5/${htmldir}/`${BASENAME} $${html}` >> ${TMPPLIST}; \ done ${ECHO_CMD} @dirrm share/doc/krb5/${htmldir} >> ${TMPPLIST} .endfor .endif ${ECHO_CMD} @dirrm share/doc/krb5 >> ${TMPPLIST} # handle info files .for info in ${INFO} ${INSTALL_MAN} ${WRKSRC}/../doc/${info}.info ${PREFIX}/info/${info}.info .endfor # fixup packing list (no libs without version numbers in aout case) .if ${PORTOBJFORMAT} == "aout" ${ECHO_MSG} "Fixing packing list for a.out" ${MV} ${TMPPLIST} ${TMPPLIST}.new ${GREP} -v '\.so$$' ${TMPPLIST}.new > ${TMPPLIST} ${RM} ${TMPPLIST}.new .endif @${SED} "s%\${PREFIX}%${PREFIX}%" ${FILESDIR}/README.FreeBSD > ${PREFIX}/share/doc/krb5/README.FreeBSD @${CHMOD} 444 ${PREFIX}/share/doc/krb5/README.FreeBSD @${ECHO} "------------------------------------------------------" @${ECHO} "This port of MIT Kerberos 5 includes remote login " @${ECHO} "daemons (telnetd and klogind). These daemons default " @${ECHO} "to using the system login program (/usr/bin/login). " @${ECHO} "Please see the file " @${ECHO} "${PREFIX}/share/doc/krb5/README.FreeBSD" @${ECHO} "for more information. " @${ECHO} "------------------------------------------------------" .include Property changes on: head/security/krb5-16/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.102 \ No newline at end of property +1.103 \ No newline at end of property Index: head/security/krb5-17/Makefile =================================================================== --- head/security/krb5-17/Makefile (revision 162214) +++ head/security/krb5-17/Makefile (revision 162215) @@ -1,143 +1,142 @@ # Ports collection Makefile for: MIT Kerberos V # Date created: 6/5/1998 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # PORTNAME= krb5 PORTVERSION= 1.4.3 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/\.[0-9]*$/&/:C/\.[0-9]*$//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar MAINTAINER= cy@FreeBSD.org COMMENT= An authentication system developed at MIT, successor to Kerberos IV BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 CONFLICTS= krb4-[0-9]* heimdal-[0-9]* LATEST_LINK= ${PORTNAME} KERBEROSV_URL= http://web.mit.edu/kerberos/ -USE_REINPLACE= yes USE_GMAKE= yes USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS?= --enable-shared --enable-static CONFIGURE_ARGS+= --disable-thread-support CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc \ CFLAGS="${CFLAGS}" MAKE_ARGS= INSTALL="${INSTALL}" KRB5_KRB4_COMPAT?= NO INFO= krb425 krb5-admin krb5-install krb5-user .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" CONFIGURE_ARGS+= --without-krb4 PLIST_SUB+= KRB4="@comment " .else PLIST_SUB+= KRB4="" .endif .if defined(KRB5_HOME) PREFIX= ${KRB5_HOME} .endif MAN1= krb5-send-pr.1 krb5-config.1 kpasswd.1 klist.1 \ kinit.1 kdestroy.1 ksu.1 sclient.1 rsh.1 rcp.1 \ rlogin.1 ftp.1 telnet.1 kerberos.1 kvno.1 compile_et.1 .if defined(KRB5_KRB4_COMPAT) && ${KRB5_KRB4_COMPAT} != "NO" MAN1+= v4rcp.1 .endif MAN5= kdc.conf.5 krb5.conf.5 .k5login.5 MAN8= krb5kdc.8 kadmin.8 kadmin.local.8 kdb5_util.8 \ ktutil.8 kadmind.8 kprop.8 kpropd.8 sserver.8 \ kshd.8 klogind.8 login.krb5.8 ftpd.8 telnetd.8 \ k5srvutil.8 .if defined(KRB5_KRB4_COMPAT) && ${KRB5_KRB4_COMPAT} != "NO" MAN8+= krb524d.8 .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src WANT_HTML?= YES HTML_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc HTML_DOCS= admin.html user-guide.html install.html HTML_OUTDIRS= krb5-admin krb5-install .include post-extract: @${TAR} -C ${WRKDIR} -xzf ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz @${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz.asc .if !defined(EXTRACT_PRESERVE_OWNERSHIP) @if [ `id -u` = 0 ]; then \ ${CHMOD} -R ug-s,go-w ${WRKDIR}/${PORTNAME}-${PORTVERSION}; \ ${CHOWN} -R 0:0 ${WRKDIR}/${PORTNAME}-${PORTVERSION}; \ fi .endif post-patch: @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena/bin/perl,#!${PERL5},' \ ${WRKSRC}/../doc/man2html pre-build: .if !defined(KRB5_KRB4_COMPAT) @${ECHO} "------------------------------------------------------" @${ECHO} "Set KRB5_KRB4_COMPAT=NO if you do not want to build " @${ECHO} "the KerberosIV compatibility libraries. " @${ECHO} "------------------------------------------------------" .endif post-build: @(cd ${WRKSRC}/../doc && \ ${MAKE} ${INFO:S/$/.info/}) .if defined(WANT_HTML) && ${WANT_HTML} == "YES" @(cd ${WRKSRC}/../doc && \ ${MAKE} ${HTML_DOCS}) .endif post-install: # html documentation .if defined(WANT_HTML) && ${WANT_HTML} == "YES" @${MKDIR} ${PREFIX}/share/doc/krb5 for html in ${HTML_DOC_DIR}/*.html; do \ ${INSTALL_MAN} $${html} ${PREFIX}/share/doc/krb5; \ ${ECHO_CMD} share/doc/krb5/`${BASENAME} $${html}` >> ${TMPPLIST}; \ done .for htmldir in ${HTML_OUTDIRS} @${MKDIR} ${PREFIX}/share/doc/krb5/${htmldir} for html in ${HTML_DOC_DIR}/${htmldir}/*; do \ ${INSTALL_MAN} $${html} ${PREFIX}/share/doc/krb5/${htmldir}; \ ${ECHO_CMD} share/doc/krb5/${htmldir}/`${BASENAME} $${html}` >> ${TMPPLIST}; \ done ${ECHO_CMD} @dirrm share/doc/krb5/${htmldir} >> ${TMPPLIST} .endfor .endif ${ECHO_CMD} @dirrm share/doc/krb5 >> ${TMPPLIST} # handle info files .for info in ${INFO} ${INSTALL_MAN} ${WRKSRC}/../doc/${info}.info ${PREFIX}/info/${info}.info .endfor # fixup packing list (no libs without version numbers in aout case) .if ${PORTOBJFORMAT} == "aout" ${ECHO_MSG} "Fixing packing list for a.out" ${MV} ${TMPPLIST} ${TMPPLIST}.new ${GREP} -v '\.so$$' ${TMPPLIST}.new > ${TMPPLIST} ${RM} ${TMPPLIST}.new .endif @${SED} "s%\${PREFIX}%${PREFIX}%" ${FILESDIR}/README.FreeBSD > ${PREFIX}/share/doc/krb5/README.FreeBSD @${CHMOD} 444 ${PREFIX}/share/doc/krb5/README.FreeBSD @${ECHO} "------------------------------------------------------" @${ECHO} "This port of MIT Kerberos 5 includes remote login " @${ECHO} "daemons (telnetd and klogind). These daemons default " @${ECHO} "to using the system login program (/usr/bin/login). " @${ECHO} "Please see the file " @${ECHO} "${PREFIX}/share/doc/krb5/README.FreeBSD" @${ECHO} "for more information. " @${ECHO} "------------------------------------------------------" .include Property changes on: head/security/krb5-17/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.102 \ No newline at end of property +1.103 \ No newline at end of property Index: head/security/krb5-appl/Makefile =================================================================== --- head/security/krb5-appl/Makefile (revision 162214) +++ head/security/krb5-appl/Makefile (revision 162215) @@ -1,143 +1,142 @@ # Ports collection Makefile for: MIT Kerberos V # Date created: 6/5/1998 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # PORTNAME= krb5 PORTVERSION= 1.4.3 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/\.[0-9]*$/&/:C/\.[0-9]*$//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed EXTRACT_SUFX= .tar MAINTAINER= cy@FreeBSD.org COMMENT= An authentication system developed at MIT, successor to Kerberos IV BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 CONFLICTS= krb4-[0-9]* heimdal-[0-9]* LATEST_LINK= ${PORTNAME} KERBEROSV_URL= http://web.mit.edu/kerberos/ -USE_REINPLACE= yes USE_GMAKE= yes USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS?= --enable-shared --enable-static CONFIGURE_ARGS+= --disable-thread-support CONFIGURE_ENV= INSTALL="${INSTALL}" YACC=/usr/bin/yacc \ CFLAGS="${CFLAGS}" MAKE_ARGS= INSTALL="${INSTALL}" KRB5_KRB4_COMPAT?= NO INFO= krb425 krb5-admin krb5-install krb5-user .if !defined(KRB5_KRB4_COMPAT) || ${KRB5_KRB4_COMPAT} == "NO" CONFIGURE_ARGS+= --without-krb4 PLIST_SUB+= KRB4="@comment " .else PLIST_SUB+= KRB4="" .endif .if defined(KRB5_HOME) PREFIX= ${KRB5_HOME} .endif MAN1= krb5-send-pr.1 krb5-config.1 kpasswd.1 klist.1 \ kinit.1 kdestroy.1 ksu.1 sclient.1 rsh.1 rcp.1 \ rlogin.1 ftp.1 telnet.1 kerberos.1 kvno.1 compile_et.1 .if defined(KRB5_KRB4_COMPAT) && ${KRB5_KRB4_COMPAT} != "NO" MAN1+= v4rcp.1 .endif MAN5= kdc.conf.5 krb5.conf.5 .k5login.5 MAN8= krb5kdc.8 kadmin.8 kadmin.local.8 kdb5_util.8 \ ktutil.8 kadmind.8 kprop.8 kpropd.8 sserver.8 \ kshd.8 klogind.8 login.krb5.8 ftpd.8 telnetd.8 \ k5srvutil.8 .if defined(KRB5_KRB4_COMPAT) && ${KRB5_KRB4_COMPAT} != "NO" MAN8+= krb524d.8 .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src WANT_HTML?= YES HTML_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc HTML_DOCS= admin.html user-guide.html install.html HTML_OUTDIRS= krb5-admin krb5-install .include post-extract: @${TAR} -C ${WRKDIR} -xzf ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz @${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz.asc .if !defined(EXTRACT_PRESERVE_OWNERSHIP) @if [ `id -u` = 0 ]; then \ ${CHMOD} -R ug-s,go-w ${WRKDIR}/${PORTNAME}-${PORTVERSION}; \ ${CHOWN} -R 0:0 ${WRKDIR}/${PORTNAME}-${PORTVERSION}; \ fi .endif post-patch: @${REINPLACE_CMD} -e '1s,^#!\/usr\/athena/bin/perl,#!${PERL5},' \ ${WRKSRC}/../doc/man2html pre-build: .if !defined(KRB5_KRB4_COMPAT) @${ECHO} "------------------------------------------------------" @${ECHO} "Set KRB5_KRB4_COMPAT=NO if you do not want to build " @${ECHO} "the KerberosIV compatibility libraries. " @${ECHO} "------------------------------------------------------" .endif post-build: @(cd ${WRKSRC}/../doc && \ ${MAKE} ${INFO:S/$/.info/}) .if defined(WANT_HTML) && ${WANT_HTML} == "YES" @(cd ${WRKSRC}/../doc && \ ${MAKE} ${HTML_DOCS}) .endif post-install: # html documentation .if defined(WANT_HTML) && ${WANT_HTML} == "YES" @${MKDIR} ${PREFIX}/share/doc/krb5 for html in ${HTML_DOC_DIR}/*.html; do \ ${INSTALL_MAN} $${html} ${PREFIX}/share/doc/krb5; \ ${ECHO_CMD} share/doc/krb5/`${BASENAME} $${html}` >> ${TMPPLIST}; \ done .for htmldir in ${HTML_OUTDIRS} @${MKDIR} ${PREFIX}/share/doc/krb5/${htmldir} for html in ${HTML_DOC_DIR}/${htmldir}/*; do \ ${INSTALL_MAN} $${html} ${PREFIX}/share/doc/krb5/${htmldir}; \ ${ECHO_CMD} share/doc/krb5/${htmldir}/`${BASENAME} $${html}` >> ${TMPPLIST}; \ done ${ECHO_CMD} @dirrm share/doc/krb5/${htmldir} >> ${TMPPLIST} .endfor .endif ${ECHO_CMD} @dirrm share/doc/krb5 >> ${TMPPLIST} # handle info files .for info in ${INFO} ${INSTALL_MAN} ${WRKSRC}/../doc/${info}.info ${PREFIX}/info/${info}.info .endfor # fixup packing list (no libs without version numbers in aout case) .if ${PORTOBJFORMAT} == "aout" ${ECHO_MSG} "Fixing packing list for a.out" ${MV} ${TMPPLIST} ${TMPPLIST}.new ${GREP} -v '\.so$$' ${TMPPLIST}.new > ${TMPPLIST} ${RM} ${TMPPLIST}.new .endif @${SED} "s%\${PREFIX}%${PREFIX}%" ${FILESDIR}/README.FreeBSD > ${PREFIX}/share/doc/krb5/README.FreeBSD @${CHMOD} 444 ${PREFIX}/share/doc/krb5/README.FreeBSD @${ECHO} "------------------------------------------------------" @${ECHO} "This port of MIT Kerberos 5 includes remote login " @${ECHO} "daemons (telnetd and klogind). These daemons default " @${ECHO} "to using the system login program (/usr/bin/login). " @${ECHO} "Please see the file " @${ECHO} "${PREFIX}/share/doc/krb5/README.FreeBSD" @${ECHO} "for more information. " @${ECHO} "------------------------------------------------------" .include Property changes on: head/security/krb5-appl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.102 \ No newline at end of property +1.103 \ No newline at end of property Index: head/security/libgcrypt/Makefile =================================================================== --- head/security/libgcrypt/Makefile (revision 162214) +++ head/security/libgcrypt/Makefile (revision 162215) @@ -1,40 +1,39 @@ # New ports collection Makefile for: libgcrypt # Date created: July 17 2002 # Whom: Tilman Linneweh # # $FreeBSD$ PORTNAME= libgcrypt PORTVERSION= 1.2.2 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= libgcrypt MAINTAINER= arved@FreeBSD.org COMMENT= "General purpose crypto library based on code used in GnuPG" LIB_DEPENDS= gpg-error.2:${PORTSDIR}/security/libgpg-error -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes INFO= gcrypt .include .if ${ARCH} == "powerpc" CONFIGURE_ARGS+= --disable-asm .endif post-patch: @${REINPLACE_CMD} -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|" \ ${WRKSRC}/ltmain.sh pre-configure: @${RM} -f ${WRKSRC}/doc/gcrypt.info* .include Property changes on: head/security/libgcrypt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/security/libgringotts/Makefile =================================================================== --- head/security/libgringotts/Makefile (revision 162214) +++ head/security/libgringotts/Makefile (revision 162215) @@ -1,38 +1,37 @@ # New ports collection makefile for: libgringotts # Date created: 23 November 2002 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= libgringotts PORTVERSION= 1.2.1 CATEGORIES= security MASTER_SITES= http://devel.pluto.linux.it/projects/libGringotts/current/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ MAINTAINER= anders@FreeBSD.org COMMENT= Library for encapsulating/safekeeping data in encrypted/compressed form LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ mhash.2:${PORTSDIR}/security/mhash USE_BZIP2= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS+= --with-pkg-config-files=${PREFIX}/libdata/pkgconfig INSTALLS_SHLIB= yes post-patch: ${REINPLACE_CMD} -e "s|md5sum|md5|g" ${WRKSRC}/Makefile.in pre-install: .if defined(NOPORTDOCS) ${REINPLACE_CMD} -E -e "s|^(SUBDIRS =.*) docs|\1|" ${WRKSRC}/Makefile ${REINPLACE_CMD} -E -e "s|^(install-data-am:.*)install-libgringottsdocDATA|\1|" ${WRKSRC}/Makefile .else ${REINPLACE_CMD} -E "s|^(libgringottsdocdir =).*|\1 $$\(datadir\)/doc/libgringotts|" ${WRKSRC}/docs/Makefile ${WRKSRC}/Makefile .endif .include Property changes on: head/security/libgringotts/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/security/libparanoia/Makefile =================================================================== --- head/security/libparanoia/Makefile (revision 162214) +++ head/security/libparanoia/Makefile (revision 162215) @@ -1,41 +1,40 @@ # New ports collection makefile for: libparanoia # Date created: 1 Jan 1999 # Whom: Alexandre Snarskii # # $FreeBSD$ PORTNAME= libparanoia PORTVERSION= 1.4 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/ MAINTAINER= snar@paranoia.ru COMMENT= Safe (in the mean of stack smashing) reincarnation of strcpy et al ONLY_FOR_ARCHS= i386 -USE_REINPLACE= yes INSTALLS_SHLIB= yes # this library depends on system-defined headers "SYS.h" and "DEFS.h" # which may differ from release to release. .if !exists(/usr/src/lib/libc) IGNORE= You need to have libc sources installed in /usr/src/lib/libc \ before compiling. .endif .include pre-patch: @${REINPLACE_CMD} -e 's|\(SIGSEGV\),\(getpid()\)|\2,\1|; \ s|#include ||' \ ${WRKSRC}/stentry.c .if ${OSVERSION} >= 500039 post-patch: @(cd ${_DISTDIR};${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/vsnprintf-current.patch) .endif .include Property changes on: head/security/libparanoia/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/security/logcheck/Makefile =================================================================== --- head/security/logcheck/Makefile (revision 162214) +++ head/security/logcheck/Makefile (revision 162215) @@ -1,52 +1,50 @@ # Ports collection makefile for: logcheck # Date created: 9 December 1999 # Whom: Dan Langille # # $FreeBSD$ # PORTNAME= logcheck PORTVERSION= 1.1.1 PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sentrytools MAINTAINER= sergei@FreeBSD.org COMMENT= Auditing tool for system logs on Unix boxes -USE_REINPLACE= yes - # Install binaries and config files readable to root only BINMODE= 700 SHAREMODE= 600 LOGCHECK_TMP?= /var/run/logcheck PLIST_SUB+= LOGCHECK_TMP=${LOGCHECK_TMP} CONFIG_FILES= logcheck.hacking logcheck.ignore \ logcheck.violations logcheck.violations.ignore DOCS= CREDITS INSTALL README README.how.to.interpret README.keywords do-build: cd ${WRKSRC}/src && ${CC} ${CFLAGS} -o logtail logtail.c ${REINPLACE_CMD} -e 's!/usr/local/bin/logtail!${PREFIX}/bin/logtail!' \ -e 's!/usr/local/etc/tmp!${LOGCHECK_TMP}!' \ -e 's!/usr/local/etc/logcheck!${PREFIX}/etc/logcheck!' \ ${WRKSRC}/systems/freebsd/logcheck.sh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/logtail ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/systems/freebsd/logcheck.sh ${PREFIX}/etc @${MKDIR} ${EXAMPLESDIR} .for f in ${CONFIG_FILES} @${INSTALL_DATA} ${WRKSRC}/systems/freebsd/${f} ${PREFIX}/etc/${f}.sample .endfor ${TEST} -d ${LOGCHECK_TMP} || ${MKDIR} -m 700 ${LOGCHECK_TMP} ${CHOWN} root:wheel ${LOGCHECK_TMP} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include Property changes on: head/security/logcheck/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/security/makepasswd/Makefile =================================================================== --- head/security/makepasswd/Makefile (revision 162214) +++ head/security/makepasswd/Makefile (revision 162215) @@ -1,51 +1,50 @@ # New ports collection makefile for: makepasswd # Date created: 7 March 2003 # Whom: Toni Viemerö # # $FreeBSD$ # PORTNAME= makepasswd PORTVERSION= 1.10 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION}.orig PATCHFILES= ${PORTNAME}_${PORTVERSION}-2.diff.gz PATCH_SITES= ${MASTER_SITES} PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} PATCH_DIST_STRIP= -p1 MAINTAINER= toni.viemero@iki.fi COMMENT= Random password generator NO_BUILD= yes USE_PERL5_RUN= yes -USE_REINPLACE= yes RUN_DEPENDS+= ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= makepasswd.1 DOCS= CHANGES README .include post-patch: ${REINPLACE_CMD} -e "s/use bytes;/#use bytes;/" ${WRKSRC}/makepasswd ${REINPLACE_CMD} -e "s/\/dev\/random/\/dev\/urandom/" ${WRKSRC}/makepasswd ${REINPLACE_CMD} -e "s/\/dev\/random/\/dev\/urandom/" ${WRKSRC}/makepasswd.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/makepasswd ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/security/makepasswd/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/md5deep/Makefile =================================================================== --- head/security/md5deep/Makefile (revision 162214) +++ head/security/md5deep/Makefile (revision 162215) @@ -1,38 +1,37 @@ # New ports collection makefile for: md5deep # Date created: 15 July 2004 # Whom: Frank Laszlo # # $FreeBSD$ # PORTNAME= md5deep PORTVERSION= 1.12 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= laszlof@vonostingroup.com COMMENT= Program to compute various message digests recursively ALL_TARGET= unix -USE_REINPLACE= yes USE_GMAKE= yes MAN1= md5deep.1 MLINKS= md5deep.1 sha1deep.1 md5deep.1 sha256deep.1 \ md5deep.1 whirlpooldeep.1 md5deep.1 tigerdeep.1 PLIST_FILES= bin/md5deep bin/sha1deep bin/sha256deep \ bin/whirlpooldeep bin/tigerdeep .include .if ${OSVERSION} < 500000 BROKEN= "Does not compile on FreeBSD 4.x" .endif post-patch: @${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!' \ -e 's!-Wall -O2!$(CFLAGS)!' ${WRKSRC}/Makefile .include Property changes on: head/security/md5deep/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/security/metasploit/Makefile =================================================================== --- head/security/metasploit/Makefile (revision 162214) +++ head/security/metasploit/Makefile (revision 162215) @@ -1,47 +1,46 @@ # Ports collection makefile for: metasploit # Date created: 18 Nov 2004 # Whom: Yonatan # # $FreeBSD$ # PORTNAME= metasploit PORTVERSION= 2.5 CATEGORIES= security MASTER_SITES= http://www.metasploit.org/tools/ DISTNAME= framework-${PORTVERSION} MAINTAINER= onatan@gmail.com COMMENT= Exploit-Framework for Penetration-Testing RUN_DEPENDS= ${SITE_PERL}/mach/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \ ${SITE_PERL}/mach/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm NO_BUILD= yes USE_PERL5_RUN= yes -USE_REINPLACE= yes REINPLACE_ARGS= -i '' SCRIPTS= msfcli msfconsole msfelfscan msfencode msflogdump msfpayload msfpescan \ msfupdate msfweb .include .if ${PERL_LEVEL} < 500600 IGNORE= This port requires perl version 5.6.0 or higher. .endif post-patch: .for f in ${SCRIPTS} @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/${f} .endfor do-install: ${MKDIR} ${DATADIR} ${CP} -Rp ${WRKSRC}/ ${DATADIR} .for f in ${SCRIPTS} ${LN} -s ${DATADIR}/${f} ${PREFIX}/bin .endfor .include Property changes on: head/security/metasploit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/mussh/Makefile =================================================================== --- head/security/mussh/Makefile (revision 162214) +++ head/security/mussh/Makefile (revision 162215) @@ -1,40 +1,39 @@ # New ports collection makefile for: mussh # Date created: 24 January 2002 # Whom: Yen-Ming Lee # # $FreeBSD$ # PORTNAME= mussh PORTVERSION= 0.6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= laszlof@vonostingroup.com COMMENT= A tool for easily running the same commands on multiple hosts RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 NO_BUILD= yes -USE_REINPLACE= yes PORTDOCS= BUGS CHANGES EXAMPLES README PLIST_FILES= bin/mussh WRKSRC= ${WRKDIR}/${PORTNAME} post-patch: @${REINPLACE_CMD} -e "s,^#!/bin/bash,#!/usr/bin/env bash,g" \ ${WRKSRC}/${PORTNAME} do-install: @${MKDIR} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/security/mussh/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/security/ncrypt/Makefile =================================================================== --- head/security/ncrypt/Makefile (revision 162214) +++ head/security/ncrypt/Makefile (revision 162215) @@ -1,40 +1,39 @@ # New ports collection makefile for: ncrypt # Date created: 30 Aug 2005 # Whom: Frank Laszlo # # $FreeBSD$ # PORTNAME= ncrypt PORTVERSION= 0.7.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= laszlof@vonostingroup.com COMMENT= Advanced AES file encryption tool -USE_REINPLACE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:259 PLIST_FILES= bin/ncrypt bin/nrm .include post-configure: @${REINPLACE_CMD} -E 's,^(CC|CFLAGS) =,\1 \?=,g' \ ${WRKSRC}/Makefile .if (${OSVERSION} < 500000) @${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,g' \ ${WRKSRC}/standard.h @${REINPLACE_CMD} -e 's,O_SYNC,O_FSYNC,g' \ ${WRKSRC}/wipe_file.c .endif .if (${OSVERSION} < 501000) @${REINPLACE_CMD} -e 's,ifndef WIN32,if (!defined(__FreeBSD__)),g' \ ${WRKSRC}/ncrypt.c .endif .include Property changes on: head/security/ncrypt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/nessus/Makefile =================================================================== --- head/security/nessus/Makefile (revision 162214) +++ head/security/nessus/Makefile (revision 162215) @@ -1,105 +1,104 @@ # New ports collection makefile for: nessus # Date created: 1 May 1999 # Whom: Anders Nordby # # $FreeBSD$ # # If you want to only have the command-line client even if gtk is already # installed define one of these: # WITHOUT_GNOME # WITHOUT_GTK # WITHOUT_NESSUS_GTK PORTNAME= nessus PORTVERSION= 2.2.7 CATEGORIES= security MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \ ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \ http://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \ ftp://sunsite.cnlab-switch.ch/mirror/nessus/nessus-${PORTVERSION}/src/ \ ftp://ftp.ayamura.org/pub/nessus/nessus-${PORTVERSION}/src/ DISTNAME= nessus-core-${PORTVERSION} MAINTAINER= udo.schweigert@siemens.com COMMENT= A security scanner: looks for vulnerabilities in a given network LIB_DEPENDS= nasl.4:${PORTSDIR}/security/nessus-libnasl CONFLICTS= nessus-devel-[0-9]* nessus-devel-gtk-[0-9]* \ nessus-devel-gtk2-[0-9]* DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/nessus-core PKGDEINSTALL= ${WRKDIR}/pkg-deinstall.sh GNU_CONFIGURE= yes -USE_REINPLACE= YES USE_RC_SUBR= YES WANT_GNOME= yes .if defined(WITHOUT_NESSUS_GTK) || defined(WITHOUT_GTK) WITHOUT_GNOME= yes .endif .include .if ${HAVE_GNOME:Mgtk20}!="" USE_GNOME+= gtk20 PKGNAMESUFFIX+= -gtk2 .elif ${HAVE_GNOME:Mgtk12}!="" USE_GNOME+= gtk12 PKGNAMESUFFIX+= -gtk .else CONFIGURE_ARGS+=--disable-gtk .endif MAN1= nessus.1 nessus-mkrand.1 nessus-mkcert-client.1 nessus-fetch.1 MAN8= nessusd.8 nessus-adduser.8 nessus-mkcert.8 nessus-rmuser.8 RC_SCRIPTS_SUB= PREFIX=${PREFIX} \ RC_SUBR=${RC_SUBR} SED_SCRIPT= -e 's,%%PKGNAME%%,${PKGNAME},g' \ -e 's,%%PREFIX%%,${PREFIX},g' post-build: .for script in pkg-deinstall @${SED} ${SED_SCRIPT} ${SCRIPTDIR}/${script} > ${WRKDIR}/${script}.sh .endfor post-install: @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/nessusd.sh > ${PREFIX}/etc/rc.d/nessusd.sh @${CHMOD} +x ${PREFIX}/etc/rc.d/nessusd.sh @${SED} -e 's;\$${PREFIX};${PREFIX};' ${FILESDIR}/nessusd.conf \ > ${PREFIX}/etc/nessus/nessusd.conf.dist @${SED} -e 's;\$${PREFIX};${PREFIX};' ${FILESDIR}/nessusd.rules \ > ${PREFIX}/etc/nessus/nessusd.rules.dist @${CHMOD} 644 ${PREFIX}/etc/nessus/nessusd.conf.dist \ ${PREFIX}/etc/nessus/nessusd.rules.dist @if [ ! -f ${PREFIX}/etc/nessus/nessusd.conf ]; then \ ${CP} -p ${PREFIX}/etc/nessus/nessusd.conf.dist \ ${PREFIX}/etc/nessus/nessusd.conf; \ fi @if [ ! -f ${PREFIX}/etc/nessus/nessusd.rules ]; then \ ${CP} -p ${PREFIX}/etc/nessus/nessusd.rules.dist \ ${PREFIX}/etc/nessus/nessusd.rules; \ fi @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/move_nessus .if ! exists(${PREFIX}/var/CA/serverkey.pem) @${ECHO} "" @${ECHO} "**************************************************************************" @${ECHO} "To create and install a new certificate, type \"make cert\"" @${ECHO} "**************************************************************************" @${ECHO} "" .endif @${CAT} ${PKGMESSAGE} cert: @${ECHO} "" @${ECHO} "**************************************************************************" @${ECHO} "The new certificate will be saved into ${PREFIX}/var/CA/serverkey.pem" @${ECHO} "**************************************************************************" @${ECHO} "" ${PREFIX}/sbin/nessus-mkcert .include Property changes on: head/security/nessus/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.73 \ No newline at end of property +1.74 \ No newline at end of property Index: head/security/newpki-client/Makefile =================================================================== --- head/security/newpki-client/Makefile (revision 162214) +++ head/security/newpki-client/Makefile (revision 162215) @@ -1,56 +1,55 @@ # New ports collection makefile for: newpki-client # Date created: 2005-07-05 # Whom: Vsevolod Stakhov # # $FreeBSD$ # PORTNAME= newpki-client DISTVERSION= 2.0.0-beta4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= newpki MAINTAINER= ports@FreeBSD.org COMMENT= C++ PKI client from newpki project LIB_DEPENDS= newpki.2:${PORTSDIR}/security/newpki-lib \ xml2:${PORTSDIR}/textproc/libxml2 \ wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 WRKSRC= ${WRKDIR}/${PORTNAME}-2.0.0 GNU_CONFIGURE= yes USE_OPENSSL= yes WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.4-config USE_GNOME= gnometarget USE_GMAKE= yes -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${PREFIX}/lib" \ WXCONFIG=${WX_CONFIG} CONFIGURE_ARGS+= --with-newpki-include=${PREFIX}/include/newpki \ --with-newpki-lib=${PREFIX}/lib \ --with-libxml2-include=${PREFIX}/include/libxml2 PLIST_FILES= bin/newpki-client .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls .else USE_GETTEXT= yes PLIST_FILES+= share/locale/fr/LC_MESSAGES/newpki-client.mo CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} .endif .include .if ${OSVERSION} < 500000 BROKEN= "does not compile (C++ libraries compiled with conflicting gcc versions)" .endif post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include Property changes on: head/security/newpki-client/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/security/newpki-lib/Makefile =================================================================== --- head/security/newpki-lib/Makefile (revision 162214) +++ head/security/newpki-lib/Makefile (revision 162215) @@ -1,51 +1,50 @@ # New ports collection makefile for: newpki-lib # Date created: 2005-07-05 # Whom: Vsevolod Stakhov # # $FreeBSD$ # PORTNAME= newpki-lib DISTVERSION= 2.0.0-beta4 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= newpki MAINTAINER= ports@FreeBSD.org COMMENT= C++ PKI libraries from newpki project WRKSRC= ${WRKDIR}/${PORTNAME}-2.0.0 USE_OPENSSL= yes USE_GMAKE= yes -USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --includedir=${PREFIX}/include/newpki .if defined(WITHOUT_NLS) BROKEN= "Does not build without gettext" PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+= --disable-nls .else USE_GETTEXT= yes PLIST_SUB+= NLS="" CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} .endif GNU_CONFIGURE= yes .include .if ${OSVERSION} < 500000 USE_GCC= 3.4 .endif pre-patch: @${FIND} ${WRKSRC} -name '*.cpp' -or -name '*.h' | ${XARGS} ${REINPLACE_CMD} -e 's| ||g' post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include Property changes on: head/security/newpki-lib/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/security/newpki-server/Makefile =================================================================== --- head/security/newpki-server/Makefile (revision 162214) +++ head/security/newpki-server/Makefile (revision 162215) @@ -1,62 +1,61 @@ # New ports collection makefile for: newpki-lib # Date created: 2005-07-05 # Whom: Vsevolod Stakhov # # $FreeBSD$ # PORTNAME= newpki-server DISTVERSION= 2.0.0-beta4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= newpki MAINTAINER= ports@FreeBSD.org COMMENT= C++ PKI server from newpki project LIB_DEPENDS= newpki.2:${PORTSDIR}/security/newpki-lib WRKSRC= ${WRKDIR}/${PORTNAME}-2.0.0 GNU_CONFIGURE= yes USE_ICONV= yes USE_OPENSSL= yes USE_GMAKE= yes USE_MYSQL= yes USE_OPENLDAP= yes -USE_REINPLACE= yes MANCOMPRESSED= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DLDAP_DEPRECATED" LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-newpki-include=${LOCALBASE}/include/newpki \ --with-newpki-lib=${LOCALBASE}/lib \ --with-mysql-lib=${LOCALBASE}/lib/mysql \ --with-libiconv-prefix=${LOCALBASE} \ --program-transform-name= MAN1= newpki-server.1 .if defined(WITHOUT_NLS) PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+= --disable-nls .else USE_GETTEXT= yes PLIST_SUB+= NLS="" CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} .endif .include .if ${OSVERSION} < 500000 USE_GCC= 3.4 .endif post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure \ ${WRKSRC}/publication/ldap/configure post-install: ${INSTALL_DATA} ${WRKSRC}/conf/config.conf ${PREFIX}/etc/newpki.conf.sample ${INSTALL_MAN} ${WRKSRC}/docs/newpki-server.1.gz ${MAN1PREFIX}/man/man1 .include Property changes on: head/security/newpki-server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/nikto/Makefile =================================================================== --- head/security/nikto/Makefile (revision 162214) +++ head/security/nikto/Makefile (revision 162215) @@ -1,70 +1,69 @@ # New ports collection makefile for: nikto # Date created: 23 September 2002 # Whom: pandzilla # # $FreeBSD$ # # $Tecnik: ports/security/nikto/Makefile,v 1.7 2005/12/13 16:26:20 itetcu Exp $ # PORTNAME= nikto PORTVERSION= 1.35 PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://www.cirt.net/${PORTNAME}/ \ http://www.mirrors.wiretapped.net/security/vulnerability-assessment/${PORTNAME}/ \ http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ MAINTAINER= itetcu@people.tecnik93.com COMMENT= Web and CGI vulnerability scanner with SSL support USE_BZIP2= yes USE_PERL5_RUN= yes NO_BUILD= yes -USE_REINPLACE= yes PORTDOCS= CHANGES.txt README_plugins.txt nikto_usage.html nikto_usage.txt MAN1= ${PORTNAME}.1 OPTIONS+= SSLEAY "Use NET::SSLeay for ssl scanning" on OPTIONS+= NMAP "Use security/nmap for port scanning" on .include .ifdef(WITH_SSLEAY) RUN_DEPENEDS+= p5-Net-SSLeay>0:${PORTSDIR}/security/p5-Net-SSLeay .endif .ifdef(WITH_NMAP) RUN_DEPENEDS+= nmap:${PORTSDIR}/security/nmap .endif post-patch: @${REINPLACE_CMD} -e "s|/usr/local/bin/perl|${PERL}|" ${WRKSRC}/nikto.pl @${REINPLACE_CMD} -Ee "s,(config.txt),${PREFIX}/etc/nikto.conf," ${WRKSRC}/nikto.pl @${REINPLACE_CMD} -Ee "s|/usr/bin/nmap|${PREFIX}/bin/nmap|g" \ -e "s|# (PLUGINDIR=)/usr/local/nikto/plugins|\1${DATADIR}|g" \ ${WRKSRC}/config.txt @${REINPLACE_CMD} "s/config.txt/nikto.conf/g" ${WRKSRC}/plugins/* ${WRKSRC}/docs/* @${MV} ${WRKSRC}/docs/nikto-1.34.man ${WRKSRC}/docs/nikto.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/nikto.pl ${PREFIX}/bin/nikto ${INSTALL_DATA} ${WRKSRC}/config.txt ${PREFIX}/etc/nikto.conf.sample [ -f ${PREFIX}/etc/nikto.conf ] || \ ${INSTALL_DATA} ${WRKSRC}/config.txt ${PREFIX}/etc/nikto.conf @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/plugins/LW.pm ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/plugins/*.db ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/plugins/nikto_plugin_order.txt ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/plugins/*.plugin ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} . for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR} . endfor .endif ${INSTALL_MAN} ${WRKSRC}/docs/${MAN1} ${MAN1PREFIX}/man/man1 .include Property changes on: head/security/nikto/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/security/nofgpg/Makefile =================================================================== --- head/security/nofgpg/Makefile (revision 162214) +++ head/security/nofgpg/Makefile (revision 162215) @@ -1,35 +1,34 @@ # ex:ts=8 # Ports collection makefile for: nofgpg # Date created: Mar 15, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= nofgpg PORTVERSION= 0.4 PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= http://www.cgabriel.org/sw/nofgpg/ MAINTAINER= ports@FreeBSD.org COMMENT= No One Fears GPG RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ ${PYTHON_SITELIBDIR}/gtk-1.2/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome -USE_REINPLACE= yes USE_PYTHON= yes NO_BUILD= yes MAN1= nofgpg.1 PLIST_FILES= bin/nofgpg post-patch: @${REINPLACE_CMD} -e "s,/usr/share,${X11BASE}/share/gnome,g" ${WRKSRC}/nofgpg do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 .include Property changes on: head/security/nofgpg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/security/ocaml-cryptokit/Makefile =================================================================== --- head/security/ocaml-cryptokit/Makefile (revision 162214) +++ head/security/ocaml-cryptokit/Makefile (revision 162215) @@ -1,61 +1,59 @@ # New ports collection makefile for: ocaml cryptokit # Date created: Thu Jan 9 03:04:06 BRST 2003 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= cryptokit PORTVERSION= 1.3 CATEGORIES= security MASTER_SITES= http://caml.inria.fr/distrib/bazar-ocaml/ PKGNAMEPREFIX= ocaml- MAINTAINER= lioux@FreeBSD.org COMMENT= A variety of cryptographic primitives for Objective Caml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -USE_REINPLACE= yes - ALL_TARGET= all allopt .ifndef(NOPORTDOCS) ALL_TARGET+= doc PORTDOCS= * .endif DOC_FILES= Changes LICENSE README post-configure: # CFLAGS,PREFIX safeness @${REINPLACE_CMD} -E -e \ 's|^(INSTALLDIR).*$$|\1=${PREFIX}/lib/ocaml|; \ s|^CFLAGS=|CFLAGS\+=|; \ s|(^CFLAGS.*)-O|\1|' \ ${WRKSRC}/Makefile pre-install: # in pre-install to make sure we're using the correct user:group # combo @${REINPLACE_CMD} -E -e \ 's|cp |${INSTALL_DATA} |' \ ${WRKSRC}/Makefile # create installation dir @${MKDIR} ${PREFIX}/lib/ocaml/stublibs post-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/doc @${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}/doc .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} .include Property changes on: head/security/ocaml-cryptokit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/oidentd/Makefile =================================================================== --- head/security/oidentd/Makefile (revision 162214) +++ head/security/oidentd/Makefile (revision 162215) @@ -1,48 +1,47 @@ # New ports collection makefile for: oidentd # Date created: 29 Mar 2000 # Whom: Trevor Johnson # # $FreeBSD$ # PORTNAME= oidentd PORTVERSION= 2.0.7 PORTREVISION= 8 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ojnk MAINTAINER= oliver@FreeBSD.org COMMENT= Ident server that supports user-defined ident strings USE_RC_SUBR= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN5= oidentd.conf.5 oidentd_masq.conf.5 MAN8= oidentd.8 PLIST_FILES= sbin/oidentd etc/rc.d/oidentd.sh etc/oidentd.conf.sample \ etc/oidentd_masq.conf.sample post-patch: @${REINPLACE_CMD} -e 's,/etc/,${PREFIX}&,g' ${WRKSRC}/src/oidentd.h post-build: @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ -e 's,%%RC_SUBR%%,${RC_SUBR},g' \ <${FILESDIR}/oidentd.sh >${WRKDIR}/oidentd.sh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/oidentd ${PREFIX}/sbin ${INSTALL_DATA} ${MAN5:S,^,${FILESDIR}/,:S,5$,sample,} ${PREFIX}/etc ${INSTALL_SCRIPT} ${WRKDIR}/oidentd.sh ${PREFIX}/etc/rc.d .if !defined(NO_INSTALL_MANPAGES) .for MANFILE in ${MAN5} ${MAN8} @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/doc/${MANFILE} .endfor ${INSTALL_MAN} ${MAN5:S,^,${WRKSRC}/doc/,} ${PREFIX}/man/man5 ${INSTALL_MAN} ${MAN8:S,^,${WRKSRC}/doc/,} ${PREFIX}/man/man8 .endif .include Property changes on: head/security/oidentd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/security/op/Makefile =================================================================== --- head/security/op/Makefile (revision 162214) +++ head/security/op/Makefile (revision 162215) @@ -1,96 +1,95 @@ # New ports collection makefile for: op # Date created: Monday 29 January 2001 # Whom: Cyrille Lefevre # # $FreeBSD$ # PORTNAME= op PORTVERSION= 1.11 PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/%SUBDIR%/ \ ftp://ftp.hacktic.nl/pub/security/coast.cs.purdue.edu/%SUBDIR%/ \ ftp://ftp.nask.pl/pub/mirror/coast.cs.purdue.edu/%SUBDIR%/ MASTER_SITE_SUBDIR= unix/sysutils/${PORTNAME} MAINTAINER= scs@umich.edu COMMENT= Allow others to run commands as root (like sudo but different) # Global variables # -USE_REINPLACE= yes BINMODE= 4555 MAKE_ARGS= BASE="${PREFIX}" \ OPTS='-Dbsdi -DOP_ACCESS=\"${CONF_DIR}/${CONF_FILE}\"' \ LIBS='-ll -lcrypt' \ BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE} \ MANOWN=${MANOWN} MANGRP=${MANGRP} MANMODE=${MANMODE} ALL_TARGET= ${PORTNAME} PLIST_SUB= CONF_DIR="${CONF_DIR:S,^${PREFIX}/,,}" MAN8= op.8 PKGDEINSTALL= ${PKGINSTALL} # Local variables # CO?= co RCS_SUBDIR= RCS CONF_DIR= ${PREFIX}/etc CONF_FILE= op.access SAMP_SUFX= .sample DOC_FILES= README op.paper .include # Post-extract # post-extract: checkout-files checkout-files: @cd ${WRKSRC} && ${CO} -q ${RCS_SUBDIR}/* # Post-patch # post-patch: patch-makefile patch-conf-file patch-makefile: @${REINPLACE_CMD} \ -e '/:/!s|\(install\)|\1 -c|;s|CFLAGS=|CFLAGS+=|' \ ${WRKSRC}/Makefile patch-conf-file: @${REINPLACE_CMD} -E \ -e '/^#|DEFAULT|MAGIC/!s|^|#|;s|/usr/ucb:||' \ ${WRKSRC}/${CONF_FILE} # Post-install # post-install: install-samp-files install-conf-file install-doc-files install-samp-files: @${INSTALL_DATA} ${WRKSRC}/${CONF_FILE} \ ${CONF_DIR}/${CONF_FILE}${SAMP_SUFX} install-conf-file: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ ${PKGINSTALL} ${PKGNAME} POST-INSTALL install-doc-files: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/security/op/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/security/opencdk/Makefile =================================================================== --- head/security/opencdk/Makefile (revision 162214) +++ head/security/opencdk/Makefile (revision 162215) @@ -1,47 +1,46 @@ # New ports collection makefile for: opencdk # Date created: 15 Jan 2003 # Whom: Sergei Kolobov # # $FreeBSD$ # PORTNAME= opencdk PORTVERSION= 0.5.8 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ \ ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \ ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \ ftp://ftp.gnutls.org/pub/gnutls/opencdk/ MASTER_SITE_SUBDIR= alpha/gnutls/opencdk MAINTAINER= novel@FreeBSD.org COMMENT= Open Crypto Development Kit LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libgcrypt-prefix=${LOCALBASE} -USE_REINPLACE= yes DOCS= AUTHORS NEWS README THANKS doc/opencdk-api.html post-patch: .for f in encrypt.c main.c misc.c ${REINPLACE_CMD} -e 's///' ${WRKSRC}/src/${f} .endfor post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/tests/*.c ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/tests/*.gpg ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include Property changes on: head/security/opencdk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/security/opensc/Makefile =================================================================== --- head/security/opensc/Makefile (revision 162214) +++ head/security/opensc/Makefile (revision 162215) @@ -1,96 +1,95 @@ # New ports collection makefile for: opensc # Date created: 10 September 2002 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= opensc PORTVERSION= 0.9.6 PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.opensc-project.org/files/opensc/ MAINTAINER= simon@FreeBSD.org COMMENT= ISO 7816 Smartcard API USE_GNOME= pkgconfig INSTALLS_SHLIB= yes USE_OPENSSL= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes MANCOMPRESSED= no MAN1= pkcs15-crypt.1 pkcs15-init.1 pkcs15-tool.1 opensc-tool.1 \ opensc-explorer.1 opensc-config.1 cryptoflex-tool.1 \ pkcs11-tool.1 cardos-info.1 MAN3= sc_select_file.3 sc_release_context.3 sc_read_record.3 \ sc_read_binary.3 sc_pkcs15_compute_signature.3 sc_lock.3 \ sc_list_files.3 sc_file_new.3 sc_file_free.3 sc_file.3 \ sc_establish_context.3 sc_disconnect_card.3 \ sc_detect_card_presence.3 sc_connect_card.3 MAN5= pkcs15-profile.5 MAN7= pkcs15.7 opensc.7 # Compilation Options # # Define boolean switches: # WITHOUT_PAM WITHOUT_PCSC_LITE WITHOUT_LDAP # WITH_DEBUG WITH_DOCBOOK WITH_FIREFOX_PLUGIN WITH_MOZILLA_PLUGIN # # Default: WITH_PAM, WITH_PCSC_LITE, WITH_LDAP. # CONFIGURE_ARGS= --prefix=${PREFIX} --disable-dependency-tracking .if !defined(WITHOUT_PAM) CONFIGURE_ARGS+= --with-pam .endif .if !defined(WITHOUT_PCSC_LITE) LIB_DEPENDS+= pcsclite.1:${PORTSDIR}/devel/pcsc-lite CONFIGURE_ARGS+= --with-pcsclite=${LOCALBASE} .endif .if !defined(WITHOUT_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+= --enable-ldap \ --with-ldap-lib=openldap \ --with-ldap-dir=${LOCALBASE} PLIST_SUB+= LDAP="" .else CONFIGURE_ARGS+= --disable-ldap PLIST_SUB+= LDAP="@comment " .endif .if defined(WITH_FIREFOX_PLUGIN) RUN_DEPENDS?= firefox:${PORTSDIR}/www/firefox PLUGIN_DIR?= lib/firefox/plugins CONFIGURE_ARGS+= --with-plugin-dir="${PREFIX}/${PLUGIN_DIR}" .elif defined(WITH_MOZILLA_PLUGIN) RUN_DEPENDS?= mozilla:${PORTSDIR}/www/mozilla PLUGIN_DIR?= lib/browser_plugins CONFIGURE_ARGS+= --with-plugin-dir="${PREFIX}/${PLUGIN_DIR}" .endif .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .if !defined(WITH_DOCBOOK) CONFIGURE_ARGS+= --without-docbook .endif .if defined(WITH_OPENCT) CONFIGURE_ARGS+= --with-openct=${LOCALBASE} RUN_DEPENDS+= openct-tool:${PORTSDIR}/security/openct BUILD_DEPENDS+= ${RUN_DEPENDS} .endif .include # # #post-patch: # ${REINPLACE_CMD} -e "s,ulong,u_long," ${WRKSRC}/src/openscd/openscd.c .include Property changes on: head/security/opensc/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/security/openscep/Makefile =================================================================== --- head/security/openscep/Makefile (revision 162214) +++ head/security/openscep/Makefile (revision 162215) @@ -1,74 +1,73 @@ # New ports collection makefile for: openscep # Date created: May 19 2005 # Whom: Vsevolod Stakhov # # $FreeBSD$ # PORTNAME= openscep PORTVERSION= 0.4.2 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://openscep.othello.ch/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Open source scep server -USE_REINPLACE= yes USE_OPENSSL= yes USE_OPENLDAP= yes USE_APACHE= yes GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-html-install-dir="${PREFIX}/www/openscep" \ --with-cgi-install-dir="${PREFIX}/www/cgi-bin/openscep" \ --with-openscep-dir="${PREFIX}/etc/openscep" \ --with-pkiclientexe="${PREFIX}/www/cgi-bin/pkiclient.exe" MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CONF_DIR= ${PREFIX}/etc/${PORTNAME} LOCAL_CONF_FILES= openscep.cnf openscep.ldif openscep.schema slapd.conf SUB_FILES= pkg-deinstall pkg-install pkg-message SUB_LIST= CONF_DIR="${CONF_DIR}" CONF_FILES="${LOCAL_CONF_FILES}" MAN1= derdump.1 \ scep.1 \ scepclient.1 \ scepconf.1 \ sceplist.1 \ scepxid.1 MAN5= openscep.cnf.5 MAN8= cafingerprint.8 \ createcrl.8 \ crl2ldap.8 \ dn2xid.8 \ scepd.8 \ scepgrant.8 \ scepreject.8 \ updatecrl.8 post-patch: @${REINPLACE_CMD} -e '/^subdirs=/ s|libltdl||' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^SUBDIRS =/ s|libltdl||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|^\(install-data-am:\) install-data-local$$|\1|' \ ${WRKSRC}/ldap/Makefile.in ${WRKSRC}/openssl/Makefile.in post-install: ${MKDIR} ${CONF_DIR} ${INSTALL_DATA} ${WRKSRC}/openssl/openscep.cnf ${CONF_DIR}/openscep.cnf.default .for f in openscep.ldif openscep.schema slapd.conf ${INSTALL_DATA} ${WRKSRC}/ldap/${f} ${CONF_DIR}/${f}.default .endfor ${CHOWN} www:www ${PREFIX}/www/cgi-bin/openscep/* ${CHOWN} www:www ${PREFIX}/www/cgi-bin/pkiclient.exe ${CHOWN} www:www ${PREFIX}/etc/openscep/* @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/openscep/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/openvpn-admin/Makefile =================================================================== --- head/security/openvpn-admin/Makefile (revision 162214) +++ head/security/openvpn-admin/Makefile (revision 162215) @@ -1,45 +1,44 @@ # New ports collection makefile for: openvpn-admin # Date Created: 06 Dec 2005 # Whom: Remington Lang # # $FreeBSD$ # PORTNAME= openvpn-admin PORTVERSION= 1.9.2 PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openvpnadmin MAINTAINER= MrL0Lz@gmail.com COMMENT= GUI frontend to openvpn BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \ gapi2-codegen:${PORTSDIR}/x11-toolkits/gtk-sharp20 RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \ gapi2-codegen:${PORTSDIR}/x11-toolkits/gtk-sharp20 \ openvpn:${PORTSDIR}/security/openvpn USE_GMAKE= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_REINPLACE= yes .include .if ${OSVERSION} < 500000 BROKEN= "Some dependencies doesn't build on FreeBSD < 5.x" .endif post-patch: @${REINPLACE_CMD} -e 's,/usr/bin/iconv,${LOCALBASE}/bin/iconv,g' \ ${WRKSRC}/intltool-merge.in do-install: ${INSTALL_SCRIPT} ${WRKSRC}/openvpn-admin ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/openvpn-admin.pam ${PREFIX}/etc/pam.d ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/openvpn-admin.desktop ${DATADIR} .include Property changes on: head/security/openvpn-admin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/opieprint/Makefile =================================================================== --- head/security/opieprint/Makefile (revision 162214) +++ head/security/opieprint/Makefile (revision 162215) @@ -1,31 +1,30 @@ # New ports collection makefile for: keyprint # Date created: Sat May 29 02:05:00 PDT 1999 # Whom: mharo@FreeBSD.org # # $FreeBSD$ # PORTNAME= opieprint PORTVERSION= 1.0 CATEGORIES= security MASTER_SITES= http://www.inner.net/pub/opie/contrib/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .gz MAINTAINER= mharo@FreeBSD.org COMMENT= Output postscript with 100 OPIE passwords credit card sized NO_BUILD= yes NO_WRKSUBDIR= yes -USE_REINPLACE= yes USE_PERL5_RUN= yes EXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME} post-patch: ${REINPLACE_CMD} -e 's,/usr/local/bin/perl,${PERL},' ${WRKSRC}/opieprint do-install: ${INSTALL_SCRIPT} ${WRKSRC}/opieprint ${PREFIX}/bin .include Property changes on: head/security/opieprint/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/security/p5-Authen-Smb/Makefile =================================================================== --- head/security/p5-Authen-Smb/Makefile (revision 162214) +++ head/security/p5-Authen-Smb/Makefile (revision 162215) @@ -1,32 +1,31 @@ # New ports collection makefile for: p5-Authen-Smb # Date created: Fri 03 January 2002 # Whom: Mustafa Arif # http://www.doc.ic.ac.uk/~ma499/ # # $FreeBSD$ # PORTNAME= Authen-Smb PORTVERSION= 0.91 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Authen PKGNAMEPREFIX= p5- MAINTAINER= ma499@doc.ic.ac.uk COMMENT= Perl extension to authenticate against an SMB server -USE_REINPLACE= yes PERL_CONFIGURE= yes MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Authen::Smb.3 post-patch: @${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' \ ${WRKSRC}/smbval/rfcnb-util.c \ ${WRKSRC}/smbval/session.c \ ${WRKSRC}/smbval/smblib-util.c \ ${WRKSRC}/smbval/smblib.c .include Property changes on: head/security/p5-Authen-Smb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/p5-Business-PayPal-EWP/Makefile =================================================================== --- head/security/p5-Business-PayPal-EWP/Makefile (revision 162214) +++ head/security/p5-Business-PayPal-EWP/Makefile (revision 162215) @@ -1,43 +1,42 @@ # New ports collection makefile for: p5-Business-PayPal-EWP # Date created: Thu 12 May 2005 # Whom: Alfred Perlstein # # # $FreeBSD$ # PORTNAME= Business-PayPal-EWP PORTVERSION= 0.02 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business PKGNAMEPREFIX= p5- MAINTAINER= alfred@freebsd.org COMMENT= Perl extension to talk to paypal -USE_REINPLACE= yes PERL_CONFIGURE= yes USE_OPENSSL= yes CONFIGURE_ARGS= ${OPENSSLBASE} BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS= ${BUILD_DEPENDS} MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Business::PayPal::EWP.3 .include .if ${PERL_LEVEL} < 500600 post-patch: #${PERL} -pi -e 's!^our \((.*?)(?=\);)!join("","use vars qw(",split(/,/,$$1))!e' ${WRKSRC}/lib/Business/PayPal/EWP.pm ${PERL} -pi -e 's/^our /my /' ${WRKSRC}/lib/Business/PayPal/EWP.pm .endif post-configure: ${PERL} -pi -e 's/\x0d//' ${WRKSRC}/ppport.h ${PERL} -pi -e 's/\x0d//' ${WRKSRC}/lib/Business/PayPal/EWP.pm .include Property changes on: head/security/p5-Business-PayPal-EWP/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/p5-Crypt-PasswdMD5/Makefile =================================================================== --- head/security/p5-Crypt-PasswdMD5/Makefile (revision 162214) +++ head/security/p5-Crypt-PasswdMD5/Makefile (revision 162215) @@ -1,29 +1,28 @@ # New ports collection makefile for: p5-Crypt-PasswdMD5 # Date created: 18 June, 2002 # Whom: Erwin Lansing # # $FreeBSD$ # PORTNAME= Crypt-PasswdMD5 PORTVERSION= 1.3 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= Perl module that provides interoperable MD5-based crypt() function BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RUN_DEPENDS= ${BUILD_DEPENDS} -USE_REINPLACE= yes PERL_CONFIGURE= yes MAN3= Crypt::PasswdMD5.3 pre-patch: @${REINPLACE_CMD} -e 's|[[:cntrl:]]$$||g' ${WRKSRC}/PasswdMD5.pm .include Property changes on: head/security/p5-Crypt-PasswdMD5/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/p5-Crypt-RC6/Makefile =================================================================== --- head/security/p5-Crypt-RC6/Makefile (revision 162214) +++ head/security/p5-Crypt-RC6/Makefile (revision 162215) @@ -1,27 +1,25 @@ # New ports collection makefile for: p5-Crypt-RC6 # Date created: 2002/09/20 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= Crypt-RC6 PORTVERSION= 1.0 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl implementation of the RC6 encryption algorithm -USE_REINPLACE= YES - PERL_CONFIGURE= yes MAN3= Crypt::RC6.3 do-patch: ${REINPLACE_CMD} -e 's/ //' ${WRKSRC}/RC6.pm .include Property changes on: head/security/p5-Crypt-RC6/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/pam-mysql/Makefile =================================================================== --- head/security/pam-mysql/Makefile (revision 162214) +++ head/security/pam-mysql/Makefile (revision 162215) @@ -1,40 +1,39 @@ # New ports collection makefile for: pam_mysql # Date created: 29 August 2000 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= pam_mysql PORTVERSION= 0.6.2 CATEGORIES= security databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} MAINTAINER= anders@FreeBSD.org COMMENT= A pam module for authenticating with MySQL -USE_REINPLACE= yes USE_MYSQL= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --with-pam-mods-dir=${PREFIX}/lib --with-pam=/usr SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_FILES= lib/pam_mysql.la lib/pam_mysql.so .if !defined(NOPORTDOCS) PORTDOCS= * .endif post-install: .if !defined(NOPORTDOCS) ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/pam-mysql/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/security/pam_pgina/Makefile =================================================================== --- head/security/pam_pgina/Makefile (revision 162214) +++ head/security/pam_pgina/Makefile (revision 162215) @@ -1,50 +1,49 @@ # New ports collection makefile for: pam_pGina # Date created: Thu Apr 29 16:03:45 UTC 2004 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= pam_pGina PORTVERSION= 1.1.3 CATEGORIES= security MASTER_SITES= http://pgina.xpasystems.com/files/ DISTNAME= pgina_pam-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= Daemon for allowing a pGina plugin to authenticate against Unix PAM USE_GMAKE= yes GNU_CONFIGURE= yes USE_OPENSSL= yes USE_PERL5_RUN= yes -USE_REINPLACE= yes post-patch: # PREFIX safeness # Use correct PAM 'password change' service name @${REINPLACE_CMD} -E \ -e 's|/etc/|${PREFIX}/etc/|' \ -e 's|passwd|password|' \ ${WRKSRC}/src/pgina_pam_server.c # {OPENSSL,PERL} location safeness # PREFIX safeness @${REINPLACE_CMD} -E \ -e 's|/usr/bin/openssl|${OPENSSLBASE}/bin/openssl|' \ -e 's|/usr/bin/perl|${PERL}|' \ -e 's|/etc/|${PREFIX}/etc/|' \ ${WRKSRC}/make_cert.pl do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/${DISTNAME:S/-${PORTVERSION}$$//} \ ${PREFIX}/sbin # share scripts @${MKDIR} ${PREFIX}/share/${DISTNAME:S/-${PORTVERSION}$$//} @${INSTALL_SCRIPT} ${WRKSRC}/make_cert.pl \ ${PREFIX}/share/${DISTNAME:S/-${PORTVERSION}$$//} # etc config files @${MKDIR} ${PREFIX}/etc/${DISTNAME:S/-${PORTVERSION}$$//} @${INSTALL_DATA} ${WRKSRC}/authasst.conf/* \ ${PREFIX}/etc/${DISTNAME:S/-${PORTVERSION}$$//} .include Property changes on: head/security/pam_pgina/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/pam_smb/Makefile =================================================================== --- head/security/pam_smb/Makefile (revision 162214) +++ head/security/pam_smb/Makefile (revision 162215) @@ -1,52 +1,51 @@ # New ports collection makefile for: pam_smb # Date created: 20 Jun 2001 # Whom: nsayer # # $FreeBSD$ PORTNAME= pam_smb PORTVERSION= 2.0.0.r6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SAMBA} \ http://www.csn.ul.ie/~airlied/pam_smb/v2/ MASTER_SITE_SUBDIR= pam_smb/v2 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= ports@FreeBSD.org COMMENT= NetBIOS domain logon PAM module INSTALLS_SHLIB= yes HAS_CONFIGURE= yes USE_GMAKE= yes USE_PERL5= yes -USE_REINPLACE= yes STARTUP_SCRIPT= pam_smbd.sh.sample WRKSRC= ${WRKDIR}/${DISTNAME} post-patch: @${REINPLACE_CMD} -e s,%%PREFIX%%,${PREFIX}, ${WRKSRC}/pamsmbd/pam_read_conf.c @${REINPLACE_CMD} -e "s,-fPIC,-fPIC -DPIC," \ ${WRKSRC}/configure ${WRKSRC}/configure.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pamsmbd/pamsmbd ${PREFIX}/sbin/ ${INSTALL_DATA} ${WRKSRC}/pamsmbm/pam_smb_auth.so ${PREFIX}/lib/ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/BUGS ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} .endif ${INSTALL_DATA} ${WRKSRC}/pam_smb.conf.example ${PREFIX}/etc/ ${INSTALL_DATA} ${WRKSRC}/pam_smb.conf.example2 ${PREFIX}/etc/ ${INSTALL_SCRIPT} ${FILESDIR}/${STARTUP_SCRIPT} ${PREFIX}/etc/rc.d/ ${REINPLACE_CMD} -e s,%%PREFIX%%,${PREFIX}, ${PREFIX}/etc/rc.d/${STARTUP_SCRIPT} ${RM} ${PREFIX}/etc/rc.d/${STARTUP_SCRIPT}.bak post-install: @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE} .include Property changes on: head/security/pam_smb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/security/pamsfs/Makefile =================================================================== --- head/security/pamsfs/Makefile (revision 162214) +++ head/security/pamsfs/Makefile (revision 162215) @@ -1,35 +1,34 @@ # New ports collection Makefile for: pamsfs # Date created: 2005-09-13 # Whom: David Thiel # # $FreeBSD$ # PORTNAME= pamsfs PORTVERSION= 0.1b CATEGORIES= security MASTER_SITES= ftp://ftp.codecobra.com/pamsfs/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= lx@redundancy.redundancy.org COMMENT= A PAM module to mount SFS home directories BUILD_DEPENDS= sfskey:${PORTSDIR}/security/sfs -USE_REINPLACE= yes ALL_TARGET= pam-sfs WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= lib/pam_sfs.so PORTDOCS= README pre-build: @${REINPLACE_CMD} -e "s|/usr/local/sfs-0.7.2|${PREFIX}|g" ${WRKSRC}/pam_sfs.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pam_sfs.so ${PREFIX}/lib .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/security/pamsfs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/pft/Makefile =================================================================== --- head/security/pft/Makefile (revision 162214) +++ head/security/pft/Makefile (revision 162215) @@ -1,37 +1,36 @@ # Ports collection makefile for: pft # Date created: 21 July 2004 # Whom: Yonatan # # $FreeBSD$ # PORTNAME= pft PORTVERSION= 1.3 CATEGORIES= security MASTER_SITES= http://www.phenoelit.de/hp/ DISTNAME= libPJL-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= onatan@gmail.com COMMENT= Printer Job Language library and tool NO_WRKSUBDIR= yes ALL_TARGET= libPJL.a -USE_REINPLACE= yes USE_GMAKE= yes MAKE_ENV= CXX="${CXX}" PLIST_FILES= bin/pft lib/libPJL.a post-patch: @${REINPLACE_CMD} -e 's|g++|${CXX} ${CXXFLAGS}|' \ ${WRKSRC}/pft/Makefile post-build: @(cd ${WRKSRC}/pft; ${SETENV} ${MAKE_ENV} ${GMAKE} pft) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pft/pft ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/libPJL.a ${PREFIX}/lib .include Property changes on: head/security/pft/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/php4-cryptopp/Makefile =================================================================== --- head/security/php4-cryptopp/Makefile (revision 162214) +++ head/security/php4-cryptopp/Makefile (revision 162215) @@ -1,48 +1,47 @@ # New ports collection makefile for: php4-cryptopp # Date created: 28 Jan 2004 # Whom: tmelzer # # $FreeBSD$ # PORTNAME= cryptopp PORTVERSION= 0.0.15 CATEGORIES= security MASTER_SITES= http://bugs.tutorbuddy.com/download.php/ PKGNAMEPREFIX= php4- DISTNAME= ${PORTNAME}-php-${PORTVERSION} MAINTAINER= tmelzer@tomesoft.de COMMENT= A crypto++ php wrapper BUILD_DEPENDS+= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp WRKSRC= ${WRKDIR}/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/${PKGNAME} USE_PERL5= yes USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -USE_REINPLACE= yes CONFIGURE_ARGS= --with-cryptopp .if !defined(NOPORTDOCS) PORTDOCS= README ${PORTNAME}.doc .endif post-patch: @${REINPLACE_CMD} -e 's|-march=pentium3 -O3 -g -pipe -fomit-frame-pointer|${CFLAGS}|' ${WRKSRC}/config.m4 post-build: # convert sgml documentation to plain text @${PERL} -e '$$/=">";' -e 'while(<>){s/<.*>//;print;}' < ${WRKSRC}/docs/${PORTNAME}.sgml > ${WRKSRC}/${PORTNAME}.doc post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include Property changes on: head/security/php4-cryptopp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/pidentd/Makefile =================================================================== --- head/security/pidentd/Makefile (revision 162214) +++ head/security/pidentd/Makefile (revision 162215) @@ -1,46 +1,45 @@ # New ports collection makefile for: pidentd # Date created: 19 Oct 1994 # Whom: torstenb # # $FreeBSD$ # PORTNAME= pidentd PORTVERSION= 3.0.19 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \ ftp://ftp.stack.nl/pub/users/johans/pidentd/ PATCH_SITES= ftp://ftp.stack.nl/pub/users/johans/pidentd/ \ ftp://mud.stack.nl/pub/pidentd/ PATCHFILES= pidentd-${PORTVERSION}-ipv6-20050927.diff.gz PATCH_DIST_STRIP= -p0 MAINTAINER= johans@stack.nl COMMENT= An RFC1413 identification server -USE_REINPLACE= yes GNU_CONFIGURE= yes MAN8= identd.8 idecrypt.8 PLIST_FILES= sbin/ibench sbin/identd sbin/idecrypt sbin/ikeygen .if defined(WITH_DES) USE_OPENSSL= yes CFLAGS+= -DINCLUDE_CRYPT -DOPENSSL_DES_LIBDES_COMPATIBILITY LDFLAGS+= -L${OPENSSLLIB} -lcrypto .endif post-extract: ${CP} ${FILESDIR}/idecrypt.8 ${WRKSRC}/doc/idecrypt.8 post-patch: @${REINPLACE_CMD} \ -e "s| /etc/identd.conf| ${PREFIX}/etc/identd.conf|" \ -e "s| /etc/identd.key| ${PREFIX}/etc/identd.key|" \ ${WRKSRC}/doc/identd.8 ${WRKSRC}/doc/idecrypt.8 post-install: ${INSTALL_MAN} -m 644 ${WRKSRC}/doc/idecrypt.8 ${MANPREFIX}/man/man8 .include Property changes on: head/security/pidentd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.53 \ No newline at end of property +1.54 \ No newline at end of property Index: head/security/pinentry/Makefile =================================================================== --- head/security/pinentry/Makefile (revision 162214) +++ head/security/pinentry/Makefile (revision 162215) @@ -1,82 +1,81 @@ # New ports collection makefile for: pinentry # Date created: 29 Jan 2003 # Whom: michaelnottebrock@gmx.net # # $FreeBSD$ # PORTNAME= pinentry PORTVERSION= 0.7.2 PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= pinentry MAINTAINER= lofi@freebsd.org COMMENT?= A collection of simple PIN or passphrase entry dialogs LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ ksba.15:${PORTSDIR}/security/libksba CONFLICTS?= pinentry-[a-z]*-[0.9]* USE_GETOPT_LONG=yes USE_ICONV= yes WANT_GNOME= yes GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_REINPLACE= yes INFO= pinentry CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} .if defined(PINENTRY_QT) || defined(PINENTRY_GTK) || defined(PINENTRY_GTK2) || defined(PINENTRY_CURSES) .if defined(PINENTRY_QT) USE_QT_VER= 3 PLIST_SUB+= WITH_QT="" pre-configure: @${REINPLACE_CMD} -e "s@-lpthread@${PTHREAD_LIBS}@g" \ ${WRKSRC}/acinclude.m4 ${WRKSRC}/configure .else CONFIGURE_ARGS+=--disable-pinentry-qt PLIST_SUB+= WITH_QT="@comment " .endif .if defined(PINENTRY_GTK) USE_GNOME+= gtk12 PLIST_SUB+= WITH_GTK="" CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include .else CONFIGURE_ARGS+=--disable-pinentry-gtk PLIST_SUB+= WITH_GTK="@comment " .endif .if defined(PINENTRY_GTK2) USE_GNOME+= gtk20 PLIST_SUB+= WITH_GTK2="" CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include .else CONFIGURE_ARGS+=--disable-pinentry-gtk2 PLIST_SUB+= WITH_GTK2="@comment " .endif .if defined(PINENTRY_CURSES) PLIST_SUB+= WITH_CURSES="" CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib .else CONFIGURE_ARGS+=--disable-pinentry-curses PLIST_SUB+= WITH_CURSES="@comment " .endif .else USE_QT_VER= 3 USE_GNOME+= gtk12 gtk20 PLIST_SUB+= WITH_QT="" PLIST_SUB+= WITH_GTK="" PLIST_SUB+= WITH_GTK2="" PLIST_SUB+= WITH_CURSES="" .endif .include Property changes on: head/security/pinentry/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/security/poly1305aes/Makefile =================================================================== --- head/security/poly1305aes/Makefile (revision 162214) +++ head/security/poly1305aes/Makefile (revision 162215) @@ -1,34 +1,32 @@ # New ports collection makefile for: poly1305aes # Date created: 18 February 2005 # Whom: roam@FreeBSD.org # # $FreeBSD$ # PORTNAME= poly1305aes PORTVERSION= 20050218 CATEGORIES= security MASTER_SITES= http://cr.yp.to/mac/ MAINTAINER= roam@FreeBSD.org COMMENT= The poly1305 message authentication reference implementation using AES -USE_REINPLACE= yes - MAKE_ENV+= CC="${CC} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} ${STRIP}" ALL_TARGET= default REPLACE_HDRS= aes.h cpucycles.h poly1305aes.h PROGRAM_FILES= poly1305aes-speed test-aes test-poly1305aes do-install: ${MKDIR} ${PREFIX}/include/poly1305 ${INSTALL_DATA} ${WRKSRC}/*_*.h ${PREFIX}/include/poly1305/ .for i in ${REPLACE_HDRS} ${REINPLACE_CMD} -e "s,#include \",#include \"poly1305/," ${WRKSRC}/$i > ${WRKSRC}/$i.fixed ${INSTALL_DATA} ${WRKSRC}/$i.fixed ${PREFIX}/include/poly1305/$i ${INSTALL_DATA} ${WRKSRC}/*.a ${PREFIX}/lib/ ${INSTALL_DATA} ${PROGRAM_FILES:S,^,${WRKSRC}/,} ${PREFIX}/bin/ .endfor .include Property changes on: head/security/poly1305aes/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/portsentry/Makefile =================================================================== --- head/security/portsentry/Makefile (revision 162214) +++ head/security/portsentry/Makefile (revision 162215) @@ -1,39 +1,38 @@ # New ports collection makefile for: sentry # Date created: 3 January 1998 # Whom: chris@still.whet.org # # $FreeBSD$ # PORTNAME= portsentry PORTVERSION= 1.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_PACKETSTORM} MASTER_SITE_SUBDIR= UNIX/IDS MAINTAINER= ports@FreeBSD.org COMMENT= Port scan detection and active defense SUB_FILES= portsentry.sh ALL_TARGET= freebsd -USE_REINPLACE= yes CFLAGS+= -DPREFIX=\"${PREFIX}\" MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" post-patch: @${REINPLACE_CMD} -e 's,/usr/local/psionic/portsentry,${PREFIX}/etc,g' \ ${WRKSRC}/portsentry.conf ${WRKSRC}/portsentry_config.h do-install: ${INSTALL_DATA} ${WRKSRC}/portsentry.conf ${PREFIX}/etc/portsentry.conf.default ${INSTALL_DATA} ${WRKSRC}/portsentry.ignore ${PREFIX}/etc/portsentry.ignore.default ${INSTALL_PROGRAM} ${WRKSRC}/portsentry ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKDIR}/portsentry.sh ${PREFIX}/etc/rc.d/ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.install ${WRKSRC}/README.methods ${WRKSRC}/README.stealth \ ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/portsentry/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/security/putty/Makefile =================================================================== --- head/security/putty/Makefile (revision 162214) +++ head/security/putty/Makefile (revision 162215) @@ -1,53 +1,52 @@ # New ports collection makefile for: putty # Date created: 13 Feb 2004 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ # PORTNAME= putty PORTVERSION= 0.58 PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= http://the.earth.li/~sgtatham/putty/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} MAINTAINER= garga@FreeBSD.org COMMENT= Secure shell and telnet client USE_GMAKE= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix MAKEFILE= Makefile.gtk CFLAGS+= -DBSD_PTYS -DOMIT_UTMP .ifndef WITHOUT_IPV6 CFLAGS+= -DIPV6 .endif PLIST_FILES= bin/plink bin/pscp bin/psftp MAN1= plink.1 pscp.1 psftp.1 .ifndef WITHOUT_GTK USE_GNOME= gtk12 PLIST_FILES+= bin/pterm bin/putty bin/puttygen bin/puttytel MAN1+= pterm.1 putty.1 puttygen.1 puttytel.1 MAKE_ENV+= PUTTY_WITH_GTK=yes .endif post-patch: @${REINPLACE_CMD} -e 's,gtk-config,${GTK_CONFIG},; \ s,prefix=/usr/local,prefix=${PREFIX},' \ ${WRKSRC}/${MAKEFILE} .include .if ${OSVERSION} < 500000 CFLAGS+= -DFREEBSD_MB_SUPPORT do-configure: ${CP} ${FILESDIR}/wcrtomb.c ${FILESDIR}/mbrtowc.c \ ${WRKSRC}/ .endif .include Property changes on: head/security/putty/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/security/pwauth/Makefile =================================================================== --- head/security/pwauth/Makefile (revision 162214) +++ head/security/pwauth/Makefile (revision 162215) @@ -1,36 +1,35 @@ # New ports collection makefile for: pwauth # Date created: Oct 14 2004 # Whom: clement # # $FreeBSD$ # PORTNAME= pwauth PORTVERSION= 2.3.1 CATEGORIES= security www MASTER_SITES= http://www.unixpapa.com/software/ MAINTAINER= clement@FreeBSD.org COMMENT= A Unix Web Authenticator -USE_REINPLACE= yes PLIST_FILES= bin/pwauth bin/checkfaillog ALL_TARGET= pwauth checkfaillog MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIB="-lcrypt -lpam" .include WWWUID!= ${ID} -u ${WWWOWN} post-patch: @${REINPLACE_CMD} "s/%%UIDS%%/${WWWUID}/ ; \ s/%%MINUID%%/1000/" ${WRKSRC}/config.h do-install: -@${MKDIR} -p ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/pwauth ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/checkfaillog ${PREFIX}/bin @${CHMOD} u=rxs ${PREFIX}/bin/pwauth .include Property changes on: head/security/pwauth/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/security/pwman/Makefile =================================================================== --- head/security/pwman/Makefile (revision 162214) +++ head/security/pwman/Makefile (revision 162215) @@ -1,39 +1,38 @@ # New ports collection makefile for: pwman # Date created: 23 June 2002 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= pwman PORTVERSION= 0.3.2 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= anders@FreeBSD.org COMMENT= Console password management application based on gpg(me) LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg GNU_CONFIGURE= yes -USE_REINPLACE= yes MAN1= pwman.1 DOCS= AUTHORS COPYING ChangeLog README TODO post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/misc.c .if !defined(NOPORTDOCS) post-install: @${INSTALL} -d -m 0755 ${DOCSDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor .endif .include Property changes on: head/security/pwman/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/py-m2crypto/Makefile =================================================================== --- head/security/py-m2crypto/Makefile (revision 162214) +++ head/security/py-m2crypto/Makefile (revision 162215) @@ -1,34 +1,33 @@ # New ports collection makefile for: py-m2crypto # Date created: 27 March 2001 # Whom: Peter Haight # # $FreeBSD$ # PORTNAME= m2crypto PORTVERSION= 0.13.1 CATEGORIES= security python MASTER_SITES= http://sandbox.rulemaker.net/ngps/Dist/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$//} PATCH_SITES= ${MASTER_SITES} MAINTAINER= mnag@FreeBSD.org COMMENT= Crypto and SSL toolkit for Python BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 PATCHFILES+= 0.13p1.patch DIST_SUBDIR= python USE_PYTHON= yes USE_PYDISTUTILS=yes USE_ZIP= yes USE_OPENSSL= yes -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" ${WRKSRC}/SWIG/Makefile .include Property changes on: head/security/py-m2crypto/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/security/py-mcrypt/Makefile =================================================================== --- head/security/py-mcrypt/Makefile (revision 162214) +++ head/security/py-mcrypt/Makefile (revision 162215) @@ -1,37 +1,36 @@ # ex:ts=8 # Ports collection makefile for: py-mcrypt # Date created: Jul 21, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= mcrypt PORTVERSION= 1.1 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= python-mcrypt PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-mcrypt-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A comprehensive Python interface to the mcrypt library LIB_DEPENDS= mcrypt:${PORTSDIR}/security/libmcrypt USE_PYTHON= yes USE_PYDISTUTILS=yes -USE_REINPLACE= yes PYDISTUTILS_BUILDARGS= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include PLIST_FILES= %%PYTHON_SITELIBDIR%%/mcrypt.so pre-patch: # put a missed terminating quote ${REINPLACE_CMD} -e '1136s,$$,\\,g' -e '1678s,$$,\\,g' ${WRKSRC}/mcrypt.c do-build: @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} build_ext ${PYDISTUTILS_BUILDARGS}) .include Property changes on: head/security/py-mcrypt/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/security/py-posix1e/Makefile =================================================================== --- head/security/py-posix1e/Makefile (revision 162214) +++ head/security/py-posix1e/Makefile (revision 162215) @@ -1,34 +1,33 @@ # New ports collection makefile for: py-posix1e # Date created: 2 January 2003 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= posix1e PORTVERSION= 0.2.1 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pylibacl PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pylibacl-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= Python module for manipulating POSIX.1e ACLs USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_REINPLACE= yes .include post-patch: ${REINPLACE_CMD} -e \ 's,/usr/share/doc/pylibacl,${PREFIX}/share/doc/py-posix1e,g' \ ${WRKSRC}/setup.py .if ${OSVERSION} >= 500038 ${REINPLACE_CMD} -e 's,^.*libs.append.*posix1e.*$$,,g' \ ${WRKSRC}/setup.py .endif .include Property changes on: head/security/py-posix1e/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/py-pycrypto/Makefile =================================================================== --- head/security/py-pycrypto/Makefile (revision 162214) +++ head/security/py-pycrypto/Makefile (revision 162215) @@ -1,31 +1,30 @@ # New ports collection makefile for: pycrypto # Date created: 25 Oct 2002 # Whom: nbm # # $FreeBSD$ # PORTNAME= pycrypto PORTVERSION= 2.0.1 PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= http://www.amk.ca/files/python/crypto/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= The Python Cryptography Toolkit USE_PYTHON= yes USE_PYDISTUTILS=yes -USE_REINPLACE= yes .include .if ${OSVERSION} >= 500000 LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 .endif pre-configure: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/setup.py .include Property changes on: head/security/py-pycrypto/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/security/qident/Makefile =================================================================== --- head/security/qident/Makefile (revision 162214) +++ head/security/qident/Makefile (revision 162215) @@ -1,44 +1,42 @@ # New ports collection makefile for: qident # Date created: 30 August 2001 # Whom: dd # # $FreeBSD$ # PORTNAME= qident PORTVERSION= 1.2 CATEGORIES= security MASTER_SITES= http://www.hairylemon.org/~ad/software/qident/ MAINTAINER= dd@FreeBSD.org COMMENT= Query a remote IDENT (RFC 1413) server LIB_DEPENDS= ident.0:${PORTSDIR}/security/libident -USE_REINPLACE= yes - MANSECTS= 1 MAN1= qident.1 MANCOMPRESSED= maybe # MAN page COMPression SUFFIX .if !defined(NOMANCOMPRESS) MANCOMPSUFFIX= .gz .else MANCOMPSUFFIX= .endif PLIST_FILES= bin/qident post-patch: @${REINPLACE_CMD} -e 's/getopt[.]h/unistd.h/g' ${WRKSRC}/* do-install: @${INSTALL_PROGRAM} ${WRKSRC}/qident ${PREFIX}/bin/qident .for __s in ${MANSECTS} .for __m in ${MAN${__s}:S/$/${MANCOMPSUFFIX}/} @${INSTALL_MAN} ${WRKSRC}/${__m} ${PREFIX}/man/man${__s}/${__m} .endfor .endfor .include Property changes on: head/security/qident/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/security/rid/Makefile =================================================================== --- head/security/rid/Makefile (revision 162214) +++ head/security/rid/Makefile (revision 162215) @@ -1,34 +1,33 @@ # ex:ts=8 # Ports collection makefile for: ddos_scan # Date created: Sun Feb 12, 2000 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # PORTNAME= rid PORTVERSION= 1.0 CATEGORIES= security MASTER_SITES= http://www.phreak.org/archives/exploits/denial/ \ ftp://ftp.ntua.gr/pub/security/technotronic/denial/ DISTFILES= ${PORTNAME}-${PORTVERSION:S/./_/}.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Configurable remote distributed denial of service tool detector ALL_TARGET= rid -USE_REINPLACE= yes pre-configure: @${REINPLACE_CMD} -e 's:config.txt:${PREFIX}/etc/rid.conf:g' \ ${WRKSRC}/config.h do-install: @${INSTALL_PROGRAM} ${WRKSRC}/rid ${PREFIX}/sbin @${INSTALL_DATA} ${WRKSRC}/config.txt ${PREFIX}/etc/rid.conf .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/rid @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/rid .endif .include Property changes on: head/security/rid/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/security/sfs/Makefile =================================================================== --- head/security/sfs/Makefile (revision 162214) +++ head/security/sfs/Makefile (revision 162215) @@ -1,94 +1,93 @@ # Ports collection makefile for: sfs # Date created: 2002-07-11 # Whom: Michael Handler # Matthew Dodd # # $FreeBSD$ # PORTNAME= sfs PORTVERSION= 0.7.2 PORTREVISION= 4 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_REINPLACE= yes 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} > 500000 LIB_DEPENDS+= gmp.7:${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 @${FIND} -E ${WRKDIR} -type f -iregex ".*\.(C|h)" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e 's/template get/get/' 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.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/security/snort/Makefile =================================================================== --- head/security/snort/Makefile (revision 162214) +++ head/security/snort/Makefile (revision 162215) @@ -1,102 +1,101 @@ # New ports collection makefile for: snort # Date created: Mon Aug 2 12:04:08 CEST 1999 # Whom: Dirk Froemberg # # $FreeBSD$ # PORTNAME= snort PORTVERSION= 2.4.4 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.snort.org/dl/current/ MAINTAINER= question+fbsdports@closedsrc.org COMMENT= Lightweight network intrusion detection system LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre OPTIONS= FLEXRESP "Flexible response to events" off \ MYSQL "Enable MySQL support" off \ ODBC "Enable ODBC support" off \ POSTGRESQL "Enable PostgreSQL support" off \ PRELUDE "Enable Prelude NIDS integration" off USE_GPG= yes SIG_SUFFIX= .sig -USE_REINPLACE= yes USE_RC_SUBR= snort.sh SUB_FILES= pkg-message GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIG_DIR?= ${PREFIX}/etc/snort CONFIG_FILES= classification.config gen-msg.map generators reference.config \ sid sid-msg.map snort.conf threshold.conf unicode.map MAN8= snort.8 DOCS= RELEASE.NOTES doc/AUTHORS doc/BUGS doc/CREDITS \ doc/README* doc/USAGE doc/*.pdf .include .if defined(WITH_FLEXRESP) BUILD_DEPENDS+= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10 CONFIGURE_ARGS+= --enable-flexresp \ --with-libnet-includes=${LOCALBASE}/include \ --with-libnet-libraries=${LOCALBASE}/lib .endif .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} .else CONFIGURE_ARGS+= --with-mysql=no .endif .if defined(WITH_ODBC) LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+= --with-odbc=${LOCALBASE} LDFLAGS+= ${PTHREAD_LIBS} .else CONFIGURE_ARGS+= --with-odbc=no .endif .if defined(WITH_POSTGRESQL) USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE} .if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a) LDFLAGS+= -lssl -lcrypto .endif .else CONFIGURE_ARGS+= --with-postgresql=no .endif .if defined(WITH_PRELUDE) LIB_DEPENDS+= prelude.[7-?]:${PORTSDIR}/security/libprelude CONFIGURE_ARGS+= --enable-prelude PLIST_SUB+= PRELUDE="" .else CONFIGURE_ARGS+= --disable-prelude PLIST_SUB+= PRELUDE="@comment " .endif post-patch: ${REINPLACE_CMD} "s,/etc/snort.conf,${CONFIG_DIR}/snort.conf," \ ${WRKSRC}/src/snort.c ${WRKSRC}/snort.8 post-install: [ -d ${CONFIG_DIR} ] || ${MKDIR} ${CONFIG_DIR} .for f in ${CONFIG_FILES} ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${CONFIG_DIR}/${f}-sample .endfor @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/schemas/create* ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/snort/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.66 \ No newline at end of property +1.67 \ No newline at end of property Index: head/security/snort_inline/Makefile =================================================================== --- head/security/snort_inline/Makefile (revision 162214) +++ head/security/snort_inline/Makefile (revision 162215) @@ -1,97 +1,96 @@ # New ports collection makefile for: snort_inline # Date created: 4 March 2005 # Whom: nick@rogness.net # # $FreeBSD$ # PORTNAME= snort_inline PORTVERSION= 2.3.0 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://freebsd.rogness.net/ports/snort_inline/ DISTNAME= snort_inline-2.3.0-RC1 MAINTAINER= nick@rogness.net COMMENT= An inline IPS system based on snort using ipfw LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre WRKSRC= ${WRKDIR}/snort_inline-2.3.0-RC1 USE_GPG= yes SIG_SUFFIX= .asc -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --enable-inline --enable-ipfw BUILD_DEPENDS+= libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10 CONFIGURE_ARGS+= --with-libnet-includes=${LOCALBASE}/include \ --with-libnet-libraries=${LOCALBASE}/lib .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} .else CONFIGURE_ARGS+= --with-mysql=no .endif .if defined(WITH_ODBC) LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+= --with-odbc=${LOCALBASE} LDFLAGS+= ${PTHREAD_LIBS} .else CONFIGURE_ARGS+= --with-odbc=no .endif .if defined(WITH_POSTGRESQL) USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE} .if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a) LDFLAGS+= -lssl -lcrypto .endif .else CONFIGURE_ARGS+= --with-postgresql=no .endif MAN8= snort.8 DOCS= ChangeLog doc/AUTHORS doc/BUGS doc/CREDITS doc/faq* doc/NEWS \ doc/README* doc/TODO doc/USAGE doc/*.pdf USE_RC_SUBR= snort.sh post-patch: ${REINPLACE_CMD} "s,%%PREFIX%%,${PREFIX}," ${WRKSRC}/src/snort.c pre-configure: @${ECHO} "" @${ECHO} "Set WITH_MYSQL, WITH_ODBC or WITH_POSTGRESQL" @${ECHO} "to get additional support." @${ECHO} "" post-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/rules/*.rules ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/etc/classification.config \ ${DATADIR}/classification.config-sample [ -f ${DATADIR}/classification.config ] || \ ${CP} ${DATADIR}/classification.config-sample \ ${DATADIR}/classification.config ${INSTALL_DATA} ${WRKSRC}/etc/reference.config \ ${DATADIR}/reference.config-sample [ -f ${DATADIR}/reference.config ] || \ ${CP} ${DATADIR}/reference.config-sample ${DATADIR}/reference.config .for f in snort.conf snort_inline.conf unicode.map threshold.conf ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${PREFIX}/etc/${f}-sample [ -f ${PREFIX}/etc/${f} ] || \ ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${PREFIX}/etc/${f} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/snort_inline/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/squidclam/Makefile =================================================================== --- head/security/squidclam/Makefile (revision 162214) +++ head/security/squidclam/Makefile (revision 162215) @@ -1,53 +1,52 @@ # New ports collection makefile for: squidclam # Date created: 2005-06-26 # Whom: Alexander Novitsky # # $FreeBSD$ # PORTNAME= squidclam PORTVERSION= 0.11 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= alecn2002@yandex.ru COMMENT= Bridge betwean ClamAV antivirus software and Squid caching proxy BUILD_DEPENDS= ${LOCALBASE}/bin/clamscan:${PORTSDIR}/security/clamav \ ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GMAKE= yes -USE_REINPLACE= yes NO_INSTALL_MANPAGES= yes PORTDOCS= README Changelog SUB_FILES= pkg-message PLIST_FILES= bin/squidclam %%EXAMPLESDIR%%/squidclam.conf PLIST_DIRS= %%EXAMPLESDIR%% .include post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}/$f .endfor .endif ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/sample.conf ${EXAMPLESDIR}/${PORTNAME}.conf post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/squidclam/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/srp/Makefile =================================================================== --- head/security/srp/Makefile (revision 162214) +++ head/security/srp/Makefile (revision 162215) @@ -1,34 +1,33 @@ # New ports collection makefile for: srp # Date created: 07/25/2001 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # PORTNAME= srp PORTVERSION= 2.1.1 CATEGORIES= security net MASTER_SITES= http://srp.stanford.edu/source/ MAINTAINER= laszlof@vonostingroup.com COMMENT= Secure Remote Password protocol library, TELNET, and FTP -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL="/usr/bin/install -C" CONFIGURE_ARGS= --with-openssl=/usr \ --with-zlib \ --enable-loginf post-patch: @${GREP} -slR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib\.h|g' post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC}/docs && ${FIND} . | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif .include Property changes on: head/security/srp/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/security/ssh-multiadd/Makefile =================================================================== --- head/security/ssh-multiadd/Makefile (revision 162214) +++ head/security/ssh-multiadd/Makefile (revision 162215) @@ -1,30 +1,29 @@ # New ports collection makefile for: ssh-multiadd # Date created: 29 April 2001 # Whom: Pete Fritchman # # $FreeBSD$ # PORTNAME= ssh-multiadd PORTVERSION= 1.3.2 CATEGORIES= security MASTER_SITES= http://www.dakotacom.net/~donut/programs/ssh-multiadd/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to add multiple ssh keys to the authentication agent USE_PYTHON= yes -USE_REINPLACE= yes NO_BUILD= yes MAN1= ssh-multiadd.1 PLIST_FILES= bin/ssh-multiadd post-patch: @${REINPLACE_CMD} -e 's!/usr/bin/python2!${PYTHON_CMD}!' \ -e 's!#break!break!' ${WRKSRC}/ssh-multiadd do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ssh-multiadd ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ssh-multiadd.1 ${PREFIX}/man/man1 .include Property changes on: head/security/ssh-multiadd/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/security/sslwrap/Makefile =================================================================== --- head/security/sslwrap/Makefile (revision 162214) +++ head/security/sslwrap/Makefile (revision 162215) @@ -1,39 +1,38 @@ # New ports collection makefile for: sslwrap # Date created: 1999 november 7. # Whom: Zahemszky, Gabor # # $FreeBSD$ # PORTNAME= sslwrap PORTVERSION= 2.0.6 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.rickk.com/sslwrap/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Another SSL Wrapper application, which uses SSLEay/OpenSSL USE_OPENSSL= YES -USE_REINPLACE= YES WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g} post-patch: ${REINPLACE_CMD} -e \ 's/SSL_OP_NON_EXPORT_FIRST/SSL_OP_CIPHER_SERVER_PREFERENCE/g' \ ${WRKSRC}/s_server.c ${REINPLACE_CMD} -e \ 's,%%OPENSSL%%,openssl/,g' \ ${WRKSRC}/s_server.c ${WRKSRC}/s_cb.c ${WRKSRC}/apps.h ${WRKSRC}/s_socket.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sslwrap ${PREFIX}/bin/sslwrap .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/sslwrap ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/docs.html \ ${PREFIX}/share/doc/sslwrap .endif .include Property changes on: head/security/sslwrap/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/security/steghide/Makefile =================================================================== --- head/security/steghide/Makefile (revision 162214) +++ head/security/steghide/Makefile (revision 162215) @@ -1,44 +1,43 @@ # New ports collection makefile for: steghide # Date created: 26 February 2001 # Whom: RaRa Rasputin # # $FreeBSD$ # PORTNAME= steghide PORTVERSION= 0.5.1 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= steghide DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} MAINTAINER= arved@FreeBSD.org COMMENT= "Steganography tool to hide data in binary files" LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ mhash.2:${PORTSDIR}/security/mhash USE_GETTEXT= yes USE_PERL5= yes USE_GCC= 3.4 USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= CONFIGURE_ARGS= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt" -USE_REINPLACE= yes MAN1= steghide.1 post-patch: .ifdef(NOPORTDOCS) ${REINPLACE_CMD} -e 's|install-data-am\: install-docDATA||' \ ${WRKSRC}/Makefile.in .endif ${REINPLACE_CMD} -e 's,SHELL) libtool,SHELL) ${LIBTOOL} --tag=CXX,' \ ${WRKSRC}/src/Makefile.in ${REINPLACE_CMD} -e 's,-O2,${CFLAGS},' ${WRKSRC}/configure .include Property changes on: head/security/steghide/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/security/sud/Makefile =================================================================== --- head/security/sud/Makefile (revision 162214) +++ head/security/sud/Makefile (revision 162215) @@ -1,41 +1,40 @@ # New ports collection makefile for: sud # Date created: 20 Sep 2004 # Whom: bugghy # # $FreeBSD$ # PORTNAME= sud PORTVERSION= 1.3 CATEGORIES= security sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= bugghy@SAFe-mail.net COMMENT= Execute processes with special privileges in a nosuid environment GNU_CONFIGURE= yes MAN1= sud.1 suz.1 ilogin.1 -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' \ ${WRKSRC}/ilogin.1 ${WRKSRC}/sud.1 ${WRKSRC}/login/login.c ${WRKSRC}/sud/main.c @${REINPLACE_CMD} -e 's|/usr/sbin/ilogin|${PREFIX}/ilogin| ; s|/usr/bin/ls|/bin/ls|' \ ${WRKSRC}/miscs/sud.conf.sample post-install: .if !defined(NOPORTDOCS) ${INSTALL_MAN} ${WRKSRC}/sud.1 ${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/suz.1 ${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/ilogin.1 ${MAN1PREFIX}/man/man1 .endif .for i in issue.suz motd.suz sud.conf.sample ${INSTALL_DATA} ${WRKSRC}/miscs/${i} ${PREFIX}/etc .endfor @if [ ! -f ${PREFIX}/etc/sud.conf ]; then \ ${CP} -p ${PREFIX}/etc/sud.conf.sample ${PREFIX}/etc/sud.conf ; \ fi .include Property changes on: head/security/sud/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/symbion-sslproxy/Makefile =================================================================== --- head/security/symbion-sslproxy/Makefile (revision 162214) +++ head/security/symbion-sslproxy/Makefile (revision 162215) @@ -1,44 +1,43 @@ # Ports collection Makefile for: symbion-sslproxy # Date created: 10 Dec 2005 # Whom: Gabor Kovesdan # $FreeBSD$ PORTNAME= symbion-sslproxy PORTVERSION= 1.0.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sslproxy DISTNAME= sslproxy-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= gkovesdan@t-hosting.hu COMMENT= An SSL proxy for securing unsecure connections USE_OPENSSL= YES USE_GMAKE= YES -USE_REINPLACE= YES PLIST_FILES= sbin/ssl_proxy SUB_FILES+= pkg-message .include .if !defined(NOPORTDOCS) PORTDOCS= README .endif post-patch: ${REINPLACE_CMD} -e 's|CC =|CC ?=|' \ -e 's|CFLAGS =|CFLAGS +=|' ${WRKSRC}/Makefile.global do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ssl_proxy ${PREFIX}/sbin .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif post-install: ${CAT} ${PKGMESSAGE} .include Property changes on: head/security/symbion-sslproxy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/tinc/Makefile =================================================================== --- head/security/tinc/Makefile (revision 162214) +++ head/security/tinc/Makefile (revision 162215) @@ -1,48 +1,47 @@ # ex:ts=8 # Ports collection makefile for: tinc # Date created: Jul 11, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= tinc PORTVERSION= 1.0.4 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.tinc-vpn.org/packages/ \ ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \ http://www.mirrors.wiretapped.net/security/network-security/tinc/ MAINTAINER= ports@FreeBSD.org COMMENT= A Virtual Private Network (VPN) daemon LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo USE_OPENSSL= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=/var CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN5= tinc.conf.5 MAN8= tincd.8 INFO= tinc .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif pre-configure: ${REINPLACE_CMD} \ 's/OpenSSL_add_all_algorithms/OpenSSL_add_all_ciphers/' \ ${WRKSRC}/configure .include Property changes on: head/security/tinc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/security/tlswrap/Makefile =================================================================== --- head/security/tlswrap/Makefile (revision 162214) +++ head/security/tlswrap/Makefile (revision 162215) @@ -1,42 +1,41 @@ # New ports collection makefile for: tlswrap # Date created: 25 July 2005 # Whom: Daniel O'Connor # # $FreeBSD$ # PORTNAME= tlswrap PORTVERSION= 1.0.2 CATEGORIES= security MASTER_SITES= http://tlswrap.sunsite.dk/ DISTNAME= ${PORTNAME}-1.02 MAINTAINER= darius@dons.net.au COMMENT= An FTP proxy that wraps data and control with TLS/SSL GNU_CONFIGURE= yes USE_OPENSSL= yes -USE_REINPLACE= yes PLIST_FILES= bin/tlswrap PORTDOCS= README .include post-configure: .if ( ${OSVERSION} < 500000 ) @${REINPLACE_CMD} -E 's,#define socklen_t size_t,,g' \ ${WRKSRC}/conf.h .endif post-patch: @${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS).*=,\1?=,g' \ ${WRKSRC}/Makefile.in post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/security/tlswrap/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/unicornscan/Makefile =================================================================== --- head/security/unicornscan/Makefile (revision 162214) +++ head/security/unicornscan/Makefile (revision 162215) @@ -1,81 +1,80 @@ # New ports collection makefile for: unicornscan # Date created: 4 October 2004 # Whom: cykyc # # $FreeBSD$ # PORTNAME= unicornscan PORTVERSION= 0.4.2 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.dyadsecurity.com/unicornscan/ MAINTAINER= cykyc@yahoo.com COMMENT= Next-generation of udpscan plus a high-speed TCP scanner BUILD_DEPENDS= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet USE_GMAKE= yes -USE_REINPLACE= yes MAN1= unicornscan.1 PKGMESSAGE= ${WRKDIR}/pkg-message .include # Check if where building on a 5.3 or older system. Older # system require libpcap 0.8.x to be installed. .if ${OSVERSION} < 503000 BUILD_DEPENDS+= ${PREFIX}/lib/libpcap.a:${PORTSDIR}/net/libpcap .endif # Systems newer then 502103 include the getopt_long # function .if ${OSVERSION} > 502103 CFLAGS+= -DWITH_LONGOPTS .endif post-patch: .for text in pkg-message @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ ${PKGDIR}/${text} >${WRKDIR}/${text} .endfor do-install: ${MKDIR} ${PREFIX}/etc/unicornscan ${MKDIR} ${PREFIX}/libexec/unicornscan/modules ${MKDIR} ${PREFIX}/share/unicornscan ${MKDIR} ${PREFIX}/var/unicornscan ${INSTALL_PROGRAM} ${WRKSRC}/src/unicornscan ${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/src/tools/fantaip ${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/src/scan_progs/unisend ${PREFIX}/libexec/unicornscan ${INSTALL_PROGRAM} ${WRKSRC}/src/scan_progs/unilisten ${PREFIX}/libexec/unicornscan ${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/etc|' \ ${WRKSRC}/fconf/unicorn.conf for confs in ${WRKSRC}/fconf/*.conf; do\ ${INSTALL_DATA} $$confs ${PREFIX}/etc/unicornscan/`basename $$confs`.sample ;\ done ${INSTALL_DATA} ${WRKSRC}/fconf/port-numbers ${PREFIX}/share/unicornscan for mods in ${WRKSRC}/src/payload_modules/*.so; do\ ${INSTALL_PROGRAM} $$mods ${PREFIX}/libexec/unicornscan/modules/ ;\ done for mods in ${WRKSRC}/src/report_modules/shlibs/*.so; do\ ${INSTALL_PROGRAM} $$mods ${PREFIX}/libexec/unicornscan/modules/ ;\ done for pofs in p0f.fp p0fa.fp p0fr.fp; do\ ${INSTALL_DATA} ${WRKSRC}/src/report_modules/p0f/$$pofs ${PREFIX}/share/unicornscan/ ;\ done ${INSTALL_PROGRAM} ${WRKSRC}/src/report_modules/shlibs/libp0f.so \ ${PREFIX}/libexec/unicornscan/modules/ ${INSTALL_MAN} ${WRKSRC}/docs/unicornscan.1 ${PREFIX}/man/man1/ for files in LICENSE README misc/UDP_PAYLOADS_NEEDED \ TODO_BUGSTOFIX README.database; do\ ${INSTALL_DATA} ${WRKSRC}/$$files ${PREFIX}/share/unicornscan/ ;\ done @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/unicornscan/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/vlog/Makefile =================================================================== --- head/security/vlog/Makefile (revision 162214) +++ head/security/vlog/Makefile (revision 162215) @@ -1,33 +1,32 @@ # New ports collection makefile for: vlog # Date created: 31 March 2002 # Whom: hannes sowa # # $FreeBSD$ # PORTNAME= vlog PORTVERSION= 1.1f PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://inc2.com/download/ DISTNAME= vlog-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A curses based real-time logfile viewer esp. useful for ipflog ALL_TARGET= it MAKE_ARGS= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS} -lcurses" WRKSRC= ${WRKDIR}/vlog -USE_REINPLACE= yes USE_PERL5= yes MAN1= vlog.1 MANCOMPRESSED= no PLIST_FILES= bin/vlog post-patch: ${REINPLACE_CMD} -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile .include Property changes on: head/security/vlog/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/security/vpnc/Makefile =================================================================== --- head/security/vpnc/Makefile (revision 162214) +++ head/security/vpnc/Makefile (revision 162215) @@ -1,61 +1,60 @@ # New ports collection makefile for: vpnc # Date created: 15 December 2003 # Whom: Christian Lackas # # $FreeBSD$ # PORTNAME= vpnc PORTVERSION= 0.3.3 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/ MAINTAINER= delta@lackas.net COMMENT= Client for Cisco 3000 VPN Concentrator LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt USE_GMAKE= yes -USE_REINPLACE= yes ALL_TARGET= vpnc PLIST_FILES= sbin/vpnc \ sbin/vpnc-script \ sbin/vpnc-disconnect \ etc/vpnc.conf.sample \ etc/rc.d/vpnc.sh.sample PORTDOCS= README ChangeLog TODO MAN8= vpnc.8 .include post-patch: @${REINPLACE_CMD} -e \ 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/config.c @${REINPLACE_CMD} -e \ 's|%%CC%%|${CC}|;s|%%CFLAGS%%|${CFLAGS}|' \ ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} -m 751 ${WRKSRC}/vpnc ${PREFIX}/sbin/vpnc @${INSTALL_SCRIPT} -m 751 ${WRKSRC}/vpnc-script ${PREFIX}/sbin/vpnc-script @${INSTALL_SCRIPT} -m 751 ${WRKSRC}/vpnc-disconnect ${PREFIX}/sbin/vpnc-disconnect @${INSTALL_SCRIPT} ${FILESDIR}/vpnc.sh ${WRKDIR} @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKDIR}/vpnc.sh @${INSTALL_SCRIPT} -m 755 ${WRKDIR}/vpnc.sh ${PREFIX}/etc/rc.d/vpnc.sh.sample @${INSTALL_DATA} -m 600 ${WRKSRC}/vpnc.conf ${PREFIX}/etc/vpnc.conf.sample .if !defined(NO_INSTALL_MANPAGES) @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/vpnc.8 @${INSTALL_MAN} ${WRKSRC}/vpnc.8 ${PREFIX}/man/man8 .endif .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/vpnc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/security/vpnd/Makefile =================================================================== --- head/security/vpnd/Makefile (revision 162214) +++ head/security/vpnd/Makefile (revision 162215) @@ -1,54 +1,53 @@ # New ports collection makefile for: vpnd # Date created: 25 March 2001 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= vpnd PORTVERSION= 1.1.2 CATEGORIES= security MASTER_SITES= http://vpnd.dotsrc.org/archive/ \ http://atreides.freenix.no/~anders/ MAINTAINER= anders@FreeBSD.org COMMENT= VPN daemon offering transparent blowfish encryption between networks WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes -USE_REINPLACE= yes USE_RC_SUBR= yes PLIST_FILES= sbin/vpnd etc/rc.d/vpnd.sh etc/vpnd.conf.sample etc/vpnd.chat.sample PORTDOCS= README FAQ.TXT SPEED.TXT VERSIONS post-patch: .for f in README globals.c vpnd.c vpnd.conf @${REINPLACE_CMD} -e 's,/etc,${PREFIX}/etc,g' ${WRKSRC}/${f} .endfor @${REINPLACE_CMD} -e "s,machine/param.h,sys/param.h,g" ${WRKSRC}/vpnd.h @${REINPLACE_CMD} -e "s@-O3@${CFLAGS}@g; s@gcc@${CC}@g" ${WRKSRC}/${CONFIGURE_SCRIPT} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vpnd ${PREFIX}/sbin/vpnd @${INSTALL_SCRIPT} ${FILESDIR}/vpnd.sh ${PREFIX}/etc/rc.d/vpnd.sh @${INSTALL_DATA} ${WRKSRC}/vpnd.conf ${PREFIX}/etc/vpnd.conf.sample @${INSTALL_DATA} ${WRKSRC}/vpnd.chat ${PREFIX}/etc/vpnd.chat.sample .if !defined(NOPORTDOCS) @${INSTALL} -d -m 0755 ${DOCSDIR} .for i in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include post-install: .if ${OSVERSION} < 500000 @${ECHO} "================================================================================" @${ECHO} "Make sure you set up a few IRQ's for random generation with rndcontrol before" @${ECHO} "trying to generate a master key file." @${ECHO} "================================================================================" .endif .include Property changes on: head/security/vpnd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/security/wpa_supplicant/Makefile =================================================================== --- head/security/wpa_supplicant/Makefile (revision 162214) +++ head/security/wpa_supplicant/Makefile (revision 162215) @@ -1,70 +1,68 @@ # New ports collection makefile for: wpa_supplicant # Date created: 7 December 2004 # Whom: sam # # $FreeBSD$ # # WITH_STATIC_SUPPLICANT - If you use wpa_supplicant with devd(8) to # start your wireless NIC at boot, it will not be able to resolve # the libdnet library dependency because devd is run before # ldconfig. Defining this variable will get around the problem by # static-linking the wpa_supplicant executable. A static-linked # version of the executable is about 1.25MB larger and you will be # required to rebuild this port whenever the net/libdnet port is # updated. PORTNAME= wpa_supplicant PORTVERSION= 0.3.8 PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://hostap.epitest.fi/releases/ MAINTAINER= brooks@FreeBSD.org COMMENT= Supplicant (client) for WPA/802.1x protocols LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet -USE_REINPLACE= yes - PLIST_FILES= sbin/wpa_supplicant \ sbin/wpa_passphrase \ sbin/wpa_cli PLIST_FILES+= etc/${PORTNAME}.conf.sample .if !defined(NOPORTDOCS) DOCFILES= README \ ChangeLog PLIST_FILES+= ${DOCFILES:S,^,%%DOCSDIR%%/,} PLIST_DIRS+= %%DOCSDIR%% .endif WRKSRC= ${WRKDIR}/${DISTNAME} USE_GMAKE= yes .if defined(WITH_STATIC_SUPPLICANT) SUPPLICANT_STATIC= -static .else SUPPLICANT_STATIC= .endif MAKE_ENV+= SUPPLICANT_STATIC=${SUPPLICANT_STATIC} post-patch: @${CP} ${FILESDIR}/config.bsd ${WRKSRC}/.config @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/.config post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${DOCFILES:S|^|${WRKSRC}/|} ${DOCSDIR} .endif @${INSTALL_DATA} ${WRKSRC}/wpa_supplicant.conf ${PREFIX}/etc/wpa_supplicant.conf.sample .include .if ${OSVERSION} < 600007 IGNORE=is not supported on FreeBSD < 6.0 .endif .include Property changes on: head/security/wpa_supplicant/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/security/xca/Makefile =================================================================== --- head/security/xca/Makefile (revision 162214) +++ head/security/xca/Makefile (revision 162215) @@ -1,44 +1,43 @@ # New ports collection makefile for: xca # Date created: 2002-12-23 # Whom: Valentin Zahariev # # $FreeBSD$ # PORTNAME= xca PORTVERSION= 0.5.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= curly@e-card.bg COMMENT= Graphical certification authority LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 USE_GMAKE= yes -USE_REINPLACE= yes USE_OPENSSL= yes USE_QT_VER= 3 .include post-patch: @echo "CPPFLAGS= -I. -I.. -I${OPENSSLINC} ${QTCPPFLAGS} -I${LOCALBASE}/include/db4" > ${WRKSRC}/Local.mak @echo "CFLAGS= ${CFLAGS}" >> ${WRKSRC}/Local.mak @echo "LDFLAGS= ${LDFLAGS}" >> ${WRKSRC}/Local.mak @echo "LIBS= ${QTCFGLIBS} -lqt-mt -L${OPENSSLLIB} -lcrypto -ldb4_cxx ${PTHREAD_LIBS}" >> ${WRKSRC}/Local.mak @echo "MOC=${MOC}" >> ${WRKSRC}/Local.mak @echo "UIC=${QT_PREFIX}/bin/uic" >> ${WRKSRC}/Local.mak @echo "CC=${CXX}" >> ${WRKSRC}/Local.mak @echo "LD=${LD}" >> ${WRKSRC}/Local.mak @echo "STRIP=${STRIP_CMD}" >> ${WRKSRC}/Local.mak @echo "prefix=${PREFIX}" >> ${WRKSRC}/Local.mak @echo "etc=${PREFIX}/etc/xca" >> ${WRKSRC}/Local.mak @echo "basedir=" >> ${WRKSRC}/Local.mak @${REINPLACE_CMD} -E -e 's|QFont\ font\(\ font\(\)\ \)|QFont font|' ${WRKSRC}/widgets/clicklabel.cpp @${REINPLACE_CMD} -E -e 's|(install[\ \:]+xca\.1)\.gz|\1|g' ${WRKSRC}/doc/Makefile MAN1= xca.1 .include Property changes on: head/security/xca/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/xinetd/Makefile =================================================================== --- head/security/xinetd/Makefile (revision 162214) +++ head/security/xinetd/Makefile (revision 162215) @@ -1,44 +1,43 @@ # New ports collection makefile for: xinetd # Date created: 28 June 1996 # Whom: markm # # $FreeBSD$ # PORTNAME= xinetd PORTVERSION= 2.3.14 PORTREVISION= 0 CATEGORIES= security ipv6 MASTER_SITES= http://www.xinetd.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Replacement for inetd with better control and logging -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_RC_SUBR= yes ALL_TARGET= build CONFIGURE_ARGS+= --with-loadavg --with-libwrap --with-ipv6 STARTUP_FILE= ${PREFIX}/etc/rc.d/xinetd.sh RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} MAN5= xinetd.conf.5 MAN8= xconv.8 xinetd.8 xinetd.log.8 post-patch: ${FIND} ${WRKSRC}/libs/src -name Makefile.in | ${XARGS} \ ${REINPLACE_CMD} -e 's!\@INSTALL\@!/bin/cp!; s!-m 640!!' @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/xinetd/xconfig.h pre-install: -@[ -f ${STARTUP_FILE} ] && \ (${ECHO} "Remove old ${STARTUP_FILE} before install." && exit 1) post-install: @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/xinetd.sh.tmpl > ${STARTUP_FILE} @${CHMOD} 755 ${STARTUP_FILE} @${STRIP_CMD} ${PREFIX}/sbin/xinetd .include Property changes on: head/security/xinetd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.50 \ No newline at end of property +1.51 \ No newline at end of property Index: head/security/xmlsec1/Makefile =================================================================== --- head/security/xmlsec1/Makefile (revision 162214) +++ head/security/xmlsec1/Makefile (revision 162215) @@ -1,89 +1,88 @@ # Ports collection makefile for: xmlsec1 # Date created: Apr 17, 2003 # Whom: Jim Geovedi # # $FreeBSD$ # PORTNAME= xmlsec1 PORTVERSION= 1.2.9 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ ftp://ftp.xmlsoft.org/xmlsec/releases/ \ ftp://ftp.rpmfind.net/pub/XML/xmlsec/releases/ MAINTAINER= jim@corebsd.or.id COMMENT= XML Security Library RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig BUILD_DEPENDS= ${RUN_DEPENDS} OPTIONS= GNUTLS "Enable GNUTLS support" off \ NSS "Enable Mozilla's NSS support" off USE_OPENSSL= yes OPENSSL_CFLAGS+=-DXMLSEC_OPENSSL_097=1 -DXMLSEC_CRYPTO_OPENSSL=1 USE_GNOME= gnomehack lthack libxslt gnometarget -USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes PLIST_FILES= bin/xmlsec1 bin/xmlsec1-config etc/xmlsec1Conf.sh MAN1= xmlsec1.1 xmlsec1-config.1 # The software comes with its own tests, but it is nauseating to sort, # which failures are, and which aren't legitimate. Some other day, maybe. #ALL_TARGET= all check-all MAKE_ENV+= ABS_BUILDDIR=${WRKSRC} TMPFOLDER=${WRKSRC} MAKE_ARGS+= -EABS_BUILDDIR .if !defined(NOPORTDOCS) MAKE_ENV+= DOCS=docs .endif post-install: @${FIND} ${PREFIX}/include/xmlsec1 -type f | \ ${SED} 's,${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${PREFIX}/include/xmlsec1 -type d | ${SORT} -r | \ ${SED} 's,${PREFIX}/,, ; s,^,@dirrm ,' >> ${TMPPLIST} @${FIND} ${PREFIX}/lib/libxmlsec1* | \ ${SED} 's,${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${PREFIX}/libdata/pkgconfig/xmlsec1* | \ ${SED} 's,${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${DOCSDIR} -type f | ${SED} 's,${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${DOCSDIR} -type d | ${SORT} -r | \ ${SED} 's,${PREFIX}/,, ; s,^,@dirrm ,' >> ${TMPPLIST} .include .if defined(WITH_GNUTLS) CONFIGURE_ARGS+= --with-gnutls="${LOCALBASE}" LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-gnutls .endif post-patch: @${REINPLACE_CMD} -e 's|src apps man docs|src apps man \$${DOCS}|g' \ -e 's|^confexecdir =.*$$|confexecdir = \$$(sysconfdir)|g' \ -e 's|/tmp/\*\.log|${WRKSRC}/*.log|g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|-ldl"|"|' \ -e 's,with_nspr/include,with_nspr/include/nspr ${PTHREAD_CFLAGS},' \ -e 's,with_nss/include,with_nss/include/nss/nss,' \ -e 's,\(CPPFLAGS="\$$NSS_CFLAGS\),\1 $$NSPR_CFLAGS,' \ -e 's,\(-lplc4\)",\1 ${PTHREAD_LIBS}",' \ ${WRKSRC}/${CONFIGURE_SCRIPT} .if defined(WITH_NSS) # Makeing the xmlsec1 executable multi-threaded to let load -lnss, # when needed. @${REINPLACE_CMD} -e 's,^\(xmlsec1_LDADD = \)\\$$,\1 ${PTHREAD_LIBS}\\,' \ ${WRKSRC}/apps/Makefile.in CONFIGURE_ARGS+= --with-nss="${LOCALBASE}" --with-nspr="${LOCALBASE}" LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss .else CONFIGURE_ARGS+= --without-nss .endif .include Property changes on: head/security/xmlsec1/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/shells/bash2/Makefile =================================================================== --- head/shells/bash2/Makefile (revision 162214) +++ head/shells/bash2/Makefile (revision 162215) @@ -1,81 +1,80 @@ # ex:ts=8 # New ports collection makefile for: bash # Date created: 21 August 1994 # Whom: jkh # # $FreeBSD$ # PORTNAME= bash PORTVERSION= 2.05b.007 PORTREVISION?= 4 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ MASTER_SITE_SUBDIR= bash DISTFILES= bash-${PORTVERSION:C/\....$//}.tar.gz .if !defined(NOPORTDOCS) DISTFILES+= bash-doc-${PORTVERSION:C/\....$//}.tar.gz .endif PATCH_SITES= ${MASTER_SITE_GNU:S/$/:gnu/} \ ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \ ${MASTER_SITE_LOCAL:S/$/:local/} PATCH_SITE_SUBDIR= bash/bash-2.05b-patches/:gnu obrien/:local PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004 \ bash205b-005 bash205b-006 bash205b-007 # msg00029.txt msg00031.txt msg00030.txt MAINTAINER= obrien@FreeBSD.org COMMENT= The GNU Bourne Again Shell .include LATEST_LINK= ${PORTNAME}2 -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/bash-${PORTVERSION:C/\....$//} GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline .if defined(WITH_STATIC_BASH) || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ( ${NOSHARED} != "no" && ${NOSHARED} != "NO" )) CONFIGURE_ARGS+= --enable-static-link .else CONFIGURE_ARGS+= --enable-static-link=no .endif .if defined(DEBUG) CONFIGURE_ARGS+= --debug .endif MAN1= bash.1 bashbug.1 INFO= bash post-patch: @${REINPLACE_CMD} -e "s,.FN /bin/bash,.FN ${PREFIX}/bin/bash," \ ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}/doc/bash.1 update-etc-shells: @${ECHO_MSG} "updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @( ${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/bash) >/etc/shells @${RM} /etc/shells.bak post-install: update-etc-shells ${LN} -f ${PREFIX}/bin/bash ${PREFIX}/bin/bash2 @${MKDIR} ${EXAMPLESDIR} @cd ${WRKSRC}/examples ; ${PAX} -rw . ${EXAMPLESDIR} @${FIND} ${EXAMPLESDIR} -type d -print | xargs chmod a+rx @${CHMOD} -R a+r ${EXAMPLESDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} \ ${WRKDIR}/doc/article.ps \ ${WRKDIR}/doc/bashref.ps \ ${DOCSDIR} ${INSTALL_MAN} \ ${WRKDIR}/doc/article.txt \ ${DOCSDIR} ${BZIP2_CMD} -f ${DOCSDIR}/*.ps .endif .include CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET} Property changes on: head/shells/bash2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.79 \ No newline at end of property +1.80 \ No newline at end of property Index: head/shells/bush/Makefile =================================================================== --- head/shells/bush/Makefile (revision 162214) +++ head/shells/bush/Makefile (revision 162215) @@ -1,75 +1,74 @@ # New ports collection makefile for: bush # Date created: 20 December 2004 # Whom: Thierry Thomas # # $FreeBSD$ # PORTNAME= bush PORTVERSION= 1.0.3 CATEGORIES= shells MASTER_SITES= http://www.pegasoft.ca/downloads/ \ http://66.11.182.223/downloads/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= The Business Shell BUILD_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat \ bash:${PORTSDIR}/shells/bash USE_PGSQL= yes HAS_CONFIGURE= yes ADACFLAGS?= ${CFLAGS:N-fno-strict-aliasing} USE_GMAKE= yes MAKE_ARGS= GMAKE=${GMAKE} CPUTYPE=${CPUTYPE} PTHREAD_LIBS=${PTHREAD_LIBS} \ SDL_CONFIG=${SDL_CONFIG} MAKE_ENV= ADACFLAGS="${ADACFLAGS}" MAKEFILE= GNUmakefile USE_SDL= sdl image USE_MYSQL= yes BROKEN_WITH_MYSQL= 323 -USE_REINPLACE= yes REINPLACE_ARGS= -i "" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= bush.1 PORTDOCS= * BASH2FIX= examples/benchmark.bash examples/export.sh src/testsuite/test.sh pre-build: .for FILE in ${BASH2FIX} @${REINPLACE_CMD} -e "s|/bin/bash|${LOCALBASE}/bin/bash|" ${WRKSRC}/${FILE} .endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/bush ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/src/bush.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.bush ${EXAMPLESDIR} .endif post-install: @${ECHO_CMD} ${PREFIX}/bin/bush >> /etc/shells @${ECHO_MSG} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/bush /etc/shells.bak ; \ ${ECHO_CMD} ${PREFIX}/bin/bush) > /etc/shells @${RM} /etc/shells.bak .if defined(MAINTAINER_MODE) test: build @(cd ${BUILD_WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test) .endif .include Property changes on: head/shells/bush/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/shells/fd/Makefile =================================================================== --- head/shells/fd/Makefile (revision 162214) +++ head/shells/fd/Makefile (revision 162215) @@ -1,65 +1,63 @@ # New ports collection makefile for: FDclone # Date created: 20 Feb 1996 # Whom: Nobuhiro Yasutomi # # $FreeBSD$ # PORTNAME= fd PORTVERSION= 2.08b PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \ ftp://ftp.unixusers.net/src/fdclone/ # ftp://ftp.vector.co.jp/pack/unix/util/file/filer/fd/ DISTNAME= FD-${PORTVERSION} MAINTAINER= knu@FreeBSD.org COMMENT= A CUI-based file and directory management tool -USE_REINPLACE= yes - MANLANG= "" ja MAN1= fd.1 fdsh.1 MAKE_ENV= LANG=ja MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" CONFDIR="${PREFIX}/etc" DOCS_EN= FAQ.eng \ LICENSES.eng \ README.eng \ TECHKNOW.eng \ ToAdmin.eng DOCS_JA= FAQ \ HISTORY \ LICENSES \ README \ TECHKNOW \ ToAdmin post-patch: ${REINPLACE_CMD} -E -e 's|^(#define[[:space:]]+EXTENDCCOPT[[:space:]]+)"-O"$$|\1 "${CFLAGS}"|' ${WRKSRC}/machine.h post-install: @${ECHO} "Updating /etc/shells" @-${CP} /etc/shells /etc/shells.bak; \ (${GREP} -v ${PREFIX}/bin/fdsh /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/fdsh) > /etc/shells; \ ${RM} -f /etc/shells.bak .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${MKDIR} ${PREFIX}/share/doc/ja/${PORTNAME} @for i in ${DOCS_EN}; do \ ${INSTALL_DATA} ${WRKSRC}/$$i ${DOCSDIR}; \ done @for i in ${DOCS_JA}; do \ ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/ja/${PORTNAME}; \ done @${INSTALL_DATA} ${WRKSRC}/_fdrc.orig ${PREFIX}/etc/fd2rc.dist @${INSTALL_DATA} ${WRKSRC}/_fdrc ${PREFIX}/etc/fd2rc.sample if [ ! -f ${PREFIX}/etc/fd2rc ]; then \ ${CP} -p ${PREFIX}/etc/fd2rc.sample ${PREFIX}/etc/fd2rc; \ fi @${CAT} ${PKGMESSAGE} .endif .include Property changes on: head/shells/fd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.77 \ No newline at end of property +1.78 \ No newline at end of property Index: head/shells/flash/Makefile =================================================================== --- head/shells/flash/Makefile (revision 162214) +++ head/shells/flash/Makefile (revision 162215) @@ -1,76 +1,75 @@ # New ports collection makefile for: flash # Date created: 11 Dec 1999 # Whom: Will Andrews # # $FreeBSD$ # PORTNAME= flash PORTVERSION= 0.9.5 CATEGORIES= shells MASTER_SITES= http://www.netsoc.ucd.ie/flash/ \ ftp://ftp.netsoc.ucd.ie/pub/computing/flash/ MAINTAINER= ports@FreeBSD.org COMMENT= A ncurses-based restriction shell .include # outdated version of ncurses in non-CURRENT .if ${OSVERSION} < 400000 LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses .endif USE_GMAKE= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} -rdynamic" \ LDFLAGS="${LDFLAGS} -rdynamic" SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message MAN1= flash.1 PROGRAM= alarms background countdown SCRIPT= mailshell system.menu system.menu.9798 system.menu.oldlast \ system.menu.old DATA= system.bg.Netsoc.3 system.bg.Netsoc.4 system.flashlogin \ system.maillogin system.module system.module.9798 system.rc \ system.rc.mailshell .if ${OSVERSION} < 400000 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_NCURSES_NCURSES_H" \ LDFLAGS="-L${LOCALBASE}/lib" .endif post-patch: .for file in ${SCRIPT} @${REINPLACE_CMD} -e "s:/usr/slocal:${PREFIX}:g" ${WRKSRC}/orcasetup/${file} .endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flash ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/flash.1 ${MANPREFIX}/man/man1 @${MKDIR} ${PREFIX}/lib/flash ${INSTALL_DATA} ${WRKSRC}/Manual ${PREFIX}/lib/flash .for file in ${PROGRAM} ${INSTALL_PROGRAM} ${WRKSRC}/modules/${file} ${PREFIX}/lib/flash .endfor .for file in ${SCRIPT} ${INSTALL_SCRIPT} ${WRKSRC}/orcasetup/${file} ${PREFIX}/lib/flash .endfor .for file in ${DATA} ${INSTALL_DATA} ${WRKSRC}/orcasetup/${file} ${PREFIX}/lib/flash .endfor @${MKDIR} ${PREFIX}/lib/flash/flashdocs ${INSTALL_DATA} ${WRKSRC}/orcasetup/flashdocs/* ${PREFIX}/lib/flash/flashdocs post-install: @${ECHO_MSG} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/flash /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/flash) > /etc/shells @${RM} /etc/shells.bak @${CAT} ${PKGMESSAGE} .include Property changes on: head/shells/flash/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/shells/ibsh/Makefile =================================================================== --- head/shells/ibsh/Makefile (revision 162214) +++ head/shells/ibsh/Makefile (revision 162215) @@ -1,41 +1,40 @@ # New ports collection makefile for: ibsh # Date created: 1 Oct 2005 # Whom: Vaida Bogdan # # $FreeBSD$ # PORTNAME= ibsh PORTVERSION= 0.3e CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= vaida.bogdan@gmail.com COMMENT= Restricted unix shell USE_GMAKE= yes ALL_TARGET= ibsh INSTALL_TARGET= ibsh_install SUB_FILES= pkg-message -USE_REINPLACE= yes PORTDOCS= AUTHORS BUGS CONTRIBUTORS COPYING COPYRIGHT ChangeLog \ INSTALL README TODO VERSION .include post-patch: @${REINPLACE_CMD} -e 's|PATH_MAX|PATH_MAXb|g' ${WRKSRC}/delbadfiles.c ${WRKSRC}/ibsh.h @${REINPLACE_CMD} -e 's|/etc/ibsh|${PREFIX}/etc/ibsh|g' ${WRKSRC}/ibsh.h post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif @${ECHO} @${CAT} ${PKGMESSAGE} @${ECHO} .include Property changes on: head/shells/ibsh/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/shells/nologinmsg/Makefile =================================================================== --- head/shells/nologinmsg/Makefile (revision 162214) +++ head/shells/nologinmsg/Makefile (revision 162215) @@ -1,39 +1,37 @@ # Ports collection makefile for: nologinmsg # Whom: Richard Rose # Date created: 20020710 # # $FreeBSD$ # # The port is self contained in the src directory PORTNAME= nologinmsg PORTVERSION= 1.0 CATEGORIES= shells sysutils MASTER_SITES= # none DISTFILES= # none MAINTAINER= freebsd-security@rikrose.net COMMENT= More functional native binary replacement for /sbin/nologin -USE_REINPLACE= yes - MAN8= nologinmsg.8 MANCOMPRESSED= yes do-extract: @${MKDIR} ${WRKSRC} .for i in Makefile nologinmsg.c nologinmsg.8 pathnames.h @${CP} ${FILESDIR}/${i} ${WRKSRC} .endfor post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/nologinmsg.8 \ ${WRKSRC}/pathnames.h pre-install: ${MKDIR} ${PREFIX}/etc/nologinmsgs post-install: ${STRIP_CMD} ${PREFIX}/bin/nologinmsg .include Property changes on: head/shells/nologinmsg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/shells/tcshrc/Makefile =================================================================== --- head/shells/tcshrc/Makefile (revision 162214) +++ head/shells/tcshrc/Makefile (revision 162215) @@ -1,27 +1,25 @@ # New ports collection makefile for: tcshrc # Date created: 2003-09-09 # Whom: Sean Chittenden # # $FreeBSD$ # PORTNAME= tcshrc PORTVERSION= 1.6.0 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tcshrc MAINTAINER= seanc@FreeBSD.org COMMENT= A set of configuration scripts for the TCSH shell -USE_REINPLACE= YES - INSTALL_TARGET= systeminstall MAKE_ARGS= BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} do-build: ${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' ${WRKSRC}/tcshrc_config .include Property changes on: head/shells/tcshrc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/sysutils/3dm/Makefile =================================================================== --- head/sysutils/3dm/Makefile (revision 162214) +++ head/sysutils/3dm/Makefile (revision 162215) @@ -1,111 +1,110 @@ # New ports collection makefile for: 3dm2 # Date created: 02 Sep 2002 # Whom: dbaker # # $FreeBSD$ # PORTNAME= 3dm PORTVERSION= 2.04.00.014 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= http://www.3ware.com/download/Escalade9000Series/9.3.0.3/ DISTNAME= 3DM2-freebsd_5.4-9.3.0.3 EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= 3ware RAID controller monitoring daemon and web server USE_RC_SUBR= 3dm2.sh -USE_REINPLACE= yes .include .if ${OSVERSION} < 504000 IGNORE= is not supported in versions earlier than 5.4-RELEASE .endif ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes WRKSRC= ${WRKDIR} SHAREDIR= ${PREFIX}/share/3dm2/en post-configure: @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ < ${FILESDIR}/3dm2.conf.sample > ${WRKSRC}/3dm2.conf.sample pre-install: @cd ${WRKSRC}; ${TAR} zxf 3dm-bsd.tgz @cd ${WRKSRC}; ${TAR} zxf 3dm-help.tgz @cd ${WRKSRC}; ${TAR} zxf 3dm-msg.tgz @${REINPLACE_CMD} -e 's|images/amcc-logo.gif|images/amcc-logo75.gif|g' ${WRKSRC}/en/*.html do-install: .if !exists(${SHAREDIR}/images) @${MKDIR} ${SHAREDIR}/images .endif .if !exists(${SHAREDIR}/scripts) @${MKDIR} ${SHAREDIR}/scripts .endif ${INSTALL_DATA} ${WRKSRC}/en/*.html ${SHAREDIR} ${INSTALL_DATA} ${WRKSRC}/en/*.css ${SHAREDIR} ${INSTALL_DATA} ${WRKSRC}/en/images/* ${SHAREDIR}/images ${INSTALL_DATA} ${WRKSRC}/en/scripts/*.js ${SHAREDIR}/scripts .if ${ARCH} == "amd64" || ${ARCH} == "ia64" ${INSTALL_PROGRAM} ${WRKSRC}/3dm2.x86_64 ${PREFIX}/sbin/3dm2 .else ${INSTALL_PROGRAM} ${WRKSRC}/3dm2.x86 ${PREFIX}/sbin/3dm2 .endif @${CHMOD} 500 ${PREFIX}/sbin/3dm2 .if !exists(/etc/3dm2) @${MKDIR} /etc/3dm2 .endif .if !exists(${PREFIX}/etc/3dm2) @${MKDIR} ${PREFIX}/etc/3dm2 .endif .if !exists(${PREFIX}/etc/3dm2/msg) @${MKDIR} ${PREFIX}/etc/3dm2/msg .endif ${INSTALL_DATA} ${WRKSRC}/tdm_msg_en ${PREFIX}/etc/3dm2/msg ${INSTALL_DATA} ${WRKSRC}/tw_msg_en ${PREFIX}/etc/3dm2/msg .if !exists(${PREFIX}/etc/3dm2/3dm2.conf) @${ECHO} "" @${ECHO} "" @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @${ECHO} " Don't forget to edit '${PREFIX}/etc/3dm2/3dm2.conf' " @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @${ECHO} " Visit https://`hostname`:888/ " @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @${ECHO} "" @${ECHO} "" .endif post-install: ${INSTALL_DATA} ${WRKSRC}/3dm2.conf.sample ${PREFIX}/etc/3dm2/ [ -f ${PREFIX}/etc/3dm2/3dm2.conf ] || \ ${CP} ${PREFIX}/etc/3dm2/3dm2.conf.sample \ ${PREFIX}/etc/3dm2/3dm2.conf @${CHMOD} 600 ${PREFIX}/etc/3dm2/3dm2.conf.sample ${PREFIX}/etc/3dm2/3dm2.conf # 3ware lamely hardcode the locations of various things @${LN} -s ${PREFIX}/etc/3dm2/msg /etc/3dm2/msg @${LN} -s ${PREFIX}/etc/3dm2/3dm2.conf /etc/3dm2/3dm2.conf @${LN} -s ${PREFIX}/etc/3dm2/3dm2.pem /etc/3dm2/3dm2.pem @${ECHO} "" @${ECHO} "Add twdm2_enable=\"YES\" to /etc/rc.conf to run 3dm2 from startup." @${ECHO} "" .include Property changes on: head/sysutils/3dm/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/sysutils/44bsd-more/Makefile =================================================================== --- head/sysutils/44bsd-more/Makefile (revision 162214) +++ head/sysutils/44bsd-more/Makefile (revision 162215) @@ -1,49 +1,48 @@ # Ports collection makefile for: more # Date created: 24 May 2000 # Whom: Tim van der Hoek # # $FreeBSD$ # PORTNAME= 44bsd-more PORTVERSION= ${RELDATE} CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= hoek MAINTAINER= hoek@FreeBSD.org COMMENT= The pager installed with FreeBSD before less(1) was imported USE_BZIP2= yes -USE_REINPLACE= yes NO_WRKSUBDIR= yes MAN1= 44bsd-more.1 RELDATE= 20000521 post-extract: -cd ${WRKSRC} && co RCS/*,v post-patch: ${REINPLACE_CMD} -e \ 's!/usr/share/misc/more.help!${PREFIX}/share/misc/44bsd-more.help!'\ ${WRKSRC}/pathnames.h ${CP} ${FILESDIR}/queue.h ${WRKSRC} ${REINPLACE_CMD} -e 's/static char \*getvar/static const char \*getvar/' \ ${WRKSRC}/ncommand.c do-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_MAN} ${WRKSRC}/more.1 ${PREFIX}/man/man1/44bsd-more.1 .for f in default.morerc less.morerc most.morerc ${INSTALL_DATA} ${WRKSRC}/${f} ${EXAMPLESDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/more.help ${PREFIX}/share/misc/44bsd-more.help ${INSTALL_PROGRAM} ${WRKSRC}/more ${PREFIX}/bin/44bsd-more tarup: cd ${WRKSRC} && tar cyf /tmp/${DISTFILES} RCS scp /tmp/${DISTFILES} freefall:public_html/dists .include Property changes on: head/sysutils/44bsd-more/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/sysutils/Tee/Makefile =================================================================== --- head/sysutils/Tee/Makefile (revision 162214) +++ head/sysutils/Tee/Makefile (revision 162215) @@ -1,42 +1,41 @@ # New ports collection makefile for: Tee # Date created: Nov 1 2002 # Whom: Stephen Gunn , # # $FreeBSD$ # PORTNAME= Tee PORTVERSION= 3.4 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.physics.purdue.edu/pub/pundits/ \ http://archive.progeny.com/pundits/ DISTNAME= xapply-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= An enhanced version of tee(1) BUILD_DEPENDS= makeme:${PORTSDIR}/devel/msrc0 \ mkcmd:${PORTSDIR}/devel/mkcmd -USE_REINPLACE= yes MAKE_FLAGS= MAKEFILE= MAN1= ${PORTNAME}.1 PLIST_FILES= bin/Tee post-patch: @${REINPLACE_CMD} -e 's,CFLAGS=,CFLAGS+=,' -e 's,^DEBUG,#DEBUG,'\ -e 's,gcc,${CC},' ${WRKSRC}/bin/Tee/Make.host do-build: ( cd ${WRKSRC}/bin/${PORTNAME} && ${SETENV} ${MAKE_ENV} makeme \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} ) do-install: ( cd ${WRKSRC}/bin/Tee && ${SETENV} ${MAKENV} makeme \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} ) ${INSTALL_MAN} ${WRKSRC}/bin/${PORTNAME}/${PORTNAME}.man \ ${PREFIX}/man/man1/${PORTNAME}.1 .include Property changes on: head/sysutils/Tee/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/sysutils/acidlaunch/Makefile =================================================================== --- head/sysutils/acidlaunch/Makefile (revision 162214) +++ head/sysutils/acidlaunch/Makefile (revision 162215) @@ -1,37 +1,36 @@ # New ports collection makefile for: acidlaunch # Date created: 11 Apr 2003 # Whom: Alexey Dokuchaev # # $FreeBSD$ # PORTNAME= acidlaunch PORTVERSION= 0.5 PORTREVISION= 2 CATEGORIES= sysutils windowmaker MASTER_SITES= http://linuxgamers.net/download/ MAINTAINER= danfe@FreeBSD.org COMMENT= An application launcher with simple XML-based configuration syntax HAS_CONFIGURE= yes USE_GNOME= gtk12 gdkpixbuf libxml2 -USE_REINPLACE= yes USE_X_PREFIX= yes USE_XPM= yes MAN1= ${PORTNAME}.1 post-extract: @${REINPLACE_CMD} -e 's/enum GdkWMDecoration/GdkWMDecoration/' \ ${WRKSRC}/src/launcherwindow.cc do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/${PORTNAME} .for file in config.xml default.png ${INSTALL_DATA} ${WRKSRC}/prefs/${file} ${PREFIX}/share/${PORTNAME} .endfor @${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 ${MANPREFIX}/man/man1 .include Property changes on: head/sysutils/acidlaunch/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/sysutils/ah-tty/Makefile =================================================================== --- head/sysutils/ah-tty/Makefile (revision 162214) +++ head/sysutils/ah-tty/Makefile (revision 162215) @@ -1,31 +1,30 @@ # Ports collection makefile for: ah-tty # Date created: Tue Jun 25, 2002 # Whom: Michael L. Hostbaek # # $FreeBSD$ # PORTNAME= ah-tty PORTVERSION= 0.3.12 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mich@FreeBSD.org COMMENT= Ah-tty is an automatic helper for command prompts and shells GNU_CONFIGURE= yes -USE_REINPLACE= yes PLIST_FILES= bin/ah-tty bin/ah-tty.static share/ah-tty.conf MAN1= ah-tty.1 INFO= ah-tty post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/dillib/vty/vtlabel.c @${REINPLACE_CMD} -e 's|##x|x|' \ ${WRKSRC}/include/platform.h .include Property changes on: head/sysutils/ah-tty/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/anacron/Makefile =================================================================== --- head/sysutils/anacron/Makefile (revision 162214) +++ head/sysutils/anacron/Makefile (revision 162215) @@ -1,43 +1,42 @@ # New ports collection makefile for: anacron # Date created: 15 Jul 2003 # Whom: Derik van Zuetphen # # $FreeBSD$ # PORTNAME= anacron PORTVERSION= 2.3 PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= anacron MAINTAINER= dz@426.ch COMMENT= Schedules periodic jobs on systems that are not permanently up MAN8= anacron.8 MAN5= anacrontab.5 -USE_REINPLACE= yes USE_GMAKE= yes USE_RC_SUBR= anacron.sh SUB_FILES= pkg-message MAKE_ENV= CC="${CC}" post-patch: .for f in Makefile anacron.8 anacrontab.5 @${REINPLACE_CMD} -e 's|\(/etc/anacrontab\)|${PREFIX}\1|' ${WRKSRC}/${f} .endfor @${REINPLACE_CMD} -e 's|^CFLAGS = .*||' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/anacron ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/anacron.8 ${MAN8PREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/anacrontab.5 ${MAN5PREFIX}/man/man5 ${INSTALL_DATA} ${FILESDIR}/anacrontab.default ${PREFIX}/etc [ -f ${PREFIX}/etc/anacrontab ] || ${INSTALL_DATA} ${FILESDIR}/anacrontab.default ${PREFIX}/etc/anacrontab ${MKDIR} /var/spool/anacron post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/sysutils/anacron/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/sysutils/asmon/Makefile =================================================================== --- head/sysutils/asmon/Makefile (revision 162214) +++ head/sysutils/asmon/Makefile (revision 162215) @@ -1,37 +1,36 @@ # New ports collection makefile for: asmon # Date created: 27 Sep 1999 # Whom: jack # # $FreeBSD$ # PORTNAME= asmon PORTVERSION= 0.60 PORTREVISION= 1 CATEGORIES= sysutils afterstep MASTER_SITES= ${MASTER_SITE_AFTERSTEP} MASTER_SITE_SUBDIR= apps/asmon MAINTAINER= ports@FreeBSD.org COMMENT= A swallowable applet monitors the CPU usage, memory and swap, etc USE_XPM= yes USE_X_PREFIX= yes -USE_REINPLACE= yes BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/asmon CFLAGS+= -I${X11BASE}/include USE_GMAKE= yes ALL_TARGET= clean asmon MAKE_ARGS+= LIBDIR="-L${X11BASE}/lib" \ SOLARIS_LIBS=-lkvm PLIST_FILES= bin/asmon post-patch: ${REINPLACE_CMD} -e 's:gcc:${CC} ${CFLAGS}:' ${BUILD_WRKSRC}/Makefile do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g kmem -m 2755 ${WRKSRC}/asmon/asmon ${PREFIX}/bin .include Property changes on: head/sysutils/asmon/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/sysutils/barry/Makefile =================================================================== --- head/sysutils/barry/Makefile (revision 162214) +++ head/sysutils/barry/Makefile (revision 162215) @@ -1,34 +1,33 @@ # New ports collection makefile for: barry # Date created: 19 September 2002 # Whom: Brad Davis # # $FreeBSD$ # PORTNAME= barry PORTVERSION= 0.7 PORTREVISION= 2 CATEGORIES= sysutils kde MASTER_SITES= http://www.student.uni-oldenburg.de/frerich.raabe/barry/ \ http://freebsd.so14k.com/barry/ MAINTAINER= ports@FreeBSD.org COMMENT= A nice KDE frontend to the ports system BUILD_DEPENDS= ${LOCALBASE}/sbin/portsdb:${PORTSDIR}/sysutils/portupgrade RUN_DEPENDS= ${LOCALBASE}/sbin/portsdb:${PORTSDIR}/sysutils/portupgrade USE_BZIP2= yes USE_KDELIBS_VER=3 -USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 post-patch: @${FIND} ${WRKSRC} -name "*.h" -and -not -name "linklocator.h" | \ ${XARGS} ${REINPLACE_CMD} -e 's/^};/}/g' @${REINPLACE_CMD} "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure pre-install: @${MKDIR} ${DESTDIR}${PREFIX}/share/applnk/Utilities .include Property changes on: head/sysutils/barry/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/sysutils/be_agent/Makefile =================================================================== --- head/sysutils/be_agent/Makefile (revision 162214) +++ head/sysutils/be_agent/Makefile (revision 162215) @@ -1,39 +1,38 @@ # New ports collection Makefile for: be_agent # Date created: 20 May 2005 # Whom: Tony Shadwick # # $FreeBSD$ # PORTNAME= be_agent PORTVERSION= 5.046 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.support.veritas.com/pub/support/products/Backup_Exec_for_WindowsNT/ \ http://www.numbski.net/downloads/ DISTNAME= nls_agnt_262592 EXTRACT_SUFX= .tar MAINTAINER= numbski@hksilver.net COMMENT= VERITAS Backup Exec (tm) UNIX Agent RUN_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base NO_BUILD= yes ONLY_FOR_ARCHS= i386 NO_INSTALL_MANPAGES= yes -USE_REINPLACE= yes SUB_FILES= pkg-message USE_RC_SUBR= be-agent.sh PLIST_FILES= bin/agent.be \ etc/be-agent.cfg.sample do-install: @${INSTALL_PROGRAM} ${WRKDIR}/common/agent.linux24 ${PREFIX}/bin/agent.be @${CAT} ${PKGMESSAGE} ${WRKDIR}/english/agent.cfg \ ${FILESDIR}/config_example >> ${WRKDIR}/be-agent.cfg.sample @${INSTALL_DATA} ${WRKDIR}/be-agent.cfg.sample ${PREFIX}/etc post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/sysutils/be_agent/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/bpm/Makefile =================================================================== --- head/sysutils/bpm/Makefile (revision 162214) +++ head/sysutils/bpm/Makefile (revision 162215) @@ -1,39 +1,38 @@ # New ports collection makefile for: bpm # Date created: 23 July 2004 # Whom: sethk # # $FreeBSD$ # PORTNAME= bpm PORTVERSION= 0.4.1b PORTREVISION= 9 CATEGORIES= sysutils MASTER_SITES= http://www.meowfishies.com/code/bpm/ EXTRACT_SUFX= .tgz MAINTAINER= sethk@meowfishies.com COMMENT= A graphical BSD ports collection manager RUN_DEPENDS= portupgrade:${PORTSDIR}/sysutils/portupgrade USE_X_PREFIX= yes USE_GNOME= gtk20 desktopfileutils -USE_REINPLACE= yes MAKE_ENV+= OSTYPE="${OPSYS}" SUB_FILES= bpm.desktop post-patch: @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ ${REINPLACE_CMD} -e "s|-lintl|-lintl -L${LOCALBASE}/lib|g" # GnomeVFS needs pthread; bpm may use GnomeVFS (via GtkFileChooser) @${REINPLACE_CMD} -e 's|^CFLAGS+=|& ${PTHREAD_CFLAGS}|; \ s|^LDLIBS+=|& ${PTHREAD_LIBS}|' ${WRKSRC}/src/Makefile post-install: ${INSTALL_DATA} ${WRKDIR}/bpm.desktop ${PREFIX}/share/applications/bpm.desktop @-update-desktop-database .include Property changes on: head/sysutils/bpm/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/sysutils/bubblemon-dockapp/Makefile =================================================================== --- head/sysutils/bubblemon-dockapp/Makefile (revision 162214) +++ head/sysutils/bubblemon-dockapp/Makefile (revision 162215) @@ -1,43 +1,42 @@ # New ports collection makefile for: bubblemon-dockapp # Date created: Apr 16, 2001 # Whom: Mark Pulford # # $FreeBSD$ # PORTNAME= bubblemon-dockapp PORTVERSION= 1.46 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/0$//} MAINTAINER= ports@FreeBSD.org COMMENT= X eye candy for displaying CPU and memory load in a dock -USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 MAKE_ARGS+= PREFIX="${PREFIX}" EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME} post-patch: ${REINPLACE_CMD} -e "s@CC = gcc@CC = ${CC}@g; \ s@-O3 -ansi -Wall@${CFLAGS} -Wall@g; \ s@PREFIX = /usr/local@PREFIX = ${PREFIX}@g; \ s@gtk-config@${GTK_CONFIG}@g; s@-lgtk@-lgtk-1.2@g; \ s@-c -g kmem -m 2755 -o root@-s -c -g kmem -m 2755 -o root@g" \ ${WRKSRC}/Makefile post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/misc/wak.wav ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/misc/wakwak.sh ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/Xdefaults.sample ${EXAMPLESDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/sysutils/bubblemon-dockapp/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/sysutils/bubblemon2/Makefile =================================================================== --- head/sysutils/bubblemon2/Makefile (revision 162214) +++ head/sysutils/bubblemon2/Makefile (revision 162215) @@ -1,39 +1,38 @@ # New ports collection makefile for: sysutils/bubblemon2 # Date created: 08 Jul 2002 # Whom: Juan Salaverria # # $FreeBSD$ # PORTNAME= bubblemon2 PORTVERSION= 2.0.5 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= bubblemon DISTNAME= bubblemon-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A system CPU and memory load monitor for GNOME2 LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop2 USE_X_PREFIX= yes USE_GNOME= gnomehack gnomepanel gnomeprefix gnometarget intlhack -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= bubblemon-gnome2.1 MANLANG= "" hu sv post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in AUTHORS ChangeLog FAQ PROFILING TRANSLATIONS NEWS README TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/sysutils/bubblemon2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/sysutils/cdbakeoven/Makefile =================================================================== --- head/sysutils/cdbakeoven/Makefile (revision 162214) +++ head/sysutils/cdbakeoven/Makefile (revision 162215) @@ -1,33 +1,32 @@ # New ports collection makefile for: cdbakeoven # Date created: 19 September 2002 # Whom: Michael Nottebrock # # $FreeBSD$ # PORTNAME= cdbakeoven PORTVERSION= 1.8.9 PORTREVISION= 9 CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lofi@freebsd.org COMMENT= KDE frontend for cdrecord and mkisofs/mkhybrid RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ mpg123:${PORTSDIR}/audio/mpg123 \ ogg123:${PORTSDIR}/audio/vorbis-tools USE_BZIP2= yes USE_KDEBASE_VER=3 -USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes INSTALLS_SHLIB= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .include Property changes on: head/sysutils/cdbakeoven/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/sysutils/cfvers/Makefile =================================================================== --- head/sysutils/cfvers/Makefile (revision 162214) +++ head/sysutils/cfvers/Makefile (revision 162215) @@ -1,37 +1,36 @@ # New ports collection makefile for: cfvers # Date created: 2004-10-06 # Whom: janos.mohacsi@bsd.hu # # $FreeBSD$ # PORTNAME= cfvers PORTVERSION= 0.4.6 CATEGORIES= sysutils devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Configuration versioning system RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/main.py:${PORTSDIR}/databases/py-PySQLite10 USE_GMAKE= yes USE_PYTHON= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes MAN1= cfv.1 cfvadmin.1 DOCS= AUTHORS NEWS README TODO doc/*.html post-configure: ${REINPLACE_CMD} -e 's,/etc/cfvers.conf,${PREFIX}/etc/cfvers.conf,g' \ ${WRKSRC}/cfvers/cmd.py .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include Property changes on: head/sysutils/cfvers/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/sysutils/checkservice/Makefile =================================================================== --- head/sysutils/checkservice/Makefile (revision 162214) +++ head/sysutils/checkservice/Makefile (revision 162215) @@ -1,50 +1,49 @@ # ex:ts=8 # New ports collection makefile for: checkservice # Date created: Jan 1, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= checkservice PORTVERSION= 1.2.0 CATEGORIES= sysutils MASTER_SITES= http://www.linvision.com/checkservice/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Checkservice is written to check the status of the services RUN_DEPENDS= ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools -USE_REINPLACE= yes USE_PERL5_RUN= YES NO_BUILD= YES MAN1= checkservice.1 MAN5= checkservice.5 post-patch: .for file in ${PORTNAME} man/${PORTNAME}.1 man/${PORTNAME}.5 @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/${file} .endfor do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin ${CP} -R ${WRKSRC}/lib/CS ${SITE_PERL} @${MKDIR} -m 755 ${PREFIX}/lib/${PORTNAME} ${CP} -R ${WRKSRC}/plugins/ ${PREFIX}/lib/${PORTNAME} @${MKDIR} -m 755 ${PREFIX}/etc/${PORTNAME} ${CP} -R ${WRKSRC}/config/ ${PREFIX}/etc/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/man/checkservice.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/checkservice.5 ${PREFIX}/man/man5 post-install: .if !defined(BATCH) @${ECHO_CMD} "" @${ECHO_CMD} "############################################################################" @${ECHO_CMD} "# Config files are in ${PREFIX}/etc/${PORTNAME} #" @${ECHO_CMD} "# Plugins are in ${PREFIX}/lib/${PORTNAME} #" @${ECHO_CMD} "############################################################################" .endif .include Property changes on: head/sysutils/checkservice/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/sysutils/clockspeed/Makefile =================================================================== --- head/sysutils/clockspeed/Makefile (revision 162214) +++ head/sysutils/clockspeed/Makefile (revision 162215) @@ -1,75 +1,74 @@ # New ports collection makefile for: clockspeed # Date created: 16 June 2000 # Whom: Mario S F Ferreira et al. # # $FreeBSD$ # PORTNAME= clockspeed PORTVERSION= 0.62 PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://cr.yp.to/clockspeed/ \ ftp://ftp.task.gda.pl/mirror/mirror.qmail.org/koobera/pub/software/ MAINTAINER= lioux@FreeBSD.org COMMENT= Uses a hardware tick counter to compensate for deviant system clock LIB_DEPENDS= tai.1:${PORTSDIR}/devel/libtai ALL_TARGET= it -USE_REINPLACE= yes INSTALL_TARGET= setup check MAN1= clockadd.1 clockspeed.1 clockview.1 sntpclock.1 \ taiclock.1 taiclockd.1 PREFIX_FIX_FILES= ${WRKSRC}/leapsecs_read.c ${WRKSRC}/INSTALL CLOCKSPEED_RC_SCRIPT_SAMPLE= ${FILESDIR}/clockspeed.sh.sample RC_SCRIPT_STARTUP_DIR= ${PREFIX}/etc/rc.d .include post-extract: # get this port working under FreeBSD non-i386 @${INSTALL} ${FILESDIR}/tryclock_gettime.c ${WRKSRC} @${ECHO} tryclock_gettime.c >> ${WRKSRC}/FILES .for file in SYSDEPS TARGETS @${ECHO} hasclock_gettime.h >> ${WRKSRC}/${file} .endfor post-patch: real-post-patch do-configure: @${ECHO_CMD} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc @${ECHO_CMD} ${CC} -s -L${LOCALBASE}/lib > ${WRKSRC}/conf-ld @${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home post-build: @${CP} ${LOCALBASE}/etc/leapsecs.dat ${WRKSRC}/leapsecs.dat post-install: real-post-install .include real-post-patch: @${SED} "s!/usr/local/!${PREFIX}!" ${CLOCKSPEED_RC_SCRIPT_SAMPLE} > \ ${WRKDIR}/${CLOCKSPEED_RC_SCRIPT_SAMPLE:T} .for file in ${PREFIX_FIX_FILES} @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${file} .endfor real-post-install: .if !defined(NOPORTDOCS) @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ ${PREFIX}/share/doc/clockspeed @${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/clockspeed @${INSTALL_DATA} ${PKGMESSAGE} \ ${PREFIX}/share/doc/clockspeed/INSTALL-FreeBSD .endif @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ ${PREFIX}/etc/clockspeed @${INSTALL_DATA} ${WRKSRC}/leapsecs.dat ${PREFIX}/etc/clockspeed @${INSTALL_SCRIPT} ${WRKDIR}/${CLOCKSPEED_RC_SCRIPT_SAMPLE:T} \ ${RC_SCRIPT_STARTUP_DIR}/${CLOCKSPEED_RC_SCRIPT_SAMPLE:T} @${SED} s!/usr/local/!${PREFIX}/! ${PKGMESSAGE} Property changes on: head/sysutils/clockspeed/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/sysutils/cloop-utils/Makefile =================================================================== --- head/sysutils/cloop-utils/Makefile (revision 162214) +++ head/sysutils/cloop-utils/Makefile (revision 162215) @@ -1,36 +1,35 @@ # New ports collection makefile for: cloop-utils # Date created: 19 Jan 2004 # Whom: Max Khon # # $FreeBSD$ # PORTNAME= cloop-utils PORTVERSION= ${CLOOP_VERSION}.${CLOOP_REVISION} CATEGORIES= sysutils MASTER_SITES= http://debian-knoppix.alioth.debian.org/sources/ DISTNAME= cloop_${CLOOP_VERSION}-${CLOOP_REVISION} MAINTAINER= fjoe@FreeBSD.org COMMENT= Compressed loop FS utils WRKSRC= ${WRKDIR}/cloop-${CLOOP_VERSION} USE_GMAKE= yes -USE_REINPLACE= yes MAKE_ENV= APPSONLY=yes PORTDOCS= README PLIST_FILES= bin/create_compressed_fs bin/extract_compressed_fs CLOOP_VERSION= 2.01 CLOOP_REVISION= 2 post-patch: @${REINPLACE_CMD} -e 's/^CFLAGS:=/CFLAGS?=/' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/create_compressed_fs ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/extract_compressed_fs ${PREFIX}/bin ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .include Property changes on: head/sysutils/cloop-utils/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/sysutils/cog/Makefile =================================================================== --- head/sysutils/cog/Makefile (revision 162214) +++ head/sysutils/cog/Makefile (revision 162215) @@ -1,27 +1,26 @@ # New ports collection makefile for: COnfigurator for Gnome # Date created: 01 May 2004 # Whom: Joe Marcus Clarke # # $FreeBSD$ # PORTNAME= cog PORTVERSION= 0.8.0 PORTREVISION= 3 CATEGORIES= sysutils gnome MASTER_SITES= http://www.krakoa.dk/progs/cog/ MAINTAINER= gnome@FreeBSD.org COMMENT= A program for editing advanced GNOME settings in an easy way USE_X_PREFIX= yes USE_GMAKE= yes -USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= VERSION=${PORTVERSION} .include Property changes on: head/sysutils/cog/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/sysutils/conky/Makefile =================================================================== --- head/sysutils/conky/Makefile (revision 162214) +++ head/sysutils/conky/Makefile (revision 162215) @@ -1,96 +1,95 @@ # New ports collection makefile for: conky # Date created: 2005-08-27 # Whom: Roman Bogorodskiy # # $FreeBSD$ # PORTNAME= conky PORTVERSION= 1.4.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= novel@FreeBSD.org COMMENT= An advanced, highly configurable system monitor for X USE_BZIP2= yes -USE_REINPLACE= yes HAS_CONFIGURE= yes USE_X_PREFIX= yes CONFIGURE_ARGS+= --disable-portmon --disable-proc-uptime CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${X11BASE}/include" \ LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" MAN1= conky.1 PORTDOCS= README AUTHORS ChangeLog TODO \ docs.html variables.html config_settings.html .if defined(WITH_BMPX) BUILD_DEPENDS+= bmpx:${PORTSDIR}/multimedia/bmpx RUN_DEPENDS+= bmpx:${PORTSDIR}/multimedia/bmpx LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+= --enable-bmpx .else CONFIGURE_ARGS+= --disable-bmpx .endif .if defined(WITH_XFT) LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft CONFIGURE_ARGS+= --enable-xft .else CONFIGURE_ARGS+= --disable-xft .endif .if !defined(WITHOUT_OWN_WINDOW) CONFIGURE_ARGS+= --enable-own-window .else CONFIGURE_ARGS+= --disable-own-widnow .endif .if defined(WITH_MPD) CONFIGURE_ARGS+= --enable-mpd .else CONFIGURE_ARGS+= --disable-mpd .endif .if defined(WITHOUT_DOUBLE_BUFFER) CONFIGURE_ARGS+= --disable-double-buffer .endif pre-everything:: @${ECHO_MSG} "You may specify the following on the command line:" @${ECHO_MSG} " " @${ECHO_MSG} "WITH_BMPX=yes to enable BMPx support" @${ECHO_MSG} "WITH_XFT=yes to enable XFT support" @${ECHO_MSG} "WITHOUT_OWN_WINDOW=yes to disable own window support" @${ECHO_MSG} "WITH_MPD=yes to enable MPD support" @${ECHO_MSG} "WITHOUT_DOUBLE_BUFFER=yes to disable double buffer support" @${ECHO_MSG} " " do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/conky ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/conky.1 ${PREFIX}/man/man1 post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/doc/conkyrc.sample ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in README AUTHORS ChangeLog TODO ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .for i in docs.html variables.html config_settings.html ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR} .endfor .endif .include .if ${OSVERSION} < 500000 BROKEN= "Doesn't compile on 4.x" .endif .include Property changes on: head/sysutils/conky/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/sysutils/conky-awesome/Makefile =================================================================== --- head/sysutils/conky-awesome/Makefile (revision 162214) +++ head/sysutils/conky-awesome/Makefile (revision 162215) @@ -1,96 +1,95 @@ # New ports collection makefile for: conky # Date created: 2005-08-27 # Whom: Roman Bogorodskiy # # $FreeBSD$ # PORTNAME= conky PORTVERSION= 1.4.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= novel@FreeBSD.org COMMENT= An advanced, highly configurable system monitor for X USE_BZIP2= yes -USE_REINPLACE= yes HAS_CONFIGURE= yes USE_X_PREFIX= yes CONFIGURE_ARGS+= --disable-portmon --disable-proc-uptime CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${X11BASE}/include" \ LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" MAN1= conky.1 PORTDOCS= README AUTHORS ChangeLog TODO \ docs.html variables.html config_settings.html .if defined(WITH_BMPX) BUILD_DEPENDS+= bmpx:${PORTSDIR}/multimedia/bmpx RUN_DEPENDS+= bmpx:${PORTSDIR}/multimedia/bmpx LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+= --enable-bmpx .else CONFIGURE_ARGS+= --disable-bmpx .endif .if defined(WITH_XFT) LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft CONFIGURE_ARGS+= --enable-xft .else CONFIGURE_ARGS+= --disable-xft .endif .if !defined(WITHOUT_OWN_WINDOW) CONFIGURE_ARGS+= --enable-own-window .else CONFIGURE_ARGS+= --disable-own-widnow .endif .if defined(WITH_MPD) CONFIGURE_ARGS+= --enable-mpd .else CONFIGURE_ARGS+= --disable-mpd .endif .if defined(WITHOUT_DOUBLE_BUFFER) CONFIGURE_ARGS+= --disable-double-buffer .endif pre-everything:: @${ECHO_MSG} "You may specify the following on the command line:" @${ECHO_MSG} " " @${ECHO_MSG} "WITH_BMPX=yes to enable BMPx support" @${ECHO_MSG} "WITH_XFT=yes to enable XFT support" @${ECHO_MSG} "WITHOUT_OWN_WINDOW=yes to disable own window support" @${ECHO_MSG} "WITH_MPD=yes to enable MPD support" @${ECHO_MSG} "WITHOUT_DOUBLE_BUFFER=yes to disable double buffer support" @${ECHO_MSG} " " do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/conky ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/conky.1 ${PREFIX}/man/man1 post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/doc/conkyrc.sample ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in README AUTHORS ChangeLog TODO ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .for i in docs.html variables.html config_settings.html ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR} .endfor .endif .include .if ${OSVERSION} < 500000 BROKEN= "Doesn't compile on 4.x" .endif .include Property changes on: head/sysutils/conky-awesome/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/sysutils/coreutils/Makefile =================================================================== --- head/sysutils/coreutils/Makefile (revision 162214) +++ head/sysutils/coreutils/Makefile (revision 162215) @@ -1,66 +1,65 @@ # New ports collection makefile for: coreutils # Date created: 18 November 2003 # Whom: Jason Harris # # $FreeBSD$ # PORTNAME= coreutils PORTVERSION= 5.2.1 CATEGORIES= sysutils textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jharris@widomaker.com COMMENT= The Free Software Foundation's core utilities CONFLICTS= fileutils-[0-9]* id-utils-[0-9]* linux-gid-[0-9]* \ sh-utils-[0-9]* textutils-[0-9]* USE_GPG?= yes SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig USE_BZIP2= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_ARGS= --program-prefix=g CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" USE_GMAKE= yes .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif INFO= coreutils MAN1= gbasename.1 gcat.1 gchgrp.1 gchmod.1 gchown.1 gchroot.1 gcksum.1 \ gcomm.1 gcp.1 gcsplit.1 gcut.1 gdate.1 gdd.1 gdf.1 gdir.1 \ gdircolors.1 gdirname.1 gdu.1 gecho.1 genv.1 gexpand.1 gexpr.1 \ gfactor.1 gfalse.1 gfmt.1 gfold.1 ggroups.1 ghead.1 ghostid.1 \ ghostname.1 gid.1 ginstall.1 gjoin.1 gkill.1 glink.1 gln.1 \ glogname.1 gls.1 gmd5sum.1 gmkdir.1 gmkfifo.1 gmknod.1 gmv.1 \ gnice.1 gnl.1 gnohup.1 god.1 gpaste.1 gpathchk.1 gpinky.1 \ gpr.1 gprintenv.1 gprintf.1 gptx.1 gpwd.1 greadlink.1 grm.1 \ grmdir.1 gseq.1 gsha1sum.1 gshred.1 gsleep.1 gsort.1 gsplit.1 \ gstat.1 gstty.1 gsu.1 gsum.1 gsync.1 gtac.1 gtail.1 gtee.1 \ gtest.1 gtouch.1 gtr.1 gtrue.1 gtsort.1 gtty.1 guname.1 \ gunexpand.1 guniq.1 gunlink.1 guptime.1 gusers.1 gvdir.1 \ gwc.1 gwho.1 gwhoami.1 gyes.1 post-patch: .if !defined(WITH_SUID) @${REINPLACE_CMD} -e "s/u\+s/u\+w/g" ${WRKSRC}/src/Makefile.in .endif post-build: @${REINPLACE_CMD} -e "s/ lib / /g" ${WRKSRC}/Makefile post-install: .include Property changes on: head/sysutils/coreutils/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/sysutils/curly/Makefile =================================================================== --- head/sysutils/curly/Makefile (revision 162214) +++ head/sysutils/curly/Makefile (revision 162215) @@ -1,42 +1,41 @@ # New ports collection makefile for: curly # Date created: Nov 1 2002 # Whom: Stephen Gunn , # # $FreeBSD$ # PORTNAME= curly PORTVERSION= 3.4 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.physics.purdue.edu/pub/pundits/ \ http://archive.progeny.com/pundits/ DISTNAME= xapply-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Generalize listed filenames to csh-extended glob patterns BUILD_DEPENDS= makeme:${PORTSDIR}/devel/msrc0 \ mkcmd:${PORTSDIR}/devel/mkcmd -USE_REINPLACE= yes MAKE_FLAGS= MAKEFILE= MAN1= ${PORTNAME}.1 MLINKS= ${PORTNAME}.1 un${PORTNAME}.1 post-patch: @${REINPLACE_CMD} -e 's,CFLAGS=,CFLAGS+=,' -e 's,^DEBUG,#DEBUG,'\ -e 's,gcc,${CC},' ${WRKSRC}/bin/curly/Make.host do-build: ( cd ${WRKSRC}/bin/${PORTNAME} && ${SETENV} ${MAKE_ENV} makeme \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} ) do-install: ( cd ${WRKSRC}/bin/curly && ${SETENV} ${MAKENV} makeme \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} ) ${INSTALL_MAN} ${WRKSRC}/bin/${PORTNAME}/${PORTNAME}.man \ ${PREFIX}/man/man1/${PORTNAME}.1 .include Property changes on: head/sysutils/curly/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/sysutils/dar/Makefile =================================================================== --- head/sysutils/dar/Makefile (revision 162214) +++ head/sysutils/dar/Makefile (revision 162215) @@ -1,43 +1,42 @@ # New ports collection makefile for: dar # Date created: 3 January 2004 # Whom: Edson Brandi # # $FreeBSD$ # PORTNAME= dar PORTVERSION= 2.2.2 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} MAINTAINER= ebrandi@fugspbr.org COMMENT= A full featured command-line backup tool, aimed for disks INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes CPPFLAGS+= -DHAVE_DECL_GETOPT=0 .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-libdar-integers.hpp CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--with-libintl-prefix=${PREFIX} CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif MAN1= dar.1 dar_cp.1 dar_manager.1 dar_slave.1 dar_xform.1 post-patch: @${REINPLACE_CMD} -Ee 's,(_nl_expand_alias) \(0\),\1 (),g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} .include Property changes on: head/sysutils/dar/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/sysutils/dim/Makefile =================================================================== --- head/sysutils/dim/Makefile (revision 162214) +++ head/sysutils/dim/Makefile (revision 162215) @@ -1,30 +1,29 @@ # New ports collection makefile for: dim # Date created: Apr 13, 2001 # Whom: Mark Pulford # # $FreeBSD$ # PORTNAME= dim PORTVERSION= 1.1 CATEGORIES= sysutils MASTER_SITES= http://www.theory.org/~matt/dim/ DISTNAME= dim EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org COMMENT= A directory lister which sorts the file list in 2D USE_PERL5_RUN= yes NO_WRKSUBDIR= yes NO_BUILD= yes -USE_REINPLACE= yes PLIST_FILES= bin/dim post-patch: ${REINPLACE_CMD} -E "s|^#!.+|#!${PERL}|" ${WRKSRC}/dim.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/dim.pl ${PREFIX}/bin/dim .include Property changes on: head/sysutils/dim/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/diskcheckd/Makefile =================================================================== --- head/sysutils/diskcheckd/Makefile (revision 162214) +++ head/sysutils/diskcheckd/Makefile (revision 162215) @@ -1,53 +1,52 @@ # ex:ts=8 # Ports collection makefile for: diskcheckd # Date created: Thu Aug 23, 2001 # Whom: David W. Chapman Jr. (dwcjr@FreeBSD.org) # # $FreeBSD$ # PORTNAME= diskcheckd PORTVERSION= 20010823 PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= # part of port DISTFILES= # part of port EXTRACT_ONLY= # part of port MAINTAINER= ports@FreeBSD.org COMMENT= Daemon to check for disk read errors STARTUP= diskcheckd.sh MAN8= diskcheckd.8 MLINKS= diskcheckd.8 diskcheckd.conf.5 -USE_REINPLACE= yes NO_WRKSUBDIR= yes CFLAGS+= -D_PATH_CONF='\"${PREFIX}/etc/diskcheckd.conf\"' MAKEFILE= /usr/share/mk/bsd.prog.mk MAKE_ARGS= PROG=diskcheckd MAN8=${MAN8} .include .if ${OSVERSION} < 500000 IGNORE= Not tested on anything less than 5.0, use at discretion .endif do-extract: @${MKDIR} ${WRKSRC} .for file in diskcheckd.c diskcheckd.8 @(cd ${WRKSRC} ; ${CP} ${FILESDIR}/${file} .) .endfor do-patch: @${REINPLACE_CMD} -e 's|/usr/local/etc/diskcheckd.conf|${PREFIX}/etc/diskcheckd.conf|g' ${WRKSRC}/diskcheckd.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/diskcheckd ${PREFIX}/sbin ${INSTALL_DATA} ${FILESDIR}/diskcheckd.conf ${PREFIX}/etc/diskcheckd.conf.sample ${INSTALL_SCRIPT} ${FILESDIR}/diskcheckd.sh ${PREFIX}/etc/rc.d ${INSTALL_MAN} ${WRKSRC}/diskcheckd.8 ${PREFIX}/man/man8 .include Property changes on: head/sysutils/diskcheckd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/sysutils/disktool/Makefile =================================================================== --- head/sysutils/disktool/Makefile (revision 162214) +++ head/sysutils/disktool/Makefile (revision 162215) @@ -1,44 +1,43 @@ # New ports collection makefile for: disktool # Date created: Thu Apr 24 05:10:34 EDT 2003 # Whom: Serge Gagnon # # $FreeBSD$ # PORTNAME= disktool PORTVERSION= 2.0 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://ftp.auxio.org/pub/mirrors/step.polymtl.ca/pub/Xview/apps/disktool/ DISTNAME= disktool-2.0c MAINTAINER= ports@FreeBSD.org COMMENT= XView sysadmin tool for monitoring diskfull situations LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview -USE_REINPLACE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${DISTNAME} ALL_TARGET= disktool MAN1= disktool.1 PLIST_FILES= bin/disktool .include .if ${OSVERSION} > 500000 EXTRA_PATCHES= ${FILESDIR}/extrapatch-disktool.c .endif post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/disktool ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/disktool.man \ ${PREFIX}/man/man1/disktool.1 .include Property changes on: head/sysutils/disktool/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/sysutils/dolly/Makefile =================================================================== --- head/sysutils/dolly/Makefile (revision 162214) +++ head/sysutils/dolly/Makefile (revision 162215) @@ -1,81 +1,79 @@ # New ports collection makefile for: dolly # Date created: Thu Jul 15 10:01:46 UTC 2004 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= dolly PORTVERSION= 0.57 CATEGORIES= sysutils net MASTER_SITES= http://www.cs.inf.ethz.ch/CoPs/patagonia/dolly/ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A program to clone harddisks/partitions over a fast switched network -USE_REINPLACE= yes - OPTIONS= BZIP2 "bzip2 instead of gzip for compressing" on \ HIGHEST_COMPRESSION "Highest rather than fastest compression" on PLIST_FILES= bin/${PORTNAME} PORTDOCS= README do-configure: # C{C,FLAGS} safeness @${REINPLACE_CMD} -E \ -e 's|^(CC[[:space:]]*=).*$$|\1${CC}|' \ -e 's|^(CFLAGS[[:space:]]*=.*)$$|\1 ${CFLAGS}|' \ ${BUILD_WRKSRC}/${MAKEFILE} do-install: .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} . for file in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/ . endfor .endif @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ .include # Correctly depend upon bzip2 if necessary .ifdef(WITH_BZIP2) EXTRA_PATCHES+= ${FILESDIR}/extra-bzip2-patch-dolly.c .endif post-patch: # fix comment error @${REINPLACE_CMD} -E \ -e 's|use gzip|use gunzip|' \ ${WRKSRC}/dolly.c # Properly reference bzip2 instead of gzip .ifdef(WITH_BZIP2) @${REINPLACE_CMD} -E \ -e 's|/usr/bin/gzip|${BZIP2_CMD}|' \ -e 's|gzip|bzip2|' \ -e 's|/usr/bin/gunzip|${BZCAT}|' \ ${WRKSRC}/dolly.c # Use specific FreeBSD references # Fix spelling @${REINPLACE_CMD} -E \ -e 's|gnu-zipped|bzipped|' \ -e 's|sda([[:digit:]])|da\1|g' \ -e 's|/sda|/da|g' \ -e 's|sda_|da_|g' \ -e 's|hypennormal|hyphennormal|' \ ${WRKSRC}/README @${REINPLACE_CMD} -E \ -e 's|gunzip|bzcat|' \ -e 's|\.gz|\.bz2|g' \ ${WRKSRC}/* .endif # Highest compression possible .ifdef(WITH_HIGHEST_COMPRESSION) @${REINPLACE_CMD} -E \ -e 's|-cf|-9cf|' \ ${WRKSRC}/dolly.c .endif .include Property changes on: head/sysutils/dolly/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/sysutils/dolly+/Makefile =================================================================== --- head/sysutils/dolly+/Makefile (revision 162214) +++ head/sysutils/dolly+/Makefile (revision 162215) @@ -1,43 +1,42 @@ # New ports collection makefile for: dolly+ # Date created: Thu Jul 15 10:13:27 UTC 2004 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= dolly+ PORTVERSION= 0.93 CATEGORIES= sysutils net MASTER_SITES= http://corvus.kek.jp/~manabe/pcf/dolly/ DISTNAME= dolly${PORTVERSION:S/./_/} MAINTAINER= ports@FreeBSD.org COMMENT= Improved version of dolly harddisk/partition network clone utility -USE_REINPLACE= yes NO_WRKSUBDIR= yes PROGRAM_BIN_FILES= dollyC PROGRAM_SBIN_FILES= dollyS dping PLIST_FILES= bin/dollyC \ sbin/dollyS \ sbin/dping do-configure: # CXX{,FLAGS}, PTHREAD_* safeness @${REINPLACE_CMD} -E \ -e 's|g\+\+|${CXX}|' \ -e 's|^(CXXFLAGS[[:space:]]*=.*)$$|\1 ${CXXFLAGS} ${PTHREAD_CFLAGS}|' \ -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${BUILD_WRKSRC}/${MAKEFILE} do-install: .for file in ${PROGRAM_BIN_FILES} @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin/ .endfor .for file in ${PROGRAM_SBIN_FILES} @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/sbin/ .endfor .include Property changes on: head/sysutils/dolly+/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/dt/Makefile =================================================================== --- head/sysutils/dt/Makefile (revision 162214) +++ head/sysutils/dt/Makefile (revision 162215) @@ -1,44 +1,42 @@ # New ports collection makefile for: dt # Date created: 14 Jan 2004 # Whom: Radim Kolar # # $FreeBSD$ # # $Tecnik: ports/sysutils/dt/Makefile,v 1.3 2005/12/12 19:58:36 itetcu Exp $ # PORTNAME= dt PORTVERSION= 15.14 CATEGORIES= sysutils MASTER_SITES= http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/ftp/dt/ \ http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ DISTNAME= dt-source MAINTAINER= itetcu@people.tecnik93.com COMMENT= Data Test Program - disk/tape error diagnostic tool -USE_REINPLACE= yes - WRKSRC= ${WRKDIR}/dt.d MAKEFILE= Makefile.freebsd ALL_TARGET= dt PORTDOCS= README.1st ToDoList WhatsNew-* dt-UsersGuide.txt dt-Overview.txt do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dt ${PREFIX}/sbin ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/pattern_* ${DATADIR} ${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/dta ${WRKSRC}/dtc ${WRKSRC}/dtf ${WRKSRC}/dtr ${WRKSRC}/dts ${WRKSRC}/dtt ${WRKSRC}/dtw ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/MakeTestDisc ${EXAMPLESDIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.1st ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ToDoList ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/WhatsNew-* ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/dt-UsersGuide.txt ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/dt.help ${DOCSDIR}/dt-Overview.txt .endif .include Property changes on: head/sysutils/dt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/dump9660/Makefile =================================================================== --- head/sysutils/dump9660/Makefile (revision 162214) +++ head/sysutils/dump9660/Makefile (revision 162215) @@ -1,36 +1,35 @@ # New ports collection makefile for: dump9660 # Date Created: 14 Jun 2002 # Whom: wkj # # $FreeBSD$ # PORTNAME= dump9660 PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= http://www.morphisms.net/~wkj/Software/dump9660/ DISTNAME= dump9660 EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Create an ISO 9660 image, possibly incrementally MAN8= mk9660.8 MAN5= proto.5 MLINKS= mk9660.8 dump9660.8 -USE_REINPLACE= yes ONLY_FOR_ARCHS= alpha i386 powerpc OBJTYPE= ${MACHINE_ARCH:S/i386/386/:S/powerpc/power/} MAKE_ENV= systype=${OPSYS} objtype=${OBJTYPE} post-patch: ${REINPLACE_CMD} -e 's|@@LOCAL@@|${PREFIX}|g' ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|CC=.*|CC=${CC}|' \ -e 's|XCFLAGS=.*|XCFLAGS=${CFLAGS} -DFREEBSD|' \ ${WRKSRC}/Make.FreeBSD # The assembly files require pre-processing cd ${WRKSRC}/libunix; \ for f in *.s; do ${MV} $$f $${f%.s}.S; done .include Property changes on: head/sysutils/dump9660/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/dvdbackup/Makefile =================================================================== --- head/sysutils/dvdbackup/Makefile (revision 162214) +++ head/sysutils/dvdbackup/Makefile (revision 162215) @@ -1,35 +1,34 @@ # New ports collection makefile for: dvdbackup # Date created: 2004-09-24 # Whom: Michael Johnson # # $FreeBSD$ # PORTNAME= dvdbackup PORTVERSION= 0.1.1 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://dvd-create.sourceforge.net/ MAINTAINER= ports@FreeBSD.org COMMENT= Backup content from DVD to hard disk LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/dvdbackup PORTDOCS= README -USE_REINPLACE= yes do-build: ${CC} -o ${WRKSRC}/dvdbackup ${CFLAGS} -I${LOCALBASE}/include \ -L${LOCALBASE}/lib -ldvdread ${WRKSRC}/src/dvdbackup.c do-install: @${INSTALL_PROGRAM} ${WRKSRC}/dvdbackup ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/sysutils/dvdbackup/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/sysutils/enteruser/Makefile =================================================================== --- head/sysutils/enteruser/Makefile (revision 162214) +++ head/sysutils/enteruser/Makefile (revision 162215) @@ -1,35 +1,34 @@ # New ports collection makefile for: enteruser # Date created: 19 Feb 2002 # Whom: Danny Howard # # $FreeBSD$ # PORTNAME= enteruser PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= http://dannyman.toldme.com/warez/ DISTNAME= enteruser EXTRACT_SUFX= # empty EXTRACT_ONLY= # empty MAINTAINER= dannyman@toldme.com COMMENT= Extensible script for adding new users -USE_REINPLACE= yes USE_PERL5= yes NO_WRKSUBDIR= true NO_BUILD= true do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} do-patch: @${REINPLACE_CMD} -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/enteruser do-install: ${INSTALL_SCRIPT} ${WRKSRC}/enteruser ${PREFIX}/sbin ${LN} -f ${PREFIX}/sbin/enteruser ${PREFIX}/sbin/queueuser .include Property changes on: head/sysutils/enteruser/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/sysutils/epylog/Makefile =================================================================== --- head/sysutils/epylog/Makefile (revision 162214) +++ head/sysutils/epylog/Makefile (revision 162215) @@ -1,56 +1,55 @@ # New ports collection makefile for: epylog # Date created: 3 July 2005 # Whom: Alan Snelson # # $FreeBSD$ # PORTNAME= epylog PORTVERSION= 1.0.3 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://linux.duke.edu/projects/epylog/download/ MAINTAINER= alan@wave2.co.uk COMMENT= Epylog is a syslog parser which mails you the output BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ lynx:${PORTSDIR}/www/lynx MAN3= epylog.3 MAN5= epylog-modules.5 epylog.conf.5 MAN8= epylog.8 -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lynx=${LOCALBASE}/bin/lynx USE_PERL5= yes USE_PYTHON= yes LOCAL_CONF_FILES= epylog.conf \ modules.d/logins.conf \ modules.d/mail.conf \ modules.d/notices.conf \ modules.d/packets.conf \ modules.d/spamd.conf \ modules.d/weeder.conf \ notice_local.xml \ report_template.html \ weed_local.cf SUB_FILES= pkg-install pkg-deinstall SUB_LIST= LOCAL_CONF_FILES="${LOCAL_CONF_FILES}" post-patch: @${REINPLACE_CMD} -e 's|$$sysconfdir/cron\.daily|$$sysconfdir/epylog|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/var/log/secure|/var/log/auth.log|' \ ${WRKSRC}/etc/modules.d/logins.conf.in \ ${WRKSRC}/etc/modules.d/notices.conf.in \ ${WRKSRC}/etc/modules.d/weeder.conf.in post-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include Property changes on: head/sysutils/epylog/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/sysutils/eroaster/Makefile =================================================================== --- head/sysutils/eroaster/Makefile (revision 162214) +++ head/sysutils/eroaster/Makefile (revision 162215) @@ -1,47 +1,46 @@ # New ports collection makefile for: eroaster # Date Created: 20 Dic 2003 # Whom: Davide D'Amico # # $FreeBSD$ # PORTNAME= eroaster PORTVERSION= 2.2.0.0.6 PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= eroaster DISTNAME= ${PORTNAME}-2.2.0-0.6 MAINTAINER= dave@gufi.org COMMENT= A GNOME2 frontend to mkisofs/cdrecord BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gnome/_gnome.so:${PORTSDIR}/x11-toolkits/py-gnome2 \ cdrecord:${PORTSDIR}/sysutils/cdrtools .if defined(WITH_ADDITIONAL_PROGRAMS) BUILD_DEPENDS+= bchunk:${PORTSDIR}/sysutils/bchunk \ cdrdao:${PORTSDIR}/sysutils/cdrdao \ lame:${PORTSDIR}/audio/lame \ mpg123:${PORTSDIR}/audio/mpg123 \ normalize:${PORTSDIR}/audio/normalize \ oggenc:${PORTSDIR}/audio/vorbis-tools \ sox:${PORTSDIR}/audio/sox \ ${PYTHON_SITELIBDIR}/cdrom.so:${PORTSDIR}/audio/py-cddb .endif USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_PYTHON= yes -USE_REINPLACE= yes pre-everything:: @${ECHO_MSG} "===> You can enable more features by defining WITH_ADDITIONAL_PROGRAMS" @${ECHO_MSG} "===>" post-patch:: @cd ${WRKSRC} && ${RM} process.py.orig @${REINPLACE_CMD} -e 's|share/applets/Utility|share/gnome/apps/Utilities|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's| --activate-goad-server=eroaster||' ${WRKSRC}/eroaster.desktop .include Property changes on: head/sysutils/eroaster/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/sysutils/eventwatcher/Makefile =================================================================== --- head/sysutils/eventwatcher/Makefile (revision 162214) +++ head/sysutils/eventwatcher/Makefile (revision 162215) @@ -1,30 +1,29 @@ # New ports collection makefile for: eventwatcher # Date created: 20 Aug 2004 # Whom: Lauri Watts # # $FreeBSD$ # PORTNAME= eventwatcher PORTVERSION= 0.4.1 PORTREVISION= 4 CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= eventwatcher MAINTAINER= lauri@kde.org COMMENT= KDE log file/event viewer EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure USE_BZIP2= yes USE_GMAKE= yes -USE_REINPLACE= yes USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes post-patch: @${REINPLACE_CMD} -e 's|-O2 ||g' ${WRKSRC}/configure .include Property changes on: head/sysutils/eventwatcher/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/sysutils/extipl/Makefile =================================================================== --- head/sysutils/extipl/Makefile (revision 162214) +++ head/sysutils/extipl/Makefile (revision 162215) @@ -1,32 +1,31 @@ # New ports collection makefile for: extipl # Date created: 8 January 2001 # Whom: KIMURA Takamichi # # $FreeBSD$ # PORTNAME= extipl PORTVERSION= 5.04 CATEGORIES= sysutils MASTER_SITES= ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ \ http://www.tsden.org/takamiti/extipl/archs/ MAINTAINER= takamiti@tsden.org COMMENT= Partition-selectable boot loader for IBM-PC/AT compatibles BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_REINPLACE= yes MAN8= extipl.8 MANCOMPRESSED= yes post-patch: cd ${WRKSRC}; \ ${REINPLACE_CMD} -e 's/^(CC)\t=/$$1?=/;' \ -e 's/(DIR)[\t]*[?]=/$$1=/;' Makefile .include Property changes on: head/sysutils/extipl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/sysutils/fanout/Makefile =================================================================== --- head/sysutils/fanout/Makefile (revision 162214) +++ head/sysutils/fanout/Makefile (revision 162215) @@ -1,41 +1,40 @@ # New ports collection makefile for: fanout # Date created: 20.01.2005 # Whom: janos.mohacsi@bsd.hu # # $FreeBSD$ # PORTNAME= fanout PORTVERSION= 0.6.1 CATEGORIES= sysutils MASTER_SITES= http://www.stearns.org/fanout/ \ ftp://ftp.bascom.com/pub/wstearns/fanout/ \ http://www.linuxgrill.com/anonymous/mirrors/wstearns/fanout/ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Tool to run commands on multiple machines USE_PERL5_RUN= yes NO_BUILD= yes -USE_REINPLACE= yes PLIST_FILES= bin/fanout bin/fanterm bin/fanmux .if !defined(NOPORTDOCS) PORTDOCS= README index.html .endif post-patch: @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ ${WRKSRC}/fanterm @${REINPLACE_CMD} -e 's,%%PERL%%,${PERL},g' \ ${WRKSRC}/fanmux do-install: ${INSTALL_SCRIPT} ${WRKSRC}/fanout ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/fanterm ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/fanmux ${PREFIX}/bin/ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include Property changes on: head/sysutils/fanout/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/filedupe/Makefile =================================================================== --- head/sysutils/filedupe/Makefile (revision 162214) +++ head/sysutils/filedupe/Makefile (revision 162215) @@ -1,29 +1,28 @@ # New ports collection makefile for: filedupe # Date created: Apr 10, 2001 # Whom: Mark Pulford # # $FreeBSD$ # PORTNAME= filedupe PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://sammy.net/~sammy/hacks/ MAINTAINER= ports@FreeBSD.org COMMENT= A utility for quickly finding duplicate files LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm PLIST_FILES= bin/filedupe -USE_REINPLACE= yes post-patch: ${REINPLACE_CMD} -e 's|filename\[80\]|filename[1024]|g; \ s|your_database|/var/db/filedupe.db|' ${WRKSRC}/filedupe.c do-install: $(INSTALL_PROGRAM) ${WRKSRC}/filedupe ${PREFIX}/bin .include Property changes on: head/sysutils/filedupe/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/sysutils/filelight/Makefile =================================================================== --- head/sysutils/filelight/Makefile (revision 162214) +++ head/sysutils/filelight/Makefile (revision 162215) @@ -1,28 +1,27 @@ # New ports collection makefile for: filelight # Date created: Fri Aug 29 21:16:39 CEST 2003 # Whom: Markus Brueffer # # $FreeBSD$ # PORTNAME= filelight PORTVERSION= 0.6.4 PORTREVISION= 4 CATEGORIES= sysutils kde MASTER_SITES= http://www.methylblue.com/filelight/packages/ MAINTAINER= ports@FreeBSD.org COMMENT= Represent a file system as a set of concentric segmented-rings USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes -USE_REINPLACE= yes post-patch: @${CP} ${FILESDIR}/mntent* ${WRKSRC}/src @${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} @${RM} ${WRKSRC}/src/settingsdialog.h ${WRKSRC}/src/settingsdialog.cpp .include Property changes on: head/sysutils/filelight/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/sysutils/filelight-kde4/Makefile =================================================================== --- head/sysutils/filelight-kde4/Makefile (revision 162214) +++ head/sysutils/filelight-kde4/Makefile (revision 162215) @@ -1,28 +1,27 @@ # New ports collection makefile for: filelight # Date created: Fri Aug 29 21:16:39 CEST 2003 # Whom: Markus Brueffer # # $FreeBSD$ # PORTNAME= filelight PORTVERSION= 0.6.4 PORTREVISION= 4 CATEGORIES= sysutils kde MASTER_SITES= http://www.methylblue.com/filelight/packages/ MAINTAINER= ports@FreeBSD.org COMMENT= Represent a file system as a set of concentric segmented-rings USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes -USE_REINPLACE= yes post-patch: @${CP} ${FILESDIR}/mntent* ${WRKSRC}/src @${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} @${RM} ${WRKSRC}/src/settingsdialog.h ${WRKSRC}/src/settingsdialog.cpp .include Property changes on: head/sysutils/filelight-kde4/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/sysutils/flock/Makefile =================================================================== --- head/sysutils/flock/Makefile (revision 162214) +++ head/sysutils/flock/Makefile (revision 162215) @@ -1,42 +1,41 @@ # New ports collection makefile for: flock # Date created: Nov 1 2002 # Whom: Stephen Gunn , # # $FreeBSD$ # PORTNAME= flock PORTVERSION= 3.4 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.physics.purdue.edu/pub/pundits/ \ http://archive.progeny.com/pundits/ DISTNAME= xapply-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Assert/wait for advisory locks with flock(2) BUILD_DEPENDS= makeme:${PORTSDIR}/devel/msrc0 \ mkcmd:${PORTSDIR}/devel/mkcmd -USE_REINPLACE= yes MAKE_FLAGS= MAKEFILE= MAN1= ${PORTNAME}.1 PLIST_FILES= bin/flock post-patch: @${REINPLACE_CMD} -e 's,CFLAGS=,CFLAGS+=,' -e 's,^DEBUG,#DEBUG,'\ -e 's,gcc,${CC},' ${WRKSRC}/bin/flock/Make.host do-build: ( cd ${WRKSRC}/bin/${PORTNAME} && ${SETENV} ${MAKE_ENV} makeme \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} ) do-install: ( cd ${WRKSRC}/bin/flock && ${SETENV} ${MAKENV} makeme \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} ) ${INSTALL_MAN} ${WRKSRC}/bin/${PORTNAME}/${PORTNAME}.man \ ${PREFIX}/man/man1/${PORTNAME}.1 .include Property changes on: head/sysutils/flock/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/sysutils/flog/Makefile =================================================================== --- head/sysutils/flog/Makefile (revision 162214) +++ head/sysutils/flog/Makefile (revision 162215) @@ -1,33 +1,32 @@ # New ports collection makefile for: flog # Date created: 7 October 2001 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= flog PORTVERSION= 1.5 CATEGORIES= sysutils MASTER_SITES= http://oss.ezic.com/flog/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ MAINTAINER= anders@FreeBSD.org COMMENT= A small STDIN-to-file logger with support for log rotation -USE_REINPLACE= yes PORTDOCS= README post-patch: ${REINPLACE_CMD} -e "s@|O_LARGEFILE@@" ${WRKSRC}/flog.c do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/flog ${WRKSRC}/flog.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flog ${PREFIX}/bin .if !defined(NOPORTDOCS) ${INSTALL} -d -m 0755 ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/sysutils/flog/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/sysutils/fonteditfs/Makefile =================================================================== --- head/sysutils/fonteditfs/Makefile (revision 162214) +++ head/sysutils/fonteditfs/Makefile (revision 162215) @@ -1,28 +1,27 @@ # New ports collection makefile for: fnteditfs # Date created: Sat Oct 12 21:03:00 IST 2002 # Whom: uri@keves.org # # $FreeBSD$ # PORTNAME= fonteditfs PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= fnteditfs-${PORTVERSION} EXTRACT_SUFX=.tgz MAINTAINER= uri@keves.org COMMENT= A Full Screen Syscons Font Editor -USE_REINPLACE= yes MAN1= fnteditfs.1 PLIST_FILES= bin/fnteditfs post-patch: @${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g ; \ s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \ s|__INSTALL_SCRIPT__|${INSTALL_SCRIPT}|g' ${WRKSRC}/Makefile .include Property changes on: head/sysutils/fonteditfs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/freebsd-snapshot/Makefile =================================================================== --- head/sysutils/freebsd-snapshot/Makefile (revision 162214) +++ head/sysutils/freebsd-snapshot/Makefile (revision 162215) @@ -1,51 +1,50 @@ # New ports collection makefile for: freebsd-snapshot # Date created: 2005-09-07 # Whom: gtodd@bellanet.org # # $FreeBSD$ # PORTNAME= freebsd-snapshot DISTVERSION= 20050402.1 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://people.freebsd.org/~rse/dist/ MAINTAINER= gtodd@bellanet.org COMMENT= Convenience frontend tools for the management of UFS2 snapshots -USE_REINPLACE= yes NO_BUILD= yes MAN8= snapshot.8 periodic-snapshot.8 PLIST_FILES= sbin/snapshot \ sbin/periodic-snapshot \ etc/amd.map.snap SUB_FILES= pkg-message pkg-deinstall PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALLL= ${WRKDIR}/pkg-deinstall .include .if ${OSVERSION} < 500000 IGNORE= FreeBSD lower then 5.x doesn't support snapshot .endif post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ ${WRKSRC}/amd.map.snap ${WRKSRC}/snapshot \ ${WRKSRC}/periodic-snapshot ${WRKSRC}/snapshot.8 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/snapshot ${PREFIX}/sbin/ ${INSTALL_SCRIPT} ${WRKSRC}/periodic-snapshot ${PREFIX}/sbin/ ${INSTALL_MAN} ${WRKSRC}/snapshot.8 ${PREFIX}/man/man8/ ${INSTALL_MAN} ${WRKSRC}/periodic-snapshot.8 ${PREFIX}/man/man8/ ${INSTALL_DATA} ${WRKSRC}/amd.map.snap ${PREFIX}/etc/ post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/sysutils/freebsd-snapshot/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/sysutils/freeipmi/Makefile =================================================================== --- head/sysutils/freeipmi/Makefile (revision 162214) +++ head/sysutils/freeipmi/Makefile (revision 162215) @@ -1,54 +1,53 @@ # New ports collection makefile for: freeipmi # Date created: 20/Oct/2004 # Whom: Dmitry Frolov # # $FreeBSD$ # PORTNAME= freeipmi PORTVERSION= 0.1.3 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.zresearch.com/pub/freeipmi/${PORTVERSION}/ PATCH_SITES= ftp://ftp.riss-telecom.ru/pub/patches/ PATCHFILES= ${DISTNAME}-fbsd.diff MAINTAINER= frolov@riss-telecom.ru COMMENT= Library and tools to support IPMI-capable hardware LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile BUILD_DEPENDS+= ${LOCALBASE}/lib/libargp.a:${PORTSDIR}/devel/argp-standalone -USE_REINPLACE= yes USE_GMAKE= yes USE_GETOPT_LONG= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes NOT_FOR_ARCHS= ia64 sparc64 alpha PLIST_SUB+= SHLIBVER=${SHLIBVER} RUNDIR=${RUNDIR} LOGDIR=${LOGDIR} MAN1+= bmc-config.1 bmc-info.1 fish.1 sel.1 sensors.1 MAN5+= ipmipower.conf.5 MAN8+= bmc-watchdog.8 ipmipower.8 ipmiping.8 rmcpping.8 INFO+= freeipmi PORTDOCS= * PKGDEINSTALL= ${PKGINSTALL} #OPTIONS+= IOPERM "Use i386_set_ioperm(2) instead of io(4)" off SHLIBVER= 1 .include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -largp .if defined(WITH_IOPERM) CPPFLAGS+= -DUSE_IOPERM .endif CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" post-install: @${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include Property changes on: head/sysutils/freeipmi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/fvcool/Makefile =================================================================== --- head/sysutils/fvcool/Makefile (revision 162214) +++ head/sysutils/fvcool/Makefile (revision 162215) @@ -1,60 +1,59 @@ # New ports collection makefile for: fvcool # Date created: 5 October 2002 # Whom: Frerich Raabe # # $FreeBSD$ # PORTNAME= fvcool PORTVERSION= 1.0.4 CATEGORIES= sysutils MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/fvcool/ \ http://www.infracaninophile.co.uk/fvcool/ DISTNAME= FVCool${PORTVERSION:S/.//g} MAINTAINER= m.seaman@infracaninophile.co.uk COMMENT= VCool for FreeBSD - Cooling software for AMD Athlon/Duron CPUs ONLY_FOR_ARCHS= i386 -USE_REINPLACE= yes GNU_CONFIGURE= yes USE_RC_SUBR= yes ALL_TARGET= fvcool PLIST_SUB+= DOCSDIR=${DOCSDIR:S,^${PREFIX}/,,} MSG_FILE= ${PKGDIR}/pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SED_SCRIPT= -e 's,%%RC_SUBR%%,${RC_SUBR},g' \ -e 's,%%PORTNAME%%,${PORTNAME},g' \ -e 's,%%PREFIX%%,${PREFIX},g' PORTDOCS= ReadMe ReadMe.jp ReadMe.tech_KT133 PLIST_FILES= sbin/fvcool etc/rc.d/fvcool.sh post-patch: @${REINPLACE_CMD} -e 's|@CC@|& ${CFLAGS}|; \ s|-O3||g ; s| -s | |g' ${BUILD_WRKSRC}/Makefile.in post-build: @${SED} ${SED_SCRIPT} ${SCRIPTDIR}/${PORTNAME}.sh \ > ${WRKDIR}/${PORTNAME}.sh @${SED} ${SED_SCRIPT} ${MSG_FILE} \ > ${PKGMESSAGE} do-install: install-doc ${INSTALL_PROGRAM} ${WRKSRC}/fvcool ${PREFIX}/sbin/fvcool post-install: @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh \ ${PREFIX}/etc/rc.d/${PORTNAME}.sh @${CAT} ${PKGMESSAGE} install-doc: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/sysutils/fvcool/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/sysutils/ganglia-monitor-core/Makefile =================================================================== --- head/sysutils/ganglia-monitor-core/Makefile (revision 162214) +++ head/sysutils/ganglia-monitor-core/Makefile (revision 162215) @@ -1,131 +1,130 @@ # Ports collection makefile for: ganglia-monitor-core # Date created: Wed Jan 23, 2003 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= monitor-core PORTVERSION= 3.0.1 PORTREVISION= 3 CATEGORIES= sysutils net parallel .if !defined(PORTDEV) MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} .else MASTER_SITES= http://matt-massie.com/%SUBDIR%/ .endif MASTER_SITE_SUBDIR= ganglia PKGNAMEPREFIX= ganglia- .if defined(CLUSTER) PKGNAMESUFFIX= -${CLUSTER} .endif DISTNAME= ganglia-${PORTVERSION} MAINTAINER= brooks@FreeBSD.org COMMENT= Ganglia cluster monitor, monitoring daemon PKGINSTALL= ${WRKDIR}/pkg-install OPTIONS+= GMETAD "include gmetad" on \ LIBGANGLIA "include libganglia" off GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${_CFLAGS}" LDFLAGS="${_LDFLAGS}" _CFLAGS= ${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS} _LDFLAGS= ${LDFLAGS} -L${LOCALBASE}/lib -USE_REINPLACE= yes USE_BZIP2= yes USE_RC_SUBR= ganglia.sh SUB_FILES= pkg-install .if defined (GMETAD_CONF) .if !exists (${GMETAD_CONF}) IGNORE= "GMETAD_CONF must point to an existing file when defined" .endif .else GMETAD_CONF= ${WRKSRC}/gmetad/gmetad.conf .endif .if defined (GMOND_CONF) .if !exists (${GMOND_CONF}) IGNORE= "GMOND_CONF must point to an existing file when defined" .endif .else GMOND_CONF= ${WRKDIR}/gmond.conf .endif .include .if defined (WITH_GMETAD) LIB_DEPENDS= rrd.2:${PORTSDIR}/net/rrdtool CONFIGURE_ARGS+= --with-gmetad PLIST_SUB+= GMETAD= SUB_LIST+= GMETAD= .else PLIST_SUB+= GMETAD="@comment " SUB_LIST+= GMETAD="\#" .endif .if defined (WITH_LIBGANGLIA) INSTALLS_SHLIB= yes PLIST_SUB+= LIBGANGLIA= .else PLIST_SUB+= LIBGANGLIA="@comment " .endif MAN1= gmetric.1 gmond.1 gstat.1 .if defined (WITH_GMETAD) MAN1+= gmetad.1 .endif MAN5= gmond.conf.5 CONF_DIR= ${PREFIX}/etc FIX_CONF_FILES= ganglia.pod \ mans/gmetad.1 \ mans/gmond.1 \ gmetad/cmdline.c \ gmetad/cmdline.h \ gmond/g25_config.h \ gmetric/cmdline.c \ gmetric/cmdline.h \ gmond/cmdline.c \ gmond/cmdline.h FIX_DB_FILES= ganglia.pod \ gmetad/conf.c \ gmetad/gmetad.conf post-patch: ${REINPLACE_CMD} -e "s|/etc/\(gm[a-z]*d.conf\)|${PREFIX}/etc/\1|g" \ ${FIX_CONF_FILES:S|^|${WRKSRC}/|} ${REINPLACE_CMD} -e "s|/var/lib/ganglia|/var/db/ganglia|g" \ ${FIX_DB_FILES:S|^|${WRKSRC}/|} post-build: ${WRKSRC}/gmond/gmond -t > ${WRKDIR}/gmond.conf do-install: .if defined (WITH_GMETAD) cd ${WRKSRC}/gmetad && make install ${INSTALL_SCRIPT} ${FILESDIR}/gmetasnap.sh ${PREFIX}/sbin/gmetasnap ${INSTALL_MAN} ${WRKSRC}/mans/gmetad.1 ${MANPREFIX}/man/man1 ${INSTALL_DATA} ${GMETAD_CONF} ${PREFIX}/etc/gmetad.conf.sample .endif cd ${WRKSRC}/gmetric && make install ${INSTALL_MAN} ${WRKSRC}/mans/gmetric.1 ${MANPREFIX}/man/man1 cd ${WRKSRC}/gmond && make install ${INSTALL_MAN} ${WRKSRC}/mans/gmond.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/gmond/gmond.conf.5 ${MANPREFIX}/man/man5 ${INSTALL_MAN} ${WRKSRC}/mans/gstat.1 ${MANPREFIX}/man/man1 ${INSTALL_DATA} ${GMOND_CONF} ${PREFIX}/etc/gmond.conf.sample .if defined (WITH_LIBGANGLIA) cd ${WRKSRC}/lib && make install ${INSTALL_SCRIPT} ${WRKSRC}/ganglia-config ${PREFIX}/bin .endif post-install: ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include Property changes on: head/sysutils/ganglia-monitor-core/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/sysutils/ganglia-webfrontend/Makefile =================================================================== --- head/sysutils/ganglia-webfrontend/Makefile (revision 162214) +++ head/sysutils/ganglia-webfrontend/Makefile (revision 162215) @@ -1,102 +1,101 @@ # Ports collection makefile for: ganglia-webfrontend # Date created: Thu Fed 20, 2003 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= webfrontend PORTVERSION= 3.0.1 PORTREVISION= 2 CATEGORIES= sysutils net parallel www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ganglia PKGNAMEPREFIX= ganglia- DISTNAME= ganglia-${PORTVERSION} MAINTAINER= brooks@FreeBSD.org COMMENT= "Ganglia cluster monitor, web frontend" RUN_DEPENDS+= ${LOCALBASE}/sbin/gmetad:${PORTSDIR}/sysutils/ganglia-monitor-core PKGINSTALL= ${WRKDIR}/pkg-install PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES+= pkg-install pkg-message SUB_LIST+= WEBFRONTDIR="${WEBFRONTDIR}" PLIST_SUB+= WEBFRONTDIR="${WEBFRONTDIR}" -USE_REINPLACE= yes USE_PHP= gd pcre xml USE_BZIP2= yes WANT_PHP_MOD= yes WRKSRC= ${WRKDIR}/${DISTNAME}/web # The Ganglia Web Frontend port supports a number of options that may be # tweaked at buildtime. Perform a "make options" to see more # information on these variables. WEBFRONTDIR?= www/ganglia WWWOWN?= www WWWGRP?= www # Set custom variables: # PKGOPTS= ${FILESDIR}/pkg-opts EXCEPTFILES= AUTHORS \ ChangeLog \ COPYING \ Makefile.am \ addons \ version.php.in \ webfrontend.spec CPIOARGS= --quiet -pdum -R TMP_WEBFRONTDIR= ${WRKDIR}/webfrontend options: @ ${ECHO_MSG} "===> Build options for ${PKGNAME}:" @ ${CAT} ${PKGOPTS} post-extract: .if !defined(BATCH) @ ${TEST} -r ${PKGOPTS} && \ (${ECHO_MSG} '-------------------------------------------------------------------------'; \ ${ECHO_MSG} 'Perform a "make options" to see a list of available installation options.'; \ ${ECHO_MSG} '-------------------------------------------------------------------------') .endif post-patch: @ ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/conf.php do-build: @${MKDIR} -m 0755 ${TMP_WEBFRONTDIR} @cd ${WRKSRC} && ${FIND} * \( -name conf.php\* \ ${EXCEPTFILES:S/^/-o -name /} -o -name \*.orig \) \ -a -prune -o -print \ | ${TAR} cTf - - | ${TAR} xUCf ${TMP_WEBFRONTDIR} - @${CP} ${WRKSRC}/conf.php ${TMP_WEBFRONTDIR}/conf.php.sample do-install: @${MKDIR} -m 0755 ${PREFIX}/${WEBFRONTDIR} @${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${WEBFRONTDIR} @cd ${TMP_WEBFRONTDIR} && \ ${FIND} . | \ ${CPIO} ${CPIOARGS} ${WWWOWN}:${WWWGRP} ${PREFIX}/${WEBFRONTDIR} post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} build-plist: ${RM} ${PLIST} @${ECHO_CMD} '@unexec cmp -s %D/%%WEBFRONTDIR%%/conf.php %D/%%WEBFRONTDIR%%/conf.php.sample && rm -f %D/%%WEBFRONTDIR%%/conf.php' >> ${PLIST} @${FIND} ${TMP_WEBFRONTDIR}/* -type f | \ ${SED} -e 's|${TMP_WEBFRONTDIR}|%%WEBFRONTDIR%%|' | \ ${SORT} >> ${PLIST} @${FIND} ${TMP_WEBFRONTDIR}/* -type d | \ ${SED} -e 's|${TMP_WEBFRONTDIR}|@dirrm %%WEBFRONTDIR%%|' | \ ${SORT} -r >> ${PLIST} @${ECHO_CMD} '@dirrmtry rmdir %D/%%WEBFRONTDIR%%' >> ${PLIST} @${ECHO_CMD} '@unexec (test -d %D/%%WEBFRONTDIR%% && (echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove %D/%%WEBFRONTDIR%% and its contents manually.")) || true' >> ${PLIST} .include Property changes on: head/sysutils/ganglia-webfrontend/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/sysutils/gkrellfire/Makefile =================================================================== --- head/sysutils/gkrellfire/Makefile (revision 162214) +++ head/sysutils/gkrellfire/Makefile (revision 162215) @@ -1,32 +1,31 @@ # New ports collection makefile for: gkrellfire # Date created: 2004-07-16 # Whom: Roman Bogorodskiy # # $FreeBSD$ # PORTNAME= gkrellfire PORTVERSION= 0.4.0 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://people.freenet.de/thomas-steinke/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= novel EXTRACT_SUFX= .tgz MAINTAINER= novel@FreeBSD.org COMMENT= Gkrellm2 plugin which shows the system load as a flame BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 PLIST_FILES= libexec/gkrellm2/plugins/${PORTNAME}.so USE_X_PREFIX= yes -USE_REINPLACE= yes USE_GMAKE= yes MAKE_ARGS= CC="${CC}" do-install: ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/libexec/gkrellm2/plugins/ .include Property changes on: head/sysutils/gkrellfire/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/sysutils/gkrellm-trayicons/Makefile =================================================================== --- head/sysutils/gkrellm-trayicons/Makefile (revision 162214) +++ head/sysutils/gkrellm-trayicons/Makefile (revision 162215) @@ -1,36 +1,35 @@ # New ports collection makefile for: gkrellm-trayicons # Date created: Wed Jun 23 14:55:49 CEST 2004 # Whom: Tobias Roth # # $FreeBSD$ # PORTNAME= trayicons PORTVERSION= 1.03 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://depot.fsck.ch/mirror/distfiles/ \ http://sweb.cz/tripie/gkrellm/trayicons/dist/ PKGNAMEPREFIX= gkrellm- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@fsck.ch COMMENT= GKrellM2 plugin to display definable icons as notifiers or launchers BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 -USE_REINPLACE= yes USE_X_PREFIX= yes PLIST_FILES= libexec/gkrellm2/plugins/trayicons.so ALL_TARGET= trayicons.so post-patch: @${REINPLACE_CMD} -e 's|$$(CC) $$(FLAGS)|$$(CC) $$(CFLAGS)|g' \ ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/libexec/gkrellm2/plugins/ .include Property changes on: head/sysutils/gkrellm-trayicons/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/sysutils/gkrellm2/Makefile =================================================================== --- head/sysutils/gkrellm2/Makefile (revision 162214) +++ head/sysutils/gkrellm2/Makefile (revision 162215) @@ -1,140 +1,139 @@ # New ports collection makefile for: gkrellm # Date Created: Mar 4 2000 # Whom: Hajimu UMEMOTO # # $FreeBSD$ # PORTNAME= gkrellm PORTVERSION= 2.2.9 PORTREVISION= 0 CATEGORIES= sysutils ipv6 MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ume MAINTAINER= ume@FreeBSD.org COMMENT= A GTK based system monitor .if !defined(GKRELLM_SERVER_ONLY) CONFLICTS= gkrellm-1.* .endif USE_RC_SUBR= gkrellmd.sh WRKSRC= ${WRKDIR}/${DISTNAME:C/[a-z]$//} .if defined(WITH_GNUTLS) && defined(WITH_OPENSSL) BROKEN= "GnuTLS and OpenSSL is mutually exclusive." .endif .if !defined(WITH_OPENSSL) && !defined(WITH_GNUTLS) && !defined(WITHOUT_GNUTLS) WITH_GNUTLS= yes .endif .if defined(GKRELLM_SERVER_ONLY) BUILD_WRKSRC= ${WRKSRC}/server INSTALL_WRKSRC= ${WRKSRC}/server USE_GNOME= glib20 .else USE_GNOME= gtk20 .if defined(WITHOUT_NLS) MAKE_ENV+= enable_nls=0 .else USE_GETTEXT= yes .endif USE_XLIB= yes .if defined(WITH_GNUTLS) LIB_DEPENDS+= gnutls-openssl.15:${PORTSDIR}/security/gnutls MAKE_ENV+= GNUTLSINC=${LOCALBASE}/include GNUTLSLIB=${LOCALBASE}/lib \ without-ssl=1 .elif defined(WITH_OPENSSL) USE_OPENSSL= yes MAKE_ENV+= without-gnutls=1 .else MAKE_ENV+= without-gnutls=1 without-ssl=1 .endif .endif USE_BZIP2= yes USE_GMAKE= yes -USE_REINPLACE= yes PLIST_SUB= PREFIX=${PREFIX} .if defined(GKRELLM_SERVER_ONLY) PLIST_SUB+= CLIENT="@comment " NLS="@comment " .else PLIST_SUB+= CLIENT="" .if defined(WITHOUT_NLS) PLIST_SUB+= NLS="@comment " .else PLIST_SUB+= NLS="" .endif #MAN1= gkrellm.1 .endif MAN8= gkrellmd.8 .if !defined(NOPORTDOCS) PORTDOCS= COPYRIGHT CREDITS README Themes.html .endif MAN1PREFIX= ${X11BASE} .include .if ${OSVERSION} < 300000 ALL_TARGET= freebsd2 .else ALL_TARGET= freebsd .endif INSTALL_TARGET= install_freebsd MAKE_ENV+= INSTALLROOT=${X11BASE} INSTALLDIR=${X11BASE}/bin \ PKGCONFIGDIR=${X11BASE}/libdata/pkgconfig \ SINSTALLROOT=${PREFIX} SINSTALLDIR=${PREFIX}/sbin \ SPKGCONFIGDIR=${PREFIX}/libdata/pkgconfig \ MANDIR=${MAN1PREFIX}/man/man1 SMANDIR=${MANPREFIX}/man/man8 \ VERSION=${PORTVERSION} CFLAGS+= -DSYSTEM_THEMES_DIR='\"${X11BASE}/share/gkrellm2/themes\"' \ -DSYSTEM_PLUGINS_DIR='\"${X11BASE}/libexec/gkrellm2/plugins\"' \ -DGKRELLMD_SYS_ETC='\"${PREFIX}/etc\"' \ -DGKRELLMD_SYSTEM_PLUGINS_DIR='\"${PREFIX}/libexec/gkrellm2/plugins-gkrellmd\"' pre-everything:: .if !defined(GKRELLM_SERVER_ONLY) @${ECHO_MSG} "" @${ECHO_MSG} "You may use GKRELLM_SERVER_ONLY=yes to build gkrellmd only." @${ECHO_MSG} "" .endif post-patch: @${REINPLACE_CMD} -e 's/INCLUDEDIR/SINCLUDEDIR/g' \ -e 's/INSTALLROOT/SINSTALLROOT/g' \ -e 's/PKGCONFIGDIR/SPKGCONFIGDIR/g' \ ${WRKSRC}/server/Makefile post-install: .if !defined(GKRELLM_SERVER_ONLY) @${MKDIR} ${X11BASE}/libexec/gkrellm2/plugins @${MKDIR} ${X11BASE}/share/gkrellm2/themes @${GZIP_CMD} ${MAN1PREFIX}/man/man1/gkrellm.1 @${CHMOD} 2511 ${X11BASE}/bin/gkrellm .endif @${CHMOD} 2511 ${PREFIX}/sbin/gkrellmd @${MKDIR} ${PREFIX}/libexec/gkrellm2/plugins-gkrellmd @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/server/gkrellmd.conf \ ${EXAMPLESDIR}/gkrellmd.conf if [ ! -f ${PREFIX}/etc/gkrellmd.conf ]; then \ ${CP} -p ${EXAMPLESDIR}/gkrellmd.conf \ ${PREFIX}/etc/gkrellmd.conf; \ fi .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/sysutils/gkrellm2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.118 \ No newline at end of property +1.119 \ No newline at end of property Index: head/sysutils/gkrellmwho2/Makefile =================================================================== --- head/sysutils/gkrellmwho2/Makefile (revision 162214) +++ head/sysutils/gkrellmwho2/Makefile (revision 162215) @@ -1,36 +1,35 @@ # New ports collection makefile for: gkrellmwho2 # Date created: 12 Nov 2003 # Whom: Alexey Zaytsev # # $FreeBSD$ # PORTNAME= gkrellmwho2 PORTVERSION= 0.2.8 PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://shisha.spb.ru/ \ http://users.podolsk.ru/c104598/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= mangoost@inetcomm.ru COMMENT= Displays logged in users BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 USE_X_PREFIX= yes -USE_REINPLACE= yes HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig ALL_TARGET= PLIST_FILES= libexec/gkrellm2/plugins/gkrellmwho2.so post-patch: @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gkrellmwho2.so ${PREFIX}/libexec/gkrellm2/plugins/ .include Property changes on: head/sysutils/gkrellmwho2/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/sysutils/gkrelltop/Makefile =================================================================== --- head/sysutils/gkrelltop/Makefile (revision 162214) +++ head/sysutils/gkrelltop/Makefile (revision 162215) @@ -1,44 +1,43 @@ # New ports collection makefile for: gkrelltop # Date created: 12 April 2004 # Whom: David Gardner # # $FreeBSD$ # PORTNAME= gkrelltop PORTVERSION= 2.2.6 PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://psychology.rutgers.edu/~zaimi/html/gkrelltop/ DISTNAME= ${PORTNAME}_2.2-6 MAINTAINER= david@pinko.net COMMENT= Plugin for gkrellm 2.x shows top three processes, requires procfs RUN_DEPENDS= gkrellmd:${PORTSDIR}/sysutils/gkrellm2 BUILD_DEPENDS= ${RUN_DEPENDS} -USE_REINPLACE= yes USE_GMAKE= yes MAKE_ARGS= INSTALLDIR=${X11BASE}/libexec/gkrellm2/plugins \ INSTALLDIRD=${PREFIX}/libexec/gkrellm2/plugins-gkrellmd .if defined(GKRELLM_SERVER_ONLY) ALL_TARGET= server INSTALL_TARGET= install-server PLIST_SUB+= CLIENT="@comment " .else PLIST_SUB+= CLIENT="" .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-patch: .if defined(GKRELLM_SERVER_ONLY) ${REINPLACE_CMD} 's/^\(PKG.*\)gkrellm/\1gkrellmd/' ${WRKSRC}/configure .endif post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/sysutils/gkrelltop/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/sysutils/gnome-schedule/Makefile =================================================================== --- head/sysutils/gnome-schedule/Makefile (revision 162214) +++ head/sysutils/gnome-schedule/Makefile (revision 162215) @@ -1,52 +1,51 @@ # New ports collection makefile for: gnome-schedule # Date created: 2004-11-06 # Whom: Michael Johnson # # $FreeBSD$ # $MCom: ports-stable/sysutils/gnome-schedule/Makefile,v 1.1 2005/08/13 14:02:49 ahze Exp $ # PORTNAME= gnome-schedule PORTVERSION= 0.9.0 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME GUI for configuring a users crontab BUILD_DEPENDS= yelp:${PORTSDIR}/x11/yelp RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PYTHON= yes USE_GNOME= gnomeprefix pygnome2 USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes DATADIR= ${PREFIX}/share/gnome PORTDOCS= addingandediting.html index.html .include post-patch: .if defined(NOPORTDOCS) .for f in ${PORTDOCS} @${REINPLACE_CMD} -e 's|${f}||' ${WRKSRC}/doc/Makefile.in .endfor .else @${REINPLACE_CMD} -e 's|gnome-schedule-$$(VERSION)|gnome-schedule|' \ ${WRKSRC}/doc/Makefile.in .endif @${REINPLACE_CMD} -e 's|/usr/share/icons|${X11BASE}/share/icons|; \ s|@prefix@/share|${DATADIR}|; \ s|/usr/local/share/|${DATADIR}|; \ s|/usr/share/|${DATADIR}|; \ s|/usr/bin/gnome-help|${X11BASE}/bin/gnome-help|; \ s|$$(prefix)/share/|$$(datadir)/|' \ ${WRKSRC}/src/*.* ${WRKSRC}/Makefile.in \ ${WRKSRC}/pixmaps/Makefile.in .include Property changes on: head/sysutils/gnome-schedule/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/sysutils/gnomefind/Makefile =================================================================== --- head/sysutils/gnomefind/Makefile (revision 162214) +++ head/sysutils/gnomefind/Makefile (revision 162215) @@ -1,32 +1,31 @@ # New ports collection makefile for: gnomefind # Date created: 26 May 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= gnomefind PORTVERSION= 1.0.2 PORTREVISION= 2 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnome-find DISTNAME= gnome-find-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical version of the GNU "find" utility USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix libglade -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-lgnuregex -L${LOCALBASE}/lib" MAN1= gnome-find.1 post-patch: @${GREP} -lR "" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|||g' .include Property changes on: head/sysutils/gnomefind/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/sysutils/growspd/Makefile =================================================================== --- head/sysutils/growspd/Makefile (revision 162214) +++ head/sysutils/growspd/Makefile (revision 162215) @@ -1,24 +1,22 @@ # New ports collection makefile for: growspd # Date created: 16 July 2003 # Whom: Peter Kolmisoppi # # $FreeBSD$ # PORTNAME= growspd PORTVERSION= 0.1 CATEGORIES= sysutils MASTER_SITES= http://growspd.brokep.com/ MAINTAINER= growspd@brokep.com COMMENT= Quick utility to check files growth rate MAN1= growspd.1 PLIST_FILES= bin/growspd -USE_REINPLACE= yes - post-patch: @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile .include Property changes on: head/sysutils/growspd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/gtk-imonc/Makefile =================================================================== --- head/sysutils/gtk-imonc/Makefile (revision 162214) +++ head/sysutils/gtk-imonc/Makefile (revision 162215) @@ -1,28 +1,27 @@ # New ports collection makefile for: gtk-imonc # Date Created: 26. October 2002 # Whom: Steffen Vogelreuter # # $FreeBSD$ # PORTNAME= gtk-imonc PORTVERSION= 0.6.4.1 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/ MAINTAINER= aberg@doomnet.de COMMENT= A GTK2-based imond-client to control an on(e) disc fli4l router GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -USE_REINPLACE= yes USE_GNOME= gtk20 gnomehier USE_X_PREFIX= yes post-patch: @${REINPLACE_CMD} -e 's|||' \ ${WRKSRC}/src/md5.h .include Property changes on: head/sysutils/gtk-imonc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/sysutils/gtk-send-pr/Makefile =================================================================== --- head/sysutils/gtk-send-pr/Makefile (revision 162214) +++ head/sysutils/gtk-send-pr/Makefile (revision 162215) @@ -1,36 +1,35 @@ # New ports collection makefile for: gtk-send-pr # Date created: Fri May 2 22:08:08 CEST 2003 # Whom: Miguel Mendez # # $FreeBSD$ # PORTNAME= gtk-send-pr PORTVERSION= 0.4.7 CATEGORIES= sysutils MASTER_SITES= http://download.berlios.de/${PORTNAME}/ MAINTAINER= mmendez@energyhq.be COMMENT= GTK2 send-pr tool LIB_DEPENDS= esmtp.6:${PORTSDIR}/mail/libesmtp -USE_REINPLACE= yes USE_GNOME= gtk20 USE_X_PREFIX= yes MAN1= gtk-send-pr.1 PLIST_FILES= bin/gtk-send-pr share/pixmaps/ladybird64.xpm DESKTOP_ENTRIES="Send Problem Report" \ "Send a FreeBSD PR" \ "ladybird64.xpm" \ "gtk-send-pr" \ "Application;System;" \ true do-install: @${INSTALL_PROGRAM} ${WRKSRC}/gtk-send-pr ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/gtk-send-pr.1 ${PREFIX}/man/man1 @${INSTALL_DATA} ${WRKSRC}/ladybird64.xpm ${PREFIX}/share/pixmaps .include Property changes on: head/sysutils/gtk-send-pr/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/sysutils/gtoaster/Makefile =================================================================== --- head/sysutils/gtoaster/Makefile (revision 162214) +++ head/sysutils/gtoaster/Makefile (revision 162215) @@ -1,63 +1,62 @@ # New ports collection makefile for: gtoaster # Date created: 28 September 2000 # Whom: eric # # $FreeBSD$ # PORTNAME= gtoaster PORTVERSION= 1.0.b6 PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= sysutils gnome MASTER_SITES= http://gnometoaster.rulez.org/archive/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.b/Beta/} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Graphical cd cooking interface RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/gtoaster USE_GETTEXT= yes USE_X_PREFIX= yes WANT_GNOME= yes USE_GNOME= gnomehack gnometarget gtk12 USE_GMAKE= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .include .if ${HAVE_GNOME:Mgnomelibs}!="" PKGNAMESUFFIX= -gnome USE_GNOME+= gnomelibs .else CONFIGURE_ARGS+= --without-gnome .endif .if ${HAVE_GNOME:Morbit}!="" USE_GNOME+= orbit .else CONFIGURE_ARGS+= --without-orbit .endif .if ${HAVE_GNOME:Mesound}!="" USE_GNOME+= esound .else CONFIGURE_ARGS+= --without-esd .endif post-extract: @${RM} -f ${WRKSRC}/config.guess @${TOUCH} ${WRKSRC}/config.guess post-patch: ${REINPLACE_CMD} -e 's, -pthread, ${PTHREAD_LIBS},g' \ ${WRKSRC}/configure .include Property changes on: head/sysutils/gtoaster/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/sysutils/hammerhead/Makefile =================================================================== --- head/sysutils/hammerhead/Makefile (revision 162214) +++ head/sysutils/hammerhead/Makefile (revision 162215) @@ -1,28 +1,27 @@ # New ports collection makefile for: hammerhead # Date created: 14 November 2002 # Whom: John von Essen # # $FreeBSD$ # PORTNAME= hammerhead PORTVERSION= 2.1.3 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= john@essenz.com COMMENT= A webserver stressing tool GNU_CONFIGURE= yes USE_GMAKE= yes -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \ ${WRKSRC}/src/Makefile MAN1= hammerhead.1 .include Property changes on: head/sysutils/hammerhead/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/sysutils/healthd/Makefile =================================================================== --- head/sysutils/healthd/Makefile (revision 162214) +++ head/sysutils/healthd/Makefile (revision 162215) @@ -1,59 +1,58 @@ # New ports collection makefile for: healthd # Date created: 15 November 1999 # Whom: jim@thehousleys.net # # $FreeBSD$ # PORTNAME= healthd PORTVERSION= 0.7.9 PORTREVISION= 1 CATEGORIES= sysutils ipv6 MASTER_SITES= http://healthd.thehousleys.net/ \ http://healthd1.thehousleys.net/ MAINTAINER= jeh@FreeBSD.org COMMENT= A daemon to monitor vital motherboard parameters -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} # # To allow reading the doWarn and doFail scripts remotely uncomment # the following line. Enabling the following option might provide # information about the configuration of you system. #CONFIGURE_ARGS+= --enable-full-config MAN8= healthd.8 healthdc.8 INSTALL_TARGET= install-all HDDOCDIR= ${PREFIX}/share/doc/healthd .include .if ${OSVERSION} < 400014 || defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --disable-ipv6 .endif USE_RC_SUBR= yes post-install: @${REINPLACE_CMD} -e 's|/usr/local/etc/rc.subr|${RC_SUBR}|' ${WRKSRC}/healthd.sh ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh @if [ ! -f ${PREFIX}/etc/healthd.conf ]; then \ ${ECHO} "Installing ${PREFIX}/etc/healthd.conf configuration file."; \ ${ECHO} "It is recommended you edit this file to match your system"; \ ${ECHO} "before running the program."; \ ${CP} ${PREFIX}/etc/healthd.conf.sample ${PREFIX}/etc/healthd.conf; \ fi .if !defined(NOPORTDOCS) @if ! [ -d ${HDDOCDIR} ]; then ${MKDIR} ${HDDOCDIR}; fi ${INSTALL_DATA} ${WRKSRC}/README ${HDDOCDIR} ${INSTALL_DATA} ${WRKSRC}/PROTOCOL ${HDDOCDIR} .endif pre-everything:: .ifndef (WITHOUT_IPV6) @${ECHO_MSG} "WITHOUT_IPV6=yes builds without IPv6 support" .endif .include Property changes on: head/sysutils/healthd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.53 \ No newline at end of property +1.54 \ No newline at end of property Index: head/sysutils/hourglass/Makefile =================================================================== --- head/sysutils/hourglass/Makefile (revision 162214) +++ head/sysutils/hourglass/Makefile (revision 162215) @@ -1,45 +1,44 @@ # New ports collection makefile for: hourglass # Date created: 23 March 2004 # Whom: olive # # $FreeBSD$ # PORTNAME= hourglass PORTVERSION= 1.0.0 CATEGORIES= sysutils parallel MASTER_SITES= http://www.cs.utah.edu/~regehr/hourglass/ MAINTAINER= olive@oban.frmug.org COMMENT= A real-time application useful to learn how CPU scheduling works RUN_DEPENDS= jgraph:${PORTSDIR}/graphics/jgraph -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/busy bin/hourglass PORTDOCS= CALIBRATION .include .if ${OSVERSION} >= 500035 LIB_DEPENDS+= lthread.3:${PORTSDIR}/devel/linuxthreads .else LIB_DEPENDS+= lthread.2:${PORTSDIR}/devel/linuxthreads .endif post-patch: @${REINPLACE_CMD} -e 's,%LOCALBASE%,${LOCALBASE},g' \ ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} . for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} . endfor .endif .include Property changes on: head/sysutils/hourglass/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/sysutils/httplog/Makefile =================================================================== --- head/sysutils/httplog/Makefile (revision 162214) +++ head/sysutils/httplog/Makefile (revision 162215) @@ -1,46 +1,45 @@ # New ports collection makefile for: httplog # Date created: 25 November 2001 # Whom: anders # # $FreeBSD$ # PORTNAME= httplog PORTVERSION= 2.1 PORTREVISION= 1 CATEGORIES= sysutils www MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Apache log rollover program with strftime(3) filename support MAN8= httplog.8 PLIST_FILES= sbin/httplog PORTDOCS= ChangeLog README -USE_REINPLACE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} post-patch: (cd ${WRKSRC} && \ ${REINPLACE_CMD} -e "s@@@" httplog.c && \ ${REINPLACE_CMD} -e \ "s@/var/lib/apache/bin/httplog@${PREFIX}/sbin/httplog@" \ httplog.8) do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o httplog httplog.c -lz) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/httplog ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/httplog.8 ${MAN8PREFIX}/man/man8 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif .include Property changes on: head/sysutils/httplog/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/jailadmin/Makefile =================================================================== --- head/sysutils/jailadmin/Makefile (revision 162214) +++ head/sysutils/jailadmin/Makefile (revision 162215) @@ -1,46 +1,45 @@ # New ports collection makefile for: jailadmin # Date created: 02 Apr 2004 # Whom: Kirk Strauser # # $FreeBSD$ # PORTNAME= jailadmin PORTVERSION= 1.8 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://subwiki.honeypot.net/pub/Freebsd/JailAdmin/ DISTNAME= jailadmin-${PORTVERSION} MAINTAINER= kirk@strauser.com COMMENT= A system for managing a set of named jails USE_PERL5= yes -USE_REINPLACE= yes PORTDOCS= INSTALL README .include .if defined(WITH_SNMP) .if exists(${LOCALBASE}/lib/libsnmp.so.4) || defined(WITH_SNMP4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 .else LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp .endif PLIST_SUB+= SNMP="" .else INSTALL_TARGET= installbase PLIST_SUB+= SNMP="@comment " .endif pre-everything:: @${ECHO} @${ECHO} "You can build ${PKGNAME} with the following options:" @${ECHO} "WITH_SNMP install the additional SNMP management components" @${ECHO} pre-install: @${REINPLACE_CMD} -e "s#^SITEPERLDIR=.*#SITEPERLDIR= ${SITE_PERL}#" ${WRKSRC}/Makefile .include Property changes on: head/sysutils/jailadmin/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/sysutils/kcpuload/Makefile =================================================================== --- head/sysutils/kcpuload/Makefile (revision 162214) +++ head/sysutils/kcpuload/Makefile (revision 162215) @@ -1,25 +1,24 @@ # New ports collection makefile for: KCPUload # Date Created: 10 Jan, 2003 # Whom: Jun Kuriyama # # $FreeBSD$ # PORTNAME= kcpuload PORTVERSION= 1.99 PORTREVISION= 6 CATEGORIES= sysutils kde MASTER_SITES= http://www.brueffer.de/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= CPU meter for Kicker USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} .include Property changes on: head/sysutils/kcpuload/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/sysutils/kcube/Makefile =================================================================== --- head/sysutils/kcube/Makefile (revision 162214) +++ head/sysutils/kcube/Makefile (revision 162215) @@ -1,27 +1,26 @@ # New ports collection makefile for: kcube # Date created: 05 January 2004 # Whom: Michael Ranner # # $FreeBSD$ # PORTNAME= kcube PORTVERSION= 0.61 PORTREVISION= 4 CATEGORIES= sysutils kde MASTER_SITES= http://www.tuxed.de/kcube/download/ MAINTAINER= mranner@inode.at COMMENT= Another cpu load kicker applet for KDE USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes -USE_REINPLACE= yes INSTALLS_SHLIB= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} .include Property changes on: head/sysutils/kcube/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/sysutils/kdar/Makefile =================================================================== --- head/sysutils/kdar/Makefile (revision 162214) +++ head/sysutils/kdar/Makefile (revision 162215) @@ -1,35 +1,34 @@ # New ports collection makefile for: kdar # Date created: 2004-01-26 # Whom: Kay Lehmann # # $FreeBSD$ # PORTNAME= kdar PORTVERSION= 2.0.7 CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kdar DISTNAME= kdar-${PORTVERSION:S/.b./-beta/} MAINTAINER= kay_lehmann@web.de COMMENT= KDar is KDE-based backuptool using libdar LIB_DEPENDS= dar.3:${PORTSDIR}/sysutils/dar USE_BZIP2= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_KDEBASE_VER=3 -USE_REINPLACE= yes .include .if ${OSVERSION} < 500000 IGNORE= Does not build on FreeBSD 4.X .endif post-patch: @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure .include Property changes on: head/sysutils/kdar/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/sysutils/kdeadmin3/Makefile =================================================================== --- head/sysutils/kdeadmin3/Makefile (revision 162214) +++ head/sysutils/kdeadmin3/Makefile (revision 162215) @@ -1,38 +1,37 @@ # -*-mode: makefile-*- # New ports collection makefile for: kdeadmin # Date created: 2 November 2001 # Whom: will@cvs.kde.org # # $FreeBSD$ # PORTNAME= kdeadmin PORTVERSION= ${KDE_VERSION} CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= KDE applications related to system administration USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} USE_BZIP2= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 post-patch: ${REINPLACE_CMD} -e \ 's|pkgconfigdir =.*|pkgconfigdir = ${LOCALBASE}/libdata/pkgconfig|g' \ ${WRKSRC}/knetworkconf/backends/Makefile.in ${REINPLACE_CMD} -e 's|INDEX-5|${INDEXFILE}|g' \ ${WRKSRC}/kpackage/fbsdInterface.cpp .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include Property changes on: head/sysutils/kdeadmin3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.42 \ No newline at end of property +1.43 \ No newline at end of property Index: head/sysutils/kdeadmin4/Makefile =================================================================== --- head/sysutils/kdeadmin4/Makefile (revision 162214) +++ head/sysutils/kdeadmin4/Makefile (revision 162215) @@ -1,38 +1,37 @@ # -*-mode: makefile-*- # New ports collection makefile for: kdeadmin # Date created: 2 November 2001 # Whom: will@cvs.kde.org # # $FreeBSD$ # PORTNAME= kdeadmin PORTVERSION= ${KDE_VERSION} CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= KDE applications related to system administration USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} USE_BZIP2= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 post-patch: ${REINPLACE_CMD} -e \ 's|pkgconfigdir =.*|pkgconfigdir = ${LOCALBASE}/libdata/pkgconfig|g' \ ${WRKSRC}/knetworkconf/backends/Makefile.in ${REINPLACE_CMD} -e 's|INDEX-5|${INDEXFILE}|g' \ ${WRKSRC}/kpackage/fbsdInterface.cpp .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include Property changes on: head/sysutils/kdeadmin4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.42 \ No newline at end of property +1.43 \ No newline at end of property Index: head/sysutils/kdirstat/Makefile =================================================================== --- head/sysutils/kdirstat/Makefile (revision 162214) +++ head/sysutils/kdirstat/Makefile (revision 162215) @@ -1,28 +1,27 @@ # New ports collection makefile for: kdirstat # Date created: 25 Jun 2002 # Whom: Stefan Jahn # # $FreeBSD$ # PORTNAME= kdirstat PORTVERSION= 2.4.4 PORTREVISION= 1 CATEGORIES= sysutils kde MASTER_SITES= http://kdirstat.sourceforge.net/download/ MAINTAINER= markus@FreeBSD.org COMMENT= A small KDE utility that sums up disk usage for direcory trees EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure USE_BZIP2= yes USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} .include Property changes on: head/sysutils/kdirstat/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/sysutils/kkeyled/Makefile =================================================================== --- head/sysutils/kkeyled/Makefile (revision 162214) +++ head/sysutils/kkeyled/Makefile (revision 162215) @@ -1,27 +1,26 @@ # New ports collection makefile for: kkeyled # Date created: Tue Mar 2 05:10:59 CET 2004 # Whom: Markus Brueffer # # $FreeBSD$ PORTNAME= kkeyled PORTVERSION= 0.8.9 PORTREVISION= 3 CATEGORIES= sysutils kde MASTER_SITES= http://www.truesoft.ch/dieter/kkeyled/software/ MAINTAINER= markus@FreeBSD.org COMMENT= Panel applet to display the keyboard's LED states USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|/opt/kde3|${PREFIX}|g' \ ${WRKSRC}/kkeyled/Themicons/kkeyledrc .include Property changes on: head/sysutils/kkeyled/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/knutclient/Makefile =================================================================== --- head/sysutils/knutclient/Makefile (revision 162214) +++ head/sysutils/knutclient/Makefile (revision 162215) @@ -1,28 +1,27 @@ # New ports collection makefile for: KDE Nut Client # Date created: Mon Apr 28 05:30:59 UTC 2003 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= knutclient PORTVERSION= 0.6.0 PORTREVISION= 4 CATEGORIES= sysutils kde MASTER_SITES= ftp://ftp.buzuluk.cz/pub/alo/knutclient/ MAINTAINER= lioux@FreeBSD.org COMMENT= A visual client for UPS system NUT USE_KDELIBS_VER=3 -USE_REINPLACE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-mt --program-transform-name='' post-patch: @${REINPLACE_CMD} -E \ -e 's|-O2||' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .include Property changes on: head/sysutils/knutclient/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/sysutils/knutclient-kde4/Makefile =================================================================== --- head/sysutils/knutclient-kde4/Makefile (revision 162214) +++ head/sysutils/knutclient-kde4/Makefile (revision 162215) @@ -1,28 +1,27 @@ # New ports collection makefile for: KDE Nut Client # Date created: Mon Apr 28 05:30:59 UTC 2003 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= knutclient PORTVERSION= 0.6.0 PORTREVISION= 4 CATEGORIES= sysutils kde MASTER_SITES= ftp://ftp.buzuluk.cz/pub/alo/knutclient/ MAINTAINER= lioux@FreeBSD.org COMMENT= A visual client for UPS system NUT USE_KDELIBS_VER=3 -USE_REINPLACE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-mt --program-transform-name='' post-patch: @${REINPLACE_CMD} -E \ -e 's|-O2||' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .include Property changes on: head/sysutils/knutclient-kde4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/sysutils/lfm/Makefile =================================================================== --- head/sysutils/lfm/Makefile (revision 162214) +++ head/sysutils/lfm/Makefile (revision 162215) @@ -1,32 +1,31 @@ # ex:ts=8 # New ports collection makefile for: lfm # Date created: Jul 21, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= lfm PORTVERSION= 0.91 CATEGORIES= sysutils MASTER_SITES= http://www.terra.es/personal7/inigoserna/lfm/ MAINTAINER= ports@FreeBSD.org COMMENT= Last File Manager, a simple 'commander'-type file manager USE_PYTHON= 2.0+ USE_PYDISTUTILS= yes -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e '/DOC_FILES/d' ${WRKSRC}/setup.py post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ChangeLog NEWS README README.pyview TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/sysutils/lfm/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/sysutils/libcdio/Makefile =================================================================== --- head/sysutils/libcdio/Makefile (revision 162214) +++ head/sysutils/libcdio/Makefile (revision 162215) @@ -1,37 +1,36 @@ # New ports collection makefile for: libcdio # Date created: 2004-04-04 # Whom: arved # # $FreeBSD$ PORTNAME= libcdio PORTVERSION= 0.76 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libcdio MAINTAINER= mich@FreeBSD.org COMMENT= Compact Disc Input and Control Library LIB_DEPENDS= cddb.3:${PORTSDIR}/audio/libcddb \ popt.0:${PORTSDIR}/devel/popt GNU_CONFIGURE= yes USE_GNOME= gnometarget pkgconfig gnomehack USE_GMAKE= yes USE_ICONV= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS+= --with-libpopt-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} \ --without-cd-paranoia -USE_REINPLACE= yes USE_PERL5_BUILD=yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv" INFO= libcdio post-patch: ${REINPLACE_CMD} -e "s,freebsd5\.\*,freebsd5\.\*|freebsd6\.\*|freebsd7\.\*," ${WRKSRC}/configure .include Property changes on: head/sysutils/libcdio/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/sysutils/lineak-kdeplugins/Makefile =================================================================== --- head/sysutils/lineak-kdeplugins/Makefile (revision 162214) +++ head/sysutils/lineak-kdeplugins/Makefile (revision 162215) @@ -1,41 +1,40 @@ # New ports collection makefile for: lineak_kdeplugins # Date created: 2004-12-29 # Whom: Kay Lehmann # # $FreeBSD$ # PORTNAME= lineak_kdeplugins PORTVERSION= 0.8.3 PORTREVISION= 3 CATEGORIES= sysutils deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lineak DIST_SUBDIR= lineak MAINTAINER= kay_lehmann@web.de COMMENT= KDE plugins for lineakd LIB_DEPENDS= lineak.8:${PORTSDIR}/sysutils/lineakd USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS+= --program-prefix='' -USE_REINPLACE= yes MAN1= lineak_kdeplugins.1 .include .if ${OSVERSION} < 500000 IGNORE= "Needs KDE to be compiled with gcc 3.4" .endif post-patch: @${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure .include Property changes on: head/sysutils/lineak-kdeplugins/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/lineak_kdeplugins/Makefile =================================================================== --- head/sysutils/lineak_kdeplugins/Makefile (revision 162214) +++ head/sysutils/lineak_kdeplugins/Makefile (revision 162215) @@ -1,41 +1,40 @@ # New ports collection makefile for: lineak_kdeplugins # Date created: 2004-12-29 # Whom: Kay Lehmann # # $FreeBSD$ # PORTNAME= lineak_kdeplugins PORTVERSION= 0.8.3 PORTREVISION= 3 CATEGORIES= sysutils deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lineak DIST_SUBDIR= lineak MAINTAINER= kay_lehmann@web.de COMMENT= KDE plugins for lineakd LIB_DEPENDS= lineak.8:${PORTSDIR}/sysutils/lineakd USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS+= --program-prefix='' -USE_REINPLACE= yes MAN1= lineak_kdeplugins.1 .include .if ${OSVERSION} < 500000 IGNORE= "Needs KDE to be compiled with gcc 3.4" .endif post-patch: @${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure .include Property changes on: head/sysutils/lineak_kdeplugins/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/lineakd/Makefile =================================================================== --- head/sysutils/lineakd/Makefile (revision 162214) +++ head/sysutils/lineakd/Makefile (revision 162215) @@ -1,56 +1,55 @@ # New ports collection makefile for: lineakd # Date created: 03 June 2002 # Whom: Kay Lehmann # # $FreeBSD$ # PORTNAME= lineakd PORTVERSION= 0.8.3 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=lineak DIST_SUBDIR= lineak MAINTAINER= kay_lehmann@web.de COMMENT= Lineakd is a daemon which enables special keys on internet keyboards USE_GMAKE= yes USE_XLIB= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${X11BASE}/lib ${PTHREAD_LIBS}" -USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS+=--program-prefix='' PORTDOCS= README TODO AUTHORS MAN1= lineakd.1 MANCOMPRESSED= yes .include .if ${OSVERSION} < 500000 # ANSI C++ forbids data member `macro_info' with same name as enclosing class USE_GCC= 3.4 .endif post-patch: @${REINPLACE_CMD} -e 's|-lpthread||' ${WRKSRC}/lineakd/Makefile.in @${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/lineakd/Makefile.in @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/lineakd.conf.example ${EXAMPLESDIR} .include Property changes on: head/sysutils/lineakd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/sysutils/livecd/Makefile =================================================================== --- head/sysutils/livecd/Makefile (revision 162214) +++ head/sysutils/livecd/Makefile (revision 162215) @@ -1,28 +1,27 @@ # New ports collection makefile for: FreeBSD LiveCD # Date created: Wed Jun 26 21:40:01 UTC 2002 # Whom: Edson Brandi et al # # $FreeBSD$ # PORTNAME= livecd PORTVERSION= 1.2.4b PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.primeirospassos.org/ MAINTAINER= ebrandi.home@uol.com.br COMMENT= Tool Set to create custom FreeBSD LiveCD RUN_DEPENDS= mkisofs:${PORTSDIR}/sysutils/cdrtools -USE_REINPLACE= yes NO_BUILD= yes MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" post-patch: @${REINPLACE_CMD} -E -e 's|/usr/local/|${PREFIX}|' \ ${WRKSRC}/Makefile .include Property changes on: head/sysutils/livecd/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/sysutils/lmon/Makefile =================================================================== --- head/sysutils/lmon/Makefile (revision 162214) +++ head/sysutils/lmon/Makefile (revision 162215) @@ -1,41 +1,40 @@ # New ports collection makefile for: lmon # Date created: 15 Mar 2005 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= lmon PORTVERSION= 1.2 CATEGORIES= sysutils MASTER_SITES= http://www.bsdconsulting.no/tools/ EXTRACT_SUFX= .tgz MAINTAINER= anders@FreeBSD.org COMMENT= Near-realtime log monitoring tool, sends alerts on hits and misses RUN_DEPENDS= ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail NO_BUILD= yes -USE_REINPLACE= yes do-install: ${INSTALL} -d -m 0755 ${PREFIX}/${PORTNAME} ${INSTALL_SCRIPT} ${WRKSRC}/lmon.pl ${PREFIX}/${PORTNAME}/ ${INSTALL_SCRIPT} ${WRKSRC}/control.pl ${PREFIX}/${PORTNAME}/ ${INSTALL_DATA} ${WRKSRC}/examples/control.cfg ${PREFIX}/${PORTNAME}/control.cfg.sample @${REINPLACE_CMD} -E -e "s@^(user=).*@\1\"root\"@;s@^(lmonhome=).*@\1\"${PREFIX}/${PORTNAME}\"@" ${WRKSRC}/examples/lmon.init ${INSTALL_SCRIPT} ${WRKSRC}/examples/lmon.init ${PREFIX}/etc/rc.d/lmon.sh.sample .if !defined(NOPORTDOCS) ${INSTALL} -d -m 0755 ${DOCSDIR} .for f in LICENSE README TODO ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ .endfor .endif ${INSTALL} -d -m 0755 ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.rules ${EXAMPLESDIR}/ @${CAT} ${PKGMESSAGE} .include Property changes on: head/sysutils/lmon/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/sysutils/lookat/Makefile =================================================================== --- head/sysutils/lookat/Makefile (revision 162214) +++ head/sysutils/lookat/Makefile (revision 162215) @@ -1,41 +1,40 @@ # New ports collection makefile for: lookat # Date created: Tue Apr 22 15:56:54 CEST 2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= lookat PORTVERSION= 1.4.0 CATEGORIES= sysutils MASTER_SITES= http://www.wagemakers.be/uploads/37/7/ DISTNAME= ${PORTNAME}_bekijk-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Lookat is a program to view Un*x text files and manual pages GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_REINPLACE= yes MAN1= lookat.1 post-patch: @${REINPLACE_CMD} -e \ 's|/etc/lookat.conf|${PREFIX}/etc/lookat.conf|g' ${WRKSRC}/${PORTNAME}.1 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/lookat ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/lookat.1 ${PREFIX}/man/man1 @${INSTALL_DATA} ${WRKSRC}/lookat.conf ${PREFIX}/etc/lookat.conf.sample @${ECHO} "------------------------------------------------------------" @${ECHO} "Sample of configuration file placed at" @${ECHO} "${PREFIX}/etc/lookat.conf.sample" @${ECHO} "------------------------------------------------------------ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/sysutils/lookat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/sysutils/ltrace/Makefile =================================================================== --- head/sysutils/ltrace/Makefile (revision 162214) +++ head/sysutils/ltrace/Makefile (revision 162215) @@ -1,43 +1,42 @@ # ex:ts=8 # Ports collection makefile for: ltrace # Date created: Mon Oct 15, 2001 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # PORTNAME= ltrace PORTVERSION= 0.3.6 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://utopia.knoware.nl/users/driehuis/ DISTNAME= ${PORTNAME}-${PORTVERSION}-fbsd MAINTAINER= ports@FreeBSD.org COMMENT= Dynamic Library Tracer -- similar to strace, but trace library calls # Although there is sparc code under the Linux/ directory, there is nothing # other than i386 in the FreeBSD/ directory as of 2003-18-06. ONLY_FOR_ARCHS= i386 -USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes PLIST_FILES= bin/ltrace etc/ltrace.conf CONFLICTS= polygraph-2* MAN1= ltrace.1 post-patch: ${REINPLACE_CMD} \ -e 's|"/etc/ltrace.conf"|"${PREFIX}/etc/ltrace.conf"|g' \ ${WRKSRC}/ltrace.c ${REINPLACE_CMD} -e 's|^\(CC\)|#\1|' ${WRKSRC}/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ltrace ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/etc/ltrace.conf ${PREFIX}/etc ${INSTALL_MAN} ${WRKSRC}/ltrace.1 ${PREFIX}/man/man1 .include Property changes on: head/sysutils/ltrace/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/sysutils/mapchan/Makefile =================================================================== --- head/sysutils/mapchan/Makefile (revision 162214) +++ head/sysutils/mapchan/Makefile (revision 162215) @@ -1,44 +1,43 @@ # New ports collection makefile for: Utility "mapchan" of SCO Unix # Date created: 17 February 2004 # Whom: Konstantin Reznichenko # # $FreeBSD$ # PORTNAME= mapchan PORTVERSION= 2.0 CATEGORIES= sysutils converters MASTER_SITES= http://www.iceb.vc.ukrtel.net/download/ MAINTAINER= bsam@ipt.ru COMMENT= Implementation of the utility "mapchan" from SCO Unix USE_BZIP2= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV= MAPDIR=${PREFIX}/etc/${PORTNAME} ETCDAT= *.map default.sample MAN8= mapchan.8 PORTDOCS= README post-extract: @${CP} ${WRKSRC}/doc/mapchan.F ${WRKSRC}/doc/mapchan.8 post-patch: @${FIND} ${WRKSRC} -name '*.orig' | ${XARGS} ${RM} @${CP} ${WRKSRC}/examples/default ${WRKSRC}/examples/default.sample @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" ${WRKSRC}/mapchan.c post-install: ${INSTALL_MAN} ${WRKSRC}/doc/mapchan.8 ${MANPREFIX}/man/man8 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/sysutils/mapchan/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/sysutils/memgrep/Makefile =================================================================== --- head/sysutils/memgrep/Makefile (revision 162214) +++ head/sysutils/memgrep/Makefile (revision 162215) @@ -1,43 +1,42 @@ # New ports collection Makefile for: memgrep # Date created: 22 February 2003 # Whom: Clement Laforet # # $FreeBSD$ # PORTNAME= memgrep PORTVERSION= 0.8.0 CATEGORIES= sysutils MASTER_SITES= http://www.hick.org/code/skape/memgrep/ MAINTAINER= clement@FreeBSD.org COMMENT= Utility to manipulate memory from running processes and core files HAS_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 PORTDOCS= annotated.html doxygen.css doxygen.png examples.html files.html \ functions.html group__memgrep.html index.html memgrep_8h-source.html \ modules.html simple_8c-example.html struct__core__memory__sections.html \ struct__mem__ctx.html struct__mem__ctx__core__data.html \ struct__memgrep__functions.html struct__memgrep__result.html\ struct__memgrep__result__row.html struct__memgrep__result__row__dump.html \ struct__memgrep__result__row__heap.html \ struct__memgrep__result__row__replace.html \ struct__memgrep__result__row__search.html struct__process__section__addrs.html post-patch: @${REINPLACE_CMD} "s,-O3,,;s,FLAGS=,FLAGS+=," ${WRKSRC}/src/Makefile.in ${WRKSRC}/examples/Makefile.in MAKE_ENV+= FLAGS="${CFLAGS}" post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/html/* ${DOCSDIR} .endif .include Property changes on: head/sysutils/memgrep/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/sysutils/memtest/Makefile =================================================================== --- head/sysutils/memtest/Makefile (revision 162214) +++ head/sysutils/memtest/Makefile (revision 162215) @@ -1,30 +1,28 @@ # New ports collection makefile for: memtest # Date created: 18 Jun 2000 # Whom: Mario S F Ferreira et al. # # $FreeBSD$ # PORTNAME= memtest PORTVERSION= 4.0.5 CATEGORIES= sysutils MASTER_SITES= http://pyropus.ca/software/${PORTNAME}er/ DISTNAME= ${PORTNAME}er-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Utility to test for faulty memory subsystem -USE_REINPLACE= yes - MAN8= ${PORTNAME}.8 PLIST_FILES= bin/memtest post-patch: @${REINPLACE_CMD} -e 's|cc|${CC}|' \ ${WRKSRC}/conf-cc do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}er ${PREFIX}/bin/${PORTNAME} @${INSTALL_MAN} ${WRKSRC}/${MAN8:S/./er./g} ${PREFIX}/man/man8/${MAN8} .include Property changes on: head/sysutils/memtest/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/sysutils/mktool/Makefile =================================================================== --- head/sysutils/mktool/Makefile (revision 162214) +++ head/sysutils/mktool/Makefile (revision 162215) @@ -1,28 +1,27 @@ # ports collection makefile for: mktool # Date created: 2002/05/28 # Whom: Jos Backus # # $FreeBSD$ # PORTNAME= mktool PORTVERSION= 0.0.25 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.io.com/~manoj/file/ MAINTAINER= jos@catnook.com COMMENT= Portable tools to manage processes and networked services USE_GMAKE= yes -USE_REINPLACE= yes USE_BZIP2= yes pre-patch: @${REINPLACE_CMD} -e ' \ s,^OPT=.*,OPT=${CFLAGS},; \ s,=gcc,?=gcc,; \ s,^bindir=.*,bindir=${PREFIX}/bin,; \ s,cp -p,${INSTALL_PROGRAM},' ${WRKSRC}/Makefile .include Property changes on: head/sysutils/mktool/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/nagios-statd/Makefile =================================================================== --- head/sysutils/nagios-statd/Makefile (revision 162214) +++ head/sysutils/nagios-statd/Makefile (revision 162215) @@ -1,33 +1,32 @@ # New ports collection makefile for: nagios-statd # Date created: 2003-11-06 # Whom: Jim Shewmaker # # $FreeBSD$ # PORTNAME= nagios-statd PORTVERSION= 3.11 CATEGORIES= sysutils python net-mgmt MASTER_SITES= http://www.twoevils.org/files/netsaint_statd/ MAINTAINER= jims@bluenotch.com COMMENT= Daemon/client to check remote host information for Nagios USE_PYTHON= yes -USE_REINPLACE= yes MAN1= nagios-stat.1 MAN8= nagios-statd.8 do-build: ${REINPLACE_CMD} -e 's,/usr/bin/python,/usr/bin/env python,' \ ${WRKSRC}/bin/* ${WRKSRC}/sbin/* do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/nagios-stat ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/sbin/nagios-statd ${PREFIX}/sbin ${INSTALL_SCRIPT} ${FILESDIR}/nagios-statd.sh.sample ${PREFIX}/etc/rc.d ${INSTALL_MAN} ${WRKSRC}/share/man1/nagios-stat.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/share/man8/nagios-statd.8 ${PREFIX}/man/man8 .include Property changes on: head/sysutils/nagios-statd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/sysutils/ndir/Makefile =================================================================== --- head/sysutils/ndir/Makefile (revision 162214) +++ head/sysutils/ndir/Makefile (revision 162215) @@ -1,39 +1,38 @@ # New ports collection makefile for: ndir # Date created: Jun 16, 2001 # Whom: Mark Pulford # # $FreeBSD$ # PORTNAME= ndir PORTVERSION= 0.8.8 PORTREVISION= 0 CATEGORIES= sysutils MASTER_SITES= http://www.Informatik.Uni-Oldenburg.DE/~mw/software/ DISTNAME= NDir-${PORTVERSION} EXTRACT_SUFX= -1.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= A featureful directory lister USE_GMAKE= yes -USE_REINPLACE= yes ALL_TARGET= compile CFLAGS+= -DNO_THOUSANDS_GROUPING MAN1= ndir.1 MLINKS= ndir.1 lv.1 ndir.1 lw.1 PLIST_FILES= bin/ndir bin/lw bin/lv .include post-patch: ${REINPLACE_CMD} -e 's|-Wall -O2|${CFLAGS}|g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/ndir ${PREFIX}/bin ${LN} -sf ndir ${PREFIX}/bin/lw ${LN} -sf ndir ${PREFIX}/bin/lv ${INSTALL_MAN} ${WRKSRC}/ndir.1 ${PREFIX}/man/man1 .include Property changes on: head/sysutils/ndir/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/sysutils/npadmin/Makefile =================================================================== --- head/sysutils/npadmin/Makefile (revision 162214) +++ head/sysutils/npadmin/Makefile (revision 162215) @@ -1,31 +1,30 @@ # New ports collection makefile for: npadmin # Date created: 13 Nov 1998 # Whom: Dom Mitchell # # $FreeBSD$ # PORTNAME= npadmin PORTVERSION= 0.8.7 PORTREVISION= 1 CATEGORIES= sysutils print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= dom@happygiraffe.net COMMENT= An SNMP based command line network printer management tool MAN1= npadmin.1 PLIST_FILES= bin/npadmin USE_GETOPT_LONG=yes -USE_REINPLACE= yes GNU_CONFIGURE= yes pre-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure pre-configure: ${RM} ${WRKSRC}/getopt.h ${WRKSRC}/getopt1.c .include Property changes on: head/sysutils/npadmin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/sysutils/nrg2iso/Makefile =================================================================== --- head/sysutils/nrg2iso/Makefile (revision 162214) +++ head/sysutils/nrg2iso/Makefile (revision 162215) @@ -1,29 +1,28 @@ # New ports collection makefile for: nrg2iso # Date created: 15 Aug 2004 # Whom: dieringe # # $FreeBSD$ # PORTNAME= nrg2iso PORTVERSION= 0.4 CATEGORIES= sysutils MASTER_SITES= http://gregory.kokanosky.free.fr/v4/linux/ MAINTAINER= dieringe@zedat.fu-berlin.de COMMENT= Convert Nero .nrg CD-Image format to ISO USE_GMAKE= yes -USE_REINPLACE= yes PLIST_FILES= bin/nrg2iso post-patch: @${REINPLACE_CMD} -E \ -e 's|gcc|${CC} ${CFLAGS}|' \ ${BUILD_WRKSRC}/${MAKEFILE} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/nrg2iso ${PREFIX}/bin .include Property changes on: head/sysutils/nrg2iso/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/nut-libupsclient/Makefile =================================================================== --- head/sysutils/nut-libupsclient/Makefile (revision 162214) +++ head/sysutils/nut-libupsclient/Makefile (revision 162215) @@ -1,24 +1,23 @@ # New ports collection makefile for: nut-libupsclient # Date created: 08 Jul 2005 # Whom: Joerg Pulz # # $FreeBSD$ # COMMENT= Network UPS Tools - upsclient library # Local variables # USE_GNOME= pkgconfig -USE_REINPLACE= yes PLIST= ${.CURDIR}/pkg-plist SUBSYS= libupsclient # Local overrides # MASTERDIR= ${.CURDIR}/../nut .include "${MASTERDIR}/Makefile" Property changes on: head/sysutils/nut-libupsclient/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/nvclock/Makefile =================================================================== --- head/sysutils/nvclock/Makefile (revision 162214) +++ head/sysutils/nvclock/Makefile (revision 162215) @@ -1,46 +1,45 @@ # New ports collection makefile for: nvclock # Date created: August 4, 2003 # Whom: Samy Al Bahra # # $FreeBSD$ # PORTNAME= nvclock PORTVERSION= 0.7 PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://www.linuxhardware.org/nvclock/ \ http://www.kerneled.com/freebsd/ports/ DISTNAME= nvclock${PORTVERSION} MAINTAINER= sbahra@kerneled.org COMMENT= The nVidia graphic card status and overclocking tool USE_GMAKE= yes -USE_REINPLACE= yes USE_GETOPT_LONG=yes GNU_CONFIGURE= yes USE_GNOME= pkgconfig .if defined(WITHOUT_GUI) PLIST_SUB+= GTK="@comment " CONFIGURE_ARGS+="--enable-gtk=no" .else USE_GNOME+= gtk20 PLIST_SUB+= GTK="" .endif pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "************************************************" @${ECHO_MSG} "* You can disable nvclock's GTK user interface *" @${ECHO_MSG} "* by defining WITHOUT_GUI. *" @${ECHO_MSG} "************************************************" @${ECHO_MSG} "" post-patch: .for i in src/gtk/Makefile.in src/backend/Makefile.in @${REINPLACE_CMD} -e 's|"CFLAGS="|"CFLAGS+="|g' ${WRKSRC}/${i} .endfor .include Property changes on: head/sysutils/nvclock/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/sysutils/nvtv/Makefile =================================================================== --- head/sysutils/nvtv/Makefile (revision 162214) +++ head/sysutils/nvtv/Makefile (revision 162215) @@ -1,38 +1,37 @@ # New ports collection makefile for: nv-tv-out # Date Created: 19 May 2004 # Whom: Samuel Tardieu # # $FreeBSD$ # PORTNAME= nvtv PORTVERSION= 0.4.7 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= nv-tv-out DISTNAME= nvtv-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= TV output on nvidia card LIB_DEPENDS= pci.2:${PORTSDIR}/devel/libpci ONLY_FOR_ARCHS= i386 CONFIGURE_ENV= CC="${CC} -I${PREFIX}/include" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} GNU_CONFIGURE= yes USE_GETOPT_LONG= yes USE_GNOME= gtk12 -USE_REINPLACE= yes MAN1= nvtv.1x MAN8= nvtvd.8 PLIST_FILES= bin/nvtv bin/nvtvd post-patch: @${REINPLACE_CMD} -e 's|-lgnugetopt||g' ${WRKSRC}/configure .include Property changes on: head/sysutils/nvtv/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/sysutils/pfstat/Makefile =================================================================== --- head/sysutils/pfstat/Makefile (revision 162214) +++ head/sysutils/pfstat/Makefile (revision 162215) @@ -1,47 +1,45 @@ # New ports collection makefile for: pfstat # Date created: 10 October 2003 # Whom: Max Laier # # $FreeBSD$ # PORTNAME= pfstat PORTVERSION= 1.7 CATEGORIES= sysutils net MASTER_SITES= http://www.benzedrine.cx/ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= mlaier@freebsd.org COMMENT= Utility to render grafical statistics for pf .if defined(WITH_GD1) LIB_DEPENDS= gd1.2:${PORTSDIR}/graphics/gd1 CFLAGS+= -I${LOCALBASE}/include/gd MAKE_ARGS= "LD_GD=gd1" .else LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd MAKE_ARGS= "LD_GD=gd" .endif -USE_REINPLACE= yes - MAN8= pfstat.8 MANCOMPRESSED= no PLIST_FILES= bin/pfstat .include .if ${OSVERSION} < 502106 IGNORE= "Only for 5.3 and above" .endif post-patch: @${REINPLACE_CMD} -e 's|-lgd|-l$${LD_GD}|; s| -lttf||' \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pfstat ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pfstat.8 ${PREFIX}/man/man8 .include Property changes on: head/sysutils/pfstat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/pkg_trackinst/Makefile =================================================================== --- head/sysutils/pkg_trackinst/Makefile (revision 162214) +++ head/sysutils/pkg_trackinst/Makefile (revision 162215) @@ -1,29 +1,28 @@ # New ports collection makefile for: pkg_trackinst # Date created: 3 May 2005 # Whom: Hye-Shik Chang # # $FreeBSD$ PORTNAME= pkg_trackinst PORTVERSION= 1.2.2 CATEGORIES= sysutils MASTER_SITES= http://people.freebsd.org/~perky/distfiles/ MAINTAINER= perky@FreeBSD.org COMMENT= PkgDB/pkg-plist generator by tracking installation USE_PYTHON= 2.3+ -USE_REINPLACE= yes MAKE_ENV= PYTHON_CMD=${PYTHON_CMD} .include .if ${OSVERSION} < 501105 IGNORE= requires dynamically-linked base programs .endif post-patch: ${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \ ${WRKSRC}/PkgTrackInst/cmd_support.py .include Property changes on: head/sysutils/pkg_trackinst/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/sysutils/pkg_tree/Makefile =================================================================== --- head/sysutils/pkg_tree/Makefile (revision 162214) +++ head/sysutils/pkg_tree/Makefile (revision 162215) @@ -1,28 +1,27 @@ # New ports collection makefile for: pkg_tree # Date created: 24 September 2001 # Whom: Edwin Groothuis (edwin@mavetju.org) # # $FreeBSD$ # PORTNAME= pkg_tree PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= edwin@mavetju.org COMMENT= Get a 'graphical' tree-overview of installed packages -USE_REINPLACE= yes USE_PERL5= yes MAN7= pkg_tree.7 PLIST_FILES= bin/pkg_tree post-patch: @${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g ; \ s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \ s|__INSTALL_SCRIPT__|${INSTALL_SCRIPT}|g' ${WRKSRC}/Makefile .include Property changes on: head/sysutils/pkg_tree/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/sysutils/portbrowser/Makefile =================================================================== --- head/sysutils/portbrowser/Makefile (revision 162214) +++ head/sysutils/portbrowser/Makefile (revision 162215) @@ -1,31 +1,30 @@ # New ports collection makefile for: portbrowser # Date created: 8 November, 2004 # Whom: hrs # # $FreeBSD$ PORTNAME= portbrowser PORTVERSION= 0.3 PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.bytelabs.org/ DISTNAME= pb-browser-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= hrs@FreeBSD.org COMMENT= Graphical frontend for the BSD ports system USE_GNOME= gtk20 -USE_REINPLACE= yes MAKE_ENV= MANDIR=${PREFIX}/man/man \ BINDIR=${PREFIX}/bin \ NOMANCOMPRESS=YES PLIST_FILES= bin/pbrowser MAN1= pbrowser.1 post-patch: @${REINPLACE_CMD} -e 's|"INDEX"|"${INDEXFILE}"|' \ ${WRKSRC}/src/pkgobject.h .include Property changes on: head/sysutils/portbrowser/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/sysutils/portsman/Makefile =================================================================== --- head/sysutils/portsman/Makefile (revision 162214) +++ head/sysutils/portsman/Makefile (revision 162215) @@ -1,34 +1,33 @@ # New ports collection makefile for: portsman # Date created: 18 January 2003 # Whom: Anselm R. Garbe # # $FreeBSD$ # PORTNAME= portsman PORTVERSION= 0.2 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://download.berlios.de/portsman/ # temporary DISTNAME= ${PORTNAME}-${PORTVERSION}-rc2 MAINTAINER= anselmg@t-online.de COMMENT= An ncurses based front-end to manage the FreeBSD ports collection .include .if ${OSVERSION} < 400000 LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses .endif MAN1= portsman.1 MAN5= portsmanrc.5 GNU_CONFIGURE= yes -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e "/^pmanrcdir/s|etc$$|etc/portsman|" \ ${WRKSRC}/config/Makefile.in .include Property changes on: head/sysutils/portsman/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/sysutils/powerman/Makefile =================================================================== --- head/sysutils/powerman/Makefile (revision 162214) +++ head/sysutils/powerman/Makefile (revision 162215) @@ -1,41 +1,40 @@ # New ports collection makefile for: powerman # Date created: 29 March 2004 # Whom: Greg Lewis # # $FreeBSD$ PORTNAME= powerman PORTVERSION= 1.0.20 CATEGORIES= sysutils parallel MASTER_SITES= ftp://ftp.llnl.gov/pub/linux/powerman/ EXTRACT_SUFX= .tgz MAINTAINER= glewis@FreeBSD.org COMMENT= PowerMan is a tool for doing remote power control USE_BISON= yes USE_GMAKE= yes USE_GETOPT_LONG=yes USE_RC_SUBR= yes -USE_REINPLACE= yes MAKE_ENV+= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" MAN1= powerman.1 MAN5= powerman.conf.5 MAN7= powerman-devices.7 MAN8= powermand.8 post-patch: .for file in ${MAN1} ${MAN5} powermand.1 @${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:" "${WRKSRC}/man/${file}" .endfor @${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:" \ "${WRKSRC}/src/powerman.h" @${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:" \ -e "s:%%RC_SUBR%%:${RC_SUBR}:" \ "${WRKSRC}/scripts/powerman.init" .include Property changes on: head/sysutils/powerman/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/sysutils/progsreiserfs/Makefile =================================================================== --- head/sysutils/progsreiserfs/Makefile (revision 162214) +++ head/sysutils/progsreiserfs/Makefile (revision 162215) @@ -1,52 +1,51 @@ # New ports collection makefile for: progsreiserfs # Date created: May 13 2004 # Whom: Florent Thoumie # # $FreeBSD$ # PORTNAME= progsreiserfs PORTVERSION= 0.3.1.r8 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.cgsecurity.org/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= ports@FreeBSD.org COMMENT= Utilities and library to manipulate ReiserFS partitions USE_GETOPT_LONG=yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes -USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-debug .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls .else USE_GETTEXT= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .endif MAN8= cpfs.reiserfs.8 mkfs.reiserfs.8 reiserfs.8 \ resizefs.reiserfs.8 tunefs.reiserfs.8 .include .if ${ARCH} != "i386" && ${ARCH} != "amd64" BROKEN= "Does not compile on non-i386 and non-amd64" .endif .if ${OSVERSION} >= 500041 CFLAGS+= -Dgetopt_long_only=getopt_long EXTRA_PATCHES= ${FILESDIR}/extrapatch-progsreiserfs::libmisc::Makefile.in .endif post-patch: @${REINPLACE_CMD} -e 's|^LIBTOOL=.*|LIBTOOL=${LIBTOOL}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|sys/int_types.h|inttypes.h|' \ ${WRKSRC}/libreiserfs/tools.c ${WRKSRC}/include/reiserfs/* .include Property changes on: head/sysutils/progsreiserfs/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/sysutils/pwg/Makefile =================================================================== --- head/sysutils/pwg/Makefile (revision 162214) +++ head/sysutils/pwg/Makefile (revision 162215) @@ -1,28 +1,27 @@ # New ports collection makefile for: pwg # Date created: 19 May 2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= pwg PORTVERSION= 0.2 PORTREVISION= 4 CATEGORIES= sysutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A small tool to generate secure, random passwords USE_BZIP2= yes USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} .include Property changes on: head/sysutils/pwg/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/sysutils/raincoat/Makefile =================================================================== --- head/sysutils/raincoat/Makefile (revision 162214) +++ head/sysutils/raincoat/Makefile (revision 162215) @@ -1,53 +1,52 @@ # New ports collection makefile for: raincoat # Date created: 24 July 2005 # Whom: Ed Schouten # # $FreeBSD$ # PORTNAME= raincoat PORTVERSION= 0.11 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xbox-linux EXTRACT_SUFX= .tbz2 MAINTAINER= ed@fxq.nl COMMENT= BIOS flash utility for the Microsoft Xbox # Xbox is i386 ONLY_FOR_ARCHS= i386 -USE_REINPLACE= yes USE_BZIP2= yes PORTDOCS= README post-patch: .for f in docs/README src/${PORTNAME}.c @${REINPLACE_CMD} -e 's|/etc/raincoat\.conf|${PREFIX}&|g' \ ${WRKSRC}/${f} .endfor do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/src/${PORTNAME}.c ${WRKSRC}/src/BootFlash.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf.default .if !exists(${PREFIX}/etc/${PORTNAME}.conf) ${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}.conf ${PREFIX}/etc .endif .if !defined (NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/${PORTDOCS} ${DOCSDIR} .endif .include .if ${OSVERSION} < 500000 BROKEN= "Doesn't build on < 5.x" .endif .include Property changes on: head/sysutils/raincoat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/rc_subr/Makefile =================================================================== --- head/sysutils/rc_subr/Makefile (revision 162214) +++ head/sysutils/rc_subr/Makefile (revision 162215) @@ -1,39 +1,38 @@ # New ports collection makefile for: rc_subr # Date created: July 4, 2003 # Whom: hetzels@westbend.net # # $FreeBSD$ # PORTNAME= rc_subr PORTVERSION= 1.31 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= eik MAINTAINER= clement@FreeBSD.org COMMENT= Common startup and shutdown subroutines used by scripts USE_BZIP2= yes NO_BUILD= yes -USE_REINPLACE= yes MAN8= rc.subr.8 PLIST_FILES= etc/rc.subr \ ${EXAMPLESDIR:S,^${PREFIX}/,,}/README \ ${EXAMPLESDIR:S,^${PREFIX}/,,}/example.sh PLIST_DIRS= ${EXAMPLESDIR:S,^${PREFIX}/,,} post-patch: @${REINPLACE_CMD} -E \ -e 's, (/etc(/rc.subr| )), ${PREFIX}\1,g' \ ${WRKSRC}/rc.subr.8 do-install: @${INSTALL_SCRIPT} ${WRKSRC}/rc.subr ${PREFIX}/etc @${INSTALL_MAN} ${WRKSRC}/rc.subr.8 ${MAN8PREFIX}/man/man8 @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/example.sh ${EXAMPLESDIR} .include Property changes on: head/sysutils/rc_subr/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/sysutils/reoback/Makefile =================================================================== --- head/sysutils/reoback/Makefile (revision 162214) +++ head/sysutils/reoback/Makefile (revision 162215) @@ -1,41 +1,40 @@ # New ports collection makefile for: reoback # Date created: 19 April 2003 # Whom: kiesel # # $FreeBSD$ # PORTNAME= reoback PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= reoback EXTRACT_SUFX= _r3.tar.gz MAINTAINER= kiesel@schlund.de COMMENT= Simple but flexible ftp/nfs backup script RUN_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net NO_BUILD= yes USE_PERL5= yes -USE_REINPLACE= yes MAN1= reoback.1 reoback.pl.1 MANCOMPRESSED= yes pre-install: cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,/home/sforge/reoback/settings.conf,${PREFIX}/etc/reoback/settings.conf,g' ${WRKSRC}/run_reoback.sh cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,/home/sforge/reoback/reoback.pl,${PREFIX}/bin/reoback.pl,g' ${WRKSRC}/run_reoback.sh cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,^#!/usr/bin/perl -W,#!/usr/bin/perl -w,g' reoback.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/reoback.pl ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/run_reoback.sh ${PREFIX}/bin/ ${MKDIR} ${PREFIX}/etc/reoback ${INSTALL_DATA} ${WRKSRC}/conf/settings.conf ${PREFIX}/etc/reoback/settings.conf.dist ${INSTALL_DATA} ${WRKSRC}/conf/files.conf ${PREFIX}/etc/reoback/files.conf.dist ${INSTALL_MAN} ${WRKSRC}/docs/man/reoback.1.gz ${PREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/docs/man/reoback.pl.1.gz ${PREFIX}/man/man1/ .include Property changes on: head/sysutils/reoback/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/runwhen/Makefile =================================================================== --- head/sysutils/runwhen/Makefile (revision 162214) +++ head/sysutils/runwhen/Makefile (revision 162215) @@ -1,44 +1,43 @@ # New ports collection makefile for: runwhen # Date created: 2003-10-31 # Whom: David Thiel # # $FreeBSD$ # PORTNAME= runwhen PORTVERSION= 2003.10.31 CATEGORIES= sysutils MASTER_SITES= http://code.dogmap.org./${PORTNAME}/releases/ MAINTAINER= lx@redundancy.redundancy.org COMMENT= Tools for running commands at particular times BUILD_DEPENDS= ${LOCALBASE}/include/skalibs:${PORTSDIR}/devel/skalibs USE_BZIP2= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/admin/${DISTNAME} ALL_TARGET= default DOCS= src/CHANGES src/TODO package/README post-patch: @${REINPLACE_CMD} -e 's!gcc -O2!${CC} ${CFLAGS}!' \ ${WRKSRC}/conf-compile/host_compile.sh do-configure: ${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-compile/package_home ${ECHO_CMD} ${LOCALBASE} > ${WRKSRC}/conf-compile/depend_skalibs do-build: cd ${WRKSRC} && package/compile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/command/* ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include Property changes on: head/sysutils/runwhen/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/safecat/Makefile =================================================================== --- head/sysutils/safecat/Makefile (revision 162214) +++ head/sysutils/safecat/Makefile (revision 162215) @@ -1,30 +1,28 @@ # New ports collection makefile for: safecat # Date created: 27 November 2000 # Whom: roam@FreeBSD.org # # $FreeBSD$ # PORTNAME= safecat PORTVERSION= 1.12 CATEGORIES= sysutils mail MASTER_SITES= http://budney.homeunix.net:8080/users/budney/linux/software/safecat/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= utils/file MAINTAINER= roam@FreeBSD.org COMMENT= Safely write data to a directory using D. J. Bernstein's Maildir ideology -USE_REINPLACE= yes - MAN1= safecat.1 maildir.1 do-configure: ${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," ${WRKSRC}/conf-root ${REINPLACE_CMD} -e "s,cc -O2,${CC} ${CFLAGS}," ${WRKSRC}/conf-cc ${REINPLACE_CMD} -e "s,cc -s,${CC} ${CFLAGS} ${STRIP}," ${WRKSRC}/conf-ld ALL_TARGET= it INSTALL_TARGET= setup check .include Property changes on: head/sysutils/safecat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/sysutils/sec/Makefile =================================================================== --- head/sysutils/sec/Makefile (revision 162214) +++ head/sysutils/sec/Makefile (revision 162215) @@ -1,37 +1,36 @@ # New ports collection Makefile for: sec # Date created: 25, February 2003 # Whom: Nicolas Jombart # # $FreeBSD$ # PORTNAME= sec PORTVERSION= 2.3.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= simple-evcorr MAINTAINER= ecu@ipv42.net COMMENT= Simple event (logs) correlator USE_PERL5_RUN= YES NO_BUILD= YES -USE_REINPLACE= YES MAN8= sec.8 PORTDOCS= ChangeLog README convert.pl itostream.c PLIST_FILES= bin/sec post-patch: ${REINPLACE_CMD} -e \ 's|${PORTNAME}.pl|${PORTNAME}|g' ${WRKSRC}/${PORTNAME}.pl.man do-install: @${INSTALL_SCRIPT} ${WRKSRC}/sec.pl ${PREFIX}/bin/${PORTNAME} @${INSTALL_MAN} ${WRKSRC}/sec.pl.man ${PREFIX}/man/man8/sec.8 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include Property changes on: head/sysutils/sec/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/sysutils/sge/Makefile =================================================================== --- head/sysutils/sge/Makefile (revision 162214) +++ head/sysutils/sge/Makefile (revision 162215) @@ -1,254 +1,253 @@ # Ports collection makefile for: sge # Date created: Fri Jul 11, 2003 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= sge PORTVERSION= ${SGE_VERSION} PORTREVISION= 1 CATEGORIES= sysutils parallel MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/51/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks DISTNAME= sge-V60u7_1_TAG-src MAINTAINER= brooks@FreeBSD.org COMMENT= Sun Grid Engine, a batch queueing system FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget # We have to use wget because the master site required cookies to # download the file. DISABLE_SIZE= yes FETCH_CMD= wget -c OPTIONS= BDB "Use DB based spooler (currently broken)" off \ DRMAA "Support the Java DRMAA API (requires native Java)" on \ QMON "Qmon support (requires X and Motif)" on CONFLICTS= sge-5* sgeee-[0-9]* EXTRA_PATCHES= ${FILESDIR}/sge-freebsd-pdc.diff .if !exists(/usr/include/sys/_pthreadtypes.h) EXTRA_PATCHES= ${FILESDIR}/pthread-types.diff .endif NOT_FOR_ARCHS= alpha USE_GETTEXT= yes USE_GMAKE= yes USE_OPENSSL= yes -USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${SGE_ROOT}/lib/${SGE_ARCH} # We have to use fetch because the master site required cookies to # download the file. FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget DISABLE_SIZE= yes FETCH_CMD= wget -c SGE_BASE?= sge SGE_ROOT= ${PREFIX}/${SGE_BASE} SGE_ARCH= fbsd-${ARCH} SGE_VERSION= 6.0.7.1 SGE_RELEASE= 6.0u7_1 PLIST_SUB+= SGE_ARCH=${SGE_ARCH} PLIST_SUB+= SGE_BASE=${SGE_BASE} SUB_FILES= pkg-message pkg-install SUB_LIST+= SGE_BASE=${SGE_BASE} USE_RC_SUBR= sge.sh PKGMESSAGE= ${WRKDIR}/pkg-message PKGINSTALL= ${WRKDIR}/pkg-install WRKSRC= ${WRKDIR}/gridengine/source TMP_SGE_ROOT= ${WRKDIR}/sgeroot AIMK_CMD= ${SETENV} ${AIMK_ENV} ./aimk ${AIMK_ARGS} INST_PROGS= man common \ sge_qmaster \ sge_execd \ sge_shadowd \ sge_schedd \ sge_shepherd \ sge_coshepherd \ qstat \ qsub \ qalter \ qconf \ qdel \ qacct \ qmod \ qsh \ utilbin \ jobs \ qhost \ qmake \ qtcsh \ qping \ qloadsensor.exe \ sgepasswd \ ${QMON} MANPREFIX= ${SGE_ROOT} .include "${.CURDIR}/Makefile.man" EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite .include .if ${OSVERSION} < 503000 .if ${OSVERSION} < 500000 BROKEN= "does not build without libpthread" .else IGNORE= is not supported for FreeBSD < 5.3 .endif .endif .if defined(WITH_BDB) LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42 PLIST_SUB+= BDB_SPOOL= .else AIMK_ARGS+= -spool-classic PLIST_SUB+= BDB_SPOOL="@comment " .endif .if defined(WITH_DRMAA) USE_JAVA= yes JAVA_VERSION= 1.4+ JAVA_OS= native JAVA_BUILD= jdk JAVA_RUN= jre .include "${PORTSDIR}/Mk/bsd.java.mk" ANT?= ${LOCALBASE}/bin/ant BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant PLIST_SUB+= DRMAA= AIMK_ENV+= JAVA_HOME=${JAVA_HOME} .else AIMK_ARGS+= -no-java -no-jni PLIST_SUB+= DRMAA="@comment " .endif .if defined(WITH_QMON) USE_MOTIF= yes PLIST_SUB+= QMON= QMON= qmon .else AIMK_ARGS+= -no-qmon PLIST_SUB+= QMON="@comment " QMON= noqmon .endif post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ -e "s|%%X11BASE%%|${X11BASE}|g" \ -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ ${WRKSRC}/dist/util/arch_variables \ ${WRKSRC}/dist/pvm/src/aimk @${REINPLACE_CMD} -e "s|%%CC%%|${CC}|g" -e "s|%%CXX%%|${CXX}|g" \ -e "s|%%CFLAGS%%|${CFLAGS}|g" -e "s|%CXXFLAGS%%|${CXXFLAGS}|g" \ ${WRKSRC}/aimk \ ${WRKSRC}/dist/pvm/src/aimk @${REINPLACE_CMD} -e 's|^CC = gcc|CC = ${CC}|' \ -e 's|^CPP = gcc -E|CPP = ${CPP}|' \ ${WRKSRC}/3rdparty/qmake/FREEBSD_*/Makefile \ ${WRKSRC}/3rdparty/qmake/FREEBSD_*/glob/Makefile \ ${WRKSRC}/3rdparty/qtcsh/FREEBSD_*/Makefile @${RM} ${WRKSRC}/dist/util/arch_variables.orig @${RM} ${WRKSRC}/dist/util/install_modules/inst_common.sh.orig @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ ${REINPLACE_CMD} "s|-g -O2|${CFLAGS}|" @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%OPENSSLBASE%%|${OPENSSLBASE}|g' < \ ${FILESDIR}/aimk.private > ${WRKSRC}/aimk.private @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%OPENSSLBASE%%|${OPENSSLBASE}|g' \ ${WRKSRC}/scripts/distinst.site do-build: cd ${WRKSRC} && ${AIMK_CMD} -only-depend cd ${WRKSRC} && ./scripts/zerodepend cd ${WRKSRC} && ${AIMK_CMD} depend cd ${WRKSRC} && \ ${AIMK_CMD} -debug && \ ${AIMK_CMD} -man ${SGE_PRODUCT} && ${MKDIR} ${TMP_SGE_ROOT} cd ${WRKSRC} && ${SETENV} SGE_ROOT=${TMP_SGE_ROOT} \ ./scripts/distinst -local -libs ${SGE_ARCH} -- ${INST_PROGS} do-install: ${MKDIR} ${SGE_ROOT} cd ${TMP_SGE_ROOT} && \ ${FIND} . | ${TAR} cTf - - | ${TAR} xUCf ${SGE_ROOT} - cd ${SGE_ROOT} && ${SETENV} SGE_ROOT=${SGE_ROOT} util/setfileperm.sh -auto ${SGE_ROOT} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/../doc && ${FIND} * \( -name CVS \ ${EXCEPTFILES:S/^/-o -name /} \) -a -prune -o -type f -print \ | ${TAR} cTf - - | ${TAR} xUCf ${DOCSDIR} - .endif post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} @${ECHO} # Automaticly produce the offical machine dependent bits tarball from # the temporary root. This can be used if FreeBSD machines are to be # included in a shared SGE installation. release-tar: build cd ${TMP_SGE_ROOT} && \ ${TAR} cfvz ${.CURDIR}/sge-${SGE_RELEASE}-bin-${SGE_ARCH}.tar.gz \ `${FIND} . -name ${SGE_ARCH}` ######################################################################### # Maintainer support below this line. No user servicable parts inside. # ######################################################################### # Build a pkg-plist and Makefile.man build-plist: build #.if defined(WITHOUT_BDB) || defined(WITHOUT_JAVA) || defined(WITHOUT_QMON) # @echo "ERROR: All OPTIONS must be enabled to build plist!" && ${FALSE} #.endif @${FIND} ${TMP_SGE_ROOT}/* -name man -prune -o \ \( -type f -o -type l \) -print | \ ${SORT} | \ ${SED} -e 's|^${TMP_SGE_ROOT}|%%SGE_BASE%%|' \ -e 's|${SGE_ARCH}|%%SGE_ARCH%%|' \ -e 's|\(.*libspool[bc].so\)|%%BDB_SPOOL%%\1|' \ -e 's|\(.*libXltree.so\)|%%QMON%%\1|' \ -e 's|\(.*qmon.*\)|%%QMON%%\1|' \ > ${PLIST} @${FIND} ${WRKSRC}/../doc \( -name CVS \ ${EXCEPTFILES:S/^/-o -name /} \) -a -prune -o -type f -print | \ ${SORT} | \ ${SED} -e 's|${WRKSRC}/../doc|%%PORTDOCS%%%%DOCSDIR%%|' \ >> ${PLIST} @${FIND} ${TMP_SGE_ROOT}/* -type d | \ ${SORT} -r | \ ${SED} -e 's|^${TMP_SGE_ROOT}|@dirrm %%SGE_BASE%%|' \ -e 's|${SGE_ARCH}|%%SGE_ARCH%%|' \ -e 's|\(.*qmon.*\)|%%QMON%%\1|' \ >> ${PLIST} @${FIND} ${WRKSRC}/../doc \( -name CVS \ ${EXCEPTFILES:S/^/-o -name /} \) -a -prune -o -type d -print | \ ${SORT} -r | \ ${SED} -e 's|${WRKSRC}/../doc|%%PORTDOCS%%@dirrm %%DOCSDIR%%|' \ >> ${PLIST} @echo '@unexec rmdir %D/%%SGE_BASE%%/ 2>/dev/null || ( echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove %D/%%SGE_BASE%% and its contents manually.")' >> ${PLIST} @echo "# Do not edit! Auto-generated file." > ${.CURDIR}/Makefile.man @echo "# See build-plist target in Makefile." >> ${.CURDIR}/Makefile.man @echo "#" >> ${.CURDIR}/Makefile.man @${FIND} ${TMP_SGE_ROOT}/man -type f | ${XARGS} ${GREP} -H ^\\.so | \ ${SED} \ -e 's|.*/\([^ :/][^ :/]*\):.*/\([^ :/][^ :/]*\)$$|MLINKS+=\2 \1|' \ >> ${.CURDIR}/Makefile.man @${FIND} ${TMP_SGE_ROOT}/man -type f | ${XARGS} ${GREP} -L ^\\.so | \ ${SED} -e 's|.*man\([0-9LN]\)/\(.*\)|MAN\1+=\2|' \ >> ${.CURDIR}/Makefile.man .include Property changes on: head/sysutils/sge/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/sysutils/sge60/Makefile =================================================================== --- head/sysutils/sge60/Makefile (revision 162214) +++ head/sysutils/sge60/Makefile (revision 162215) @@ -1,254 +1,253 @@ # Ports collection makefile for: sge # Date created: Fri Jul 11, 2003 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= sge PORTVERSION= ${SGE_VERSION} PORTREVISION= 1 CATEGORIES= sysutils parallel MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/51/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks DISTNAME= sge-V60u7_1_TAG-src MAINTAINER= brooks@FreeBSD.org COMMENT= Sun Grid Engine, a batch queueing system FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget # We have to use wget because the master site required cookies to # download the file. DISABLE_SIZE= yes FETCH_CMD= wget -c OPTIONS= BDB "Use DB based spooler (currently broken)" off \ DRMAA "Support the Java DRMAA API (requires native Java)" on \ QMON "Qmon support (requires X and Motif)" on CONFLICTS= sge-5* sgeee-[0-9]* EXTRA_PATCHES= ${FILESDIR}/sge-freebsd-pdc.diff .if !exists(/usr/include/sys/_pthreadtypes.h) EXTRA_PATCHES= ${FILESDIR}/pthread-types.diff .endif NOT_FOR_ARCHS= alpha USE_GETTEXT= yes USE_GMAKE= yes USE_OPENSSL= yes -USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${SGE_ROOT}/lib/${SGE_ARCH} # We have to use fetch because the master site required cookies to # download the file. FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget DISABLE_SIZE= yes FETCH_CMD= wget -c SGE_BASE?= sge SGE_ROOT= ${PREFIX}/${SGE_BASE} SGE_ARCH= fbsd-${ARCH} SGE_VERSION= 6.0.7.1 SGE_RELEASE= 6.0u7_1 PLIST_SUB+= SGE_ARCH=${SGE_ARCH} PLIST_SUB+= SGE_BASE=${SGE_BASE} SUB_FILES= pkg-message pkg-install SUB_LIST+= SGE_BASE=${SGE_BASE} USE_RC_SUBR= sge.sh PKGMESSAGE= ${WRKDIR}/pkg-message PKGINSTALL= ${WRKDIR}/pkg-install WRKSRC= ${WRKDIR}/gridengine/source TMP_SGE_ROOT= ${WRKDIR}/sgeroot AIMK_CMD= ${SETENV} ${AIMK_ENV} ./aimk ${AIMK_ARGS} INST_PROGS= man common \ sge_qmaster \ sge_execd \ sge_shadowd \ sge_schedd \ sge_shepherd \ sge_coshepherd \ qstat \ qsub \ qalter \ qconf \ qdel \ qacct \ qmod \ qsh \ utilbin \ jobs \ qhost \ qmake \ qtcsh \ qping \ qloadsensor.exe \ sgepasswd \ ${QMON} MANPREFIX= ${SGE_ROOT} .include "${.CURDIR}/Makefile.man" EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite .include .if ${OSVERSION} < 503000 .if ${OSVERSION} < 500000 BROKEN= "does not build without libpthread" .else IGNORE= is not supported for FreeBSD < 5.3 .endif .endif .if defined(WITH_BDB) LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42 PLIST_SUB+= BDB_SPOOL= .else AIMK_ARGS+= -spool-classic PLIST_SUB+= BDB_SPOOL="@comment " .endif .if defined(WITH_DRMAA) USE_JAVA= yes JAVA_VERSION= 1.4+ JAVA_OS= native JAVA_BUILD= jdk JAVA_RUN= jre .include "${PORTSDIR}/Mk/bsd.java.mk" ANT?= ${LOCALBASE}/bin/ant BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant PLIST_SUB+= DRMAA= AIMK_ENV+= JAVA_HOME=${JAVA_HOME} .else AIMK_ARGS+= -no-java -no-jni PLIST_SUB+= DRMAA="@comment " .endif .if defined(WITH_QMON) USE_MOTIF= yes PLIST_SUB+= QMON= QMON= qmon .else AIMK_ARGS+= -no-qmon PLIST_SUB+= QMON="@comment " QMON= noqmon .endif post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ -e "s|%%X11BASE%%|${X11BASE}|g" \ -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ ${WRKSRC}/dist/util/arch_variables \ ${WRKSRC}/dist/pvm/src/aimk @${REINPLACE_CMD} -e "s|%%CC%%|${CC}|g" -e "s|%%CXX%%|${CXX}|g" \ -e "s|%%CFLAGS%%|${CFLAGS}|g" -e "s|%CXXFLAGS%%|${CXXFLAGS}|g" \ ${WRKSRC}/aimk \ ${WRKSRC}/dist/pvm/src/aimk @${REINPLACE_CMD} -e 's|^CC = gcc|CC = ${CC}|' \ -e 's|^CPP = gcc -E|CPP = ${CPP}|' \ ${WRKSRC}/3rdparty/qmake/FREEBSD_*/Makefile \ ${WRKSRC}/3rdparty/qmake/FREEBSD_*/glob/Makefile \ ${WRKSRC}/3rdparty/qtcsh/FREEBSD_*/Makefile @${RM} ${WRKSRC}/dist/util/arch_variables.orig @${RM} ${WRKSRC}/dist/util/install_modules/inst_common.sh.orig @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ ${REINPLACE_CMD} "s|-g -O2|${CFLAGS}|" @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%OPENSSLBASE%%|${OPENSSLBASE}|g' < \ ${FILESDIR}/aimk.private > ${WRKSRC}/aimk.private @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%OPENSSLBASE%%|${OPENSSLBASE}|g' \ ${WRKSRC}/scripts/distinst.site do-build: cd ${WRKSRC} && ${AIMK_CMD} -only-depend cd ${WRKSRC} && ./scripts/zerodepend cd ${WRKSRC} && ${AIMK_CMD} depend cd ${WRKSRC} && \ ${AIMK_CMD} -debug && \ ${AIMK_CMD} -man ${SGE_PRODUCT} && ${MKDIR} ${TMP_SGE_ROOT} cd ${WRKSRC} && ${SETENV} SGE_ROOT=${TMP_SGE_ROOT} \ ./scripts/distinst -local -libs ${SGE_ARCH} -- ${INST_PROGS} do-install: ${MKDIR} ${SGE_ROOT} cd ${TMP_SGE_ROOT} && \ ${FIND} . | ${TAR} cTf - - | ${TAR} xUCf ${SGE_ROOT} - cd ${SGE_ROOT} && ${SETENV} SGE_ROOT=${SGE_ROOT} util/setfileperm.sh -auto ${SGE_ROOT} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/../doc && ${FIND} * \( -name CVS \ ${EXCEPTFILES:S/^/-o -name /} \) -a -prune -o -type f -print \ | ${TAR} cTf - - | ${TAR} xUCf ${DOCSDIR} - .endif post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} @${ECHO} # Automaticly produce the offical machine dependent bits tarball from # the temporary root. This can be used if FreeBSD machines are to be # included in a shared SGE installation. release-tar: build cd ${TMP_SGE_ROOT} && \ ${TAR} cfvz ${.CURDIR}/sge-${SGE_RELEASE}-bin-${SGE_ARCH}.tar.gz \ `${FIND} . -name ${SGE_ARCH}` ######################################################################### # Maintainer support below this line. No user servicable parts inside. # ######################################################################### # Build a pkg-plist and Makefile.man build-plist: build #.if defined(WITHOUT_BDB) || defined(WITHOUT_JAVA) || defined(WITHOUT_QMON) # @echo "ERROR: All OPTIONS must be enabled to build plist!" && ${FALSE} #.endif @${FIND} ${TMP_SGE_ROOT}/* -name man -prune -o \ \( -type f -o -type l \) -print | \ ${SORT} | \ ${SED} -e 's|^${TMP_SGE_ROOT}|%%SGE_BASE%%|' \ -e 's|${SGE_ARCH}|%%SGE_ARCH%%|' \ -e 's|\(.*libspool[bc].so\)|%%BDB_SPOOL%%\1|' \ -e 's|\(.*libXltree.so\)|%%QMON%%\1|' \ -e 's|\(.*qmon.*\)|%%QMON%%\1|' \ > ${PLIST} @${FIND} ${WRKSRC}/../doc \( -name CVS \ ${EXCEPTFILES:S/^/-o -name /} \) -a -prune -o -type f -print | \ ${SORT} | \ ${SED} -e 's|${WRKSRC}/../doc|%%PORTDOCS%%%%DOCSDIR%%|' \ >> ${PLIST} @${FIND} ${TMP_SGE_ROOT}/* -type d | \ ${SORT} -r | \ ${SED} -e 's|^${TMP_SGE_ROOT}|@dirrm %%SGE_BASE%%|' \ -e 's|${SGE_ARCH}|%%SGE_ARCH%%|' \ -e 's|\(.*qmon.*\)|%%QMON%%\1|' \ >> ${PLIST} @${FIND} ${WRKSRC}/../doc \( -name CVS \ ${EXCEPTFILES:S/^/-o -name /} \) -a -prune -o -type d -print | \ ${SORT} -r | \ ${SED} -e 's|${WRKSRC}/../doc|%%PORTDOCS%%@dirrm %%DOCSDIR%%|' \ >> ${PLIST} @echo '@unexec rmdir %D/%%SGE_BASE%%/ 2>/dev/null || ( echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove %D/%%SGE_BASE%% and its contents manually.")' >> ${PLIST} @echo "# Do not edit! Auto-generated file." > ${.CURDIR}/Makefile.man @echo "# See build-plist target in Makefile." >> ${.CURDIR}/Makefile.man @echo "#" >> ${.CURDIR}/Makefile.man @${FIND} ${TMP_SGE_ROOT}/man -type f | ${XARGS} ${GREP} -H ^\\.so | \ ${SED} \ -e 's|.*/\([^ :/][^ :/]*\):.*/\([^ :/][^ :/]*\)$$|MLINKS+=\2 \1|' \ >> ${.CURDIR}/Makefile.man @${FIND} ${TMP_SGE_ROOT}/man -type f | ${XARGS} ${GREP} -L ^\\.so | \ ${SED} -e 's|.*man\([0-9LN]\)/\(.*\)|MAN\1+=\2|' \ >> ${.CURDIR}/Makefile.man .include Property changes on: head/sysutils/sge60/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/sysutils/sge61/Makefile =================================================================== --- head/sysutils/sge61/Makefile (revision 162214) +++ head/sysutils/sge61/Makefile (revision 162215) @@ -1,254 +1,253 @@ # Ports collection makefile for: sge # Date created: Fri Jul 11, 2003 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= sge PORTVERSION= ${SGE_VERSION} PORTREVISION= 1 CATEGORIES= sysutils parallel MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/51/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks DISTNAME= sge-V60u7_1_TAG-src MAINTAINER= brooks@FreeBSD.org COMMENT= Sun Grid Engine, a batch queueing system FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget # We have to use wget because the master site required cookies to # download the file. DISABLE_SIZE= yes FETCH_CMD= wget -c OPTIONS= BDB "Use DB based spooler (currently broken)" off \ DRMAA "Support the Java DRMAA API (requires native Java)" on \ QMON "Qmon support (requires X and Motif)" on CONFLICTS= sge-5* sgeee-[0-9]* EXTRA_PATCHES= ${FILESDIR}/sge-freebsd-pdc.diff .if !exists(/usr/include/sys/_pthreadtypes.h) EXTRA_PATCHES= ${FILESDIR}/pthread-types.diff .endif NOT_FOR_ARCHS= alpha USE_GETTEXT= yes USE_GMAKE= yes USE_OPENSSL= yes -USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${SGE_ROOT}/lib/${SGE_ARCH} # We have to use fetch because the master site required cookies to # download the file. FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget DISABLE_SIZE= yes FETCH_CMD= wget -c SGE_BASE?= sge SGE_ROOT= ${PREFIX}/${SGE_BASE} SGE_ARCH= fbsd-${ARCH} SGE_VERSION= 6.0.7.1 SGE_RELEASE= 6.0u7_1 PLIST_SUB+= SGE_ARCH=${SGE_ARCH} PLIST_SUB+= SGE_BASE=${SGE_BASE} SUB_FILES= pkg-message pkg-install SUB_LIST+= SGE_BASE=${SGE_BASE} USE_RC_SUBR= sge.sh PKGMESSAGE= ${WRKDIR}/pkg-message PKGINSTALL= ${WRKDIR}/pkg-install WRKSRC= ${WRKDIR}/gridengine/source TMP_SGE_ROOT= ${WRKDIR}/sgeroot AIMK_CMD= ${SETENV} ${AIMK_ENV} ./aimk ${AIMK_ARGS} INST_PROGS= man common \ sge_qmaster \ sge_execd \ sge_shadowd \ sge_schedd \ sge_shepherd \ sge_coshepherd \ qstat \ qsub \ qalter \ qconf \ qdel \ qacct \ qmod \ qsh \ utilbin \ jobs \ qhost \ qmake \ qtcsh \ qping \ qloadsensor.exe \ sgepasswd \ ${QMON} MANPREFIX= ${SGE_ROOT} .include "${.CURDIR}/Makefile.man" EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite .include .if ${OSVERSION} < 503000 .if ${OSVERSION} < 500000 BROKEN= "does not build without libpthread" .else IGNORE= is not supported for FreeBSD < 5.3 .endif .endif .if defined(WITH_BDB) LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42 PLIST_SUB+= BDB_SPOOL= .else AIMK_ARGS+= -spool-classic PLIST_SUB+= BDB_SPOOL="@comment " .endif .if defined(WITH_DRMAA) USE_JAVA= yes JAVA_VERSION= 1.4+ JAVA_OS= native JAVA_BUILD= jdk JAVA_RUN= jre .include "${PORTSDIR}/Mk/bsd.java.mk" ANT?= ${LOCALBASE}/bin/ant BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant PLIST_SUB+= DRMAA= AIMK_ENV+= JAVA_HOME=${JAVA_HOME} .else AIMK_ARGS+= -no-java -no-jni PLIST_SUB+= DRMAA="@comment " .endif .if defined(WITH_QMON) USE_MOTIF= yes PLIST_SUB+= QMON= QMON= qmon .else AIMK_ARGS+= -no-qmon PLIST_SUB+= QMON="@comment " QMON= noqmon .endif post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ -e "s|%%X11BASE%%|${X11BASE}|g" \ -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ ${WRKSRC}/dist/util/arch_variables \ ${WRKSRC}/dist/pvm/src/aimk @${REINPLACE_CMD} -e "s|%%CC%%|${CC}|g" -e "s|%%CXX%%|${CXX}|g" \ -e "s|%%CFLAGS%%|${CFLAGS}|g" -e "s|%CXXFLAGS%%|${CXXFLAGS}|g" \ ${WRKSRC}/aimk \ ${WRKSRC}/dist/pvm/src/aimk @${REINPLACE_CMD} -e 's|^CC = gcc|CC = ${CC}|' \ -e 's|^CPP = gcc -E|CPP = ${CPP}|' \ ${WRKSRC}/3rdparty/qmake/FREEBSD_*/Makefile \ ${WRKSRC}/3rdparty/qmake/FREEBSD_*/glob/Makefile \ ${WRKSRC}/3rdparty/qtcsh/FREEBSD_*/Makefile @${RM} ${WRKSRC}/dist/util/arch_variables.orig @${RM} ${WRKSRC}/dist/util/install_modules/inst_common.sh.orig @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ ${REINPLACE_CMD} "s|-g -O2|${CFLAGS}|" @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%OPENSSLBASE%%|${OPENSSLBASE}|g' < \ ${FILESDIR}/aimk.private > ${WRKSRC}/aimk.private @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%OPENSSLBASE%%|${OPENSSLBASE}|g' \ ${WRKSRC}/scripts/distinst.site do-build: cd ${WRKSRC} && ${AIMK_CMD} -only-depend cd ${WRKSRC} && ./scripts/zerodepend cd ${WRKSRC} && ${AIMK_CMD} depend cd ${WRKSRC} && \ ${AIMK_CMD} -debug && \ ${AIMK_CMD} -man ${SGE_PRODUCT} && ${MKDIR} ${TMP_SGE_ROOT} cd ${WRKSRC} && ${SETENV} SGE_ROOT=${TMP_SGE_ROOT} \ ./scripts/distinst -local -libs ${SGE_ARCH} -- ${INST_PROGS} do-install: ${MKDIR} ${SGE_ROOT} cd ${TMP_SGE_ROOT} && \ ${FIND} . | ${TAR} cTf - - | ${TAR} xUCf ${SGE_ROOT} - cd ${SGE_ROOT} && ${SETENV} SGE_ROOT=${SGE_ROOT} util/setfileperm.sh -auto ${SGE_ROOT} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/../doc && ${FIND} * \( -name CVS \ ${EXCEPTFILES:S/^/-o -name /} \) -a -prune -o -type f -print \ | ${TAR} cTf - - | ${TAR} xUCf ${DOCSDIR} - .endif post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} @${ECHO} # Automaticly produce the offical machine dependent bits tarball from # the temporary root. This can be used if FreeBSD machines are to be # included in a shared SGE installation. release-tar: build cd ${TMP_SGE_ROOT} && \ ${TAR} cfvz ${.CURDIR}/sge-${SGE_RELEASE}-bin-${SGE_ARCH}.tar.gz \ `${FIND} . -name ${SGE_ARCH}` ######################################################################### # Maintainer support below this line. No user servicable parts inside. # ######################################################################### # Build a pkg-plist and Makefile.man build-plist: build #.if defined(WITHOUT_BDB) || defined(WITHOUT_JAVA) || defined(WITHOUT_QMON) # @echo "ERROR: All OPTIONS must be enabled to build plist!" && ${FALSE} #.endif @${FIND} ${TMP_SGE_ROOT}/* -name man -prune -o \ \( -type f -o -type l \) -print | \ ${SORT} | \ ${SED} -e 's|^${TMP_SGE_ROOT}|%%SGE_BASE%%|' \ -e 's|${SGE_ARCH}|%%SGE_ARCH%%|' \ -e 's|\(.*libspool[bc].so\)|%%BDB_SPOOL%%\1|' \ -e 's|\(.*libXltree.so\)|%%QMON%%\1|' \ -e 's|\(.*qmon.*\)|%%QMON%%\1|' \ > ${PLIST} @${FIND} ${WRKSRC}/../doc \( -name CVS \ ${EXCEPTFILES:S/^/-o -name /} \) -a -prune -o -type f -print | \ ${SORT} | \ ${SED} -e 's|${WRKSRC}/../doc|%%PORTDOCS%%%%DOCSDIR%%|' \ >> ${PLIST} @${FIND} ${TMP_SGE_ROOT}/* -type d | \ ${SORT} -r | \ ${SED} -e 's|^${TMP_SGE_ROOT}|@dirrm %%SGE_BASE%%|' \ -e 's|${SGE_ARCH}|%%SGE_ARCH%%|' \ -e 's|\(.*qmon.*\)|%%QMON%%\1|' \ >> ${PLIST} @${FIND} ${WRKSRC}/../doc \( -name CVS \ ${EXCEPTFILES:S/^/-o -name /} \) -a -prune -o -type d -print | \ ${SORT} -r | \ ${SED} -e 's|${WRKSRC}/../doc|%%PORTDOCS%%@dirrm %%DOCSDIR%%|' \ >> ${PLIST} @echo '@unexec rmdir %D/%%SGE_BASE%%/ 2>/dev/null || ( echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove %D/%%SGE_BASE%% and its contents manually.")' >> ${PLIST} @echo "# Do not edit! Auto-generated file." > ${.CURDIR}/Makefile.man @echo "# See build-plist target in Makefile." >> ${.CURDIR}/Makefile.man @echo "#" >> ${.CURDIR}/Makefile.man @${FIND} ${TMP_SGE_ROOT}/man -type f | ${XARGS} ${GREP} -H ^\\.so | \ ${SED} \ -e 's|.*/\([^ :/][^ :/]*\):.*/\([^ :/][^ :/]*\)$$|MLINKS+=\2 \1|' \ >> ${.CURDIR}/Makefile.man @${FIND} ${TMP_SGE_ROOT}/man -type f | ${XARGS} ${GREP} -L ^\\.so | \ ${SED} -e 's|.*man\([0-9LN]\)/\(.*\)|MAN\1+=\2|' \ >> ${.CURDIR}/Makefile.man .include Property changes on: head/sysutils/sge61/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/sysutils/sge62/Makefile =================================================================== --- head/sysutils/sge62/Makefile (revision 162214) +++ head/sysutils/sge62/Makefile (revision 162215) @@ -1,254 +1,253 @@ # Ports collection makefile for: sge # Date created: Fri Jul 11, 2003 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= sge PORTVERSION= ${SGE_VERSION} PORTREVISION= 1 CATEGORIES= sysutils parallel MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/51/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks DISTNAME= sge-V60u7_1_TAG-src MAINTAINER= brooks@FreeBSD.org COMMENT= Sun Grid Engine, a batch queueing system FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget # We have to use wget because the master site required cookies to # download the file. DISABLE_SIZE= yes FETCH_CMD= wget -c OPTIONS= BDB "Use DB based spooler (currently broken)" off \ DRMAA "Support the Java DRMAA API (requires native Java)" on \ QMON "Qmon support (requires X and Motif)" on CONFLICTS= sge-5* sgeee-[0-9]* EXTRA_PATCHES= ${FILESDIR}/sge-freebsd-pdc.diff .if !exists(/usr/include/sys/_pthreadtypes.h) EXTRA_PATCHES= ${FILESDIR}/pthread-types.diff .endif NOT_FOR_ARCHS= alpha USE_GETTEXT= yes USE_GMAKE= yes USE_OPENSSL= yes -USE_REINPLACE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${SGE_ROOT}/lib/${SGE_ARCH} # We have to use fetch because the master site required cookies to # download the file. FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget DISABLE_SIZE= yes FETCH_CMD= wget -c SGE_BASE?= sge SGE_ROOT= ${PREFIX}/${SGE_BASE} SGE_ARCH= fbsd-${ARCH} SGE_VERSION= 6.0.7.1 SGE_RELEASE= 6.0u7_1 PLIST_SUB+= SGE_ARCH=${SGE_ARCH} PLIST_SUB+= SGE_BASE=${SGE_BASE} SUB_FILES= pkg-message pkg-install SUB_LIST+= SGE_BASE=${SGE_BASE} USE_RC_SUBR= sge.sh PKGMESSAGE= ${WRKDIR}/pkg-message PKGINSTALL= ${WRKDIR}/pkg-install WRKSRC= ${WRKDIR}/gridengine/source TMP_SGE_ROOT= ${WRKDIR}/sgeroot AIMK_CMD= ${SETENV} ${AIMK_ENV} ./aimk ${AIMK_ARGS} INST_PROGS= man common \ sge_qmaster \ sge_execd \ sge_shadowd \ sge_schedd \ sge_shepherd \ sge_coshepherd \ qstat \ qsub \ qalter \ qconf \ qdel \ qacct \ qmod \ qsh \ utilbin \ jobs \ qhost \ qmake \ qtcsh \ qping \ qloadsensor.exe \ sgepasswd \ ${QMON} MANPREFIX= ${SGE_ROOT} .include "${.CURDIR}/Makefile.man" EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite .include .if ${OSVERSION} < 503000 .if ${OSVERSION} < 500000 BROKEN= "does not build without libpthread" .else IGNORE= is not supported for FreeBSD < 5.3 .endif .endif .if defined(WITH_BDB) LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42 PLIST_SUB+= BDB_SPOOL= .else AIMK_ARGS+= -spool-classic PLIST_SUB+= BDB_SPOOL="@comment " .endif .if defined(WITH_DRMAA) USE_JAVA= yes JAVA_VERSION= 1.4+ JAVA_OS= native JAVA_BUILD= jdk JAVA_RUN= jre .include "${PORTSDIR}/Mk/bsd.java.mk" ANT?= ${LOCALBASE}/bin/ant BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant PLIST_SUB+= DRMAA= AIMK_ENV+= JAVA_HOME=${JAVA_HOME} .else AIMK_ARGS+= -no-java -no-jni PLIST_SUB+= DRMAA="@comment " .endif .if defined(WITH_QMON) USE_MOTIF= yes PLIST_SUB+= QMON= QMON= qmon .else AIMK_ARGS+= -no-qmon PLIST_SUB+= QMON="@comment " QMON= noqmon .endif post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ -e "s|%%X11BASE%%|${X11BASE}|g" \ -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ ${WRKSRC}/dist/util/arch_variables \ ${WRKSRC}/dist/pvm/src/aimk @${REINPLACE_CMD} -e "s|%%CC%%|${CC}|g" -e "s|%%CXX%%|${CXX}|g" \ -e "s|%%CFLAGS%%|${CFLAGS}|g" -e "s|%CXXFLAGS%%|${CXXFLAGS}|g" \ ${WRKSRC}/aimk \ ${WRKSRC}/dist/pvm/src/aimk @${REINPLACE_CMD} -e 's|^CC = gcc|CC = ${CC}|' \ -e 's|^CPP = gcc -E|CPP = ${CPP}|' \ ${WRKSRC}/3rdparty/qmake/FREEBSD_*/Makefile \ ${WRKSRC}/3rdparty/qmake/FREEBSD_*/glob/Makefile \ ${WRKSRC}/3rdparty/qtcsh/FREEBSD_*/Makefile @${RM} ${WRKSRC}/dist/util/arch_variables.orig @${RM} ${WRKSRC}/dist/util/install_modules/inst_common.sh.orig @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ ${REINPLACE_CMD} "s|-g -O2|${CFLAGS}|" @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%OPENSSLBASE%%|${OPENSSLBASE}|g' < \ ${FILESDIR}/aimk.private > ${WRKSRC}/aimk.private @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -e 's|%%OPENSSLBASE%%|${OPENSSLBASE}|g' \ ${WRKSRC}/scripts/distinst.site do-build: cd ${WRKSRC} && ${AIMK_CMD} -only-depend cd ${WRKSRC} && ./scripts/zerodepend cd ${WRKSRC} && ${AIMK_CMD} depend cd ${WRKSRC} && \ ${AIMK_CMD} -debug && \ ${AIMK_CMD} -man ${SGE_PRODUCT} && ${MKDIR} ${TMP_SGE_ROOT} cd ${WRKSRC} && ${SETENV} SGE_ROOT=${TMP_SGE_ROOT} \ ./scripts/distinst -local -libs ${SGE_ARCH} -- ${INST_PROGS} do-install: ${MKDIR} ${SGE_ROOT} cd ${TMP_SGE_ROOT} && \ ${FIND} . | ${TAR} cTf - - | ${TAR} xUCf ${SGE_ROOT} - cd ${SGE_ROOT} && ${SETENV} SGE_ROOT=${SGE_ROOT} util/setfileperm.sh -auto ${SGE_ROOT} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/../doc && ${FIND} * \( -name CVS \ ${EXCEPTFILES:S/^/-o -name /} \) -a -prune -o -type f -print \ | ${TAR} cTf - - | ${TAR} xUCf ${DOCSDIR} - .endif post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} @${ECHO} # Automaticly produce the offical machine dependent bits tarball from # the temporary root. This can be used if FreeBSD machines are to be # included in a shared SGE installation. release-tar: build cd ${TMP_SGE_ROOT} && \ ${TAR} cfvz ${.CURDIR}/sge-${SGE_RELEASE}-bin-${SGE_ARCH}.tar.gz \ `${FIND} . -name ${SGE_ARCH}` ######################################################################### # Maintainer support below this line. No user servicable parts inside. # ######################################################################### # Build a pkg-plist and Makefile.man build-plist: build #.if defined(WITHOUT_BDB) || defined(WITHOUT_JAVA) || defined(WITHOUT_QMON) # @echo "ERROR: All OPTIONS must be enabled to build plist!" && ${FALSE} #.endif @${FIND} ${TMP_SGE_ROOT}/* -name man -prune -o \ \( -type f -o -type l \) -print | \ ${SORT} | \ ${SED} -e 's|^${TMP_SGE_ROOT}|%%SGE_BASE%%|' \ -e 's|${SGE_ARCH}|%%SGE_ARCH%%|' \ -e 's|\(.*libspool[bc].so\)|%%BDB_SPOOL%%\1|' \ -e 's|\(.*libXltree.so\)|%%QMON%%\1|' \ -e 's|\(.*qmon.*\)|%%QMON%%\1|' \ > ${PLIST} @${FIND} ${WRKSRC}/../doc \( -name CVS \ ${EXCEPTFILES:S/^/-o -name /} \) -a -prune -o -type f -print | \ ${SORT} | \ ${SED} -e 's|${WRKSRC}/../doc|%%PORTDOCS%%%%DOCSDIR%%|' \ >> ${PLIST} @${FIND} ${TMP_SGE_ROOT}/* -type d | \ ${SORT} -r | \ ${SED} -e 's|^${TMP_SGE_ROOT}|@dirrm %%SGE_BASE%%|' \ -e 's|${SGE_ARCH}|%%SGE_ARCH%%|' \ -e 's|\(.*qmon.*\)|%%QMON%%\1|' \ >> ${PLIST} @${FIND} ${WRKSRC}/../doc \( -name CVS \ ${EXCEPTFILES:S/^/-o -name /} \) -a -prune -o -type d -print | \ ${SORT} -r | \ ${SED} -e 's|${WRKSRC}/../doc|%%PORTDOCS%%@dirrm %%DOCSDIR%%|' \ >> ${PLIST} @echo '@unexec rmdir %D/%%SGE_BASE%%/ 2>/dev/null || ( echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove %D/%%SGE_BASE%% and its contents manually.")' >> ${PLIST} @echo "# Do not edit! Auto-generated file." > ${.CURDIR}/Makefile.man @echo "# See build-plist target in Makefile." >> ${.CURDIR}/Makefile.man @echo "#" >> ${.CURDIR}/Makefile.man @${FIND} ${TMP_SGE_ROOT}/man -type f | ${XARGS} ${GREP} -H ^\\.so | \ ${SED} \ -e 's|.*/\([^ :/][^ :/]*\):.*/\([^ :/][^ :/]*\)$$|MLINKS+=\2 \1|' \ >> ${.CURDIR}/Makefile.man @${FIND} ${TMP_SGE_ROOT}/man -type f | ${XARGS} ${GREP} -L ^\\.so | \ ${SED} -e 's|.*man\([0-9LN]\)/\(.*\)|MAN\1+=\2|' \ >> ${.CURDIR}/Makefile.man .include Property changes on: head/sysutils/sge62/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/sysutils/sleuthkit/Makefile =================================================================== --- head/sysutils/sleuthkit/Makefile (revision 162214) +++ head/sysutils/sleuthkit/Makefile (revision 162215) @@ -1,53 +1,52 @@ # New ports collection makefile for: The Sleuth Kit # Date created: 2003-08-12 # Whom: Pieter Danhieux # # $FreeBSD$ # PORTNAME= sleuthkit PORTVERSION= 2.03 CATEGORIES= sysutils security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org COMMENT= The @stake Sleuth Kit for forensic analysis CONFLICTS= ja-ls-[0-9]* USE_PERL5= yes -USE_REINPLACE= yes PROGS= dcalc dcat disk_sreset disk_stat dls dstat ffind \ fls fsstat hfind icat ifind ils img_stat istat \ jcat jls md5 mmls mmstat sha1 sigfind srch_strings SCRIPTS= mactime sorter DOCS= CHANGES.txt README.txt docs/* MAN1= dcalc.1 dcat.1 disk_sreset.1 disk_stat.1 dls.1 \ dstat.1 ffind.1 fls.1 fsstat.1 hfind.1 icat.1 ifind.1 \ ils.1 img_stat.1 istat.1 jcat.1 jls.1 mactime.1 mmls.1 \ sigfind.1 sorter.1 post-patch: @${REINPLACE_CMD} -e 's/BSD5)$$/& || defined(FREEBSD6) || defined(FREEBSD7)/' \ ${WRKSRC}/src/auxtools/tsk_os.h @${REINPLACE_CMD} -E -e 's/^CC[[:space:]]*=/CC \?=/' \ -e 's/[[:space:]]+file test[[:space:]]*$$//' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e '/^CC[[:space:]]*=/d' -e 's/\$$(OPT) \$$(DEBUG)//' \ -e 's/^CFLAGS[[:space:]]*=/CFLAGS \+=/' \ ${WRKSRC}/src/disktools/Makefile ${WRKSRC}/src/fstools/Makefile \ ${WRKSRC}/src/hashtools/Makefile ${WRKSRC}/src/imgtools/Makefile \ ${WRKSRC}/src/auxtools/Makefile ${WRKSRC}/src/mmtools/Makefile \ ${WRKSRC}/src/srchtools/Makefile do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} ${PROGS} ${PREFIX}/bin cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 .include Property changes on: head/sysutils/sleuthkit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/sysutils/sloth/Makefile =================================================================== --- head/sysutils/sloth/Makefile (revision 162214) +++ head/sysutils/sloth/Makefile (revision 162215) @@ -1,26 +1,25 @@ # ex:ts=8 # Ports collection makefile for: sloth # Date created: May 9, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= sloth PORTVERSION= 1.1.0 CATEGORIES= sysutils MASTER_SITES= http://communityprojects.org/apps/sloth/ MAINTAINER= ports@FreeBSD.org COMMENT= Slow down a process -USE_REINPLACE= yes GNU_CONFIGURE= yes MAN1= sloth.1 PLIST_FILES= bin/sloth post-patch: @${REINPLACE_CMD} -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure .include Property changes on: head/sysutils/sloth/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/sysutils/srmt/Makefile =================================================================== --- head/sysutils/srmt/Makefile (revision 162214) +++ head/sysutils/srmt/Makefile (revision 162215) @@ -1,47 +1,46 @@ # New ports collection makefile for: srmt # Date created: Wed Jan 15 13:11:24 CET 2003 # Whom: olgeni@FreeBSD.org # # $FreeBSD$ # PORTNAME= srmt PORTVERSION= 1.4.3 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.berlios.de/pub/star/ DISTNAME= star-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org COMMENT= Schily's enhanced rmt implementation USE_BZIP2= yes USE_GMAKE= yes -USE_REINPLACE= yes MAKE_ENV= MAKEPROG=${GMAKE} CCOM=${CC} MAN1= srmt.1 post-extract: .if ${MACHINE_ARCH} != "i386" || ${CC} != "cc" @${LN} -sf i386-freebsd-cc.rul \ ${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-${CC}.rul .endif post-patch: @${REINPLACE_CMD} -e 's|/etc/default/rmt|${PREFIX}/etc/srmt.conf|g' ${WRKSRC}/rmt/rmt.c ${WRKSRC}/rmt/rmt.1 @${REINPLACE_CMD} -e 's|!!PREFIX!!|${PREFIX}|g' ${WRKSRC}/rmt/rmt.1 @${FIND} ${WRKSRC} -name \*.bak | ${XARGS} ${RM} do-install: @${INSTALL_PROGRAM} \ ${WRKSRC}/rmt/OBJ/${MACHINE_ARCH}-freebsd-${CC}/rmt \ ${PREFIX}/sbin/srmt @${INSTALL_MAN} ${WRKSRC}/rmt/rmt.1 ${MANPREFIX}/man/man1/srmt.1 @${INSTALL_DATA} ${WRKSRC}/rmt/rmt.dfl ${PREFIX}/etc/srmt.conf.dist @if [ ! -f ${PREFIX}/etc/srmt.conf ]; then \ ${CP} -p ${PREFIX}/etc/srmt.conf.dist ${PREFIX}/etc/srmt.conf; \ fi @${CHMOD} u+s ${PREFIX}/sbin/srmt .include Property changes on: head/sysutils/srmt/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/sysutils/ssync/Makefile =================================================================== --- head/sysutils/ssync/Makefile (revision 162214) +++ head/sysutils/ssync/Makefile (revision 162215) @@ -1,42 +1,41 @@ # New ports collection makefile for: ssync # Date created: 23 March 2002 # Whom: Andrew Shevtsov # # $FreeBSD$ # PORTNAME= ssync PORTVERSION= 2.3 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://mnmconsulting.org/ssync/ \ ftp://ftp.netsw.org/system/tools/fileutils/install/ssync/ MAINTAINER= samm@os2.kiev.ua COMMENT= A minimalistic tool for keeping filesystems in synchronization ALL_TARGET= default USE_GMAKE= yes MAKEFILE= makefile -USE_REINPLACE= yes MAN1= ssync.1 post-patch: @${REINPLACE_CMD} -e 's@/etc/init.d/ssyncd@\$$0@g' ${WRKSRC}/ssyncd.init @${REINPLACE_CMD} -e "s@/etc@${PREFIX}/etc@g;s@/usr/sbin@${PREFIX}/sbin@g;" \ ${WRKSRC}/ssyncd.init ${WRKSRC}/ssyncd.conf ${WRKSRC}/daemon.c @${REINPLACE_CMD} -e "s@FLAGS=@FLAGS+=@g" ${WRKSRC}/makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ssync ${PREFIX}/bin/ssync @${INSTALL_PROGRAM} ${WRKSRC}/ssyncd ${PREFIX}/sbin/ssyncd @${INSTALL_DATA} ${WRKSRC}/ssyncd.conf ${PREFIX}/etc/ssyncd.conf.sample @${INSTALL_DATA} ${WRKSRC}/ssyncd.work ${PREFIX}/etc/ssyncd.work.sample @${INSTALL_SCRIPT} ${WRKSRC}/ssyncd.init ${PREFIX}/etc/rc.d/ssyncd.init @${INSTALL_MAN} ${WRKSRC}/ssync.man ${MAN1PREFIX}/man/man1/ssync.1 post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/sysutils/ssync/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/sysutils/stress/Makefile =================================================================== --- head/sysutils/stress/Makefile (revision 162214) +++ head/sysutils/stress/Makefile (revision 162215) @@ -1,29 +1,28 @@ # New ports collection makefile for: stress # Date created: 18 May 2004 # Whom: Dmitri Nikulin # # $FreeBSD$ # PORTNAME= stress PORTVERSION= 0.18.8 CATEGORIES= sysutils MASTER_SITES= http://weather.ou.edu/~apw/projects/stress/ \ http://fresh.t-systems-sfr.com/unix/src/privat2/ MAINTAINER= jmelo@FreeBSD.org COMMENT= Tool to impose load on and stress test Unix-like systems GNU_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_TARGET= --build ${MACHINE_ARCH}-portbld-freebsd${OSREL} INFO= stress MAN1= stress.1 PLIST_FILES= bin/stress post-patch: @${REINPLACE_CMD} -e 's|^\(CFLAGS\ \)=|\1 +=|; s|^\(CFLAGS.*\)-Wall|\1|' \ ${WRKSRC}/src/Makefile.in .include Property changes on: head/sysutils/stress/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/sysutils/su2/Makefile =================================================================== --- head/sysutils/su2/Makefile (revision 162214) +++ head/sysutils/su2/Makefile (revision 162215) @@ -1,25 +1,24 @@ # New ports collection makefile for: su2 # Date created: 12 Sep 1996 # Whom: gurney_j@efn.org # # $FreeBSD$ # PORTNAME= su2 PORTVERSION= 1.3 CATEGORIES= sysutils security MASTER_SITES= ftp://ftp.ccs.neu.edu/pub/sysadmin/ MAINTAINER= ports@FreeBSD.org COMMENT= An enhanced su, allows users to su with own password + more NO_CDROM= "Don't sell for profit" -USE_REINPLACE= yes MAN1= su2.1 PLIST_FILES= bin/su2 post-patch: ${REINPLACE_CMD} -e 's,/etc/super,${PREFIX}/etc/super,g' ${WRKSRC}/su2.man .include Property changes on: head/sysutils/su2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/sysutils/testdisk/Makefile =================================================================== --- head/sysutils/testdisk/Makefile (revision 162214) +++ head/sysutils/testdisk/Makefile (revision 162215) @@ -1,47 +1,46 @@ # New ports collection makefile for: testdisk # Date created: Feb 28 2004 # Whom: Florent Thoumie # # $FreeBSD$ # PORTNAME= testdisk PORTVERSION= 6.3 CATEGORIES= sysutils MASTER_SITES= http://www.cgsecurity.org/ MAINTAINER= flz@FreeBSD.org COMMENT= Tool to check and undelete partitions USE_BZIP2= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" MAN1= testdisk.1 photorec.1 PLIST_FILES= sbin/testdisk sbin/photorec PORTDOCS= * OPTIONS= E2FSPROGS "Use ext2fs extensions" off \ NTFSPROGS "Use ntfs extensions" off \ PROGSREISERFS "Use reiserfs extensions" off .include .if defined(WITH_E2FSPROGS) LIB_DEPENDS+= ext2fs.2:${PORTSDIR}/sysutils/e2fsprogs .endif .if defined(WITH_NTFSPROGS) LIB_DEPENDS+= ntfs.8:${PORTSDIR}/sysutils/ntfsprogs .endif .if defined(WITH_PROGSREISERFS) LIB_DEPENDS+= reiserfs-0.3.0:${PORTSDIR}/sysutils/progsreiserfs .endif post-patch: @${REINPLACE_CMD} -e 's|/doc/.(PACKAGE)-.(VERSION)/doc|/doc/${PORTNAME}|' ${WRKSRC}/Makefile.in .include Property changes on: head/sysutils/testdisk/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/sysutils/tree/Makefile =================================================================== --- head/sysutils/tree/Makefile (revision 162214) +++ head/sysutils/tree/Makefile (revision 162215) @@ -1,31 +1,29 @@ # New ports collection makefile for: tree # Date created: 2001/12/24 # Whom: Alan Eldridge # # $FreeBSD$ # PORTNAME= tree PORTVERSION= 1.5.0 CATEGORIES= sysutils MASTER_SITES= ftp://mama.indstate.edu/linux/tree/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Display a tree-view of directories with optional color or HTML output MAKE_ENV+= MKDIR="${MKDIR}" MAN1= tree.1 PLIST_FILES= bin/tree .include .if ${OSVERSION} < 500000 -USE_REINPLACE= yes - post-patch: @${REINPLACE_CMD} -e "s:iswprint:isprint:" ${WRKSRC}/tree.c .endif .include Property changes on: head/sysutils/tree/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/sysutils/ttyload/Makefile =================================================================== --- head/sysutils/ttyload/Makefile (revision 162214) +++ head/sysutils/ttyload/Makefile (revision 162215) @@ -1,28 +1,27 @@ # ex:ts=8 # New ports collection makefile for: ttyload # Date Created: Nov 21, 2001 # Whom: ijliao # # $FreeBSD$ PORTNAME= ttyload PORTVERSION= 0.4.4 CATEGORIES= sysutils MASTER_SITES= http://www.daveltd.com/src/util/ttyload/ MAINTAINER= ports@FreeBSD.org COMMENT= Give a color-coded graph of load averages over time PLIST_FILES= bin/ttyload -USE_REINPLACE= yes ALL_TARGET= default post-patch: @${REINPLACE_CMD} -e "s,^CC,#CC,g ; \ s,^DEBUG,#DEBUG,g ; \ s,^CFLAGS\t=,CFLAGS+=,g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ttyload ${PREFIX}/bin .include Property changes on: head/sysutils/ttyload/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/ucspi-tcp/Makefile =================================================================== --- head/sysutils/ucspi-tcp/Makefile (revision 162214) +++ head/sysutils/ucspi-tcp/Makefile (revision 162215) @@ -1,76 +1,75 @@ # New ports collection makefile for: ucspi-tcp # Date created: 12 June 1998 # Whom: Dom Mitchell # # $FreeBSD$ # PORTNAME= ucspi-tcp PORTVERSION= 0.88 PORTREVISION= 2 CATEGORIES= sysutils net MASTER_SITES= http://cr.yp.to/ucspi-tcp/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= dom@happygiraffe.net COMMENT= Command-line tools for building TCP client-server applications OPTIONS= MAN "Install man(1) pages" on \ RSS_DIFF "Patch rblsmtpd for qmail users" off \ SSL "Adds support for SSL (Secure Socket Layer)" off NO_PACKAGE= "Unsure of djb\'s license" ALL_TARGET= prog install instcheck SCRIPTS_ENV= BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \ MANMODE="${MANMODE}" CFLAGS="${CFLAGS}" .if defined(WITH_SSL) USE_OPENSSL= yes .endif .include .if !defined(WITHOUT_MAN) MASTER_SITES+= http://smarden.org/pape/djb/manpages/:1 DISTFILES+= ${DISTNAME}-man.tar.gz:1 MAN1= addcr.1 argv0.1 date@.1 delcr.1 finger@.1 fixcrio.1 \ http@.1 mconnect.1 rblsmtpd.1 recordio.1 tcpcat.1 \ tcpclient.1 tcprules.1 tcprulescheck.1 tcpserver.1 who@.1 .endif .if defined(WITH_RSS_DIFF) PATCH_SITES+= http://www.qmail.org/ PATCHFILES+= ucspi-rss.diff PATCH_DIST_STRIP= -p1 .endif .if defined(WITH_SSL) PATCH_SITES+= http://www.nrg4u.com/qmail/ PATCHFILES+= ucspi-tcp-ssl-20050405.patch.gz PATCH_DIST_STRIP= -p1 -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|#INCS=-I/usr/local/include|INCS=-I${OPENSSLBASE}/include|g; \ s|-lcrypto|-L${OPENSSLBASE}/lib |g' ${WRKSRC}/Makefile .endif post-configure: @${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home @${ECHO_CMD} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc @${ECHO_CMD} ${CC} -s > ${WRKSRC}/conf-ld do-install: .for file_name in addcr argv0 delcr fixcrio mconnect-io rblsmtpd recordio tcpclient tcprules tcprulescheck tcpserver @${INSTALL_PROGRAM} ${WRKSRC}/${file_name} ${PREFIX}/bin .endfor .for file_name in date@ finger@ http@ mconnect who@ tcpcat @${INSTALL_SCRIPT} ${WRKSRC}/${file_name} ${PREFIX}/bin .endfor .if !defined(WITHOUT_MAN) @cd ${WRKSRC}-man; ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1/ .endif .include Property changes on: head/sysutils/ucspi-tcp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/sysutils/udesc_dump/Makefile =================================================================== --- head/sysutils/udesc_dump/Makefile (revision 162214) +++ head/sysutils/udesc_dump/Makefile (revision 162215) @@ -1,27 +1,25 @@ # New ports collection makefile for: udesc_dump # Date created: 2002/12/14 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= udesc_dump PORTVERSION= 1.3.9 CATEGORIES= sysutils MASTER_SITES= http://home.jp.freebsd.org/~gehenna/src/ MAINTAINER= nork@FreeBSD.org COMMENT= udesc_dump, showes USB descriptors MAN8= udesc_dump.8 MANCOMPRESSED= yes PLIST_FILES= bin/udesc_dump MAKE_ENV+= MANDIR=${PREFIX}/man/man -USE_REINPLACE= yes - do-patch: @${REINPLACE_CMD} 's/-Werror//' ${WRKSRC}/Makefile .include Property changes on: head/sysutils/udesc_dump/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/sysutils/uptimec/Makefile =================================================================== --- head/sysutils/uptimec/Makefile (revision 162214) +++ head/sysutils/uptimec/Makefile (revision 162215) @@ -1,42 +1,41 @@ # New ports collection makefile for: uptimec # Date created: 5 Apr 2004 # Whom: Radim Kolar # # $FreeBSD$ # PORTNAME= uptimec PORTVERSION= 0.2p5 CATEGORIES= sysutils MASTER_SITES= http://www.mrEriksson.net/downloads/ \ ftp://ftp.mrEriksson.net/pub/uptimec/ MAINTAINER= ports@FreeBSD.org COMMENT= Client for Uptime Project USE_RC_SUBR= yes -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= sbin/uptimec etc/uptimecrc.sample etc/rc.d/uptimec.sh PORTDOCS= README ChangeLog INSTALL protocol.txt SUB_FILES= pkg-message uptimec.sh post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/uptimec ${PREFIX}/sbin ${INSTALL_DATA} ${FILESDIR}/uptimecrc.sample ${PREFIX}/etc ${INSTALL_SCRIPT} ${WRKDIR}/uptimec.sh ${PREFIX}/etc/rc.d .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/sysutils/uptimec/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/sysutils/usermin/Makefile =================================================================== --- head/sysutils/usermin/Makefile (revision 162214) +++ head/sysutils/usermin/Makefile (revision 162215) @@ -1,75 +1,74 @@ # New ports collection makefile for: usermin # Date created: 10 Nov 2002 # Whom: olgeni@FreeBSD.org # # $FreeBSD$ # PORTNAME= usermin PORTVERSION= 1.200 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.webmin.com/uupdates/:up \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} MASTER_SITE_SUBDIR= webadmin/:sf DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf ${USERMIN_MODULES:S/gz$/gz:up/} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Web-based interface for performing some user tasks RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${SITE_PERL}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-Authen-PAM NO_BUILD= yes USE_PERL5= yes USE_RC_SUBR= usermin.sh -USE_REINPLACE= yes SUB_LIST= PERL5=${PERL} USERMIN_MODULES=file-1.200-4.wbm.gz post-extract: @if [ "${USERMIN_MODULES}" != "" ]; then \ for usermin_module in ${USERMIN_MODULES}; do \ ${ECHO} "===> Unpacking updated module: $${usermin_module}"; \ ${TAR} --unlink -xzf ${DISTDIR}/$${usermin_module} -C ${WRKSRC}; \ done; \ fi post-patch: .for file in mysql/config-freebsd postgresql/config-freebsd \ spam/config-freebsd @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file} .endfor @${REINPLACE_CMD} -e "s=%%PREFIX%%=${PREFIX}=" ${WRKSRC}/setup.sh @${FIND} ${WRKSRC} -name "*.cgi" -print \ | ${XARGS} ${REINPLACE_CMD} -e "s@#!/usr/local/bin/perl@#!${PERL}@" @${FIND} ${WRKSRC} -name "*.pl" -print \ | ${XARGS} ${REINPLACE_CMD} -e "s@#!/usr/local/bin/perl@#!${PERL}@" @${FIND} ${WRKSRC} -name "*.orig" -print | ${XARGS} ${RM} @${FIND} ${WRKSRC} -name "*.bak" -print | ${XARGS} ${RM} do-install: @${MKDIR} ${PREFIX}/lib/usermin @${CP} -r ${WRKSRC}/* ${PREFIX}/lib/usermin post-install: @cd ${WRKSRC} ; ${FIND} * -type f -o -type l | ${SORT} | ${AWK} \ '{ print "lib/usermin/" $$1 }' > ${WRKDIR}/PLIST.lib-usermin @cd ${WRKSRC} ; ${FIND} * -type d -empty | ${SORT} -r | ${AWK} \ '{ print "lib/usermin/" $$1 }' | ${SED} -e 's#^#@exec mkdir -p %D/#g' \ >> ${WRKDIR}/PLIST.lib-usermin @cd ${WRKSRC} ; ${FIND} * -type d | ${SORT} -r | ${AWK} \ '{ print "lib/usermin/" $$1 }' | ${SED} -e 's/^/@dirrm /g' \ >> ${WRKDIR}/PLIST.lib-usermin @${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script @${ECHO_CMD} "/Insert PLIST.lib-usermin" >> ${WRKDIR}/ex.script @${ECHO_CMD} "d" >> ${WRKDIR}/ex.script @${ECHO_CMD} "r ${WRKDIR}/PLIST.lib-usermin" >> ${WRKDIR}/ex.script @${ECHO_CMD} "x!" >> ${WRKDIR}/ex.script @${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-lib-usermin @cd ${WRKDIR} ; ex < ex.script @${CAT} ${PKGMESSAGE} .include Property changes on: head/sysutils/usermin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.47 \ No newline at end of property +1.48 \ No newline at end of property Index: head/sysutils/virtualmin/Makefile =================================================================== --- head/sysutils/virtualmin/Makefile (revision 162214) +++ head/sysutils/virtualmin/Makefile (revision 162215) @@ -1,40 +1,39 @@ # New ports collection makefile for: virtualmin # Date created: Fri Oct 24 20:51:00 CEST 2003 # Whom: olgeni@FreeBSD.org # # $FreeBSD$ # PORTNAME= virtualmin PORTVERSION= 2.611 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= webadmin DISTNAME= virtual-server-${PORTVERSION} EXTRACT_SUFX= .wbm.gz MAINTAINER= ports@FreeBSD.org COMMENT= A virtual hosting management system based on webmin RUN_DEPENDS= ${LOCALBASE}/lib/webmin/webmin-init:${PORTSDIR}/sysutils/webmin NO_BUILD= yes WRKSRC= ${WRKDIR}/virtual-server -USE_REINPLACE= yes post-extract: @${FIND} ${WRKSRC} -name .xvpics | ${XARGS} ${RM} -r @${FIND} ${WRKSRC} -name *.swp | ${XARGS} ${RM} @${FIND} ${WRKSRC} -name *.cgi | ${XARGS} ${REINPLACE_CMD} -e "s@/usr/local/bin/perl@${PERL}@" @${FIND} ${WRKSRC} -name *.cgi | ${XARGS} ${CHMOD} 755 @${FIND} ${WRKSRC} -name *.bak | ${XARGS} ${RM} do-install: @${MKDIR} ${PREFIX}/lib/webmin @${MKDIR} ${PREFIX}/etc/webmin/virtual-server @${CP} -r ${WRKSRC} ${PREFIX}/lib/webmin post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/sysutils/virtualmin/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/sysutils/vobcopy/Makefile =================================================================== --- head/sysutils/vobcopy/Makefile (revision 162214) +++ head/sysutils/vobcopy/Makefile (revision 162215) @@ -1,76 +1,75 @@ # New ports collection makefile for: VOB dvd rip # Date created: Sun May 12 09:25:37 BRT 2002 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= vobcopy PORTVERSION= 0.5.16 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://lpn.rnbhq.org/download/ MAINTAINER= lioux@FreeBSD.org COMMENT= Decrypts and copies DVD .vob files LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread USE_BZIP2= yes USE_GETOPT_LONG= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.sh CONFIGURE_ARGS= --with-lfs -USE_REINPLACE= yes ALL_TARGET= ${PORTNAME} MAN1= vobcopy.1 PLIST_FILES= bin/vobcopy PORTDOCS= COPYING Changelog README Release-Notes TODO \ alternative_programs.txt .include post-extract: @${CHMOD} a+x ${WRKSRC}/${CONFIGURE_SCRIPT} post-patch: @${REINPLACE_CMD} -E -e 's|(fopen\("/etc/)mtab|\1fstab|; \ s|iso9660|cd9660|' ${WRKSRC}/dvd.c @${REINPLACE_CMD} -E -e 's|declare -i i=0||' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} # -CURRENT after 500041 has getopt_long # do not use libgnugetopt .if ${OSVERSION} >= 500041 @${REINPLACE_CMD} -E \ -e 's|-lgnugetopt||' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .endif # fix typo @${REINPLACE_CMD} -E \ -e 's|FreeBSD_Version|FreeBSD_version|' \ ${WRKSRC}/dvd.c # no such flag under FreeBSD @${REINPLACE_CMD} -E \ -e 's|O_LARGEFILE|0|' \ ${WRKSRC}/vobcopy.c post-configure: @${REINPLACE_CMD} -E -e 's|^CC.+||; s|^PREFIX.+||; \ s|/usr/local/|${LOCALBASE}/|' \ ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vobcopy ${PREFIX}/bin/vobcopy @${INSTALL_MAN} ${WRKSRC}/vobcopy.1${MAN1_SUFX} \ ${MANPREFIX}/man/man1/vobcopy.1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/sysutils/vobcopy/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/sysutils/vstrip/Makefile =================================================================== --- head/sysutils/vstrip/Makefile (revision 162214) +++ head/sysutils/vstrip/Makefile (revision 162215) @@ -1,44 +1,43 @@ # New ports collection makefile for: vstrip # Date created: Mon Jan 2 18:13:03 UTC 2006 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= vstrip DISTVERSION= 0.8f CATEGORIES= sysutils MASTER_SITES= http://files.digital-digest.com/downloads/files/encode/ DISTNAME= vStrip_${DISTVERSION:C/\.//g} MAINTAINER= lioux@FreeBSD.org COMMENT= A VOB de-multiplexing tool, splitter and VOB/IFO files processor LIB_DEPENDS= dvdread.3:${PORTSDIR}/multimedia/libdvdread USE_ZIP= yes -USE_REINPLACE= yes MAKE_ENV= LDFLAGS="${LDFLAGS}" WRKSRC= ${WRKDIR}/${PORTNAME} post-extract: @${FIND} ${WRKSRC} -type f -print0 | \ ${XARGS} -0 -x -n 10 \ ${REINPLACE_CMD} -E \ -e 's|[[:cntrl:]]$$||' post-patch: @${REINPLACE_CMD} -E \ -e 's|malloc.h|stdlib.h|' \ -e 's|||' \ -e 's|__int64[[:space:]]+fposition[[:space:]]*=[[:space:]]*_filelengthi64\(fp\);|off_t fposition=lseek(fp, 0, SEEK_END);|' \ ${WRKSRC}/*.c \ ${WRKSRC}/*.h LDFLAGS+= -lm PLIST_FILES= bin/${PORTNAME} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include Property changes on: head/sysutils/vstrip/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/webmin/Makefile =================================================================== --- head/sysutils/webmin/Makefile (revision 162214) +++ head/sysutils/webmin/Makefile (revision 162215) @@ -1,89 +1,88 @@ # New ports collection makefile for: webmin # Date created: Do 19 Nov 1998 21:13:55 CET # Whom: Andreas Klemm # # $FreeBSD$ # PORTNAME= webmin PORTVERSION= 1.270 PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.webmin.com/updates/:up \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \ ${MASTER_SITE_LOCAL:S/$/:local/} MASTER_SITE_SUBDIR= webadmin/:sf \ olgeni/:local DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf ${WEBMIN_MODULES:S/gz$/gz:up/} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Web-based interface for system administration for Unix RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${SITE_PERL}/${PERL_ARCH}/Authen/PAM.pm:${PORTSDIR}/security/p5-Authen-PAM NO_BUILD= yes USE_PERL5= yes USE_RC_SUBR= webmin.sh -USE_REINPLACE= yes SUB_LIST= PERL5=${PERL} WEBMIN_MODULES= apache-1.270-3.wbm.gz \ file-1.270-4.wbm.gz \ ldap-useradmin-1.270-1.wbm.gz post-extract: @if [ "${WEBMIN_MODULES}" != "" ]; then \ for webmin_module in ${WEBMIN_MODULES}; do \ ${ECHO} "===> Unpacking updated module: $${webmin_module}"; \ ${TAR} --unlink -xzf ${DISTDIR}/$${webmin_module} -C ${WRKSRC}; \ done; \ fi post-patch: .for file in config-freebsd apache/config-freebsd \ bind8/config-freebsd-2.1-2.2 \ dhcpd/config-freebsd frox/config-freebsd \ heartbeat/config-freebsd logrotate/config-freebsd \ majordomo/config mysql/config-freebsd \ postfix/config-freebsd postgresql/config-freebsd \ procmail/config-freebsd proftpd/config-freebsd \ samba/config-freebsd sentry/config-freebsd-4.10 \ sentry/config-freebsd-4.9 sentry/config-freebsd-5.0-\* \ spam/config-freebsd squid/config-freebsd \ stunnel/config usermin/config webalizer/config-freebsd \ wuftpd/config-freebsd xinetd/config-freebsd @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file} .endfor @${REINPLACE_CMD} -e "s=%%PREFIX%%=${PREFIX}=" ${WRKSRC}/setup.sh @${FIND} ${WRKSRC} -name "*.cgi" -print \ | ${XARGS} ${REINPLACE_CMD} -e "s@#!/usr/local/bin/perl@#!${PERL}@" @${FIND} ${WRKSRC} -name "*.pl" -print \ | ${XARGS} ${REINPLACE_CMD} -e "s@#!/usr/local/bin/perl@#!${PERL}@" @${FIND} ${WRKSRC} -name "*.orig" -print | ${XARGS} ${RM} @${FIND} ${WRKSRC} -name "*.bak" -print | ${XARGS} ${RM} do-install: @${MKDIR} ${PREFIX}/lib/webmin @${CP} -r ${WRKSRC}/* ${PREFIX}/lib/webmin post-install: @cd ${WRKSRC} ; ${FIND} * -type f -o -type l | ${SORT} | ${AWK} \ '{ print "lib/webmin/" $$1 }' > ${WRKDIR}/PLIST.lib-webmin @cd ${WRKSRC} ; ${FIND} * -type d -empty | ${SORT} -r | ${AWK} \ '{ print "lib/webmin/" $$1 }' | ${SED} -e 's#^#@exec mkdir -p %D/#g' \ >> ${WRKDIR}/PLIST.lib-webmin @cd ${WRKSRC} ; ${FIND} * -type d | ${SORT} -r | ${AWK} \ '{ print "lib/webmin/" $$1 }' | ${SED} -e 's/^/@dirrm /g' \ >> ${WRKDIR}/PLIST.lib-webmin @${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script @${ECHO_CMD} "/Insert PLIST.lib-webmin" >> ${WRKDIR}/ex.script @${ECHO_CMD} "d" >> ${WRKDIR}/ex.script @${ECHO_CMD} "r ${WRKDIR}/PLIST.lib-webmin" >> ${WRKDIR}/ex.script @${ECHO_CMD} "x!" >> ${WRKDIR}/ex.script @${CP} -p ${TMPPLIST} ${TMPPLIST}.pre-lib-webmin @cd ${WRKDIR} ; ex < ex.script @${CAT} ${PKGMESSAGE} .include Property changes on: head/sysutils/webmin/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.249 \ No newline at end of property +1.250 \ No newline at end of property Index: head/sysutils/whowatch/Makefile =================================================================== --- head/sysutils/whowatch/Makefile (revision 162214) +++ head/sysutils/whowatch/Makefile (revision 162215) @@ -1,33 +1,31 @@ # New ports collection makefile for: whowatch # Date created: 12 June 2000 # Whom: Daniel Harris # # $FreeBSD$ # PORTNAME= whowatch PORTVERSION= 1.4 CATEGORIES= sysutils MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ \ ${MASTER_SITE_PACKETSTORM} MASTER_SITE_SUBDIR= UNIX/IDS MAINTAINER= dannyboy@FreeBSD.org COMMENT= Displays information in real time about users currently logged on -USE_REINPLACE= yes - .include .if ${OSVERSION} >= 500014 pre-patch: @${FIND} ${WRKSRC} -name 'proc????.c' | ${XARGS} ${REINPLACE_CMD} -E \ -e 's/kp_.?proc\.._/ki_/ ; s/pcred\.p_//' .endif GNU_CONFIGURE= yes MAN1= whowatch.1 PLIST_FILES= bin/whowatch .include Property changes on: head/sysutils/whowatch/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/sysutils/wmmount/Makefile =================================================================== --- head/sysutils/wmmount/Makefile (revision 162214) +++ head/sysutils/wmmount/Makefile (revision 162215) @@ -1,43 +1,42 @@ # New ports collection makefile for: wmmount # Date created: 04 Janyary 1999 # Whom: Sergey Osokin aka oZZ # # $FreeBSD$ # PORTNAME= wmmount PORTVERSION= 1.0b2 PORTREVISION= 1 CATEGORIES= sysutils windowmaker afterstep MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/2471/files/ DISTNAME= ${PORTNAME}-1.0-beta2 EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= The freespace for Window Maker USE_GETOPT_LONG=yes USE_IMAKE= yes USE_XPM= yes -USE_REINPLACE= yes MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" post-patch: .for file in system.wmmount.eg system.wmmount.sh @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/config/${file} .endfor .if exists(/etc/fstab) @${SH} ${WRKSRC}/config/system.wmmount.sh > ${WRKSRC}/system.wmmount .else @${CP} ${WRKSRC}/config/system.wmmount.eg ${WRKSRC}/system.wmmount .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmmount ${PREFIX}/bin @${MKDIR} ${PREFIX}/lib/X11/wmmount ${INSTALL_DATA} ${WRKSRC}/system.wmmount ${PREFIX}/lib/X11/wmmount .for image in blank.xpm cdrom.xpm floppy.xpm harddisk.xpm zip.xpm ${INSTALL_DATA} ${WRKSRC}/lib/${image} ${PREFIX}/lib/X11/wmmount .endfor .include Property changes on: head/sysutils/wmmount/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/sysutils/wmtop/Makefile =================================================================== --- head/sysutils/wmtop/Makefile (revision 162214) +++ head/sysutils/wmtop/Makefile (revision 162215) @@ -1,50 +1,49 @@ # New ports collection makefile for: wmtop # Date created: 07 May 2000 # Whom: Dan Piponi # # $FreeBSD$ PORTNAME= wmtop PORTVERSION= 0.84 PORTREVISION= 1 CATEGORIES= sysutils windowmaker MASTER_SITES= http://ftp1.sourceforge.net/wmtop/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Windowmaker dock app to display top 3 CPU consuming processes USE_X_PREFIX= yes USE_XPM= yes ALL_TARGET= freebsd -USE_REINPLACE= yes MAN1= wmtop.1 PLIST_FILES= bin/wmtop .if !defined(NOPORTDOCS) PORTDOCS= BUGS CHANGES COPYING README TODO .endif .include .if ${OSVERSION} >= 500000 post-patch: ${REINPLACE_CMD} -e 's/^\(LIBS.*\)/\1 -lkvm/' ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's/^\(FLAGS.*\)/\1 -DNO_PROCFS/' ${WRKSRC}/Makefile .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmtop ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/wmtop.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 555 \ ${PREFIX}/share/doc/${PORTNAME} .for file in BUGS CHANGES COPYING README TODO @${INSTALL_DATA} ${WRKSRC}/${file} \ ${PREFIX}/share/doc/${PORTNAME} .endfor .endif # !NOPORTDOCS .include Property changes on: head/sysutils/wmtop/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/sysutils/wtmp-tools/Makefile =================================================================== --- head/sysutils/wtmp-tools/Makefile (revision 162214) +++ head/sysutils/wtmp-tools/Makefile (revision 162215) @@ -1,28 +1,26 @@ # New ports collection makefile for: wtmp-tools # Date created: 3 October 2005 # Whom: Oleg M. Golovanov # # $FreeBSD$ # PORTNAME= wtmp-tools PORTVERSION= 0.1 CATEGORIES= sysutils MASTER_SITES= http://www.rentech.ru/archives/wtmp-tools/ MAINTAINER= master@rentech.ru COMMENT= The tool for editing wtmp files and converting into this format MAN1= t2w.1 MANCOMPRESSED= yes -USE_REINPLACE= yes - PORTDOCS= * PLIST_FILES= bin/t2w post-patch: @${REINPLACE_CMD} -e 's,^prefix.*=.*$$,prefix = ${PREFIX},' \ ${WRKSRC}/Makefile .include Property changes on: head/sysutils/wtmp-tools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/x86info/Makefile =================================================================== --- head/sysutils/x86info/Makefile (revision 162214) +++ head/sysutils/x86info/Makefile (revision 162215) @@ -1,27 +1,26 @@ # New ports collection makefile for: x86info # Date created: 26 Aug 2001 # Whom: Erik Greenwald # # $FreeBSD$ # PORTNAME= x86info PORTVERSION= 1.17 CATEGORIES= sysutils MASTER_SITES= http://www.codemonkey.org.uk/projects/x86info/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= erik@smluc.org COMMENT= Utility to display information about the systems x86 processor(s) ONLY_FOR_ARCHS= i386 PLIST_FILES= bin/x86info -USE_REINPLACE= yes MAKE_ARGS= CFLAGS="${CFLAGS}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/x86info ${PREFIX}/bin .include Property changes on: head/sysutils/x86info/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/sysutils/xapply/Makefile =================================================================== --- head/sysutils/xapply/Makefile (revision 162214) +++ head/sysutils/xapply/Makefile (revision 162215) @@ -1,41 +1,40 @@ # New ports collection makefile for: xapply # Date created: Nov 1 2002 # Whom: Stephen Gunn , # # $FreeBSD$ # PORTNAME= xapply PORTVERSION= 3.4 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.physics.purdue.edu/pub/pundits/ \ http://archive.progeny.com/pundits/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Parallel Execution tool ala xargs/apply BUILD_DEPENDS= makeme:${PORTSDIR}/devel/msrc0 \ mkcmd:${PORTSDIR}/devel/mkcmd -USE_REINPLACE= yes MAKE_FLAGS= MAKEFILE= MAN1= xapply.1 PLIST_FILES= bin/xapply post-patch: @${REINPLACE_CMD} -e 's,CFLAGS=,CFLAGS+=,' -e 's,^DEBUG,#DEBUG,'\ -e 's,gcc,${CC},' ${WRKSRC}/bin/xapply/Make.host do-build: ( cd ${WRKSRC}/bin/${PORTNAME} && ${SETENV} ${MAKE_ENV} makeme \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} ) do-install: ( cd ${WRKSRC}/bin/${PORTNAME} && ${SETENV} ${MAKENV} makeme \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} ) ${INSTALL_MAN} ${WRKSRC}/bin/xapply/${PORTNAME}.man \ ${PREFIX}/man/man1/${PORTNAME}.1 .include Property changes on: head/sysutils/xapply/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/sysutils/xcdroast/Makefile =================================================================== --- head/sysutils/xcdroast/Makefile (revision 162214) +++ head/sysutils/xcdroast/Makefile (revision 162215) @@ -1,97 +1,96 @@ # New ports collection makefile for: xcdroast # Date Created: 28 Sep 2000 # Whom: Oliver Lehmann # # $FreeBSD$ # PORTNAME= xcdroast PORTVERSION= 0.98.a.15 PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.xcdroast.org/download/:src \ http://www.xcdroast.org/xcdr098/patches/:patch MASTER_SITE_SUBDIR= xcdroast DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a./alpha/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src new_configure.tar.gz:patch MAINTAINER= oliver@FreeBSD.org COMMENT= Another X11 frontend to mkisofs/cdrecord RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools OPTIONS= GTK2 "Enable GTK2 support" off \ NONROOT "Use xcdroast w/o being root" off \ NLS "Native language support" on USE_X_PREFIX= yes USE_GETTEXT= yes USE_ICONV= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes WANT_GNOME= yes CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" CONFIGURE_ARGS= --with-cdrtools-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} MAN1= xcdroast.1 .include .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls PLIST_SUB= NLS="@comment " .else PLIST_SUB= NLS="" .endif .if defined(WITH_GTK2) CONFIGURE_ARGS+=--enable-gtk2 USE_GNOME= gtk20 PATCH_DEPENDS= iconv:${PORTSDIR}/converters/libiconv .else CONFIGURE_ARGS+=--disable-gtk2 USE_GNOME= gdkpixbuf .endif .if defined(WITH_NONROOT) CONFIGURE_ARGS+=--enable-nonrootmode .else CONFIGURE_ARGS+=--disable-nonrootmode .endif pre-everything:: .if defined(WITH_NONROOT) @${CAT} ${PKGMESSAGE} @${ECHO_MSG} @${ECHO_MSG} "Are you sure you want this? If not, hit Ctrl+C right now " @${ECHO_MSG} @${ECHO_MSG} " This is a security risk! XCDRost will use an own" @${ECHO_MSG} " wrapping utility which gets a SUID Bit after enabling" @${ECHO_MSG} " the non-root mode inside the application!" @${ECHO_MSG} sleep 5 .endif pre-patch: @${CP} ${WRKDIR}/configure ${WRKSRC} @${TOUCH} ${WRKSRC}/stamp-h.in post-patch: @${REINPLACE_CMD} -e 's|gint in, out|gsize in, out|g' \ ${WRKSRC}/src/xtools.c .if defined(WITH_GTK2) @cd ${WRKSRC}/po ; for FILE in *.po ; do \ SOURCE=`${AWK} -F'[=\\\\\\\\]' '/charset=/ { print $$2 }' $$FILE` ; \ ${LOCALBASE}/bin/iconv -f $$SOURCE -t UTF-8 $$FILE > $$FILE.bak ; \ ${MV} $$FILE.bak $$FILE ; \ ${REINPLACE_CMD} -e 's|charset='$$SOURCE'|charset=UTF-8|g' $$FILE ; \ done .endif .include Property changes on: head/sysutils/xcdroast/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/sysutils/xfce4-mcs-manager/Makefile =================================================================== --- head/sysutils/xfce4-mcs-manager/Makefile (revision 162214) +++ head/sysutils/xfce4-mcs-manager/Makefile (revision 162215) @@ -1,36 +1,35 @@ # New ports collection makefile for: xfce-mcs-manager # Date created: 7 June 2003 # Whom: James Earl # # $FreeBSD$ # PORTNAME= xfce4-mcs-manager PORTVERSION= 4.2.3 PORTREVISION= 0 CATEGORIES= sysutils xfce MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/src/ \ http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/ DISTNAME= xfce-mcs-manager-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 settings manager LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ xfce4mcs-manager.2:${PORTSDIR}/x11/libxfce4mcs USE_GETTEXT= yes USE_GNOME= glib20 gnomehack -USE_REINPLACE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ CPPFLAGS=-I${LOCALBASE}/include \ LIBS=-L${LOCALBASE}/lib .include Property changes on: head/sysutils/xfce4-mcs-manager/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/sysutils/xfsprogs/Makefile =================================================================== --- head/sysutils/xfsprogs/Makefile (revision 162214) +++ head/sysutils/xfsprogs/Makefile (revision 162215) @@ -1,53 +1,52 @@ # New ports collection makefile for: xfsprogs # Date created: Wed Jun 1 21:48:59 EDT 2005 # Whom: Craig Rodrigues # # $FreeBSD$ # PORTNAME= xfsprogs PORTVERSION= 2.7.11 CATEGORIES= sysutils MASTER_SITES= ftp://oss.sgi.com/projects/xfs/cmd_tars/ DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .src.tar.gz MAINTAINER= rodrigc@FreeBSD.ORG COMMENT= A set of utilities and library to manipulate an xfs filesystem -USE_REINPLACE= yes USE_GMAKE= yes USE_GETTEXT= yes USE_AUTOTOOLS= autoconf:259 libtool:15:env GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL="${INSTALL} ${_BINOWNGRP}" \ CFLAGS="${CFLAGS}" \ LIBTOOL=${LIBTOOL} MAKE_ENV+= INSTALL="${INSTALL} ${_BINOWNGRP}" CONFIGURE_ARGS+= --disable-shared --enable-readline ALL_TARGET= MAN5= xfs.5 MAN8= fsck.xfs.8 mkfs.xfs.8 xfs_admin.8 xfs_bmap.8 xfs_check.8 \ xfs_copy.8 xfs_db.8 xfs_freeze.8 xfs_growfs.8 xfs_info.8 \ xfs_io.8 xfs_logprint.8 xfs_mkfile.8 xfs_ncheck.8 xfs_quota.8 \ xfs_repair.8 xfs_rtcp.8 .include .if ${OSVERSION} < 500000 BROKEN= "Does not compile on FreeBSD 4.x" .endif pre-configure: ${RM} -f ${WRKSRC}/configure post-configure: ${FIND} ${WRKSRC} -name "configure" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|g' post-patch: ${FIND} ${WRKDIR} -name "*.m4" | ${XARGS} ${REINPLACE_CMD} -e \ 's|/usr/local|'${LOCALBASE}'|g' .include Property changes on: head/sysutils/xfsprogs/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/sysutils/xlogmaster/Makefile =================================================================== --- head/sysutils/xlogmaster/Makefile (revision 162214) +++ head/sysutils/xlogmaster/Makefile (revision 162215) @@ -1,39 +1,38 @@ # New ports collection makefile for: xlogmaster # Date created: 1 August 1998 # Whom: Adrian Wontroba # # $FreeBSD$ # PORTNAME= xlogmaster PORTVERSION= 1.6.1 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Quick & easy monitoring of logfiles and devices USE_GCC= 3.4+ USE_GNOME= gtk12 gnometarget USE_GETOPT_LONG= yes -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= xlogmaster.1 INFO= xlogmaster CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT LDFLAGS= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ 's|getopt_long_only|getopt_long|g' ${WRKSRC}/src/xlogmaster.cc post-install: ${INSTALL_DATA} ${FILESDIR}/xlogmasterrc ${PREFIX}/etc/xlogmaster .include Property changes on: head/sysutils/xlogmaster/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/sysutils/xvidcap/Makefile =================================================================== --- head/sysutils/xvidcap/Makefile (revision 162214) +++ head/sysutils/xvidcap/Makefile (revision 162215) @@ -1,58 +1,57 @@ # New ports collection makefile for: xvidcap # Date created: Sat 24 April 2004 # Whom: thierry@pompo.net # # $FreeBSD$ # PORTNAME= xvidcap PORTVERSION= 1.1.3.7 PORTREVISION= 3 CATEGORIES= sysutils multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:C/.7/-p7/} MAINTAINER= thierry@FreeBSD.org COMMENT= Capture your X display to individual frames or MPEG video #LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg # To be reactivated after 1.1.4 #LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame RUN_DEPENDS= animate:${PORTSDIR}/graphics/ImageMagick GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} #CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ # LDFLAGS=-L${LOCALBASE}/lib CONFIGURE_ARGS= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib \ --with-forced-embedded-ffmpeg # To be removed after 1.1.4pre2? USE_GETOPT_LONG= yes -USE_REINPLACE= yes PLIST_FILES= bin/xvidcap PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO XVidcap.ad DOC_HOOK= $$(MAKE) $$(AM_MAKEFLAGS) install-data-hook MAN1= xvidcap.1 .if !defined(WITHOUT_GTK) USE_GNOME= gtk20 CONFIGURE_ARGS+= --with-gtk2 PLIST_SUB+= GTK="" PLIST_FILES+= bin/gvidcap MAN1+= gvidcap.1 .else PLIST_SUB+= GTK="@comment " .endif pre-configure: @${REINPLACE_CMD} -e 's|@PTHREAD_LIBS@|${PTHREAD_LIBS}|' \ -e 's|@PTHREAD_CFLAGS@|${PTHREAD_CFLAGS}|' \ ${WRKSRC}/src/Makefile.in .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's|${DOC_HOOK}|#${DOC_HOOK}|' \ ${WRKSRC}/src/Makefile.in .endif .include Property changes on: head/sysutils/xvidcap/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/sysutils/yawho/Makefile =================================================================== --- head/sysutils/yawho/Makefile (revision 162214) +++ head/sysutils/yawho/Makefile (revision 162215) @@ -1,28 +1,27 @@ # New ports collection makefile for: yawho # Date created: 16 December 2000 # Whom: Daniel Harris # # $FreeBSD$ # PORTNAME= yawho PORTVERSION= 1.2 CATEGORIES= sysutils MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ MAINTAINER= dannyboy@FreeBSD.org COMMENT= Simple 'w'-like program; displays connection type and login shell PID PLIST_FILES= bin/yawho -USE_REINPLACE= yes .include .if ${OSVERSION} >= 500014 pre-patch: @${REINPLACE_CMD} -E -e 's/kp_.?proc\.._/ki_/' ${WRKSRC}/process.c .endif GNU_CONFIGURE= yes .include Property changes on: head/sysutils/yawho/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property