Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2013 05:32:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327850 - head/security/barnyard2
Message-ID:  <201309220532.r8M5WBQd052565@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep 22 05:32:10 2013
New Revision: 327850
URL: http://svnweb.freebsd.org/changeset/ports/327850

Log:
  - Use USES=tcl
  - While I'm here, add NO_STAGE=yes
  
  PR:		ports/182250
  Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)

Modified:
  head/security/barnyard2/Makefile

Modified: head/security/barnyard2/Makefile
==============================================================================
--- head/security/barnyard2/Makefile	Sun Sep 22 05:32:06 2013	(r327849)
+++ head/security/barnyard2/Makefile	Sun Sep 22 05:32:10 2013	(r327850)
@@ -37,6 +37,7 @@ ACLOCAL_ARGS=	-I m4 -I ${LOCALBASE}/shar
 
 USE_RC_SUBR=	barnyard2
 GNU_CONFIGURE=	yes
+NO_STAGE=	yes
 
 SUB_FILES=	pkg-message
 
@@ -45,7 +46,6 @@ PORTDOCS2=	INSTALL README.aruba README.d
 PORTDOCS=	${PORTDOCS1} ${PORTDOCS2}
 PORTEXAMPLES=	SCHEMA_ACCESS create_db2 create_mssql create_mysql create_oracle.sql create_postgresql
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:M64BIT}
@@ -125,7 +125,7 @@ CONFIGURE_ARGS+=	--without-postgresql
 .endif
 
 .if ${PORT_OPTIONS:MTCL}
-USE_TCL=		yes
+USES+=			tcl
 CONFIGURE_ARGS+=	--with-tcl=${LOCALBASE}/lib/tcl${TCL_VER}
 .else
 CONFIGURE_ARGS+=	--without-tcl



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