Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 2010 09:53:08 -0500 (CDT)
From:      Eric F Crist <ecrist@secure-computing.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Josh Paetzel <jpaetzel@FreeBSD.org>
Subject:   ports/149618: security/openvpn-devel: update to conflicts in prep for openvpn-beta port
Message-ID:  <20100813145308.A6E6C6D437@cartman.secure-computing.net>
Resent-Message-ID: <201008131500.o7DF0G3N092522@freefall.freebsd.org>

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

>Number:         149618
>Category:       ports
>Synopsis:       security/openvpn-devel: update to conflicts in prep for openvpn-beta port
>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:   Fri Aug 13 15:00:16 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Eric F Crist
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
Secure Computing Networks
>Environment:
System: FreeBSD cartman.secure-computing.net 9.0-CURRENT FreeBSD 9.0-CURRENT #2: Mon Apr 12 12:46:23 CDT 2010 root@cartman.secure-computing.net:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	OpenVPN 2.2-beta1 is being released today, this patch prevents openvpn, openvpn-devel, and openvpn-beta from being installed on the same machine, since they all conflict.
>How-To-Repeat:
>Fix:

--- ovpnd.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/openvpn-devel/Makefile,v
retrieving revision 1.62
diff -u -r1.62 Makefile
--- Makefile	4 Aug 2010 16:02:48 -0000	1.62
+++ Makefile	13 Aug 2010 14:51:44 -0000
@@ -17,7 +17,7 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}
 
-CONFLICTS=	openvpn-[0-9]*
+CONFLICTS=	openvpn-devel-[0-9]* openvpn-2.0* openvpn-beta-[0-9]*
 
 GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
--- ovpnd.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100813145308.A6E6C6D437>