[Pkg-gridengine-commits] [pkg-gridengine] 03/05: Fix package build for kFreeBSD
Afif Elghraoui
afif at moszumanska.debian.org
Tue Aug 30 06:53:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch debian/experimental
in repository pkg-gridengine.
commit 8011a4eb6fce41d102ef2514dbdc507498b21f08
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 3d5f2ae..81c9b84 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+kFreeBSD.patch
compiler-flags.patch
union-wait.patch
m32_m64.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