Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2007 15:09:44 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        db@TruNet.dk
Subject:   ports/111825: [PATCH] security/lockdown: [SUMMARIZE CHANGES]
Message-ID:  <1176919784.431687.25390.nullmailer@bsdmail.org>
Resent-Message-ID: <200704181810.l3IIA3bM003636@freefall.freebsd.org>

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

>Number:         111825
>Category:       ports
>Synopsis:       [PATCH] security/lockdown: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 18 18:10:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD bsdmail.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

- removed support to FreeBSD 4.X(EOL)
- update to using USE_LDCONFIG

Port maintainer (db@TruNet.dk) is cc'd.

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

--- lockdown-2.0.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/lockdown/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	29 Jul 2005 17:18:17 -0000	1.7
+++ Makefile	18 Apr 2007 18:08:44 -0000
@@ -18,15 +18,11 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500000
-BROKEN=		"Does not build on 4.x"
-.endif
-
 .if ${ARCH} == amd64
 CFLAGS+=	-fPIC
 .endif
 
-INSTALLS_SHLIB= yes
+USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/lockdown
 
--- lockdown-2.0.0.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?1176919784.431687.25390.nullmailer>