ports/111207: [MAINTAINER] security/openvpn-devel: fix pointyhat builds
Matthias Andree
matthias.andree at gmx.de
Tue Apr 3 23:10:05 UTC 2007
>Number: 111207
>Category: ports
>Synopsis: [MAINTAINER] security/openvpn-devel: fix pointyhat builds
>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: Tue Apr 03 23:10:04 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Matthias Andree
>Release: FreeBSD 6.2-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:41:06 UTC 2007
>Description:
Fix pointyhat builds that currently fail if this port is built and self-tested
at the same time as security/openvpn. We achieve this be moving the self-test
to different ports (16100f. rather than 16000f. in the original port).
Added file(s):
- files/patch-selftest-ports
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- openvpn-devel-2.1.r2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/openvpn-devel/files/patch-selftest-ports /usr/home/emma/ports/security/openvpn-devel/files/patch-selftest-ports
--- /usr/ports/security/openvpn-devel/files/patch-selftest-ports Thu Jan 1 01:00:00 1970
+++ /usr/home/emma/ports/security/openvpn-devel/files/patch-selftest-ports Wed Apr 4 00:54:46 2007
@@ -0,0 +1,26 @@
+--- sample-config-files/loopback-client.orig Mon Oct 16 00:30:20 2006
++++ sample-config-files/loopback-client Wed Apr 4 00:51:31 2007
+@@ -9,8 +9,8 @@
+ # ./openvpn --config sample-config-files/loopback-client (In one window)
+ # ./openvpn --config sample-config-files/loopback-server (Simultaneously in another window)
+
+-rport 16000
+-lport 16001
++rport 16100
++lport 16101
+ remote localhost
+ local localhost
+ dev null
+--- sample-config-files/loopback-server.orig Mon Oct 16 00:30:20 2006
++++ sample-config-files/loopback-server Wed Apr 4 00:51:31 2007
+@@ -9,8 +9,8 @@
+ # ./openvpn --config sample-config-files/loopback-client (In one window)
+ # ./openvpn --config sample-config-files/loopback-server (Simultaneously in another window)
+
+-rport 16001
+-lport 16000
++rport 16101
++lport 16100
+ remote localhost
+ local localhost
+ dev null
--- openvpn-devel-2.1.r2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list