Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Nov 2007 14:22:13 -0800 (PST)
From:      Nick Barkas <snb@threerings.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117967: [maintainer] [patch] security/openvpn-auth-ldap no longer broken on 7.0
Message-ID:  <20071110222213.E93B317074@maguro.moduli.net>
Resent-Message-ID: <200711102240.lAAMe2mw033487@freefall.freebsd.org>

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

>Number:         117967
>Category:       ports
>Synopsis:       [maintainer] [patch] security/openvpn-auth-ldap no longer broken on 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:   Sat Nov 10 22:40:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Nick Barkas
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
Three Rings Design, Inc.
>Environment:
System: FreeBSD maguro.moduli.net 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Fri Dec 1 23:08:05 PST 2006 root@maguro.moduli.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
security/openvpn-auth-ldap was marked as broken on 7.0 due to a missing 
Objective C header with gcc 4.2. This problem was fixed a few weeks ago (see
http://www.freebsd.org/cgi/cvsweb.cgi/src/gnu/lib/libobjc/Makefile?rev=1.32) so
this port now compiles fine on 7.0. I just tested on a system running 7.0 Beta 
2.
>How-To-Repeat:
>Fix:
--- openvpn-auth-ldap.patch begins here ---
--- Makefile.orig	Sun Oct  7 05:42:36 2007
+++ Makefile	Sat Nov 10 14:13:31 2007
@@ -31,10 +31,4 @@
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN=		Does not compile with GCC 4.2
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- openvpn-auth-ldap.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?20071110222213.E93B317074>