diff options
author | joerg <joerg> | 2008-06-21 21:14:48 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-21 21:14:48 +0000 |
commit | 252f3cb306268dec859a72223566adaf50761f22 (patch) | |
tree | 31625a52d755db25965d6d4d2e1157a54ad2e460 /graphics | |
parent | 4e972cbcc947933f024bbb615eb33baa2db791b7 (diff) | |
download | pkgsrc-252f3cb306268dec859a72223566adaf50761f22.tar.gz |
Don't leak WRKDIR in rpath. Bump revision.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/blender/Makefile | 4 | ||||
-rw-r--r-- | graphics/blender/distinfo | 3 | ||||
-rw-r--r-- | graphics/blender/patches/patch-aj | 12 |
3 files changed, 16 insertions, 3 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 1566f7d2a7b..dddb88dba8d 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -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 --git a/graphics/blender/distinfo b/graphics/blender/distinfo index ac5ba410dfe..eb5b462f3f1 100644 --- a/graphics/blender/distinfo +++ b/graphics/blender/distinfo @@ -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-af) = ce57bcf10e9291ed156e54b66d154950b0079eb9 SHA1 (patch-ag) = bd3fae7b10349dd2c1ef45a18346d980530e01a4 SHA1 (patch-ah) = b45f534b4c5850da13e9b421f73e33c8d079696f SHA1 (patch-ai) = 8909e9d698b9370bb756b81c41812a05790da419 +SHA1 (patch-aj) = 59c935bc84101e3a57af5231d6f1153897bbbb03 diff --git a/graphics/blender/patches/patch-aj b/graphics/blender/patches/patch-aj new file mode 100644 index 00000000000..03afa1f73c3 --- /dev/null +++ b/graphics/blender/patches/patch-aj @@ -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) |