Index: head/net/bluemix-cli/Makefile =================================================================== --- head/net/bluemix-cli/Makefile (revision 508137) +++ head/net/bluemix-cli/Makefile (revision 508138) @@ -1,39 +1,41 @@ # $FreeBSD$ PORTNAME= bluemix-cli PORTVERSION= 0.4.6 CATEGORIES= net MASTER_SITES= http://public.dhe.ibm.com/cloud/${PORTNAME:C/-.*//}/cli/${PORTNAME}/ DISTNAME= Bluemix_CLI_${PORTVERSION}_386 MAINTAINER= ports@FreeBSD.org COMMENT= Bluemix command line interface LICENSE= BLUEMIX LICENSE_NAME= IBM Bluemix Service Description LICENSE_FILE= ${WRKSRC}/bin/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= unfetchable + RUN_DEPENDS= cf:net/cf USES= linux NO_BUILD= yes NO_ARCH= yes STRIP= # empty WRKSRC= ${WRKDIR}/Bluemix_CLI PLIST_FILES= bin/bluemix bin/bluemix-analytics bin/bx \ etc/bash_completion.d/bluemix.sh pre-install: ${BRANDELF} -t Linux ${WRKSRC}/bin/bluemix* do-install: cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} bluemix bluemix-analytics \ ${STAGEDIR}${PREFIX}/bin ${LN} -s bluemix ${STAGEDIR}${PREFIX}/bin/bx @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/bx/bash_autocomplete ${STAGEDIR}${PREFIX}/etc/bash_completion.d/bluemix.sh .include Index: head/net/boclient/Makefile =================================================================== --- head/net/boclient/Makefile (revision 508137) +++ head/net/boclient/Makefile (revision 508138) @@ -1,20 +1,22 @@ # Created by: darius@dons.net.au # $FreeBSD$ PORTNAME= boclient PORTVERSION= 1.21 CATEGORIES= net security MASTER_SITES= http://www.cultdeadcow.com/tools/ DISTNAME= bo121unix MAINTAINER= ports@FreeBSD.org COMMENT= Client program for the Back Orifice Windows program +BROKEN= unfetchable + PLIST_FILES= bin/bounix WRKSRC= ${WRKDIR}/bo GNU_CONFIGURE= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bounix .include Index: head/net/csync2/Makefile =================================================================== --- head/net/csync2/Makefile (revision 508137) +++ head/net/csync2/Makefile (revision 508138) @@ -1,46 +1,48 @@ # Created by: Aaron Dalton # $FreeBSD$ PORTNAME= csync2 PORTVERSION= 2.0 PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://oss.linbit.com/csync2/ MAINTAINER= ports@FreeBSD.org COMMENT= Cluster synchronization tool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + LIB_DEPENDS= librsync.so.2:net/librsync2 \ libgnutls.so:security/gnutls \ libsqlite3.so:databases/sqlite3 OPTIONS_DEFINE= CSYNC2_COMPARE DOCS OPTIONS_SUB= yes CSYNC2_COMPARE_DESC= Install csync2-compare script CSYNC2_COMPARE_RUN_DEPENDS= bash:shells/bash USES= pkgconfig shebangfix SHEBANG_FILES= csync2-compare GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_prog_PDFLATEX= CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USE_RC_SUBR= csync2 SUB_FILES= pkg-install post-patch: @${REINPLACE_CMD} -e 's|(localstatedir)/lib|(localstatedir)/db|' \ -e 's/-ldl//' ${WRKSRC}/Makefile.in post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/csync2.cfg \ ${STAGEDIR}${PREFIX}/etc/csync2.cfg.sample ${MKDIR} ${STAGEDIR}/var/backups/csync2 .include Index: head/net/dictd-database/Makefile =================================================================== --- head/net/dictd-database/Makefile (revision 508137) +++ head/net/dictd-database/Makefile (revision 508138) @@ -1,37 +1,39 @@ # Created by: clive # $FreeBSD$ PORTNAME= dictd-database PORTVERSION= 20031009 # clive: Ok, I have no idea how to name this somewhat-meta-port CATEGORIES= net textproc MASTER_SITES= ftp://ftp.dict.org/dict/pre/ DISTFILES= devils-dict-pre.tar.gz \ dict-foldoc-20030927-pre.tar.gz \ dict-gazetteer-1.2-pre.tar.gz \ dict-gcide-0.44.tar.gz \ dict-jargon_4.3.1.tgz \ dict-misc-1.5b-pre.tar.gz \ dict-vera-1.9-pre.tar.gz \ dict-web1913-1.4-pre.tar.gz \ dict-wn-2.0-pre.tar.gz \ dict-world02-20030215.tar.gz \ elements-20001107-pre.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Dictd words database +BROKEN= unfetchable + RUN_DEPENDS= ${LOCALBASE}/sbin/dictd:net/dictd NO_BUILD= yes NO_WRKSUBDIR= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/dict @${INSTALL_DATA} ${WRKSRC}/*.index ${STAGEDIR}${PREFIX}/lib/dict @${INSTALL_DATA} ${WRKSRC}/*.dict.dz ${STAGEDIR}${PREFIX}/lib/dict @cd ${WRKSRC}/world02-2003-02-15/ && dictzip -k world02.dict @${INSTALL_DATA} ${WRKSRC}/world02-2003-02-15/*.index ${STAGEDIR}${PREFIX}/lib/dict @${INSTALL_DATA} ${WRKSRC}/world02-2003-02-15/*.dict.dz ${STAGEDIR}${PREFIX}/lib/dict .include Index: head/net/gtic/Makefile =================================================================== --- head/net/gtic/Makefile (revision 508137) +++ head/net/gtic/Makefile (revision 508138) @@ -1,30 +1,32 @@ # Created by: Denis Shaposhnikov # $FreeBSD$ PORTNAME= gtic PORTVERSION= 1.3.b PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.kspu.kr.ua/pub/unix/FIDO/gtic/ \ ftp://ftp.braz.ru/pub/fido/gtic/ DISTNAME= ${PORTNAME}-1.3b MAINTAINER= ports@FreeBSD.org COMMENT= The GNU file forwarder (FSC-0087) for fidonet-like networks +BROKEN= unfetchable + MAKE_ENV+= DEFINES="${DEFINES}" .if defined(WITH_AMIGA4D) DEFINES+= -DAMIGA4D .endif .include do-install: ${MKDIR} ${STAGEDIR}${ETCDIR} .for i in areagroups areas config domains help users ${INSTALL_DATA} ${WRKSRC}/etc/${i} ${STAGEDIR}${ETCDIR}/${i}.sample .endfor ${INSTALL_PROGRAM} ${WRKSRC}/src/gtic ${STAGEDIR}${PREFIX}/sbin/ .include Index: head/net/hidentd/Makefile =================================================================== --- head/net/hidentd/Makefile (revision 508137) +++ head/net/hidentd/Makefile (revision 508138) @@ -1,26 +1,28 @@ # Created by: Kirill Ponomarew # $FreeBSD$ PORTNAME= hidentd PORTVERSION= 0.4 CATEGORIES= net MASTER_SITES= http://core.segfault.pl/~hobbit/hidentd/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple and secure ident (RFC1413) server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + GNU_CONFIGURE= yes PORTDOCS= README PLIST_FILES= man/man8/hidentd.8.gz sbin/hidentd OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/net/ldap2dns/Makefile =================================================================== --- head/net/ldap2dns/Makefile (revision 508137) +++ head/net/ldap2dns/Makefile (revision 508138) @@ -1,62 +1,64 @@ # Created by: Bruce M Simpson # $FreeBSD$ PORTNAME= ldap2dns PORTVERSION= 0.4.2 PORTREVISION= 2 CATEGORIES= net MASTER_SITES= GHC MAINTAINER= ports@FreeBSD.org COMMENT= Maintain DNS zones using an LDAP directory LICENSE= GPLv2 +BROKEN= unfetchable + RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ p5-perl-ldap>=0:net/p5-perl-ldap USE_GITHUB= yes GH_ACCOUNT= bklang USES= gmake localbase:ldflags perl5 shebangfix SHEBANG_FILES= scripts/*.pl USE_PERL5= run USE_OPENLDAP= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" PORTDOCS= * PLIST_FILES= bin/ldap2dns \ bin/ldap2dnsd \ man/man1/ldap2dns.1.gz \ %%DATADIR%%/axfr2ldap.pl \ %%DATADIR%%/data2ldif.pl \ %%DATADIR%%/ldap2dns.schema \ %%DATADIR%%/ldap2tinydns-conf OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} 's|?=|=|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e \ 's|"/etc|"${PREFIX}/etc|' ${WRKSRC}/ldap2dns.c @${REINPLACE_CMD} -e \ 's|^/etc|${PREFIX}/etc|' ${WRKSRC}/ldap2dns.1 @${REINPLACE_CMD} -e \ 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/ldap2tinydns-conf do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ldap2dns ${STAGEDIR}${PREFIX}/bin ${LN} -sf ldap2dns ${STAGEDIR}${PREFIX}/bin/ldap2dnsd ${INSTALL_MAN} ${WRKSRC}/ldap2dns.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${INSTALL_DATA} ldap2dns.schema ldap2tinydns-conf \ ${STAGEDIR}${DATADIR}) (cd ${WRKSRC}/scripts && ${INSTALL_SCRIPT} axfr2ldap.pl data2ldif.pl \ ${STAGEDIR}${DATADIR}) do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${INSTALL_DATA} README.html example.ldif \ ${STAGEDIR}${DOCSDIR}) .include Index: head/net/libmxp/Makefile =================================================================== --- head/net/libmxp/Makefile (revision 508137) +++ head/net/libmxp/Makefile (revision 508138) @@ -1,15 +1,17 @@ # Created by: Michael Nottebrock # $FreeBSD$ PORTNAME= libmxp PORTVERSION= 0.2.4 CATEGORIES= net games textproc MASTER_SITES= http://www.kmuddy.com/libmxp/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Parser for the MUD eXtension protocol +BROKEN= unfetchable + USES= cmake USE_LDCONFIG= yes .include Index: head/net/librouteros/Makefile =================================================================== --- head/net/librouteros/Makefile (revision 508137) +++ head/net/librouteros/Makefile (revision 508138) @@ -1,34 +1,36 @@ # Created by: Mark Felder # $FreeBSD$ PORTNAME= librouteros PORTVERSION= 1.1.2 PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://verplant.org/librouteros/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Library for communicating with network devices by MikroTik LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + LIB_DEPENDS= libgcrypt.so:security/libgcrypt GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool tar:bzip2 USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include -Wno-error PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README OPTIONS_DEFINE= DOCS post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/net/nettest/Makefile =================================================================== --- head/net/nettest/Makefile (revision 508137) +++ head/net/nettest/Makefile (revision 508138) @@ -1,21 +1,23 @@ # Created by: proot@iaces.com # $FreeBSD$ PORTNAME= nettest PORTVERSION= 92.11.09 CATEGORIES= net MASTER_SITES= ftp://ftp.cray.com/src/nettest/ DISTNAME= nettest.92.11.09 MAINTAINER= ports@FreeBSD.org COMMENT= Performs client and server functions for timing data throughput +BROKEN= unfetchable + NO_WRKSUBDIR= yes USES= tar:Z do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nettest ${STAGEDIR}${PREFIX}/bin/nettest ${INSTALL_PROGRAM} ${WRKSRC}/nettestd ${STAGEDIR}${PREFIX}/bin/nettestd ${INSTALL_MAN} ${WRKSRC}/nettest.8 ${STAGEDIR}${PREFIX}/man/man8/nettest.8 .include Index: head/net/py-netstring/Makefile =================================================================== --- head/net/py-netstring/Makefile (revision 508137) +++ head/net/py-netstring/Makefile (revision 508138) @@ -1,17 +1,19 @@ # Created by: Alexander Botero-Lowry # $FreeBSD$ PORTNAME= netstring PORTVERSION= 1.14 CATEGORIES= net devel python MASTER_SITES= ftp://ftp.tummy.com/pub/tummy/Python/netstring/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python module implementing the netstring protocol +BROKEN= unfetchable + USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/net/radiusd-cistron/Makefile =================================================================== --- head/net/radiusd-cistron/Makefile (revision 508137) +++ head/net/radiusd-cistron/Makefile (revision 508138) @@ -1,42 +1,44 @@ # Created by: john@nlc.net.au # $FreeBSD$ PORTNAME= radiusd-cistron PORTVERSION= 1.6.8 PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ftp://ftp.radius.cistron.nl/pub/radius/ MAINTAINER= ports@FreeBSD.org COMMENT= RADIUS-compliant remote authentication and accounting server LICENSE= GPLv2+ +BROKEN= unfetchable + CONFLICTS?= freeradius-0.* gnu-radius-1.* openradius-0.* USES= shebangfix SHEBANG_FILES= src/checkrad.pl MAKEFILE= Makefile.BSD RADIUS_DIR= ${PREFIX}/etc/raddb MAKE_ENV= RADIUS_DIR="${RADIUS_DIR}" DESTROOT="${STAGEDIR}" BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/src MAKE_JOBS_UNSAFE= yes USE_RC_SUBR= radiusd-cistron radrelay-cistron DOCFILES= COPYRIGHT INSTALL doc/ChangeLog doc/README doc/README.Y2K \ doc/README.cisco doc/README.pam doc/README.proxy \ doc/README.simul doc/README.usersfile OPTIONS_DEFINE= PAM DOCS # PAM is used in pkg-plist OPTIONS_DEFAULT=PAM OPTIONS_SUB= yes post-install: @${MKDIR} ${STAGEDIR}/var/log/radacct post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCFILES:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/net/repeater/Makefile =================================================================== --- head/net/repeater/Makefile (revision 508137) +++ head/net/repeater/Makefile (revision 508138) @@ -1,42 +1,44 @@ # Created by: Yen-Ming Lee # $FreeBSD$ PORTNAME= repeater PORTVERSION= 0.14 CATEGORIES= net MASTER_SITES= http://koti.mbnet.fi/jtko/uvncrepeater/ DISTNAME= repeater${PORTVERSION:C/\.//} MAINTAINER= ports@FreeBSD.org COMMENT= UltraVNC repeater LICENSE= GPLv2+ +BROKEN= unfetchable + USES= zip USE_RC_SUBR= ${PORTNAME} WRKSRC= ${WRKDIR}/Ver${PORTVERSION:C/\.//} ALL_TARGET= ${PORTNAME} REP_USER?= uvncrep REP_GROUP?= uvncrep USERS= ${REP_USER} GROUPS= ${REP_GROUP} SUB_FILES= pkg-message PORTDOCS= changelog.txt readme.txt ultravncrepeaterlinuxport.html OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|g++|${CXX}|' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/uvncrepeater.ini ${STAGEDIR}${PREFIX}/etc/uvncrepeater.ini.sample do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include Index: head/net/rtptools/Makefile =================================================================== --- head/net/rtptools/Makefile (revision 508137) +++ head/net/rtptools/Makefile (revision 508138) @@ -1,33 +1,35 @@ # Created by: fenner # $FreeBSD$ PORTNAME= rtptools DISTVERSION= 1.22 CATEGORIES= net mbone MASTER_SITES= http://www.cs.columbia.edu/IRT/software/rtptools/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Set of tools to record, playback, and monitor RTPv2 data streams LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= unfetchable + USES= dos2unix DOS2UNIX_GLOB= *.c GNU_CONFIGURE= yes .for f in multidump multiplay rtpdump rtpplay rtpsend rtptrans PLIST_FILES+= bin/${f} PLIST_FILES+= man/man1/${f}.1.gz .endfor OPTIONS_DEFINE= DOCS PORTDOCS= README.md ChangeLog.html rtptools.html post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} html ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/net/smbldap-tools/Makefile =================================================================== --- head/net/smbldap-tools/Makefile (revision 508137) +++ head/net/smbldap-tools/Makefile (revision 508138) @@ -1,65 +1,67 @@ # Created by: Florent Thoumie # $FreeBSD$ PORTNAME= smbldap-tools PORTVERSION= 0.9.11 CATEGORIES= net MASTER_SITES= http://download.gna.org/smbldap-tools/sources/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Samba-LDAP management and support tools LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + BUILD_DEPENDS= p5-perl-ldap>=0:net/p5-perl-ldap \ p5-Crypt-SmbHash>=0:security/p5-Crypt-SmbHash \ p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ p5-Unicode-MapUTF8>=0:converters/p5-Unicode-MapUTF8 RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/a//} USES= gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-samba-sysconfdir=${LOCALBASE}/etc \ --with-samba-bindir=${LOCALBASE}/bin \ --with-perl=${PERL} \ --with-perl-libdir=sitelib ALL_TARGET= build NO_ARCH= yes PORTDOCS= * OPTIONS_DEFINE= MIGRATION_SCRIPTS DOCS OPTIONS_SUB= yes MIGRATION_SCRIPTS_DESC= Install migration scripts post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/smbldap-config.pl post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/smbldap-tools .for i in smbldap.conf smbldap_bind.conf ${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}${PREFIX}/etc/smbldap-tools/$i.sample .endfor post-install-MIGRATION_SCRIPTS-on: .for i in smbldap-migrate-pwdump-accounts smbldap-migrate-pwdump-groups \ smbldap-migrate-unix-accounts smbldap-migrate-unix-groups @${SED} -e 's|/usr/bin/perl|${PERL}|g' \ ${WRKSRC}/doc/migration_scripts/$i > ${STAGEDIR}${PREFIX}/sbin/$i .endfor post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_SCRIPT} ${WRKSRC}/smbldap-config.cmd ${STAGEDIR}${DOCSDIR}/smbldap-config ${INSTALL_SCRIPT} ${WRKSRC}/smbldap-upgrade-0.9.6.cmd ${STAGEDIR}${DOCSDIR}/smbldap-upgrade-0.9.6 .for f in CONTRIBUTORS COPYING ChangeLog FILES INFRA INSTALL README TODO ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor ${INSTALL_DATA} ${WRKSRC}/doc/smbldap-tools.html ${STAGEDIR}${DOCSDIR}/smbldap-tools.html ${INSTALL_DATA} ${WRKSRC}/doc/smbldap-tools.pdf ${STAGEDIR}${DOCSDIR}/smbldap-tools.pdf .include Index: head/net/tcping/Makefile =================================================================== --- head/net/tcping/Makefile (revision 508137) +++ head/net/tcping/Makefile (revision 508138) @@ -1,30 +1,32 @@ # Created by: Dryice Liu # $FreeBSD$ PORTNAME= tcping PORTVERSION= 1.3.5 CATEGORIES= net MASTER_SITES= http://www.linuxco.de/tcping/ \ http://dryice.name/computer/FreeBSD/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Do a TCP connect to the given IP/port combination LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= unfetchable + PLIST_FILES= bin/tcping PORTDOCS= README OPTIONS_DEFINE= DOCS do-build: cd ${WRKSRC} && \ ${CC} ${CFLAGS} -DHAVE_HSTRERROR -o tcping tcping.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcping ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/net/tcptrace/Makefile =================================================================== --- head/net/tcptrace/Makefile (revision 508137) +++ head/net/tcptrace/Makefile (revision 508138) @@ -1,37 +1,39 @@ # Created by: fenner # $FreeBSD$ PORTNAME= tcptrace PORTVERSION= 6.6.7 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcptrace.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= TCP dump file analysis tool LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + GNU_CONFIGURE= yes ALL_TARGET= tcptrace PLIST_FILES= bin/${PORTNAME} \ bin/xpl2gpl \ man/man1/tcptrace.1.gz PORTDOCS= ARGS CHANGES FAQ README README.mailing_list \ README.modules README.tline_graphs README.tput_graphs \ README.version README.xpl2gpl THANKS dot_tcptracerc OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/xpl2gpl ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/net/wackford-squeers/Makefile =================================================================== --- head/net/wackford-squeers/Makefile (revision 508137) +++ head/net/wackford-squeers/Makefile (revision 508138) @@ -1,17 +1,19 @@ # Created by: James Bailie # $FreeBSD$ PORTNAME= wackford-squeers PORTVERSION= 1.19 CATEGORIES= net MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= ports@FreeBSD.org COMMENT= Plain text network hypertext server and client +BROKEN= unfetchable + RUN_DEPENDS= ${LOCALBASE}/bin/munger:lang/munger MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ INSTALL_DATA="${INSTALL_DATA}" INSTALL_MAN="${INSTALL_MAN}" .include Index: head/net/wmnet2/Makefile =================================================================== --- head/net/wmnet2/Makefile (revision 508137) +++ head/net/wmnet2/Makefile (revision 508138) @@ -1,26 +1,28 @@ # Created by: Paolo Pisati # $FreeBSD$ PORTNAME= wmnet2 PORTVERSION= 1.06 PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://fossies.org/linux/misc/old/ \ http://linux-bsd-unix.strefa.pl/ DISTNAME= wmnet-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Nice network monitor for WindowMaker +BROKEN= unfetchable + USES= imake USE_XORG= x11 xext PLIST_FILES= bin/wmnet2 man/man1/wmnet2.1.gz post-extract: @${LN} -sf wmnet.man ${WRKSRC}/wmnet2.man post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/wmnet2 .include Index: head/net-im/pidgin-birthday-reminder/Makefile =================================================================== --- head/net-im/pidgin-birthday-reminder/Makefile (revision 508137) +++ head/net-im/pidgin-birthday-reminder/Makefile (revision 508138) @@ -1,28 +1,30 @@ # Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= pidgin-birthday-reminder PORTVERSION= 1.7 PORTREVISION= 7 CATEGORIES= net-im MASTER_SITES= http://launchpadlibrarian.net/56075754/ MAINTAINER= ports@FreeBSD.org COMMENT= Birthday reminder for Pidgin LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + LIB_DEPENDS= libpurple.so:net-im/libpurple BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin GNU_CONFIGURE= yes USES= gettext gmake libtool pkgconfig USE_GNOME= intltool CONFIGURE_ARGS= --disable-static CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include Index: head/net-im/pidgin-pidgimpd/Makefile =================================================================== --- head/net-im/pidgin-pidgimpd/Makefile (revision 508137) +++ head/net-im/pidgin-pidgimpd/Makefile (revision 508138) @@ -1,26 +1,28 @@ # Created by: hrkfrd@googlemail.com # $FreeBSD$ PORTNAME= pidgimpd PORTVERSION= 1.1.1 PORTREVISION= 13 CATEGORIES= net-im audio MASTER_SITES= http://ayeon.org/projects/pidgimpd/ PKGNAMEPREFIX= pidgin- MAINTAINER= ports@FreeBSD.org COMMENT= PidgiMPD is a Pidgin plugin for monitoring/controlling MPD +BROKEN= unfetchable + LIB_DEPENDS= libpurple.so:net-im/libpurple \ libmpd.so:audio/libmpd BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin USES= libtool pkgconfig tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PLIST_FILES= lib/pidgin/pidgimpd.so .include Index: head/net-im/poezio/Makefile =================================================================== --- head/net-im/poezio/Makefile (revision 508137) +++ head/net-im/poezio/Makefile (revision 508138) @@ -1,21 +1,23 @@ # $FreeBSD$ PORTNAME= poezio PORTVERSION= 0.8.1 PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://dev.louiz.org/attachments/download/52/ MAINTAINER= ports@FreeBSD.org COMMENT= Console XMPP client LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dns/__init__.py:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/sleekxmpp/__init__.py:net-im/py-sleekxmpp@${PY_FLAVOR} USES= tar:xz python:3.3+ USE_PYTHON= distutils autoplist optsuffix .include Index: head/net-mgmt/bsnmp-jails/Makefile =================================================================== --- head/net-mgmt/bsnmp-jails/Makefile (revision 508137) +++ head/net-mgmt/bsnmp-jails/Makefile (revision 508138) @@ -1,24 +1,26 @@ # $FreeBSD$ PORTNAME= bsnmp-jails PORTVERSION= 0.10 PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://thewalter.net/stef/software/bsnmp-jails/ MAINTAINER= ports@FreeBSD.org COMMENT= bsnmpd module to measure statistics about jails LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool PLIST_FILES= lib/snmp_jails.so lib/snmp_jails.so.0 \ lib/snmp_jails.so.0.0.0 lib/snmp_jails.a \ libexec/jail-measure \ man/man8/bsnmp-jails.8.gz .include Index: head/net-mgmt/flowd/Makefile =================================================================== --- head/net-mgmt/flowd/Makefile (revision 508137) +++ head/net-mgmt/flowd/Makefile (revision 508138) @@ -1,68 +1,70 @@ # Created by: Janos Mohacsi # $FreeBSD$ PORTNAME= flowd PORTVERSION= 0.9.1 PORTREVISION= 3 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://www2.mindrot.org/files/flowd/ MAINTAINER= ports@FreeBSD.org COMMENT= Small, fast, and secure NetFlow collector LICENSE= MIT BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= unfetchable + USES= gmake shebangfix SHEBANG_FILES= tools/*.pl GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var USE_RC_SUBR= flowd PORTDOCS= README INSTALL FLOWD_USER= _flowd USERS= ${FLOWD_USER} GROUPS= ${FLOWD_USER} OPTIONS_DEFINE= PERL PYTHON DOCS EXAMPLES OPTIONS_DEFAULT=PERL OPTIONS_SUB= yes PERL_DESC= Install flowd perl module PERL_USES= perl5 PYTHON_DESC= Install flowd Python support PYTHON_USES= python:2.7 PYTHON_PLIST_SUB= PYTHON_VER=${PYTHON_VER} post-patch: @${REINPLACE_CMD} -e "s;%%FLOWD_USER%%;${FLOWD_USER};g" \ ${WRKSRC}/flowd.h post-build-PERL-on: (cd ${WRKSRC}/Flowd-perl && ${PERL} Makefile.PL \ INSTALLSITEMAN3DIR=${PERL5_MAN3} \ DESTDIR=${STAGEDIR} PREFIX=${PREFIX} && \ ${MAKE_CMD}) post-build-PYTHON-on: ( cd ${WRKSRC} && ${PYTHON_CMD} setup.py build ) pre-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} pre-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ( cd ${WRKSRC}/tools && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} ) pre-install-PERL-on: ( cd ${WRKSRC}/Flowd-perl && ${MAKE_CMD} install ) @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so pre-install-PYTHON-on: ( cd ${WRKSRC} && ${PYTHON_CMD} setup.py install --root "${STAGEDIR}" ) @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/flowd.so .include Index: head/net-mgmt/iog/Makefile =================================================================== --- head/net-mgmt/iog/Makefile (revision 508137) +++ head/net-mgmt/iog/Makefile (revision 508138) @@ -1,29 +1,31 @@ # Created by: Larry Rosenman # $FreeBSD$ PORTNAME= iog PORTVERSION= 1.03 PORTREVISION= 5 CATEGORIES= net-mgmt MASTER_SITES= http://www.dynw.com/iog/ MAINTAINER= ports@FreeBSD.org COMMENT= Graphs Byte Counts for switches/routers/etc +BROKEN= unfetchable + NO_BUILD= yes NO_ARCH= yes USES= perl5 shebangfix tar:tgz SHEBANG_FILES= ${PORTNAME} PLIST_SUB= VERSION=${PORTVERSION} USERS= iog IOGDIR= ${PREFIX}/iog/iog-${PORTVERSION} do-install: ${FIND} ${WRKSRC} -name '*.bak' -or -name '*.orig' -delete ${MKDIR} -m 755 ${STAGEDIR}${IOGDIR} ${INSTALL} ${COPY} -m 0600 ${WRKSRC}/iog.cfg ${WRKSRC}/iog.cfg.sample ${CP} -R ${WRKSRC}/* ${STAGEDIR}${IOGDIR} ${LN} -sf ${IOGDIR} ${STAGEDIR}${PREFIX}/iog/iog .include Index: head/net-mgmt/lanmap/Makefile =================================================================== --- head/net-mgmt/lanmap/Makefile (revision 508137) +++ head/net-mgmt/lanmap/Makefile (revision 508138) @@ -1,24 +1,26 @@ # $FreeBSD$ PORTNAME= lanmap DISTVERSION= 2006-03-07-rev81 PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://www.parseerror.com/lanmap/rev/ MAINTAINER= ports@FreeBSD.org COMMENT= Lanmap sits quietly on a network and builds a picture of what it sees +BROKEN= unfetchable + RUN_DEPENDS= twopi:graphics/graphviz WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes USES= zip post-extract: @${CHMOD} 755 ${WRKSRC}/configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/net-mgmt/nagios-spamd-plugin/Makefile =================================================================== --- head/net-mgmt/nagios-spamd-plugin/Makefile (revision 508137) +++ head/net-mgmt/nagios-spamd-plugin/Makefile (revision 508138) @@ -1,38 +1,40 @@ # Created by: arved # $FreeBSD$ PORTNAME= nagios-spamd-plugin PORTVERSION= 1.4 PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= ftp://jhweiss.de/pub/users/weiss/nagios/plugins/ DISTNAME= check_spamd-${PORTVERSION}.pl EXTRACT_SUFX= # empty MAINTAINER= ports@FreeBSD.org COMMENT= Nagios plugin for checking SpamAssassins spamd +BROKEN= unfetchable + RUN_DEPENDS+= ${LOCALBASE}/${NAGIOS_PLUGIN_DIR}/utils.pm:net-mgmt/nagios-plugins USES= perl5 shebangfix SHEBANG_FILES= check_spamd.pl NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= ${NAGIOS_PLUGIN_DIR}/check_spamd.pl NAGIOS_PLUGIN_DIR= libexec/nagios do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/check_spamd.pl post-patch: ${REINPLACE_CMD} -e \ "s,/usr/local/nagios/libexec,${PREFIX}/${NAGIOS_PLUGIN_DIR}," \ ${WRKSRC}/check_spamd.pl do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${NAGIOS_PLUGIN_DIR} ${INSTALL_SCRIPT} ${WRKSRC}/check_spamd.pl ${STAGEDIR}${PREFIX}/${NAGIOS_PLUGIN_DIR} .include Index: head/net-mgmt/nagiosql/Makefile =================================================================== --- head/net-mgmt/nagiosql/Makefile (revision 508137) +++ head/net-mgmt/nagiosql/Makefile (revision 508138) @@ -1,68 +1,70 @@ # Created by: Chris St Denis # $FreeBSD$ PORTNAME= nagiosql PORTVERSION= 3.4.0 PORTREVISION= 2 CATEGORIES= net-mgmt www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/NagiosQL%20${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Web based administration tool for Nagios LICENSE= GPLv2 +BROKEN= unfetchable + RUN_DEPENDS= nagios:net-mgmt/nagios \ ${PEARDIR}/HTML/Template/IT.php:devel/pear-HTML_Template_IT@${PHP_FLAVOR} USES= cpe gettext mysql php:web tar:bzip2 USE_PHP= filter gettext mysqli session simplexml USERS?= nagios GROUPS?= nagios NAGIOSUSER?= nagios NO_BUILD= yes NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} NAGIOSUSER=${NAGIOSUSER} PEARDIR?= ${LOCALBASE}/share/pear OPTIONS_DEFINE= CURL FTP CURL_DESC= Configure with cURL support FTP_DESC= Configure with FTP support CURL_USE= PHP=curl FTP_USE= PHP=ftp post-patch: ${REINPLACE_CMD} -e "s|'/etc/nagiosql/|'${ETCDIR}/|g" \ -e "s|/opt/nagios/etc/objects/|${LOCALBASE}/etc/nagios/objects/|" \ -e "s|/opt/nagios/bin/nagios|${LOCALBASE}/bin/nagios|" \ -e "s|/var/nagios/nagios.lock|/var/spool/nagios/nagios.lock|" \ -e "s|/var/nagios/rw/nagios.cmd|/var/spool/nagios/rw/nagios.cmd|" \ -e "s|nagios/etc/|etc/nagios/|" \ -e "s|nagiosql/etc/|${ETCDIR}/|" \ -e "s|>/etc/nagiosql|>${ETCDIR}|g" \ -e "s|>/etc/nagios/|>${LOCALBASE}/etc/nagios/|g" \ ${WRKSRC}-${PORTVERSION}/install/sql/nagiosQL_v32_db_mysql.sql ${REINPLACE_CMD} -e "s|\"/etc/|\"${LOCALBASE}/etc/|" \ ${WRKSRC}-${PORTVERSION}/install/install.php do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} @${MKDIR} ${STAGEDIR}${ETCDIR} @${MKDIR} ${STAGEDIR}${ETCDIR}/ssh @${MKDIR} ${STAGEDIR}${ETCDIR}/hosts @${MKDIR} ${STAGEDIR}${ETCDIR}/services @${MKDIR} ${STAGEDIR}${ETCDIR}/backup @${MKDIR} ${STAGEDIR}${ETCDIR}/backup/hosts @${MKDIR} ${STAGEDIR}${ETCDIR}/backup/services @${MKDIR} ${STAGEDIR}${ETCDIR}/backup/ssh (cd ${WRKSRC}-${PORTVERSION} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "! ( -name *\.orig -o -name *\.bak )") .include Index: head/net-mgmt/nefu/Makefile =================================================================== --- head/net-mgmt/nefu/Makefile (revision 508137) +++ head/net-mgmt/nefu/Makefile (revision 508138) @@ -1,59 +1,61 @@ # Created by: Kirill Ponomarew # $FreeBSD$ PORTNAME= nefu PORTVERSION= 1.5 PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://rsug.itd.umich.edu/software/nefu/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Network monitoring daemon +BROKEN= unfetchable + USES= tar:tgz ssl USE_RC_SUBR= nefu GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes CONFIGURE_ENV= YACC=${YACC} \ OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} \ --without-sasl \ --without-zlib \ --without-shelltests USERS= nefu GROUPS= nefu OPTIONS_DEFINE= LDAP HTML HTML_DESC= HTML support OPTIONS_SUB= yes DBDIR= /var/db/nefu LDAP_CONFIGURE_ON= --with-ldap=${LOCALBASE}/lib LDAP_CONFIGURE_OFF= --without-ldap LDAP_USE= OPENLDAP=yes HTML_CONFIGURE_ON= --with-html=${WWWDIR} HTML_CONFIGURE_OFF= --without-html post-patch: @${REINPLACE_CMD} -e 's|-lsasl2||' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|-lssl|-lssl -lcrypto|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|== x_|= x_|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|== x_|= x_|' \ ${WRKSRC}/libsnet/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nefu.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/nefu.conf.4 ${STAGEDIR}${PREFIX}/man/man4 @${MKDIR} ${STAGEDIR}${WWWDIR} ${STAGEDIR}${DBDIR} .include Index: head/net-mgmt/p0f2/Makefile =================================================================== --- head/net-mgmt/p0f2/Makefile (revision 508137) +++ head/net-mgmt/p0f2/Makefile (revision 508138) @@ -1,46 +1,48 @@ # $FreeBSD$ PORTNAME= p0f2 PORTVERSION= 2.0.8 PORTREVISION= 1 CATEGORIES= net-mgmt security MASTER_SITES= http://lcamtuf.coredump.cx/p0f/ \ http://farrokhi.net/distfiles/ DISTNAME= p0f-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Passive OS fingerprinting tool +BROKEN= unfetchable + CONFLICTS= p0f-3.* USES= gmake tar:tgz USE_RC_SUBR= p0f2 ALL_TARGET= all p0fq tools PORTDOCS= COPYING CREDITS ChangeLog KNOWN_BUGS README TODO win-memleak.txt WRKSRC= ${WRKDIR}/p0f OPTIONS_DEFINE= DOCS post-patch: .for f in config.h doc/README @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/${f} .endfor do-install: .for ii in p0f test/p0fq test/sendack test/sendack2 test/sendsyn ${INSTALL_PROGRAM} ${WRKSRC}/${ii} ${STAGEDIR}${PREFIX}/bin .endfor ${INSTALL_SCRIPT} ${WRKSRC}/p0frep ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${PREFIX}/etc/p0f .for ii in . a. o. r. ${INSTALL_DATA} ${WRKSRC}/p0f${ii}fp ${STAGEDIR}${PREFIX}/etc/p0f .endfor ${INSTALL_MAN} ${WRKSRC}/p0f.1 ${STAGEDIR}${MANPREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for ii in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${ii} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/net-mgmt/pixilate/Makefile =================================================================== --- head/net-mgmt/pixilate/Makefile (revision 508137) +++ head/net-mgmt/pixilate/Makefile (revision 508138) @@ -1,35 +1,37 @@ # Created by: Barry Irwin # $FreeBSD$ PORTNAME= pixilate PORTVERSION= 0.4.2 PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= SF/winfingerprint/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Generates packets to match a list of Cisco PIX access lists LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + LIB_DEPENDS= libnet.so:net/libnet WRKSRC= ${WRKDIR}/pixilate USES= autoreconf libtool GNU_CONFIGURE= yes PORTDOCS= README PLIST_FILES= bin/pixilate man/man1/pixilate.1.gz OPTIONS_DEFINE= DOCS post-patch: @cd ${WRKSRC} && ${RM} INSTALL install-sh missing mkinstalldirs post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/net-mgmt/slate/Makefile =================================================================== --- head/net-mgmt/slate/Makefile (revision 508137) +++ head/net-mgmt/slate/Makefile (revision 508138) @@ -1,20 +1,22 @@ # Created by: Edwin Groothuis # $FreeBSD$ PORTNAME= slate PORTVERSION= 5.0.1 CATEGORIES= net-mgmt MASTER_SITES= http://www.riverstonenet.com/support/nmops/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple traffic analysis and data reporting collection server for LFAP LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + USES= gmake GNU_CONFIGURE= yes PLIST_FILES= bin/sfas .include Index: head/net-mgmt/weplab/Makefile =================================================================== --- head/net-mgmt/weplab/Makefile (revision 508137) +++ head/net-mgmt/weplab/Makefile (revision 508138) @@ -1,22 +1,24 @@ # Created by: Anton Karpov # $FreeBSD$ PORTNAME= weplab PORTVERSION= 0.1.5 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= WepLab is a tool designed to teach how WEP works +BROKEN= unfetchable + GNU_CONFIGURE= yes USE_CSTD= gnu89 PLIST_FILES= bin/weplab \ man/man1/weplab.1.gz post-patch: @${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS) *=,\1 ?=,g' \ ${WRKSRC}/Makefile.in .include Index: head/net-p2p/bnbt/Makefile =================================================================== --- head/net-p2p/bnbt/Makefile (revision 508137) +++ head/net-p2p/bnbt/Makefile (revision 508138) @@ -1,54 +1,56 @@ # Created by: Florent Thoumie # $FreeBSD$ PORTNAME= bnbt PORTVERSION= 8.5 PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= http://opensource.depthstrike.com/${PORTNAME}/ DISTNAME= ${SNAPSHOT}-${PORTNAME}${PORTVERSION:C/\.//}-src SNAPSHOT= 20060727 MAINTAINER= ports@FreeBSD.org COMMENT= C++ BitTorrent Tracker +BROKEN= unfetchable + OPTIONS_DEFINE= MYSQL DOCS USES= dos2unix gmake tar:bzip2 SUB_FILES= pkg-message USE_RC_SUBR= bnbt PORTDOCS= footer.html header.html .include .if ${PORT_OPTIONS:MMYSQL} ALL_TARGET= bnbtmysql USE_MYSQL= yes .else ALL_TARGET= bnbt .endif post-patch: @${REINPLACE_CMD} -e 's|-O2|${CFLAGS} -I${PREFIX}/include| ; \ s|LFLAGS =|LFLAGS = -L${PREFIX}/lib/mysql| ; \ s|g++|${CXX}|' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|\([a-z]*\.bnbt\)|${PREFIX}/etc/${PORTNAME}/\1|' \ ${WRKSRC}/config.cpp @${REINPLACE_CMD} -e 's|bnbt.cfg|${PREFIX}/etc/${PORTNAME}/bnbt.cfg|' \ ${WRKSRC}/config.h ${WRKSRC}/config.cpp ${WRKSRC}/tracker.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${ALL_TARGET} ${STAGEDIR}${PREFIX}/bin/bnbt ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/$i ${STAGEDIR}${DOCSDIR} .endfor @${MKDIR} ${STAGEDIR}/var/log/${PORTNAME} ${TOUCH} ${STAGEDIR}/var/log/${PORTNAME}/.keep @${MKDIR} ${STAGEDIR}${ETCDIR} ${TOUCH} ${STAGEDIR}${ETCDIR}/.keep .include Index: head/net-p2p/btpd/Makefile =================================================================== --- head/net-p2p/btpd/Makefile (revision 508137) +++ head/net-p2p/btpd/Makefile (revision 508138) @@ -1,27 +1,29 @@ # $FreeBSD$ PORTNAME= btpd PORTVERSION= 0.16 PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= GHC MAINTAINER= ports@FreeBSD.org COMMENT= Bittorrent client consisting of a daemon and client commands LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi +BROKEN= unfetchable + USE_GITHUB= yes USES= autoreconf ssl GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/net-p2p/gkremldk/Makefile =================================================================== --- head/net-p2p/gkremldk/Makefile (revision 508137) +++ head/net-p2p/gkremldk/Makefile (revision 508138) @@ -1,34 +1,36 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= gkremldk PORTVERSION= 0.9.8 PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://www.tof2k.com/gkremldk/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Shows current mldonkey donwload/upload rates and allows setting them LICENSE= GPLv2+ +BROKEN= unfetchable + BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 USES= autoreconf pkgconfig tar:tbz GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-patch: @${REINPLACE_CMD} -E \ -e 's|^(LFLAGS).*|\1 = ${LDFLAGS} -lpthread -L${LOCALBASE}/lib|' \ -e 's|(-fPIC)|\1 ${CFLAGS} -I${LOCALBASE}/include|' \ ${WRKSRC}/Makefile.in do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins ${INSTALL_LIB} ${WRKSRC}/gkremldk.so \ ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins .include Index: head/news/newscache/Makefile =================================================================== --- head/news/newscache/Makefile (revision 508137) +++ head/news/newscache/Makefile (revision 508138) @@ -1,30 +1,32 @@ # Created by: Tilman Linneweh # $FreeBSD$ PORTNAME= newscache PORTVERSION= 1.2.r.6 PORTREVISION= 5 CATEGORIES= news MASTER_SITES= http://src.linuxhacker.at/NewsCache/ DISTNAME= NewsCache-${PORTVERSION:S/.r./rc/} MAINTAINER= ports@FreeBSD.org COMMENT= NewsCache is a free cache server for USENET News +BROKEN= unfetchable + LIB_DEPENDS= libsocket++.so:net/libsocket++ USES= autoreconf GNU_CONFIGURE= yes CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc USE_RC_SUBR= ${PORTNAME} INFO= NewsCache post-patch: ${REINPLACE_CMD} -e "s,-pedantic,," \ -e "s,^main,int main," \ ${WRKSRC}/configure.in .include Index: head/news/slrnconf/Makefile =================================================================== --- head/news/slrnconf/Makefile (revision 508137) +++ head/news/slrnconf/Makefile (revision 508138) @@ -1,42 +1,44 @@ # Created by: Kirill Ponomarew # $FreeBSD$ PORTNAME= slrnconf PORTVERSION= 0.8.4 PORTREVISION= 6 CATEGORIES= news MASTER_SITES= http://home.arcor.de/kaffeetisch/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Graphical configuration utility for the newsreader slrn LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + BUILD_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent USES= perl5 shebangfix tar:bzip2 SHEBANG_FILES= slrnconf.in MAKE_ARGS= PREFIX=${PREFIX} NO_ARCH= yes OPTIONS_DEFINE= DOCS do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/help ${INSTALL_DATA} ${WRKSRC}/help/* ${STAGEDIR}${DATADIR}/help @${MKDIR} ${STAGEDIR}${DATADIR}/data ${INSTALL_DATA} ${WRKSRC}/data/* ${STAGEDIR}${DATADIR}/data ${INSTALL_SCRIPT} ${WRKSRC}/slrnconf ${STAGEDIR}${PREFIX}/bin .for i in preferences.pm rc_grammar.pm ui.pm ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DATADIR} .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ABOUT COPYING README ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/news/xpn/Makefile =================================================================== --- head/news/xpn/Makefile (revision 508137) +++ head/news/xpn/Makefile (revision 508138) @@ -1,40 +1,42 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= xpn PORTVERSION= 1.2.6 PORTREVISION= 7 CATEGORIES= news python MASTER_SITES= http://xpn.altervista.org/codice/ MAINTAINER= ports@FreeBSD.org COMMENT= X Python Newsreader LICENSE= GPLv2 +BROKEN= unfetchable + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>=2.24.0:x11-toolkits/py-gtk2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.9:databases/py-sqlite3@${PY_FLAVOR} NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= ${XPN} SUB_FILES= ${PORTNAME} SUB_LIST= PYTHON_CMD=${PYTHON_CMD} XPN=${XPN} USES= gettext python:2.7 shebangfix XPN= ${PORTNAME}.py OPTIONS_DEFINE= DOCS do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/${XPN} ${STAGEDIR}${DATADIR}/${XPN} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} (cd ${WRKSRC} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} "-mindepth 2") ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.html ${STAGEDIR}${DOCSDIR} .include Index: head/palm/imgvtopgm/Makefile =================================================================== --- head/palm/imgvtopgm/Makefile (revision 508137) +++ head/palm/imgvtopgm/Makefile (revision 508138) @@ -1,22 +1,24 @@ # Created by: sumikawa@ebina.hitachi.co.jp # $FreeBSD$ PORTNAME= imgvtopgm PORTVERSION= 2.0 PORTREVISION= 5 CATEGORIES= palm graphics MASTER_SITES= http://linuxmafia.com/pub/palmos/other-os/ MAINTAINER= ports@FreeBSD.org COMMENT= Palm Pilot Image Viewer to PGM Converter LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + LIB_DEPENDS= libnetpbm.so:graphics/netpbm USES= localbase GNU_CONFIGURE= yes .include Index: head/polish/ekg/Makefile =================================================================== --- head/polish/ekg/Makefile (revision 508137) +++ head/polish/ekg/Makefile (revision 508138) @@ -1,49 +1,51 @@ # Created by: Jacek Pelka # $FreeBSD$ PORTNAME= ekg DISTVERSION= 1.8rc2 PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= polish net-im MASTER_SITES= http://ekg.chmurka.net/ MAINTAINER= ports@FreeBSD.org COMMENT= Text-mode Gadu-Gadu client LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/src/COPYING +BROKEN= unfetchable + LIB_DEPENDS= libgadu.so:polish/libgadu USES= gmake localbase ncurses pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --without-libungif \ --without-libjpeg \ --disable-ui-gtk LDFLAGS+= -lncurses -lexecinfo -pthread OPTIONS_DEFINE= ASPELL OPENSSL OPTIONS_DEFAULT= OPENSSL ASPELL_CONFIGURE_ON= --enable-aspell ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ASPELL_RUN_DEPENDS= pl-aspell>0:polish/aspell OPENSSL_USES= ssl OPENSSL_CONFIGURE_OFF= --without-openssl .include .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') BROKEN_FreeBSD_13= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ekg .include Index: head/polish/ekg2/Makefile =================================================================== --- head/polish/ekg2/Makefile (revision 508137) +++ head/polish/ekg2/Makefile (revision 508138) @@ -1,100 +1,102 @@ # Created by: Aleksander Fafula # $FreeBSD$ PORTNAME= ekg2 PORTVERSION= 0.3.1 PORTREVISION= 11 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= http://pl.ekg2.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Text-mode Gadu-Gadu, Jabber, and IRC client +BROKEN= unfetchable + LIB_DEPENDS= libgadu.so:polish/libgadu \ libgnutls.so:security/gnutls \ libexpat.so:textproc/expat2 LICENSE= GPLv2 GNU_CONFIGURE= yes USES= gmake iconv libtool pathfix pkgconfig readline CONFIGURE_ARGS+= --enable-shared \ --disable-static \ --enable-dynamic \ --with-expat \ --without-sqlite \ --without-gpm-mouse \ --with-libgadu \ --without-gif \ --without-libjpeg \ --without-libidn INSTALL_TARGET= install-strip LDFLAGS+= -L${LOCALBASE}/lib -lintl -pthread CFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= ASPELL GPG GSM GTK2 NLS PERL PYTHON SQLITE UNICODE XOSD OPTIONS_DEFAULT=ASPELL OPTIONS_SUB= yes GPG_DESC= GPG plugin GSM_DESC= GSM audio plugin GTK2_DESC= GTK+ 2 plugin PERL_DESC= Perl plugin PYTHON_DESC= Python plugin SQLITE_DESC= SQLite plugin UNICODE_DESC= Unicode support (experimental) XOSD_DESC= Xosd plugin ASPELL_CONFIGURE_WITH= aspell ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ASPELL_RUN_DEPENDS= ${LOCALBASE}/share/aspell/pl.rws:polish/aspell GPG_CONFIGURE_WITH= gpg GPG_LIB_DEPENDS= libgpgme.so:security/gpgme \ libgpg-error.so:security/libgpg-error GPG_RUN_DEPENDS= gpg:security/gnupg GSM_CONFIGURE_WITH= libgsm GSM_LIB_DEPENDS= libgsm.so:audio/gsm GTK2_CONFIGURE_WITH= gtk GTK2_USE= GNOME=gtk2 NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext PERL_CONFIGURE_WITH= perl PERL_USES= perl5 PYTHON_CONFIGURE_WITH= python PYTHON_USES= python:2.7 shebangfix SHEBANG_FILES= contrib/python/notify-bubble.py SQLITE_CONFIGURE_WITH= sqlite3 SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 UNICODE_CONFIGURE_ENABLE= unicode XOSD_CONFIGURE_WITH= libxosd XOSD_LIB_DEPENDS= libxosd.so:misc/xosd .include .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') BROKEN_FreeBSD_13= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') .endif post-patch: # needs newer headers for O_NOFOLLOW flag @${REINPLACE_CMD} '/_XOPEN_SOURCE/ s|600|700|' \ ${WRKSRC}/plugins/xmsg/xmsg.c post-patch-UNICODE-on: @${REINPLACE_CMD} -e 's|ncursesw/||' ${WRKSRC}/configure \ ${WRKSRC}/plugins/ncurses/ecurses.h .include Index: head/ports-mgmt/fastest_sites/Makefile =================================================================== --- head/ports-mgmt/fastest_sites/Makefile (revision 508137) +++ head/ports-mgmt/fastest_sites/Makefile (revision 508138) @@ -1,28 +1,30 @@ # $FreeBSD$ PORTNAME= fastest_sites PORTVERSION= 20110317 PORTREVISION= 2 CATEGORIES= ports-mgmt MASTER_SITES= http://www.semicomplete.com/files/fastest_sites/ EXTRACT_SUFX= .py MAINTAINER= ports@FreeBSD.org COMMENT= Sort MASTER_SITE_* based upon TCP handshake times +BROKEN= unfetchable + USES= python shebangfix NO_BUILD= yes PLIST_FILES= bin/fastest_sites SHEBANG_FILES= fastest_sites-${PORTVERSION}.py python_OLD_CMD= /usr/local/bin/python do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTNAME}.py ${WRKSRC} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/fastest_sites-${PORTVERSION}.py \ ${STAGEDIR}${PREFIX}/bin/fastest_sites .include Index: head/ports-mgmt/pkg-plist/Makefile =================================================================== --- head/ports-mgmt/pkg-plist/Makefile (revision 508137) +++ head/ports-mgmt/pkg-plist/Makefile (revision 508138) @@ -1,32 +1,34 @@ # Created by: Martin Tournoij # $FreeBSD$ PORTNAME= pkg-plist PORTVERSION= 1.4 PORTREVISION= 2 CATEGORIES= ports-mgmt python MASTER_SITES= http://code.arp242.net/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ MAINTAINER= ports@FreeBSD.org COMMENT= Generate a pkg-plist for a port LICENSE= MIT +BROKEN= unfetchable + USES= python:run shebangfix SHEBANG_FILES= pkg-plist NO_BUILD= yes WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} BB_ACCOUNT= Carpetsmoker BB_PROJECT= ${PORTNAME} BB_COMMIT= ff040a64c20b NO_ARCH= yes PLIST_FILES= bin/pkg-plist man/man1/pkg-plist.1.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pkg-plist ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pkg-plist.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/ports-mgmt/symports/Makefile =================================================================== --- head/ports-mgmt/symports/Makefile (revision 508137) +++ head/ports-mgmt/symports/Makefile (revision 508138) @@ -1,25 +1,27 @@ # $FreeBSD$ PORTNAME= symports PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://isis.poly.edu/~eitan/files/ DISTNAME= auto-symlink-virtual-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Automatically generate symlinks for virtual categories LICENSE= BSD2CLAUSE +BROKEN= unfetchable + USES= tar:bzip2 NO_BUILD= yes NO_ARCH= yes PLIST_FILES= bin/${PORTNAME} man/man1/symports.1.gz do-install: ${INSTALL_SCRIPT} ${WRKDIR}/auto-symlink-virtual.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKDIR}/symports.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/symports.1 .include Index: head/print/poster/Makefile =================================================================== --- head/print/poster/Makefile (revision 508137) +++ head/print/poster/Makefile (revision 508138) @@ -1,27 +1,29 @@ # Created by: Yoshiro MIHIRA # $FreeBSD$ PORTNAME= poster PORTVERSION= 1.0 CATEGORIES= print MASTER_SITES= ftp://ftp.ics.ele.tue.nl/pub/users/jos/poster/ DISTNAME= poster MAINTAINER= ports@FreeBSD.org COMMENT= Resize a postscript image to print on larger media and/or multiple sheets LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= unfetchable + ALL_TARGET= poster MAKEFILE= /dev/null MAKE_ENV= LDLIBS="-lm" NO_WRKSUBDIR= yes PLIST_FILES= bin/poster man/man1/poster.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${DISTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/print/utopia/Makefile =================================================================== --- head/print/utopia/Makefile (revision 508137) +++ head/print/utopia/Makefile (revision 508138) @@ -1,20 +1,22 @@ # Created by: James Bailie # $FreeBSD$ PORTNAME= utopia PORTVERSION= 1.1 CATEGORIES= print MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= ports@FreeBSD.org COMMENT= Adobe Utopia typeface for Groff +BROKEN= unfetchable + MAKE_ARGS= DEST=${STAGEDIR}${DATADIR}/devps \ INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_MAN="${INSTALL_MAN}" \ PREFIX=${PREFIX} PLIST_FILES= man/man7/utopia_font.7.gz PORTDATA= * .include Index: head/russian/d1489/Makefile =================================================================== --- head/russian/d1489/Makefile (revision 508137) +++ head/russian/d1489/Makefile (revision 508138) @@ -1,16 +1,18 @@ # Created by: ache # $FreeBSD$ PORTNAME= d1489 PORTVERSION= 1.5.1 CATEGORIES= russian converters MASTER_SITES= https://koi8.pp.ru/dist/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Cp866<->koi8-r and cp1251<->koi8-r decoders, font converter (RFC1489) +BROKEN= unfetchable + MAKE_ARGS= PREFIX=${PREFIX} STAGEDIR=${STAGEDIR} PLIST_FILES= bin/a2kfcnv bin/fromdos bin/todos bin/fromwin bin/towin .include Index: head/russian/stardict-bars/Makefile =================================================================== --- head/russian/stardict-bars/Makefile (revision 508137) +++ head/russian/stardict-bars/Makefile (revision 508138) @@ -1,15 +1,17 @@ # $FreeBSD$ PORTNAME= stardict-bars PORTVERSION= 2.4.2 CATEGORIES= russian MASTER_SITES= http://abloz.com/huzheng/stardict-dic/ru/ DISTNAME= stardict-en-ru-bars-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= New Comprehensive English-Russian dictionary +BROKEN= unfetchable + USES= tar:bzip2 .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Index: head/russian/stardict-computer/Makefile =================================================================== --- head/russian/stardict-computer/Makefile (revision 508137) +++ head/russian/stardict-computer/Makefile (revision 508138) @@ -1,16 +1,18 @@ # Created by: Gvozdikov Veniamin # $FreeBSD$ PORTNAME= stardict-computer PORTVERSION= 2.4.2 CATEGORIES= russian MASTER_SITES= http://abloz.com/huzheng/stardict-dic/ru/ DISTNAME= ${PORTNAME}-ru-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= English-Russian Computer dictionary +BROKEN= unfetchable + USES= tar:bzip2 .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Index: head/russian/stardict-dal/Makefile =================================================================== --- head/russian/stardict-dal/Makefile (revision 508137) +++ head/russian/stardict-dal/Makefile (revision 508138) @@ -1,15 +1,17 @@ # $FreeBSD$ PORTNAME= stardict-dal PORTVERSION= 2.4.2 CATEGORIES= russian MASTER_SITES= http://abloz.com/huzheng/stardict-dic/ru/ DISTNAME= ${PORTNAME}-ru-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Dal's Explanatory Dictionary +BROKEN= unfetchable + USES= tar:bzip2 .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Index: head/russian/stardict-engcom/Makefile =================================================================== --- head/russian/stardict-engcom/Makefile (revision 508137) +++ head/russian/stardict-engcom/Makefile (revision 508138) @@ -1,16 +1,18 @@ # Created by: Gvozdikov Veniamin # $FreeBSD$ PORTNAME= stardict-engcom PORTVERSION= 2.4.2 CATEGORIES= russian MASTER_SITES= http://abloz.com/huzheng/stardict-dic/ru/ DISTNAME= ${PORTNAME}-ru-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= English-Russian Dictionary of Computer Terms +BROKEN= unfetchable + USES= tar:bzip2 .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Index: head/russian/stardict-mueller7/Makefile =================================================================== --- head/russian/stardict-mueller7/Makefile (revision 508137) +++ head/russian/stardict-mueller7/Makefile (revision 508138) @@ -1,14 +1,16 @@ # $FreeBSD$ PORTNAME= stardict-mueller7 PORTVERSION= 2.4.2 CATEGORIES= russian MASTER_SITES= http://abloz.com/huzheng/stardict-dic/ru/ MAINTAINER= ports@FreeBSD.org COMMENT= Mueller English-Russian dictionary +BROKEN= unfetchable + USES= tar:bzip2 .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Index: head/russian/stardict-mueller7accent/Makefile =================================================================== --- head/russian/stardict-mueller7accent/Makefile (revision 508137) +++ head/russian/stardict-mueller7accent/Makefile (revision 508138) @@ -1,15 +1,17 @@ # $FreeBSD$ PORTNAME= stardict-mueller7accent PORTVERSION= 2.4.2 CATEGORIES= russian MASTER_SITES= http://abloz.com/huzheng/stardict-dic/ru/ DISTNAME= stardict-Mueller7accentGPL-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Mueller English-Russian dictionary with accents +BROKEN= unfetchable + USES= tar:bzip2 .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Index: head/russian/stardict-pc/Makefile =================================================================== --- head/russian/stardict-pc/Makefile (revision 508137) +++ head/russian/stardict-pc/Makefile (revision 508138) @@ -1,16 +1,18 @@ # Created by: Gvozdikov Veniamin # $FreeBSD$ PORTNAME= stardict-pc PORTVERSION= 2.4.2 CATEGORIES= russian MASTER_SITES= http://abloz.com/huzheng/stardict-dic/ru/ DISTNAME= ${PORTNAME}-user-ru-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= English-Russian PC-user dictionary +BROKEN= unfetchable + USES= tar:bzip2 .include "${.CURDIR}/../stardict-mueller7/files/Makefile.common" .include Index: head/science/metaf2xml/Makefile =================================================================== --- head/science/metaf2xml/Makefile (revision 508137) +++ head/science/metaf2xml/Makefile (revision 508138) @@ -1,48 +1,50 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= metaf2xml PORTVERSION= 2.2 PORTREVISION= 1 CATEGORIES= science perl5 MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Parse and Decode METAR, TAF, SYNOP, BUOY and AMDAR and Write as XML LICENSE= GPLv2+ +BROKEN= unfetchable + RUN_DEPENDS= p5-CGI>0:www/p5-CGI OPTIONS_DEFINE= APACHE DOCS OPTIONS_SUB= yes APACHE_DESC= Install Apache config file for metaf2xml (depends on Apache) MAKE_ARGS= CGI_BIN_DIR=${WWWDIR}/cgi-bin \ CGI_DATA_DIR=/var/tmp \ CGI_LOG_DIR=/var/tmp \ HTDOCS_DIR=${WWWDIR}/htdocs \ METAF2XML=${PREFIX} \ METAF2XML_LIB=${PREFIX}/${SITE_PERL_REL} \ METAF2XML_DOC=${DOCSDIR} \ METAF2XML_MAN=${PREFIX}/man \ METAF2XML_XSL=${DATADIR} \ BUILD_ROOT=${STAGEDIR} \ PERL=${LOCALBASE}/bin/perl NO_BUILD= yes NO_ARCH= yes USES= perl5 shebangfix tar:tgz USE_PERL5= run SHEBANG_FILES= metaf.pl metaf2xml.pl metafsrc2raw.pl PLIST_SUB= VERSION=${PORTVERSION} APACHE_MAKE_ARGS= CONF_DIR=${PREFIX}/${APACHEETCDIR}/Includes APACHE_USE= APACHE_RUN=22+ post-patch: ${REINPLACE_CMD} 's|%%METAF2XML_XSL%%|../../../${DATADIR_REL}| ; \ s|%%METAF2XML_BIN%%|../../../bin|' \ ${WRKSRC}/install.pl .include Index: head/security/authforce/Makefile =================================================================== --- head/security/authforce/Makefile (revision 508137) +++ head/security/authforce/Makefile (revision 508138) @@ -1,53 +1,55 @@ # Created by: ache # $FreeBSD$ PORTNAME= authforce PORTVERSION= 0.9.9 PORTREVISION= 7 CATEGORIES= security www MASTER_SITES= GHC MAINTAINER= ports@FreeBSD.org COMMENT= HTTP authentication brute forcer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + NO_CCACHE= yes WRKSRC= ${WRKDIR}/${DISTNAME} USE_GITHUB= yes GH_ACCOUNT= zlandau USES= localbase:ldflags ncurses readline tar:bzip2 GNU_CONFIGURE= yes INFO= authforce PLIST_FILES= bin/authforce \ man/man1/authforce.1.gz \ %%DATADIR%%/blank.lst \ %%DATADIR%%/dummy.lst \ %%DATADIR%%/password.lst \ %%DATADIR%%/username.lst \ %%DATADIR%%/userpass.lst OPTIONS_DEFINE= CURL NLS CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_WITH= curl NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_PLIST_FILES= share/locale/nl/LC_MESSAGES/authforce.mo post-patch: @${REINPLACE_CMD} -e \ '/^pwlistsdir = / s|/data$$||' ${WRKSRC}/data/Makefile.in @${REINPLACE_CMD} -e \ '/^mangdir = / s|/mang$$|/man1|' ${WRKSRC}/doc/Makefile.in @${FIND} ${WRKSRC}/src -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^\(#include \)|/* \1 */| ; \ s|^\(#include \)|/* \1 */|' .include Index: head/security/avcheck/Makefile =================================================================== --- head/security/avcheck/Makefile (revision 508137) +++ head/security/avcheck/Makefile (revision 508138) @@ -1,30 +1,32 @@ # Created by: dsh@vlink.ru # $FreeBSD$ PORTNAME= avcheck PORTVERSION= 0.91 CATEGORIES= security MASTER_SITES= http://www.corpit.ru/ftp/avcheck/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple antivirus solution for a mail system +BROKEN= unfetchable + MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= man/man1/avcheck.1.gz 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 OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/avcheck ${WRKSRC}/uchroot \ ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/security/clamsmtp/Makefile =================================================================== --- head/security/clamsmtp/Makefile (revision 508137) +++ head/security/clamsmtp/Makefile (revision 508138) @@ -1,52 +1,54 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= clamsmtp PORTVERSION= 1.10 PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://thewalter.net/stef/software/clamsmtp/ MAINTAINER= ports@FreeBSD.org COMMENT= ClamAV anti-virus SMTP Filter LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + GNU_CONFIGURE= yes USES= gmake USE_RC_SUBR= clamsmtpd SUB_LIST= CLAMAV_PID_DIR=${CLAMAV_PID_DIR} SUB_FILES= pkg-message CLAMAV_PID_DIR?=/var/run/clamav PORTDOCS= README PORTEXAMPLES= * OPTIONS_DEFINE= DOCS LOCAL_CLAMAV EXAMPLES OPTIONS_DEFAULT= LOCAL_CLAMAV LOCAL_CLAMAV_DESC= RUN_DEPEND on security/clamav LOCAL_CLAMAV_RUN_DEPENDS= clamav>=0:security/clamav LOCAL_CLAMAV_SUB_LIST= CLAMD=clamd LOCAL_CLAMAV_SUB_LIST_OFF= CLAMD= post-patch: @${REINPLACE_CMD} -e "s,/var/run/clamav/clamd,/var/run/clamav/clamd.sock," \ ${WRKSRC}/doc/clamsmtpd.conf \ ${WRKSRC}/doc/clamsmtpd.conf.5 \ ${WRKSRC}/src/clamsmtpd.c post-install: ${INSTALL_DATA} ${WRKSRC}/doc/clamsmtpd.conf ${STAGEDIR}${PREFIX}/etc/clamsmtpd.conf.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/scripts/virus_action.sh ${STAGEDIR}${EXAMPLESDIR} .include Index: head/security/digest/Makefile =================================================================== --- head/security/digest/Makefile (revision 508137) +++ head/security/digest/Makefile (revision 508138) @@ -1,26 +1,28 @@ # Created by: trevor # $FreeBSD$ PORTNAME?= digest PORTVERSION?= 20050323 PORTREVISION= 1 CATEGORIES?= security sysutils MASTER_SITES?= NETBSD/../../misc/digest MAINTAINER?= ports@FreeBSD.org COMMENT?= Message digest wrapper utility +BROKEN= unfetchable + CONFLICTS?= emboss-[0-9]* qmail-ldap2-* GNU_CONFIGURE= yes PLIST_FILES?= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz .include test: build @${ECHO_MSG} "No news is good news" @cd ${WRKSRC} && ${SETENV} DIGESTDIR=${WRKSRC} DIGESTCMD=${PORTNAME} ${SH} ./regress.sh @${ECHO_MSG} "All tests completed" .include Index: head/security/distcache/Makefile =================================================================== --- head/security/distcache/Makefile (revision 508137) +++ head/security/distcache/Makefile (revision 508138) @@ -1,43 +1,45 @@ # Created by: Marcel Prisi # $FreeBSD$ PORTNAME= distcache DISTVERSION= 1.5.1 CATEGORIES= security www MASTER_SITES= SF/${PORTNAME}/2.%20${PORTNAME}-stable/${PORTVERSION} \ http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Distributed OpenSSL session caching tools LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= unfetchable + USES= libtool ssl tar:bzip2 USE_RC_SUBR= dc_server USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-ssl=${OPENSSLBASE} INSTALL_TARGET= install-strip SUB_LIST= NAME=dc_server PORTDOCS= ANNOUNCE BUGS CHANGES FAQ README OPTIONS_DEFINE= DOCS .include .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= SSL/TLS libraries were missing or unusable BROKEN_FreeBSD_13= SSL/TLS libraries were missing or unusable .endif post-install: # INSTALL_TARGET=install-strip isn't working! Brute force it @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include Index: head/security/fiked/Makefile =================================================================== --- head/security/fiked/Makefile (revision 508137) +++ head/security/fiked/Makefile (revision 508138) @@ -1,41 +1,43 @@ # Created by: Daniel Roethlisberger # $FreeBSD$ PORTNAME= fiked PORTVERSION= 0.0.5 PORTREVISION= 7 CATEGORIES= security MASTER_SITES= http://mirror.roe.ch/dist/fiked/ MAINTAINER= ports@FreeBSD.org COMMENT= Fake IKE PSK+XAUTH daemon based on VPNC LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + LIB_DEPENDS= libgcrypt.so:security/libgcrypt USES= gmake tar:bzip2 MAKEFILE= GNUmakefile PLIST_FILES= bin/fiked man/man1/fiked.1.gz PORTDOCS= README NEWS OPTIONS_DEFINE= LIBNET DOCS OPTIONS_DEFAULT=LIBNET LIBNET_DESC= Build with libnet support LIBNET_LIB_DEPENDS= libnet.so:net/libnet post-patch: @${REINPLACE_CMD} -e 's|=-g|=|' ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fiked ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/fiked.1 ${STAGEDIR}${PREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include Index: head/security/fpm2/Makefile =================================================================== --- head/security/fpm2/Makefile (revision 508137) +++ head/security/fpm2/Makefile (revision 508138) @@ -1,56 +1,58 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= fpm2 PORTVERSION= 0.79 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://als.regnet.cz/fpm2/download MAINTAINER= ports@FreeBSD.org COMMENT= Program that allows you to securely store the passwords LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser USES= gmake localbase pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool INSTALLS_OMF= yes GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog README SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_USES_OFF= gettext-tools # Restrict to stable (even) versions, indicated by the second component. PORTSCOUT= limit:^0.7\..* post-configure: @${REINPLACE_CMD} -e \ 's|^Icon.*|Icon=${PREFIX}/share/pixmaps/${PORTNAME}/logo.png|' \ -e 's|^Categories=.*|Categories=GTK;Utility;System;|' \ ${WRKSRC}/data/${PORTNAME}.desktop.in post-patch: @${REINPLACE_CMD} -E -e "s@encrypt\(@bfishencrypt\(@g" \ ${WRKSRC}/src/blowfish.c @${REINPLACE_CMD} -e 's|gdk_pixbuf_unref|g_object_unref|g' \ ${WRKSRC}/src/interface.c post-patch-NLS-off: @${REINPLACE_CMD} -e 's|USE_NLS=yes|USE_NLS=no|' ${WRKSRC}/configure post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/security/fwipe/Makefile =================================================================== --- head/security/fwipe/Makefile (revision 508137) +++ head/security/fwipe/Makefile (revision 508138) @@ -1,27 +1,29 @@ # Created by: David Thiel # $FreeBSD$ PORTNAME= fwipe PORTVERSION= 0.36 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.jeenyus.net/linux/software/fwipe/ \ http://redundancy.redundancy.org/mirror/ MAINTAINER= ports@FreeBSD.org COMMENT= djb-style file wiping utility +BROKEN= unfetchable + ALL_TARGET= it INSTALL_TARGET= setup USES= groff PLIST_FILES= bin/fwipe bin/fwipe0 bin/echo0 man/man1/fwipe.1.gz \ man/man1/fwipe0.1.gz man/man1/echo0.1.gz post-extract: @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc @${ECHO_CMD} "${CC} -s" > ${WRKSRC}/conf-ld @${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home @${ECHO_CMD} "${STAGEDIR}${PREFIX}" > ${WRKSRC}/conf-root .include Index: head/security/gnome-password-generator/Makefile =================================================================== --- head/security/gnome-password-generator/Makefile (revision 508137) +++ head/security/gnome-password-generator/Makefile (revision 508138) @@ -1,25 +1,27 @@ # Created by: Sergey Akifyev # $FreeBSD$ PORTNAME= gnome-password-generator PORTVERSION= 1.6 PORTREVISION= 6 CATEGORIES= security gnome python MASTER_SITES= SF/gnome-password/Gnome%20Password%20Generator/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNOME 2 password generator +BROKEN= unfetchable + USE_GNOME= pygnome2 USES= python:2.7 do-build: @cd ${WRKSRC} && ${SED} -e 's|/usr/bin/python|${PYTHON_CMD}|g ; \ s|/usr/share|${PREFIX}/share|g' ${PORTNAME}.py > ${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/*.png ${STAGEDIR}${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/*.desktop ${STAGEDIR}${PREFIX}/share/applications .include Index: head/security/ike-scan/Makefile =================================================================== --- head/security/ike-scan/Makefile (revision 508137) +++ head/security/ike-scan/Makefile (revision 508138) @@ -1,26 +1,28 @@ # Created by: Yonatan # $FreeBSD$ PORTNAME= ike-scan PORTVERSION= 1.9 CATEGORIES= security MASTER_SITES= http://www.nta-monitor.com/tools/ike-scan/download/ MAINTAINER= ports@FreeBSD.org COMMENT= VPN scanner and identifier LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + USES= ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share --with-openssl=${LOCALBASE} OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING NEWS README TODO \ udp-backoff-fingerprinting-paper.txt ${STAGEDIR}${DOCSDIR}) .include Index: head/security/ipfwcount/Makefile =================================================================== --- head/security/ipfwcount/Makefile (revision 508137) +++ head/security/ipfwcount/Makefile (revision 508138) @@ -1,33 +1,35 @@ # Created by: Robert Archer # $FreeBSD$ PORTNAME= ipfwcount PORTVERSION= 0.2.1 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://deathbeforedecaf.net/misc/ports/ \ http://users.netleader.com.au/~rob/ MAINTAINER= ports@FreeBSD.org COMMENT= Summarise ipfw logs by counting and sorting the fields +BROKEN= unfetchable + USES= perl5 shebangfix SHEBANG_FILES= ipfwcount PLIST_FILES= bin/ipfwcount man/man1/ipfwcount.1.gz PORTEXAMPLES= 100.ipfwcount SUB_FILES= pkg-message OPTIONS_DEFINE= EXAMPLES do-build: cd ${WRKSRC} && pod2man ipfwcount > ipfwcount.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ipfwcount ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ipfwcount.1 ${STAGEDIR}${PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/100.ipfwcount ${STAGEDIR}${EXAMPLESDIR} .include Index: head/security/libsparkcrypto/Makefile =================================================================== --- head/security/libsparkcrypto/Makefile (revision 508137) +++ head/security/libsparkcrypto/Makefile (revision 508138) @@ -1,41 +1,43 @@ # Created by: John Marino # $FreeBSD$ PORTNAME= libsparkcrypto PORTVERSION= 0.1.1 PORTREVISION= 5 CATEGORIES= security MASTER_SITES= http://senier.net/libsparkcrypto/ MAINTAINER= ports@FreeBSD.org COMMENT= Cryptographic library implemented in SPARK LICENSE= BSD3CLAUSE +BROKEN= unfetchable + USES= ada dos2unix gmake tar:tgz DOS2UNIX_FILES= Makefile build/libsparkcrypto.gpr \ src/shared/generic/lsc-byteswap64.ads \ src/shared/generic/lsc-types.ads SPARKARCH:= ${ARCH:S/amd64/x86_64/:S/i386/i686/} ALL_TARGET= all build BROKEN_aarch64= fails to compile: unsupported architecture: aarch64 MAKE_ENV+= SPARKARCH=${SPARKARCH} \ SPARK_DIR=${WRKSRC}/src/spark \ MODE=release \ RUNTIME=native \ NO_TESTS=true \ NO_PROOF=true OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= adabrowse:textproc/adabrowse DOCS_MAKE_ENV_OFF= NO_APIDOC=true post-patch: # ports passed unwanted ARCH definition to Makefile @${REINPLACE_CMD} -e 's|ARCH|SPARKARCH|g' \ ${WRKSRC}/Makefile .include Index: head/security/md4coll/Makefile =================================================================== --- head/security/md4coll/Makefile (revision 508137) +++ head/security/md4coll/Makefile (revision 508138) @@ -1,28 +1,30 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= md4coll DISTVERSION= 0.1 CATEGORIES= security MASTER_SITES= http://www.stachliu.com/ \ http://mirror.roe.ch/dist/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}.c EXTRACT_SUFX= EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= Fast MD4 collision generator +BROKEN= unfetchable + NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} post-extract: @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} do-build: ${CC} ${CFLAGS} ${WRKSRC}/${DISTNAME} -o ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/security/md5coll/Makefile =================================================================== --- head/security/md5coll/Makefile (revision 508137) +++ head/security/md5coll/Makefile (revision 508138) @@ -1,28 +1,30 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= md5coll DISTVERSION= 0.1 CATEGORIES= security MASTER_SITES= http://www.stachliu.com/ \ http://mirror.roe.ch/dist/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}.c EXTRACT_SUFX= EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= Fast MD5 collision generator +BROKEN= unfetchable + NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} post-extract: @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} do-build: ${CC} ${CFLAGS} ${WRKSRC}/${DISTNAME} -o ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/security/osiris/Makefile =================================================================== --- head/security/osiris/Makefile (revision 508137) +++ head/security/osiris/Makefile (revision 508138) @@ -1,66 +1,67 @@ # $FreeBSD$ PORTNAME= osiris PORTVERSION= 4.2.3 PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://osiris.shmoo.com/data/ \ http://redundancy.redundancy.org/mirror/ MAINTAINER= ports@FreeBSD.org COMMENT= Shmoo client/server host integrity checker +BROKEN= unfetchable BROKEN_FreeBSD_12= undefined symbol: SHA_Init BROKEN_FreeBSD_13= undefined symbol: SHA_Init GNU_CONFIGURE= yes USES= readline ssl OPTIONS_DEFINE= OSIRISMD OSIRISD PRINTDB CLI OPTIONS_DEFAULT= OSIRISD OPTIONS_SUB= yes OSIRISMD_DESC= Management daemon OSIRISD_DESC= Scan agent PRINTDB_DESC= Database print tool CLI_DESC= Management CLI post-build-PRINTDB-on: cd ${WRKSRC}/src/tools && ${MAKE_CMD} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/osiris do-install-CLI-on: ${INSTALL_PROGRAM} ${WRKSRC}/src/cli/osiris ${STAGEDIR}${PREFIX}/sbin do-install-PRINTDB-on: ${INSTALL_PROGRAM} ${WRKSRC}/src/tools/printdb ${STAGEDIR}${PREFIX}/bin do-install-OSIRISD-on: ${SED} -e 's|@INSTALLDIR@|${PREFIX}/sbin|g' \ -e 's|@OSIRISDIR@|${PREFIX}/osiris|g' \ ${WRKSRC}/src/install/freebsd/osirisd.in > \ ${WRKSRC}/src/install/freebsd/osirisd.sh ${INSTALL_PROGRAM} ${WRKSRC}/src/osirisd/osirisd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/src/install/freebsd/osirisd.sh \ ${STAGEDIR}${PREFIX}/etc/rc.d do-install-OSIRISMD-on: ${SED} -e 's|@INSTALLDIR@|${PREFIX}/sbin|g' \ -e 's|@OSIRISDIR@|${PREFIX}/osiris|g' \ ${WRKSRC}/src/install/freebsd/osirismd.in > \ ${WRKSRC}/src/install/freebsd/osirismd.sh @${MKDIR} ${STAGEDIR}${PREFIX}/osiris/configs .for os in aix bsdos darwin freebsd irix linux netbsd openbsd sunos \ unix-generic windows2000 windowsnt windowsserver2003 windowsxp \ wrt54g ${INSTALL_DATA} ${WRKSRC}/src/configs/default.${os} \ ${STAGEDIR}${PREFIX}/osiris/configs .endfor ${INSTALL_PROGRAM} -m 4755 ${WRKSRC}/src/osirismd/osirismd \ ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/src/install/freebsd/osirismd.sh \ ${STAGEDIR}${PREFIX}/etc/rc.d .include Index: head/security/py-htpasswd/Makefile =================================================================== --- head/security/py-htpasswd/Makefile (revision 508137) +++ head/security/py-htpasswd/Makefile (revision 508138) @@ -1,26 +1,28 @@ # Created by: Aldis Berjoza # $FreeBSD$ PORTNAME= htpasswd PORTVERSION= 2008.03.05 PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Replacement for htpasswd +BROKEN= unfetchable + USES= python shebangfix tar:xz PLIST_FILES= bin/${PORTNAME}.py NO_BUILD= yes NO_WRKSUBDIR= yes SHEBANG_FILES= ${PORTNAME}.py do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${STAGEDIR}${PREFIX}/bin .include Index: head/security/ranpwd/Makefile =================================================================== --- head/security/ranpwd/Makefile (revision 508137) +++ head/security/ranpwd/Makefile (revision 508138) @@ -1,28 +1,30 @@ # Created by: corky1951@comcast.net # $FreeBSD$ PORTNAME= ranpwd PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= security #MASTER_SITES= KERNEL_ORG MASTER_SITES= http://artfiles.org/kernel.org/pub/software/utils/admin/ranpwd/ \ http://debian.securedservers.com/kernel/pub/software/utils/admin/ranpwd/ \ http://ftp.cc.uoc.gr/pub/software/utils/admin/ranpwd/ \ http://ftp.naist.jp/pub/Linux/kernel.org/software/utils/admin/ranpwd/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to generate random passwords LICENSE= GPLv2+ +BROKEN= unfetchable + USES= gmake GNU_CONFIGURE= yes PLIST_FILES= bin/ranpwd man/man1/ranpwd.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ranpwd ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ranpwd.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/security/rdigest/Makefile =================================================================== --- head/security/rdigest/Makefile (revision 508137) +++ head/security/rdigest/Makefile (revision 508138) @@ -1,18 +1,20 @@ # Created by: eik # $FreeBSD$ PORTNAME= rdigest COMMENT= Recursive message digest wrapper utility +BROKEN= unfetchable + DISTNAME= digest-${PORTVERSION} DESCR= ${.CURDIR}/pkg-descr CONFLICTS= # none PATCHDIR= ${.CURDIR}/files MASTERDIR= ${.CURDIR}/../digest .include "${MASTERDIR}/Makefile" Index: head/security/smap/Makefile =================================================================== --- head/security/smap/Makefile (revision 508137) +++ head/security/smap/Makefile (revision 508138) @@ -1,24 +1,26 @@ # Created by: Edwin Groothuis # $FreeBSD$ PORTNAME= smap PORTVERSION= 0.5.0 PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://www.wormulon.net/smap/ MAINTAINER= ports@FreeBSD.org COMMENT= SIP scanner and identifier # does not really specify # of clauses, so stay # with strictest variant to be on a safe side LICENSE= BSD4CLAUSE +BROKEN= unfetchable + USES= gmake do-install: ${INSTALL_PROGRAM} ${WRKSRC}/smap ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/fingerprint.db ${STAGEDIR}${DATADIR} .include Index: head/security/sshblock/Makefile =================================================================== --- head/security/sshblock/Makefile (revision 508137) +++ head/security/sshblock/Makefile (revision 508138) @@ -1,32 +1,34 @@ # Created by: Anders Nordby # $FreeBSD$ PORTNAME= sshblock PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.bsdconsulting.no/tools/ EXTRACT_SUFX= .pl MAINTAINER= ports@FreeBSD.org COMMENT= Block abusive SSH login attempts +BROKEN= unfetchable + RUN_DEPENDS= p5-File-Tail>=0:devel/p5-File-Tail NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= sbin/sshblock USES= perl5 shebangfix USE_RC_SUBR= sshblock SUB_LIST= PERL=${PERL} EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKSRC} SUB_FILES+= pkg-message SHEBANG_FILES= ${WRKSRC}/sshblock-${PORTVERSION}.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sshblock-${PORTVERSION}.pl \ ${STAGEDIR}${PREFIX}/sbin/sshblock .include Index: head/shells/bashc/Makefile =================================================================== --- head/shells/bashc/Makefile (revision 508137) +++ head/shells/bashc/Makefile (revision 508138) @@ -1,23 +1,24 @@ # Created by: alepulver # $FreeBSD$ PORTNAME= bashc PORTVERSION= 3.2.33.0 PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= GNU bash shell extended with visual two-panel file browser MAKE_JOBS_UNSAFE= yes +BROKEN= unfetchable BROKEN_aarch64= Fails to link: missing sbrk USES= tar:tgz GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e 's|autoconf|${TRUE}|' ${WRKSRC}/Makefile.in .include Index: head/shells/flash/Makefile =================================================================== --- head/shells/flash/Makefile (revision 508137) +++ head/shells/flash/Makefile (revision 508138) @@ -1,47 +1,49 @@ # Created by: Will Andrews # $FreeBSD$ PORTNAME= flash PORTVERSION= 0.9.5 CATEGORIES= shells MASTER_SITES= http://www.sourcefiles.org/Shells/ MAINTAINER= ports@FreeBSD.org COMMENT= Ncurses-based restriction shell +BROKEN= unfetchable + USES= gmake ncurses GNU_CONFIGURE= yes LDFLAGS+= -rdynamic CFLAGS+= -rdynamic SUB_FILES= pkg-message 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 post-patch: .for file in ${SCRIPT} @${REINPLACE_CMD} -e "s:/usr/slocal:${PREFIX}:g" ${WRKSRC}/orcasetup/${file} .endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flash ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/flash.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/lib/flash ${INSTALL_DATA} ${WRKSRC}/Manual ${STAGEDIR}${PREFIX}/lib/flash .for file in ${PROGRAM} ${INSTALL_PROGRAM} ${WRKSRC}/modules/${file} ${STAGEDIR}${PREFIX}/lib/flash .endfor .for file in ${SCRIPT} ${INSTALL_SCRIPT} ${WRKSRC}/orcasetup/${file} ${STAGEDIR}${PREFIX}/lib/flash .endfor .for file in ${DATA} ${INSTALL_DATA} ${WRKSRC}/orcasetup/${file} ${STAGEDIR}${PREFIX}/lib/flash .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/lib/flash/flashdocs ${INSTALL_DATA} ${WRKSRC}/orcasetup/flashdocs/* ${STAGEDIR}${PREFIX}/lib/flash/flashdocs .include Index: head/shells/v7sh/Makefile =================================================================== --- head/shells/v7sh/Makefile (revision 508137) +++ head/shells/v7sh/Makefile (revision 508138) @@ -1,47 +1,48 @@ # Created by: Cyrille.Lefevre@laposte.net # $FreeBSD$ PORTNAME= v7sh PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= ftp://minnie.tuhs.org/UnixArchive/PDP-11/Trees/V7/usr/src/cmd/sh/:s \ http://minnie.tuhs.org/UnixTree/V7/usr/src/cmd/sh/:s \ ftp://minnie.tuhs.org/UnixArchive/PDP-11/Trees/V7/usr/man/man1/:m \ http://minnie.tuhs.org/UnixTree/V7/usr/man/man1/:m DISTFILES= args.c:s blok.c:s brkincr.h:s builtin.c:s cmd.c:s \ ctype.c:s ctype.h:s defs.h:s error.c:s expand.c:s \ fault.c:s io.c:s mac.h:s macro.c:s main.c:s mode.h:s \ msg.c:s name.c:s name.h:s print.c:s service.c:s \ setbrk.c:s stak.c:s stak.h:s string.c:s sym.h:s \ timeout.h:s word.c:s xec.c:s sh.1:m DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the UNIX 7th Edition shell +BROKEN= unfetchable BROKEN_aarch64= Fails to link: missing sbrk USES= uidfix EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKSRC} NO_WRKSUBDIR= yes OPTIONS_DEFINE= SYSIII RENO ULTRIX OPTIONS_DEFAULT= SYSIII RENO ULTRIX SYSIII_DESC= System III enhancements RENO_DESC= 4.3BSD-Reno enhancements ULTRIX_DESC= Ultrix 3.1 enhancements SYSIII_CFLAGS= -DSYSIII RENO_CFLAGS= -DRENO ULTRIX_CFLAGS= -DULTRIX post-extract: @${MV} ${WRKSRC}/sh.1 ${WRKSRC}/${PORTNAME}.1 @${CP} ${FILESDIR}/Makefile ${WRKSRC} @${CP} ${FILESDIR}/test.c ${WRKSRC} # sysIII @${CP} ${FILESDIR}/pathnames.h ${WRKSRC} # 43reno .include Index: head/sysutils/bkpupsd/Makefile =================================================================== --- head/sysutils/bkpupsd/Makefile (revision 508137) +++ head/sysutils/bkpupsd/Makefile (revision 508138) @@ -1,12 +1,14 @@ # Created by: Yoshifumi Watanabe # $FreeBSD$ PORTNAME= bkpupsd PORTVERSION= 1.0a CATEGORIES= sysutils MASTER_SITES= http://ftp.knit.kagoshima-u.ac.jp/pub/Unix/bkpupsd/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple UPS daemon for APC BK Pro(TM) +BROKEN= unfetchable + .include Index: head/sysutils/cotty/Makefile =================================================================== --- head/sysutils/cotty/Makefile (revision 508137) +++ head/sysutils/cotty/Makefile (revision 508138) @@ -1,25 +1,27 @@ # Created by: Oliver Breuninger # $FreeBSD$ PORTNAME= cotty PORTVERSION= 0.4c CATEGORIES= sysutils MASTER_SITES= http://www.breuninger.org/files/distfiles/ EXTRACT_SUFX= .c.gz MAINTAINER= ports@FreeBSD.org COMMENT= Simple command-line pseudo terminal manager +BROKEN= unfetchable + NO_WRKSUBDIR= yes PLIST_FILES= bin/cotty EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= > ${WRKSRC}/${DISTNAME}.c do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/cotty ${WRKSRC}/${DISTNAME}.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cotty ${STAGEDIR}${PREFIX}/bin .include Index: head/sysutils/dt/Makefile =================================================================== --- head/sysutils/dt/Makefile (revision 508137) +++ head/sysutils/dt/Makefile (revision 508138) @@ -1,56 +1,58 @@ # Created by: Radim Kolar # $FreeBSD$ PORTNAME= dt PORTVERSION= 17.07 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://home.comcast.net/~SCSIguy/SCSI_FAQ/RMiller_Tools/ftp/dt/ \ http://ionut.tetcu.info/FreeBSD/ports/distfiles/ #PORTVERSION= 18.32 #MASTER_SITES= http://www.scsifaq.org/RMiller_Tools/ftp/dt/ \ # http://dl.dropboxusercontent.com/u/32363629/Datatest/ #DISTNAME= ${PORTNAME}-source-v${PORTVERSION DISTNAME= ${PORTNAME}-source MAINTAINER= ports@FreeBSD.org COMMENT= Data Test Program - disk/tape error diagnostic tool LICENSE= ISCL +BROKEN= unfetchable + OPTIONS_DEFINE= DOCS USES= shebangfix SHEBANG_FILES= Scripts/DiskTests.ksh \ Scripts/butterfly.ksh \ Scripts/butterfly_file.ksh \ Scripts/dt_noprog_script.ksh WRKSRC= ${WRKDIR}/dt.d MAKEFILE= Makefile.freebsd ALL_TARGET= dt PORTDOCS= README.1st ToDoList WhatsNew-* dt-UsersGuide.pdf dt-Overview.txt post-patch: @${REINPLACE_CMD} -i '' -e 's|/usr/bin/ksh|${ksh_CMD}|' \ ${WRKSRC}/Scripts/trigger-AIX.ksh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dt ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/data/pattern_* ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for script in DiskTests.ksh butterfly.ksh butterfly_file.ksh dt_noprog_script.ksh \ dta dtc dtf dtr dts dtt dtw trigger-AIX.ksh ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/${script} ${STAGEDIR}${EXAMPLESDIR} .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.1st \ ${WRKSRC}/ToDoList \ ${WRKSRC}/WhatsNewFiles/WhatsNew-* \ ${WRKSRC}/Documentation/dt-UsersGuide.pdf ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Documentation/dt.help ${STAGEDIR}${DOCSDIR}/dt-Overview.txt .include Index: head/sysutils/gkrellfire/Makefile =================================================================== --- head/sysutils/gkrellfire/Makefile (revision 508137) +++ head/sysutils/gkrellfire/Makefile (revision 508138) @@ -1,27 +1,29 @@ # Created by: Roman Bogorodskiy # $FreeBSD$ PORTNAME= gkrellfire PORTVERSION= 0.4.2 PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://freenet-homepage.de/thomas-steinke/ \ LOCAL/novel MAINTAINER= ports@FreeBSD.org COMMENT= Gkrellm2 plugin which shows the system load as a flame +BROKEN= unfetchable + BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 PLIST_FILES= libexec/gkrellm2/plugins/${PORTNAME}.so USES= gmake pkgconfig tar:tgz MAKE_ARGS= CC="${CC}" do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins ${INSTALL_LIB} ${WRKSRC}/${PORTNAME}.so \ ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins .include Index: head/sysutils/kldpatch/Makefile =================================================================== --- head/sysutils/kldpatch/Makefile (revision 508137) +++ head/sysutils/kldpatch/Makefile (revision 508138) @@ -1,22 +1,24 @@ # Created by: luigi@FreeBSD.org # $FreeBSD$ PORTNAME= kldpatch PORTVERSION= 20090116 CATEGORIES= sysutils MASTER_SITES= http://info.iet.unipi.it/~luigi/FreeBSD/ DISTNAME= ${PORTVERSION}-${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Utility to patch modules and kernel +BROKEN= unfetchable + PLIST_FILES= man/man8/${PORTNAME}.8.gz sbin/kldpatch WRKSRC= ${WRKDIR}/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8 .include Index: head/sysutils/lmon/Makefile =================================================================== --- head/sysutils/lmon/Makefile (revision 508137) +++ head/sysutils/lmon/Makefile (revision 508138) @@ -1,48 +1,50 @@ # Created by: Anders Nordby # $FreeBSD$ PORTNAME= lmon PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.bsdconsulting.no/tools/ MAINTAINER= ports@FreeBSD.org COMMENT= Near-realtime log monitoring tool, sends alerts on hits and misses LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= unfetchable + RUN_DEPENDS= p5-Config-IniFiles>=0:devel/p5-Config-IniFiles \ p5-Mail-Sendmail>=0:mail/p5-Mail-Sendmail \ p5-File-Tail>=0:devel/p5-File-Tail USES= perl5 shebangfix tar:tgz SHEBANG_FILES= control.pl lmon.pl NO_BUILD= yes NO_ARCH= yes PORTDOCS= README TODO PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME} ${INSTALL_SCRIPT} ${WRKSRC}/lmon.pl ${WRKSRC}/control.pl \ ${STAGEDIR}${PREFIX}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/examples/control.cfg \ ${STAGEDIR}${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 \ ${STAGEDIR}${PREFIX}/etc/rc.d/lmon.sh.sample do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.rules ${STAGEDIR}${EXAMPLESDIR} .include Index: head/sysutils/log_analysis/Makefile =================================================================== --- head/sysutils/log_analysis/Makefile (revision 508137) +++ head/sysutils/log_analysis/Makefile (revision 508138) @@ -1,40 +1,42 @@ # Created by: petef@FreeBSD.org # $FreeBSD$ PORTNAME= log_analysis PORTVERSION= 0.46 CATEGORIES= sysutils MASTER_SITES= http://userpages.umbc.edu/~mabzug1/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility that extracts a summary of useful data from logs LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + USES= perl5 GNU_CONFIGURE= yes CONFIGURE_ENV= PERL="${PERL}" NO_ARCH= yes PORTDOCS= * PORTEXAMPLES= * PORTDATA= * PLIST_FILES= bin/log_analysis \ man/man1/log_analysis.1.gz OPTIONS_DEFINE= DOCS EXAMPLES TK TK_RUN_DEPENDS= p5-Tk>0:x11-toolkits/p5-Tk post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/NEWS \ ${WRKSRC}/AUTHORS ${WRKSRC}/doc/Tutorial \ ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/sample-* ${STAGEDIR}${EXAMPLESDIR} .include Index: head/sysutils/mksunbootcd/Makefile =================================================================== --- head/sysutils/mksunbootcd/Makefile (revision 508137) +++ head/sysutils/mksunbootcd/Makefile (revision 508138) @@ -1,21 +1,23 @@ # Created by: Roman Shterenzon # $FreeBSD$ PORTNAME= mksunbootcd PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= NETBSD MAINTAINER= ports@FreeBSD.org COMMENT= Makes ISO images suitable to boot on sparc systems +BROKEN= unfetchable + PLIST_FILES= bin/mksunbootcd man/man1/${PORTNAME}.1.gz GNU_CONFIGURE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mksunbootcd ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 .include Index: head/sysutils/recoverdm/Makefile =================================================================== --- head/sysutils/recoverdm/Makefile (revision 508137) +++ head/sysutils/recoverdm/Makefile (revision 508138) @@ -1,20 +1,22 @@ # Created by: Jeffrey H. Johnson # $FreeBSD$ PORTNAME= recoverdm PORTVERSION= 0.20 CATEGORIES= sysutils MASTER_SITES= http://www.vanheusden.com/recoverdm/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Recover files and discs with damaged sectors LICENSE= GPLv2 +BROKEN= unfetchable + PLIST_FILES= bin/mergebad bin/recoverdm man/man1/${PORTNAME}.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include Index: head/sysutils/rfstool/Makefile =================================================================== --- head/sysutils/rfstool/Makefile (revision 508137) +++ head/sysutils/rfstool/Makefile (revision 508138) @@ -1,26 +1,28 @@ # Created by: trevor # $FreeBSD$ PORTNAME= rfstool PORTVERSION= 0.14 CATEGORIES= sysutils MASTER_SITES= NETBSD DISTNAME= rfstool-0.14-source MAINTAINER= ports@FreeBSD.org COMMENT= Read from a Reiser file system +BROKEN= unfetchable + PLIST_FILES= bin/rfstool USES= dos2unix zip USE_CXXSTD= c++98 DOS2UNIX_FILES= reiserfs.h WRKSRC= ${WRKDIR}/rfstool-0.14/RFSTOOL MAKEFILE= makefile.gcc3x post-extract: @${REINPLACE_CMD} -e "s,g++,\$${CXX} \$${CXXFLAGS},g" ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rfstool ${STAGEDIR}${PREFIX}/bin .include Index: head/sysutils/skill/Makefile =================================================================== --- head/sysutils/skill/Makefile (revision 508137) +++ head/sysutils/skill/Makefile (revision 508138) @@ -1,15 +1,17 @@ # Created by: Joao Carlos Mendes Luis # $FreeBSD$ PORTNAME= skill PORTVERSION= 4.1.4 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.flux.utah.edu/pub/skill/ \ ftp://fast.cs.utah.edu/pub/skill/ MAINTAINER= ports@FreeBSD.org COMMENT= SuperKILL, kill, or renice processes by pid, name, tty, or uid +BROKEN= unfetchable + USES= tar:tgz .include Index: head/sysutils/sloth/Makefile =================================================================== --- head/sysutils/sloth/Makefile (revision 508137) +++ head/sysutils/sloth/Makefile (revision 508138) @@ -1,20 +1,22 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= sloth PORTVERSION= 1.1.0 CATEGORIES= sysutils MASTER_SITES= http://www.sourcefiles.org/Utilities/Miscellaneous/ \ http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}${PKGNAMESUFFIX}/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= Slow down a process +BROKEN= unfetchable + GNU_CONFIGURE= yes PLIST_FILES= bin/sloth man/man1/${PORTNAME}.1.gz post-patch: @${REINPLACE_CMD} -e "s,wait.h,sys/wait.h,g" ${WRKSRC}/configure .include Index: head/sysutils/snowlog/Makefile =================================================================== --- head/sysutils/snowlog/Makefile (revision 508137) +++ head/sysutils/snowlog/Makefile (revision 508138) @@ -1,32 +1,34 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= snowlog PORTVERSION= 1.1.1 PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://kiza.kcore.de/software/snowlog/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Webserver access log browser/analyzer LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + LIB_DEPENDS= libpcre.so:devel/pcre USES= ncurses DOCS= INSTALLATION doc/README doc/filters.example SHAREDOCS= referers.regexp useragents.regexp OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC}/share && ${INSTALL_DATA} ${SHAREDOCS} ${STAGEDIR}${DATADIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/testdisk/Makefile =================================================================== --- head/sysutils/testdisk/Makefile (revision 508137) +++ head/sysutils/testdisk/Makefile (revision 508138) @@ -1,40 +1,42 @@ # $FreeBSD$ PORTNAME= testdisk DISTVERSION= 7.1-WIP CATEGORIES= sysutils MASTER_SITES= http://www.cgsecurity.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to check and undelete partitions LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + USES= jpeg localbase:ldflags ncurses tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-qt --without-ewf PLIST_FILES= bin/fidentify bin/photorec bin/testdisk \ man/man8/fidentify.8.gz man/man8/photorec.8.gz \ man/man8/testdisk.8.gz man/zh_CN/man8/fidentify.8.gz \ man/zh_CN/man8/photorec.8.gz man/zh_CN/man8/testdisk.8.gz PORTDOCS= * OPTIONS_DEFINE= ICONV PROGSREISERFS NTFS DOCS OPTIONS_DEFAULT= ICONV NTFS_DESC= Support NTFS via fuse-ntfs extensions PROGSREISERFS_DESC= Use reiserfs extensions ICONV_USES= iconv ICONV_CONFIGURE_OFF= --without-iconv NTFS_LIB_DEPENDS= libntfs-3g.so:sysutils/fusefs-ntfs NTFS_CONFIGURE_OFF= --without-ntfs3g PROGSREISERFS_LIB_DEPENDS= libreiserfs.so:sysutils/progsreiserfs PROGSREISERFS_CONFIGURE_OFF= --without-reiserfs .include Index: head/sysutils/wmfire/Makefile =================================================================== --- head/sysutils/wmfire/Makefile (revision 508137) +++ head/sysutils/wmfire/Makefile (revision 508138) @@ -1,26 +1,28 @@ # Created by: Chris D. Faulhaber # $FreeBSD$ PORTNAME= wmfire PORTVERSION= 1.2.4 PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://www.swanson.ukfsn.org/wmfire/ MAINTAINER= ports@FreeBSD.org COMMENT= Window Maker dock app showing load average as a flame +BROKEN= unfetchable + LIB_DEPENDS= libgtop-2.0.so:devel/libgtop USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_CSTD= gnu89 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lm MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" PLIST_FILES= bin/wmfire man/man1/${PORTNAME}.1.gz .include Index: head/sysutils/xbattbar/Makefile =================================================================== --- head/sysutils/xbattbar/Makefile (revision 508137) +++ head/sysutils/xbattbar/Makefile (revision 508138) @@ -1,23 +1,25 @@ # Created by: sumikawa # $FreeBSD$ PORTNAME= xbattbar PORTVERSION= 1.4.2 PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= http://iplab.aist-nara.ac.jp/member/suguru/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple battery meter LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= unfetchable + USES= imake USE_XORG= x11 xext WRKSRC= ${WRKDIR}/xbattbar-${PORTVERSION} PLIST_FILES= bin/xbattbar \ man/man1/xbattbar.1.gz .include