ports/150393: [MAINTAINER] security/suricata: mark broken if lower than 7.0

Patrick Tracanelli eksffa at freebsdbrasil.com.br
Wed Sep 8 20:50:04 UTC 2010


>Number:         150393
>Category:       ports
>Synopsis:       [MAINTAINER] security/suricata: mark broken if lower than 7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 08 20:50:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Tracanelli
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
FreeBSD Brasil LTDA
>Environment:
System: FreeBSD main.bh.freebsdbrasil.com.br 8.1-STABLE FreeBSD 8.1-STABLE #7: Tue Jul 27 18:35:59 BRT 2010
>Description:
- Some system base features demand FreeBSD to be 7.0 or higher.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- suricata-1.0.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/suricata/Makefile /usr/ports/security/suricata.n/Makefile
--- /usr/ports/security/suricata/Makefile	2010-09-01 12:31:51.000000000 -0300
+++ /usr/ports/security/suricata.n/Makefile	2010-09-08 17:43:46.000000000 -0300
@@ -42,6 +42,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 700000
+BROKEN=		some base system depends are available only on 7.0 or higher
+.endif
+
 .if defined(WITH_PRELUDE)
 LIB_DEPENDS+=		prelude.20:${PORTSDIR}/security/libprelude
 CONFIGURE_ARGS+=	--enable-prelude
--- suricata-1.0.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list