pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/blender Don't leak WRKDIR in rpath. Bump revi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7122eabd2ab5
branches:  trunk
changeset: 543680:7122eabd2ab5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 21 21:14:48 2008 +0000

description:
Don't leak WRKDIR in rpath. Bump revision.

diffstat:

 graphics/blender/Makefile         |   4 ++--
 graphics/blender/distinfo         |   3 ++-
 graphics/blender/patches/patch-aj |  12 ++++++++++++
 3 files changed, 16 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 772b8fe16b45 -r 7122eabd2ab5 graphics/blender/Makefile
--- a/graphics/blender/Makefile Sat Jun 21 21:12:05 2008 +0000
+++ b/graphics/blender/Makefile Sat Jun 21 21:14:48 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2008/05/17 10:33:15 tonnerre Exp $
+# $NetBSD: Makefile,v 1.62 2008/06/21 21:14:48 joerg Exp $
 
 DISTNAME=      blender-2.45
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    graphics
 MASTER_SITES=  ftp://ftp.cs.umn.edu/pub/blender.org/source/ \
                http://download.blender.org/source/
diff -r 772b8fe16b45 -r 7122eabd2ab5 graphics/blender/distinfo
--- a/graphics/blender/distinfo Sat Jun 21 21:12:05 2008 +0000
+++ b/graphics/blender/distinfo Sat Jun 21 21:14:48 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2008/05/17 10:33:15 tonnerre Exp $
+$NetBSD: distinfo,v 1.25 2008/06/21 21:14:48 joerg Exp $
 
 SHA1 (blender-2.45.tar.gz) = ff66ec5f0129fd04a2ba5c063627ef13033c0598
 RMD160 (blender-2.45.tar.gz) = fd39b59de0f4d770fe26ce39d51356e98b1ec8ea
@@ -11,3 +11,4 @@
 SHA1 (patch-ag) = bd3fae7b10349dd2c1ef45a18346d980530e01a4
 SHA1 (patch-ah) = b45f534b4c5850da13e9b421f73e33c8d079696f
 SHA1 (patch-ai) = 8909e9d698b9370bb756b81c41812a05790da419
+SHA1 (patch-aj) = 59c935bc84101e3a57af5231d6f1153897bbbb03
diff -r 772b8fe16b45 -r 7122eabd2ab5 graphics/blender/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/blender/patches/patch-aj Sat Jun 21 21:14:48 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 2008/06/21 21:14:48 joerg Exp $
+
+--- source/creator/CMakeLists.txt.orig 2008-06-21 14:38:11.000000000 +0000
++++ source/creator/CMakeLists.txt
+@@ -269,6 +269,7 @@ IF(UNIX)
+     ENDIF(REMLIB)
+   ENDFOREACH(SORTLIB)
+   TARGET_LINK_LIBRARIES(blender ${BLENDER_SORTED_LIBS})
++  SET_TARGET_PROPERTIES(blender PROPERTIES SKIP_BUILD_RPATH ON )
+ ELSE(UNIX)
+   TARGET_LINK_LIBRARIES(blender ${BLENDER_LINK_LIBS})
+ ENDIF(UNIX)



Home | Main Index | Thread Index | Old Index