aboutsummaryrefslogtreecommitdiff
path: root/net/rdist6
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-02-05 19:10:14 +0000
committerJohn Marino <marino@FreeBSD.org>2014-02-05 19:10:14 +0000
commit07162f3ba75d0fc805736370dc407b7bf7230b45 (patch)
tree6330dc7aead12786174a0cc6ebf5a3601bcec7a3 /net/rdist6
parent037ccfbe9773eaf1140a85a16a7a721c64e27b5b (diff)
downloadports-07162f3ba75d0fc805736370dc407b7bf7230b45.tar.gz
ports-07162f3ba75d0fc805736370dc407b7bf7230b45.zip
net/rdist6: Add dragonfly support, rename patch
While I could have regenerated the patch-ai, I deemed it better to rename it as the "old-style" patch names are not very friendly.
Notes
Notes: svn path=/head/; revision=342818
Diffstat (limited to 'net/rdist6')
-rw-r--r--net/rdist6/files/patch-build_os-type (renamed from net/rdist6/files/patch-ai)9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/rdist6/files/patch-ai b/net/rdist6/files/patch-build_os-type
index a07f0f13f45b..6524af419ad9 100644
--- a/net/rdist6/files/patch-ai
+++ b/net/rdist6/files/patch-build_os-type
@@ -1,6 +1,6 @@
---- build/os-type.orig Tue Nov 10 11:37:27 1998
-+++ build/os-type Mon Mar 22 10:10:54 1999
-@@ -83,7 +83,7 @@
+--- build/os-type.orig 1998-11-09 22:37:27.000000000 -0500
++++ build/os-type
+@@ -83,7 +83,7 @@ fi
if [ -z "${OS}" -a ! -z "${uname}" ]; then
case "`$uname -a | tr '[A-Z]' '[a-z]'`" in
osf1*) OS=break;;
@@ -9,11 +9,12 @@
*" dcosx "*) OS=dcosx;;
*"cx/ux"*) OS=cxux;;
*"hp-ux"*) # HP-UX 9.x
-@@ -111,7 +111,7 @@
+@@ -111,7 +111,8 @@ if [ -z "${OS}" -a ! -z "${uname}" ]; th
OS="${osname}${osmajver}"
;;
"linux"*) OS=linux;;
- "freebsd"*) OS="${osname}${osmajver}";;
++ dragonfly*) OS=freebsd2 ;;
+ "freebsd"*) OS="freebsd2";;
# OpenBSD looks like freebsd2 right now
"openbsd"*) OS="freebsd2";;