mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Fix build on pointyhat if openvpn and openvpn-devel are built at the
same time. Rearrange the ports used in self-test to different ones. PR: ports/111207 Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
This commit is contained in:
parent
68489d92b0
commit
30101532c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189190
26
security/openvpn-devel/files/patch-selftest-ports
Normal file
26
security/openvpn-devel/files/patch-selftest-ports
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user