Bug 182250 - security/barnyard2, port update
Summary: security/barnyard2, port update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-20 16:30 UTC by pauls
Modified: 2013-09-22 06:40 UTC (History)
0 users

See Also:


Attachments
barnyard2.diff (456 bytes, patch)
2013-09-20 16:30 UTC, pauls
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pauls 2013-09-20 16:30:00 UTC
	security/barnyard2, port update to comply with
	new USES paradigm
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-20 17:00:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-22 06:32:19 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-22 06:32:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!