[Pkg-gridengine-commits] [pkg-gridengine] 01/01: Fix package build for kFreeBSD

Afif Elghraoui afif at moszumanska.debian.org
Sun Jul 10 03:09:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

afif pushed a commit to branch topic/portability
in repository pkg-gridengine.

commit 03c1c5988454aac96bc5b84116084dcb5ed0d2b4
Author: Afif Elghraoui <afif at debian.org>
Date:   Sat Jul 9 20:08:30 2016 -0700

    Fix package build for kFreeBSD
    
    Closes: 828875
---
 debian/patches/kFreeBSD.patch | 16 ++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/kFreeBSD.patch b/debian/patches/kFreeBSD.patch
new file mode 100644
index 0000000..529b64e
--- /dev/null
+++ b/debian/patches/kFreeBSD.patch
@@ -0,0 +1,16 @@
+Description: Build kFreeBSD as though it were regular FreeBSD
+ kFreeBSD's uname is unrecognized by gridengine's build system.
+Author: Afif Elghraoui <afif at debian.org>
+Forwarded: no
+Last-Update: 2016-07-09
+--- pkg-gridengine.orig/source/dist/util/arch
++++ pkg-gridengine/source/dist/util/arch
+@@ -130,7 +130,7 @@
+       ARCH=darwin-$darwin_machine
+    fi
+    ;;
+-FreeBSD|DragonFly)
++GNU/kFreeBSD|FreeBSD|DragonFly)
+    ARCH=fbsd-$osmachine
+    ;;
+ NetBSD)
diff --git a/debian/patches/series b/debian/patches/series
index a4675fc..2700f26 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+kFreeBSD.patch
 compiler-flags.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gridengine/pkg-gridengine.git



More information about the Pkg-gridengine-commits mailing list