From snb@maguro.moduli.net  Sat Nov 10 22:38:29 2007
Return-Path: <snb@maguro.moduli.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9828616A417
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Nov 2007 22:38:29 +0000 (UTC)
	(envelope-from snb@maguro.moduli.net)
Received: from maguro.moduli.net (maguro.moduli.net [69.80.211.102])
	by mx1.freebsd.org (Postfix) with ESMTP id 83BC913C4A6
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Nov 2007 22:38:29 +0000 (UTC)
	(envelope-from snb@maguro.moduli.net)
Received: by maguro.moduli.net (Postfix, from userid 1001)
	id E93B317074; Sat, 10 Nov 2007 14:22:13 -0800 (PST)
Message-Id: <20071110222213.E93B317074@maguro.moduli.net>
Date: Sat, 10 Nov 2007 14:22:13 -0800 (PST)
From: Nick Barkas <snb@threerings.net>
Reply-To: Nick Barkas <snb@threerings.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer] [patch] security/openvpn-auth-ldap no longer broken on 7.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    linimon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 10 22:40:02 UTC 2007
>Closed-Date:    Tue Nov 20 02:21:52 UTC 2007
>Last-Modified:  Tue Nov 20 02:30:01 UTC 2007
>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:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Nov 20 02:21:36 UTC 2007 
State-Changed-Why:  
Committed, thanks. 


Responsible-Changed-From-To: freebsd-ports-bugs->linimon 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Nov 20 02:21:36 UTC 2007 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=117967 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117967: commit references a PR
Date: Tue, 20 Nov 2007 02:21:31 +0000 (UTC)

 linimon     2007-11-20 02:21:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/openvpn-auth-ldap Makefile 
   Log:
   Unmark broken; the missing Objective C header with gcc 4.2 has now been
   fixed.
   
   PR:             ports/117967
   Submitted by:   maintainer
   Approved by:    portmgr (self)
   
   Revision  Changes    Path
   1.4       +1 -7      ports/security/openvpn-auth-ldap/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
