diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-06 07:04:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-06 07:04:05 +0000 |
commit | 29eeb3f469363d328e2a89bdce8427ae448a8154 (patch) | |
tree | 4e6537bd85fb028360a2a890e243148bcaeca058 /graphics/yafaray | |
parent | 92c7647e3d723ce7ae957c73913e65824b2e2d77 (diff) | |
download | ports-29eeb3f469363d328e2a89bdce8427ae448a8154.tar.gz ports-29eeb3f469363d328e2a89bdce8427ae448a8154.zip |
Notes
Diffstat (limited to 'graphics/yafaray')
-rw-r--r-- | graphics/yafaray/Makefile | 5 | ||||
-rw-r--r-- | graphics/yafaray/distinfo | 2 | ||||
-rw-r--r-- | graphics/yafaray/files/patch-configure | 10 | ||||
-rw-r--r-- | graphics/yafaray/files/patch-src_loader_loader.cc | 12 | ||||
-rw-r--r-- | graphics/yafaray/pkg-plist | 1 |
5 files changed, 14 insertions, 16 deletions
diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile index f4593f46cae2..ccc8ed83b542 100644 --- a/graphics/yafaray/Makefile +++ b/graphics/yafaray/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= yafray -PORTVERSION= 0.0.3 -PORTREVISION= 1 +PORTVERSION= 0.0.4 CATEGORIES= graphics MASTER_SITES= http://www.coala.uniovi.es/~jandro/noname/downloads/ @@ -17,7 +16,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_GETOPT_LONG=yes USE_REINPLACE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" diff --git a/graphics/yafaray/distinfo b/graphics/yafaray/distinfo index de160ca34627..84e2693c2819 100644 --- a/graphics/yafaray/distinfo +++ b/graphics/yafaray/distinfo @@ -1 +1 @@ -MD5 (yafray-0.0.3.tar.gz) = dc2b45d8d1cd1e83aecdf01a3ad4232d +MD5 (yafray-0.0.4.tar.gz) = 77186ea4afb14c36416781b96e2af0f5 diff --git a/graphics/yafaray/files/patch-configure b/graphics/yafaray/files/patch-configure new file mode 100644 index 000000000000..d17586d40ac4 --- /dev/null +++ b/graphics/yafaray/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu Jun 12 21:31:41 2003 ++++ configure Thu Jun 12 21:32:01 2003 +@@ -7842,6 +7842,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='${SHELL} /usr/local/bin/libtool' diff --git a/graphics/yafaray/files/patch-src_loader_loader.cc b/graphics/yafaray/files/patch-src_loader_loader.cc deleted file mode 100644 index 17ea8c9b40a0..000000000000 --- a/graphics/yafaray/files/patch-src_loader_loader.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- src/loader/loader.cc.orig Sun May 18 13:41:35 2003 -+++ src/loader/loader.cc Sun May 18 13:42:24 2003 -@@ -32,6 +32,9 @@ - #include<zlib.h> - #endif - -+#ifdef __FreeBSD__ -+#define __GNU_LIBRARY__ -+#endif - #include <getopt.h> - - string path[]= diff --git a/graphics/yafaray/pkg-plist b/graphics/yafaray/pkg-plist index c51812a9c7be..5c19046299db 100644 --- a/graphics/yafaray/pkg-plist +++ b/graphics/yafaray/pkg-plist @@ -1,2 +1,3 @@ bin/yafray etc/gram.yafray +lib/libyafray.so |