summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2013-09-23 02:07:00 +0000
committerasau <asau@pkgsrc.org>2013-09-23 02:07:00 +0000
commit61fa957657e2024f4838f59a188499ba79e69b19 (patch)
treedf42b65677e8a1a14de80a0b5b8d22201f428b05 /graphics
parent47f08e1d7d8bf40dec2b38470c553aeb83b0cd68 (diff)
downloadpkgsrc-61fa957657e2024f4838f59a188499ba79e69b19.tar.gz
Treat FreeBSD and NetBSD uniformly. This fixes building the package on FreeBSD.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/MesaLib/distinfo4
-rw-r--r--graphics/MesaLib/patches/patch-bin_mklib12
2 files changed, 10 insertions, 6 deletions
diff --git a/graphics/MesaLib/distinfo b/graphics/MesaLib/distinfo
index 9506e7ac61a..276f7ef24ce 100644
--- a/graphics/MesaLib/distinfo
+++ b/graphics/MesaLib/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.80 2013/06/16 04:16:59 obache Exp $
+$NetBSD: distinfo,v 1.81 2013/09/23 02:07:00 asau Exp $
SHA1 (Mesa-7.11.2/MesaGLUT-7.11.2.tar.bz2) = 2e6e730204800a0748b301a5f58b86332699788b
RMD160 (Mesa-7.11.2/MesaGLUT-7.11.2.tar.bz2) = bb2b140375aa13df79fcdb60a7ad0a63622dc531
@@ -7,7 +7,7 @@ SHA1 (Mesa-7.11.2/MesaLib-7.11.2.tar.bz2) = 5981ac2de8438e5f4a1f3561f2044d700c5f
RMD160 (Mesa-7.11.2/MesaLib-7.11.2.tar.bz2) = 656ded1db6c1f6fdd15a3f2cdee1b895d393bcea
Size (Mesa-7.11.2/MesaLib-7.11.2.tar.bz2) = 6257280 bytes
SHA1 (patch-af) = da0bd412b81d4b826b6d9b4bb8d98ca1fe0006ba
-SHA1 (patch-bin_mklib) = 152b61d40d2e24cf3674d346e94fcab04b850909
+SHA1 (patch-bin_mklib) = 09c216007fdaf5a0feab3834a2361d5b1912e47f
SHA1 (patch-configure.ac) = 0e3f9a1f21ba3a50161312683e9a0ad36f9f3e61
SHA1 (patch-include_GL_gl.h) = a97ab309556c78d818d0b8bd867b5f2412c141b0
SHA1 (patch-src_gallium_include_pipe_p__config.h) = 934e2505fe299e1a25da6def2f971fa1302840c0
diff --git a/graphics/MesaLib/patches/patch-bin_mklib b/graphics/MesaLib/patches/patch-bin_mklib
index 4701a8fcca4..652b634f98e 100644
--- a/graphics/MesaLib/patches/patch-bin_mklib
+++ b/graphics/MesaLib/patches/patch-bin_mklib
@@ -1,4 +1,4 @@
-$NetBSD: patch-bin_mklib,v 1.1 2013/05/16 05:22:02 richard Exp $
+$NetBSD: patch-bin_mklib,v 1.2 2013/09/23 02:07:00 asau Exp $
Solaris ld seemingly has a hard time swallowing nested archives,
so flatten them out as is done for linux.
@@ -7,8 +7,8 @@ Also, to simplify PLIST processing, add versioned shared libraries
for SunOS.
--- bin/mklib.orig 2011-10-15 00:43:58.000000000 +0000
-+++ bin/mklib
-@@ -305,6 +305,12 @@ fi
++++ bin/mklib 2013-09-23 01:54:56.561727009 +0000
+@@ -305,9 +305,15 @@ fi
#
# OK, make the library now
#
@@ -20,7 +20,11 @@ for SunOS.
+
case $ARCH in
- 'Linux' | 'OpenBSD' | 'DragonFly' | 'GNU' | GNU/* | 'NetBSD')
+- 'Linux' | 'OpenBSD' | 'DragonFly' | 'GNU' | GNU/* | 'NetBSD')
++ 'Linux' | 'OpenBSD' | 'DragonFly' | 'GNU' | GNU/* | 'NetBSD' | 'FreeBSD')
+ # we assume gcc
+
+ if [ "x$LINK" = "x" ] ; then
@@ -398,12 +404,6 @@ case $ARCH in
OPTS=${ALTOPTS}
fi