Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2010 17:46:24 -0300 (BRT)
From:      Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/150393: [MAINTAINER] security/suricata: mark broken if lower than 7.0
Message-ID:  <201009082046.o88KkOIV044750@main.bh.freebsdbrasil.com.br>
Resent-Message-ID: <201009082050.o88Ko4VU069709@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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