Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Sep 2009 05:39:31 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/138644: [PATCH] security/snort: mark MAKE_JOBS_UNSAFE
Message-ID:  <20090909013931.B9492B829@hades.panopticon>
Resent-Message-ID: <200909090140.n891e22m088714@freefall.freebsd.org>

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

>Number:         138644
>Category:       ports
>Synopsis:       [PATCH] security/snort: mark MAKE_JOBS_UNSAFE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 09 01:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-BETA2 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009
>Description:
Mark MAKE_JOBS_UNSAFE, as it fails with forced jobs

http://people.freebsd.org/~amdmi3/snort-2.8.4.1_1.1.log
http://people.freebsd.org/~amdmi3/snort-2.8.4.1_1.2.log

Port maintainer (clsung@FreeBSD.org) is cc'd.

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

--- snort-2.8.4.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/security/snort/Makefile,v
retrieving revision 1.111
diff -u -u -r1.111 Makefile
--- Makefile	21 Aug 2009 01:34:33 -0000	1.111
+++ Makefile	9 Sep 2009 01:05:42 -0000
@@ -33,6 +33,7 @@
 SUB_FILES=	pkg-message
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
+MAKE_JOBS_UNSAFE=	yes
 
 CONFIG_DIR?=	${PREFIX}/etc/snort
 CONFIG_FILES=	classification.config gen-msg.map reference.config \
--- snort-2.8.4.1_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?20090909013931.B9492B829>