From owner-svn-ports-all@FreeBSD.ORG Thu May 1 02:33:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E10925CC; Thu, 1 May 2014 02:33:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD1AC14AE; Thu, 1 May 2014 02:33:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s412XA1s088896; Thu, 1 May 2014 02:33:10 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s412X7iB088870; Thu, 1 May 2014 02:33:07 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201405010233.s412X7iB088870@svn.freebsd.org> From: Adam Weinberger Date: Thu, 1 May 2014 02:33:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352712 - in head/security: aimsniff amap avcheck bruteforceblocker chkrootkit easypg f-prot fakebo fiked fwanalog gcipher hlfl honggfuzz ifd-slb_rf60 ipfcount jbrofuzz libbf makepasswd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2014 02:33:11 -0000 Author: adamw Date: Thu May 1 02:33:06 2014 New Revision: 352712 URL: http://svnweb.freebsd.org/changeset/ports/352712 QAT: https://qat.redports.org/buildarchive/r352712/ Log: I experienced catastrophic brain failure and put PORT_OPTIONS= instead of OPTIONS_DEFINE=. Oops. Modified: head/security/aimsniff/Makefile head/security/amap/Makefile head/security/avcheck/Makefile head/security/bruteforceblocker/Makefile head/security/chkrootkit/Makefile head/security/easypg/Makefile head/security/f-prot/Makefile head/security/fakebo/Makefile head/security/fiked/Makefile head/security/fwanalog/Makefile head/security/gcipher/Makefile head/security/hlfl/Makefile head/security/honggfuzz/Makefile head/security/ifd-slb_rf60/Makefile head/security/ipfcount/Makefile head/security/jbrofuzz/Makefile head/security/libbf/Makefile head/security/makepasswd/Makefile Modified: head/security/aimsniff/Makefile ============================================================================== --- head/security/aimsniff/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/aimsniff/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -20,7 +20,6 @@ RUN_DEPENDS= p5-Net-Pcap>=0:${PORTSDIR}/ OPTIONS_DEFINE= SUID_ROOT DOCS SUID_ROOT_DESC= Install aimsniff with set-uid bit -PORT_OPTIONS= DOCS PORTDOCS= README table.struct rc.aimsniff USES= perl5 Modified: head/security/amap/Makefile ============================================================================== --- head/security/amap/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/amap/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -16,7 +16,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} USE_OPENSSL= yes -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS PORTDOCS= README TODO CHANGES AMAP-LIB-INTERFACE LOCAL_CONF_FILES= appdefs.resp appdefs.rpc appdefs.trig Modified: head/security/avcheck/Makefile ============================================================================== --- head/security/avcheck/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/avcheck/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -14,7 +14,7 @@ PORTDOCS= README.AVP README.AVP.de READM README.Postfix README.Postfix.de README.Sendmail eicar.msg \ eicar.txt -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's/^CC/#CC/g ; s/^CFLAGS/#CFLAGS/g' ${WRKSRC}/Makefile Modified: head/security/bruteforceblocker/Makefile ============================================================================== --- head/security/bruteforceblocker/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/bruteforceblocker/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -21,7 +21,7 @@ NO_BUILD= yes USES= perl5 USE_PERL5= run -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message Modified: head/security/chkrootkit/Makefile ============================================================================== --- head/security/chkrootkit/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/chkrootkit/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.pangeia.com.br/p MAINTAINER= cordeiro@nic.br COMMENT= Tool to locally check for signs of a rootkit -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS SCRIPT_FILES= chkrootkit PROG_FILES= chklastlog \ Modified: head/security/easypg/Makefile ============================================================================== --- head/security/easypg/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/easypg/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -17,7 +17,7 @@ RUN_DEPENDS= gpg:${PORTSDIR}/security/gn GNU_CONFIGURE= yes USE_EMACS= yes -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS INFO= epa PORTDOCS= ChangeLog NEWS README Modified: head/security/f-prot/Makefile ============================================================================== --- head/security/f-prot/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/f-prot/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes SUB_FILES= 900.fpupdate fpscan fpupdate -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS ONLY_FOR_ARCHS= i386 amd64 Modified: head/security/fakebo/Makefile ============================================================================== --- head/security/fakebo/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/fakebo/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER USE_AUTOTOOLS= aclocal autoheader automake autoconf AUTOMAKE_ARGS= --add-missing -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS post-extract: @${FIND} ${WRKSRC} -type l -delete Modified: head/security/fiked/Makefile ============================================================================== --- head/security/fiked/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/fiked/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -14,7 +14,7 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/se USES= tar:bzip2 gmake -OPTIONS_DEFINE= LIBNET +OPTIONS_DEFINE= LIBNET DOCS OPTIONS_DEFAULT=LIBNET LIBNET_DESC= Build with libnet support @@ -24,7 +24,6 @@ MAKEFILE= GNUmakefile PLIST_FILES= bin/fiked man/man1/fiked.1.gz PORTDOCS= README NEWS -PORT_OPTIONS= DOCS LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config Modified: head/security/fwanalog/Makefile ============================================================================== --- head/security/fwanalog/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/fwanalog/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -19,7 +19,7 @@ CONFFILES= fwanalog-dom.tab \ fwanalog.opts \ services.conf -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} \ Modified: head/security/gcipher/Makefile ============================================================================== --- head/security/gcipher/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/gcipher/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -18,7 +18,7 @@ USE_PYTHON= yes MAN1= gcipher.1 LICENSE_FILES= ${WRKSRC}/LICENSE -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ Modified: head/security/hlfl/Makefile ============================================================================== --- head/security/hlfl/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/hlfl/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${LOCALBASE}/share/doc PORTDOCS= services.hlfl sample_1.hlfl sample_2.hlfl test.hlfl syntax.txt PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/hlfl ${STAGEDIR}${PREFIX}/bin Modified: head/security/honggfuzz/Makefile ============================================================================== --- head/security/honggfuzz/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/honggfuzz/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -14,7 +14,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake -PORT_OPTIONS= EXAMPLES +OPTIONS_DEFINE= EXAMPLES # inplace replacement to remove relative binary path in examples scripts post-patch: Modified: head/security/ifd-slb_rf60/Makefile ============================================================================== --- head/security/ifd-slb_rf60/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/ifd-slb_rf60/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -19,7 +19,7 @@ CFLAGS+= -fPIC SUB_LIST= pkg-message WRKSRC= ${WRKDIR}/${PORTNAME:S/^ifd-//} -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS PORTDOCS= README PLIST_FILES= lib/pcsc/drivers/libslb_rf60.so Modified: head/security/ipfcount/Makefile ============================================================================== --- head/security/ipfcount/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/ipfcount/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -15,7 +15,7 @@ PLIST_FILES= bin/ipfcount man/man1/ipfco USES= perl5 -PORT_OPTIONS= EXAMPLES +OPTIONS_DEFINE= EXAMPLES PORTEXAMPLES= 100.ipfcount SUB_FILES= pkg-message Modified: head/security/jbrofuzz/Makefile ============================================================================== --- head/security/jbrofuzz/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/jbrofuzz/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= ${PORTNAME}.sh SUB_LIST= JAVA_CMD=${JAVA} JBROFUZZ=${PORTNAME} -PORT_OPTIONS= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES .include Modified: head/security/libbf/Makefile ============================================================================== --- head/security/libbf/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/libbf/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -20,7 +20,7 @@ MAKEFLAGS+= BF_ENC=bf_enc.o WRKSRC= ${WRKDIR}/bf -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS PORTDOCS= blowfish.doc COPYRIGHT README VERSION Modified: head/security/makepasswd/Makefile ============================================================================== --- head/security/makepasswd/Makefile Thu May 1 01:52:49 2014 (r352711) +++ head/security/makepasswd/Makefile Thu May 1 02:33:06 2014 (r352712) @@ -22,7 +22,7 @@ NO_BUILD= yes USES= perl5 USE_PERL5= run -PORT_OPTIONS= DOCS +OPTIONS_DEFINE= DOCS RUN_DEPENDS+= p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ p5-Crypt-OpenSSL-Random>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random