Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2013 15:58:09 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327710 - in head: devel/ccache devel/checkbashisms devel/cppunit devel/privman devel/valgrind devel/valgrind-snapshot irc/gseen.mod irc/rbot mail/qmail mail/qmail-conf mail/qmail-contr...
Message-ID:  <201309201558.r8KFw9GU053345@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Sep 20 15:58:09 2013
New Revision: 327710
URL: http://svnweb.freebsd.org/changeset/ports/327710

Log:
  - Add NO_STAGE until validated to be safe for upcoming staging support

Modified:
  head/devel/ccache/Makefile
  head/devel/checkbashisms/Makefile
  head/devel/cppunit/Makefile
  head/devel/privman/Makefile
  head/devel/valgrind-snapshot/Makefile
  head/devel/valgrind/Makefile
  head/irc/gseen.mod/Makefile
  head/irc/rbot/Makefile
  head/mail/qmail-conf/Makefile
  head/mail/qmail-contrib/Makefile
  head/mail/qmail-dk/Makefile
  head/mail/qmail-ldap/Makefile
  head/mail/qmail-mysql/Makefile
  head/mail/qmail-spamcontrol/Makefile
  head/mail/qmail-tls/Makefile
  head/mail/qmail/Makefile
  head/mail/qmailadmin/Makefile
  head/mail/qmailanalog/Makefile
  head/mail/qmhandle/Makefile
  head/mail/qtools/Makefile
  head/mail/queue-fix/Makefile
  head/mail/queue-repair/Makefile
  head/mail/serialmail/Makefile
  head/mail/spamdyke/Makefile
  head/mail/vpopmail/Makefile
  head/math/miracl/Makefile
  head/net-mgmt/bandwidthd/Makefile
  head/ports-mgmt/portmaster/Makefile
  head/ports-mgmt/portupgrade-devel/Makefile
  head/ports-mgmt/portupgrade/Makefile
  head/security/openssh-portable-base/Makefile
  head/security/openssh-portable/Makefile
  head/sysutils/beadm-devel/Makefile
  head/sysutils/beadm/Makefile
  head/sysutils/cronolog/Makefile
  head/sysutils/daemontools/Makefile
  head/sysutils/zfstools/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/devel/ccache/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -14,6 +14,7 @@ COMMENT=	Tool to minimize the compile ti
 LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
+NO_STAGE=	yes
 
 HOWTO=		ccache-howto-freebsd.txt
 CCLINKDIR=	libexec/ccache

Modified: head/devel/checkbashisms/Makefile
==============================================================================
--- head/devel/checkbashisms/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/devel/checkbashisms/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -18,6 +18,7 @@ USES=		perl5
 USE_PERL5=	run
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
+NO_STAGE=	yes
 
 PLIST_FILES=	bin/${DISTNAME}
 

Modified: head/devel/cppunit/Makefile
==============================================================================
--- head/devel/cppunit/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/devel/cppunit/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -12,6 +12,7 @@ COMMENT=	C++ port of the JUnit framework
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+NO_STAGE=	yes
 
 .if defined(WITH_DOXYGEN)
 BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen

Modified: head/devel/privman/Makefile
==============================================================================
--- head/devel/privman/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/devel/privman/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
+NO_STAGE=	yes
 
 MLINKS=		priv_pam.3 priv_pam_acct_mgmt.3 \
 		priv_pam.3 priv_pam_authenticate.3 \

Modified: head/devel/valgrind-snapshot/Makefile
==============================================================================
--- head/devel/valgrind-snapshot/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/devel/valgrind-snapshot/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -44,6 +44,7 @@ USES=		pathfix pkgconfig gmake perl5
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+NO_STAGE=	yes
 
 PORTDOCS=	html
 

Modified: head/devel/valgrind/Makefile
==============================================================================
--- head/devel/valgrind/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/devel/valgrind/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -42,6 +42,7 @@ USES=		pathfix pkgconfig gmake perl5
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+NO_STAGE=	yes
 
 PORTDOCS=	html
 

Modified: head/irc/gseen.mod/Makefile
==============================================================================
--- head/irc/gseen.mod/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/irc/gseen.mod/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -18,6 +18,7 @@ BUILD_DEPENDS=	eggdrop:${PORTSDIR}/irc/e
 RUN_DEPENDS=	eggdrop:${PORTSDIR}/irc/eggdrop
 
 USE_TCL=	85+
+NO_STAGE=	yes
 
 WRKSRC=		${WRKDIR}/eggdrop
 

Modified: head/irc/rbot/Makefile
==============================================================================
--- head/irc/rbot/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/irc/rbot/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -14,6 +14,7 @@ COMMENT=	Ruby IRC bot similar to infobot
 RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \
 		rubygem-gettext>=1.93.0:${PORTSDIR}/devel/rubygem-gettext
 
+NO_STAGE=	yes
 USE_RUBY=	yes
 USE_RUBY_SETUP=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}

Modified: head/mail/qmail-conf/Makefile
==============================================================================
--- head/mail/qmail-conf/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/qmail-conf/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -15,6 +15,7 @@ MAINTAINER=	bdrewery@FreeBSD.org
 COMMENT=	Configure various qmail services to run under daemontools
 
 USES=		qmail:vars
+NO_STAGE=	yes
 
 ALL_TARGET=	it
 INSTALL_TARGET=	setup check

Modified: head/mail/qmail-contrib/Makefile
==============================================================================
--- head/mail/qmail-contrib/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/qmail-contrib/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -18,6 +18,7 @@ OPTIONS_DEFINE=	DOCS
 
 USES=		qmail:run
 
+NO_STAGE=	yes
 ALL_TARGET=	it
 INSTALL_TARGET=	setup
 

Modified: head/mail/qmail-dk/Makefile
==============================================================================
--- head/mail/qmail-dk/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/qmail-dk/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -18,6 +18,7 @@ PATCH_SITES=	${MASTER_SITE_QMAIL}
 PATCHFILES=	qmail-1.03-dk-0.54.patch
 
 USES=		qmail
+NO_STAGE=	yes
 
 PREFIX?=	${QMAIL_PREFIX}
 

Modified: head/mail/qmail-ldap/Makefile
==============================================================================
--- head/mail/qmail-ldap/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/qmail-ldap/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -18,6 +18,7 @@ CONFLICTS=	emboss-[0-9]* digest-[0-9]* q
 EXTRA_PATCHES+=	${MASTERDIR}/files/patch-Makefile \
 		${MASTERDIR}/files/patch-auto_uids-c-dist
 
+NO_STAGE=	yes
 USE_OPENLDAP=	yes
 SLAVE_LDAP=	yes
 

Modified: head/mail/qmail-mysql/Makefile
==============================================================================
--- head/mail/qmail-mysql/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/qmail-mysql/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -16,6 +16,7 @@ MYSQL_PATCH_VERSION=	1.1.15
 SLAVE_MYSQL=	yes
 
 USE_MYSQL=	yes
+NO_STAGE=	yes
 
 MASTERDIR=	${.CURDIR}/../qmail
 DESCR=		${.CURDIR}/pkg-descr

Modified: head/mail/qmail-spamcontrol/Makefile
==============================================================================
--- head/mail/qmail-spamcontrol/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/qmail-spamcontrol/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -15,6 +15,8 @@ COMMENT=	Qmail MTA with SpamControl patc
 
 CONFLICTS=	qmail-[0-9]* qmail-ldap-[0-9]* qmail-mysql-[0-9]* qmail-tls-[0-9]*
 
+NO_STAGE=	yes
+
 EXTRA_PATCHES+=	${MASTERDIR}/files/patch-install.c \
 		${MASTERDIR}/files/patch-Makefile \
 		${MASTERDIR}/files/patch-auto_uids-c-dist

Modified: head/mail/qmail-tls/Makefile
==============================================================================
--- head/mail/qmail-tls/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/qmail-tls/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -15,6 +15,7 @@ SLAVE_TLS=	yes
 
 TLS_PATCH_DATE=	20021228
 
+NO_STAGE=	yes
 USE_OPENSSL=	yes
 
 # Local overrides

Modified: head/mail/qmail/Makefile
==============================================================================
--- head/mail/qmail/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/qmail/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -19,6 +19,7 @@ CONFLICTS?=	qmail-ldap-[0-9]* qmail-mysq
 CONFLICTS+=	qmail-vida-[0-9]*
 
 USES=		qmail:vars
+NO_STAGE=	yes
 PREFIX?=	${QMAIL_PREFIX}
 
 MAKE_JOBS_UNSAFE=	yes

Modified: head/mail/qmailadmin/Makefile
==============================================================================
--- head/mail/qmailadmin/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/qmailadmin/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -22,6 +22,7 @@ RUN_DEPENDS=	\
 	autorespond:${PORTSDIR}/mail/autorespond \
 	${VPOPMAIL_DIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
 
+NO_STAGE=	yes
 USES=		qmail:vars gmake
 
 CONFLICTS=	qmailadmin-devel-1.*

Modified: head/mail/qmailanalog/Makefile
==============================================================================
--- head/mail/qmailanalog/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/qmailanalog/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -12,7 +12,7 @@ MAINTAINER=	bdrewery@FreeBSD.org
 COMMENT=	Tools to analyze qmail-send's activity
 
 USES=		qmail:run
-
+NO_STAGE=	yes
 
 ALL_TARGET=	it
 INSTALL_TARGET=	setup

Modified: head/mail/qmhandle/Makefile
==============================================================================
--- head/mail/qmhandle/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/qmhandle/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -16,6 +16,7 @@ OPTIONS_DEFINE=	DOCS
 
 USES=		qmail:run perl5
 
+NO_STAGE=	yes
 NO_BUILD=	yes
 USE_BZIP2=	yes
 

Modified: head/mail/qtools/Makefile
==============================================================================
--- head/mail/qtools/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/qtools/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -13,6 +13,7 @@ COMMENT=	Tools to use in .qmail files
 RUN_DEPENDS=	${EZMLM_DIR}/bin/ezmlm-weed:${PORTSDIR}/mail/ezmlm
 
 USES=		qmail:vars
+NO_STAGE=	yes
 
 ALL_TARGET=	it
 INSTALL_TARGET=	setup check

Modified: head/mail/queue-fix/Makefile
==============================================================================
--- head/mail/queue-fix/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/queue-fix/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -12,7 +12,7 @@ MAINTAINER=	bdrewery@FreeBSD.org
 COMMENT=	Repairs or generates a qmail queue structure
 
 USES=		qmail:run
-
+NO_STAGE=	yes
 
 PREFIX?=	${QMAIL_PREFIX}
 

Modified: head/mail/queue-repair/Makefile
==============================================================================
--- head/mail/queue-repair/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/queue-repair/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -12,6 +12,7 @@ COMMENT=	Qmail queue diagnostic and repa
 
 LICENSE=	GPLv2
 
+NO_STAGE=	yes
 USE_PYTHON=	yes
 
 OPTIONS_DEFINE=		DOCS QMAIL_PORT

Modified: head/mail/serialmail/Makefile
==============================================================================
--- head/mail/serialmail/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/serialmail/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -17,6 +17,7 @@ RUN_DEPENDS=	tcpserver:${PORTSDIR}/sysut
 UCSPI_SSL_RUN_DEPENDS=	sslclient:${PORTSDIR}/sysutils/ucspi-ssl
 
 USES=		qmail:run
+NO_STAGE=	yes
 OPTIONS_SUB=	yes
 
 RESTRICTED=	Unsure of DJB license

Modified: head/mail/spamdyke/Makefile
==============================================================================
--- head/mail/spamdyke/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/spamdyke/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -17,6 +17,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/tcprules:$
 WRKSRC=		${WRKDIR}/${DISTNAME}/spamdyke
 
 USES=		qmail
+NO_STAGE=	yes
 
 GNU_CONFIGURE=	yes
 

Modified: head/mail/vpopmail/Makefile
==============================================================================
--- head/mail/vpopmail/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/mail/vpopmail/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -19,6 +19,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/tcprules:$
 
 PATCH_STRIP=	-p1
 
+NO_STAGE=	yes
 USES=		qmail gmake
 
 CONFLICTS=	vpopmail-devel-5.*

Modified: head/math/miracl/Makefile
==============================================================================
--- head/math/miracl/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/math/miracl/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -26,6 +26,7 @@ ONLY_FOR_ARCHS=	i386 amd64
 
 USE_ZIP=	yes
 USE_LDCONFIG=	yes
+NO_STAGE=	yes
 
 EXTRACT_BEFORE_ARGS=	-j -aa -L -q
 EXTRACT_AFTER_ARGS=	-d ${WRKSRC}

Modified: head/net-mgmt/bandwidthd/Makefile
==============================================================================
--- head/net-mgmt/bandwidthd/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/net-mgmt/bandwidthd/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -16,6 +16,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS+=	gd:${PORTSDIR}/graphics/gd
 
 USE_CSTD=	gnu89
+NO_STAGE=	yes
 
 GNU_CONFIGURE=	YES
 USES=		iconv gmake

Modified: head/ports-mgmt/portmaster/Makefile
==============================================================================
--- head/ports-mgmt/portmaster/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/ports-mgmt/portmaster/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -13,6 +13,7 @@ COMMENT=	Manage your ports without exter
 
 LICENSE=	BSD
 
+NO_STAGE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
 GH_COMMIT=	7359019

Modified: head/ports-mgmt/portupgrade-devel/Makefile
==============================================================================
--- head/ports-mgmt/portupgrade-devel/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/ports-mgmt/portupgrade-devel/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -17,6 +17,7 @@ LICENSE=	BSD
 
 CONFLICTS_INSTALL=	portupgrade-[0-9]*
 
+NO_STAGE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
 GH_PROJECT=	portupgrade

Modified: head/ports-mgmt/portupgrade/Makefile
==============================================================================
--- head/ports-mgmt/portupgrade/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/ports-mgmt/portupgrade/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -19,6 +19,7 @@ OPTIONS_DEFINE=	DOCS
 
 CONFLICTS_INSTALL=	portupgrade-devel-*
 
+NO_STAGE=	yes
 DIST_SUBDIR=	${PORTNAME}
 USE_BZIP2=	yes
 USE_RUBY=	yes

Modified: head/security/openssh-portable-base/Makefile
==============================================================================
--- head/security/openssh-portable-base/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/security/openssh-portable-base/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -6,5 +6,6 @@ PKGNAMESUFFIX=	-portable-base
 MASTERDIR=	${.CURDIR}/../openssh-portable
 
 OPTIONS_SLAVE=		OVERWRITE_BASE
+NO_STAGE=	yes
 
 .include "${MASTERDIR}/Makefile"

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/security/openssh-portable/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -30,6 +30,7 @@ USES=			perl5
 USE_PERL5=		build
 USE_AUTOTOOLS=		autoconf autoheader
 USE_OPENSSL=		yes
+NO_STAGE=	yes
 GNU_CONFIGURE=		yes
 CONFIGURE_ENV=		ac_cv_func_strnvis=no
 CONFIGURE_ARGS=		--prefix=${PREFIX} --with-md5-passwords \

Modified: head/sysutils/beadm-devel/Makefile
==============================================================================
--- head/sysutils/beadm-devel/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/sysutils/beadm-devel/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -10,6 +10,7 @@ COMMENT=	Solaris-like utility to manage 
 
 LICENSE=	BSD
 
+NO_STAGE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	vermaden
 GH_COMMIT=	d7d7cd3

Modified: head/sysutils/beadm/Makefile
==============================================================================
--- head/sysutils/beadm/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/sysutils/beadm/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -14,6 +14,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	vermaden
 GH_COMMIT=	a7c1c73
 
+NO_STAGE=	yes
 NO_BUILD=	YES
 
 CONFLICTS_INSTALL=	beadm-devel-*

Modified: head/sysutils/cronolog/Makefile
==============================================================================
--- head/sysutils/cronolog/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/sysutils/cronolog/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -17,6 +17,7 @@ CONFLICTS_INSTALL=      cronolog-devel-[
 INFO=		cronolog
 MAN1=		cronolog.1m cronosplit.1m
 
+NO_STAGE=	yes
 GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	SETUID_PATCH

Modified: head/sysutils/daemontools/Makefile
==============================================================================
--- head/sysutils/daemontools/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/sysutils/daemontools/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -31,6 +31,8 @@ OPTIONS_SINGLE_SEQ=	S_EARLY S_NORMAL
 
 OPTIONS_DEFAULT=	MAN S_NORMAL TESTS
 
+NO_STAGE=	yes
+
 .include <bsd.port.options.mk>
 
 . if ${PORT_OPTIONS:MS_EARLY}

Modified: head/sysutils/zfstools/Makefile
==============================================================================
--- head/sysutils/zfstools/Makefile	Fri Sep 20 15:55:44 2013	(r327709)
+++ head/sysutils/zfstools/Makefile	Fri Sep 20 15:58:09 2013	(r327710)
@@ -12,6 +12,7 @@ COMMENT=	OpenSolaris-compatible auto sna
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+NO_STAGE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	bdrewery
 GH_COMMIT=	05b95b5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309201558.r8KFw9GU053345>