From nobody@FreeBSD.org  Thu Sep 24 08:00:06 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 866F4106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 24 Sep 2009 08:00:06 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 577D98FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 24 Sep 2009 08:00:06 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n8O800vq055978
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 24 Sep 2009 08:00:00 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n8O800TC055977;
	Thu, 24 Sep 2009 08:00:00 GMT
	(envelope-from nobody)
Message-Id: <200909240800.n8O800TC055977@www.freebsd.org>
Date: Thu, 24 Sep 2009 08:00:00 GMT
From: Vladimir Korkodinov <viper@perm.raid.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [FIX] security/libprelude not respect NOPORTS
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         139100
>Category:       ports
>Synopsis:       [FIX] security/libprelude not respect NOPORTS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 24 08:10:02 UTC 2009
>Closed-Date:    Wed Nov 04 08:10:47 UTC 2009
>Last-Modified:  Wed Nov 04 08:10:47 UTC 2009
>Originator:     Vladimir Korkodinov
>Release:        FreeBSD 6.4-RELEASE
>Organization:
>Environment:
FreeBSD xxx 6.4-RELEASE FreeBSD 6.4-RELEASE #2: Thu Dec 4 11:29:00 YEKT 2008 root@xxxx:/usr/obj/usr/src/sys/kernel i386
>Description:
Try fix this http://lists.freebsd.org/pipermail/freebsd-ports/2009-September/057177.html

>How-To-Repeat:

>Fix:
apply patch

Patch attached with submission follows:

diff -ruN libprelude.old/Makefile libprelude/Makefile
--- libprelude.old/Makefile	2009-09-24 04:17:10.000000000 +0600
+++ libprelude/Makefile	2009-09-24 12:33:52.000000000 +0600
@@ -5,6 +5,7 @@
 
 PORTNAME=	libprelude
 PORTVERSION=	0.9.24.1
+PORTREVISION=   2
 CATEGORIES=	security
 MASTER_SITES=	http://www.prelude-ids.com/download/releases/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTNAME} ${PORTNAME}/old
diff -ruN libprelude.old/files/patch-Makefile.am libprelude/files/patch-Makefile.am
--- libprelude.old/files/patch-Makefile.am	1970-01-01 05:00:00.000000000 +0500
+++ libprelude/files/patch-Makefile.am	2009-09-24 12:22:21.000000000 +0600
@@ -0,0 +1,11 @@
+--- Makefile.am.orig	2009-05-12 21:30:50.000000000 +0600
++++ Makefile.am	2009-09-24 12:22:08.000000000 +0600
+@@ -1,7 +1,7 @@
+ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-easy-bindings
+ ACLOCAL_AMFLAGS = -I m4 -I libmissing/m4
+ 
+-SUBDIRS = libltdl libmissing m4 src prelude-admin bindings docs tests
++SUBDIRS = libltdl libmissing m4 src prelude-admin bindings tests
+ DIST_SUBDIRS=$(SUBDIRS)
+ 
+ EXTRA_DIST = HACKING.README LICENSE.README tls.conf
diff -ruN libprelude.old/files/patch-Makefile.in libprelude/files/patch-Makefile.in
--- libprelude.old/files/patch-Makefile.in	1970-01-01 05:00:00.000000000 +0500
+++ libprelude/files/patch-Makefile.in	2009-09-24 12:19:44.000000000 +0600
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2009-08-11 21:05:56.000000000 +0600
++++ Makefile.in	2009-09-24 12:19:34.000000000 +0600
+@@ -896,7 +896,7 @@
+ top_srcdir = @top_srcdir@
+ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-easy-bindings
+ ACLOCAL_AMFLAGS = -I m4 -I libmissing/m4
+-SUBDIRS = libltdl libmissing m4 src prelude-admin bindings docs tests
++SUBDIRS = libltdl libmissing m4 src prelude-admin bindings tests
+ DIST_SUBDIRS = $(SUBDIRS)
+ EXTRA_DIST = HACKING.README LICENSE.README tls.conf
+ bin_SCRIPTS = $(top_builddir)/libprelude-config


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Sep 24 12:13:35 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139100 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Nov 4 08:10:46 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139100 
>Unformatted:
