Bug 183574 - security/barnyard2, remove BROKEN from one port option
Summary: security/barnyard2, remove BROKEN from one port option
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-01 21:20 UTC by pauls
Modified: 2013-11-02 12:20 UTC (History)
0 users

See Also:


Attachments
barnyard2.diff (562 bytes, patch)
2013-11-01 21:20 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-11-01 21:20:00 UTC
	security/barnyard2, fix mistake from recent submission,
	I forgot to remove BROKEN from the OPTION for BRO,
	bumped PORTREVISION also so the change would get picked up
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-11-02 12:15:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-02 12:15:43 UTC
Author: wg
Date: Sat Nov  2 12:15:36 2013
New Revision: 332471
URL: http://svnweb.freebsd.org/changeset/ports/332471

Log:
  security/barnyard2: remove BROKEN for one option
  
  PR:		ports/183574
  Submitted by:	Paul Schmehl <pauls utdallas.edu> (maintainer)

Modified:
  head/security/barnyard2/Makefile

Modified: head/security/barnyard2/Makefile
==============================================================================
--- head/security/barnyard2/Makefile	Sat Nov  2 12:08:06 2013	(r332470)
+++ head/security/barnyard2/Makefile	Sat Nov  2 12:15:36 2013	(r332471)
@@ -60,7 +60,6 @@ CONFIGURE_ARGS+=	--disable-aruba
 .endif
 
 .if ${PORT_OPTIONS:MBRO}
-BROKEN=			Bro port is in transition right now, so this is not supported at this time
 LIB_DEPENDS+=		libbroccoli.so:${PORTSDIR}/security/broccoli
 CONFIGURE_ARGS+=	--enable-bro --with-broccoli=${LOCALBASE}/lib
 .else
_______________________________________________
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 William Grzybowski freebsd_committer freebsd_triage 2013-11-02 12:15:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!