diff options
author | marino <marino@FreeBSD.org> | 2014-02-06 03:10:14 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-02-06 03:10:14 +0800 |
commit | e64236cc169a83ea442bb87d0657ed0a39ecb3c1 (patch) | |
tree | 6330dc7aead12786174a0cc6ebf5a3601bcec7a3 /net | |
parent | 2843357c7abdec32d821b218c00549051d109d3c (diff) | |
download | freebsd-ports-gnome-e64236cc169a83ea442bb87d0657ed0a39ecb3c1.tar.gz freebsd-ports-gnome-e64236cc169a83ea442bb87d0657ed0a39ecb3c1.tar.zst freebsd-ports-gnome-e64236cc169a83ea442bb87d0657ed0a39ecb3c1.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.
Diffstat (limited to 'net')
-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";; |