summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-06 07:04:05 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-06 07:04:05 +0000
commit29eeb3f469363d328e2a89bdce8427ae448a8154 (patch)
tree4e6537bd85fb028360a2a890e243148bcaeca058 /graphics
parent- Update MASTER_SITES (diff)
- Update to version 0.0.4
PR: 57636 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=90394
Diffstat (limited to 'graphics')
-rw-r--r--graphics/yafaray/Makefile5
-rw-r--r--graphics/yafaray/distinfo2
-rw-r--r--graphics/yafaray/files/patch-configure10
-rw-r--r--graphics/yafaray/files/patch-src_loader_loader.cc12
-rw-r--r--graphics/yafaray/pkg-plist1
-rw-r--r--graphics/yafray/Makefile5
-rw-r--r--graphics/yafray/distinfo2
-rw-r--r--graphics/yafray/files/patch-configure10
-rw-r--r--graphics/yafray/files/patch-src_loader_loader.cc12
-rw-r--r--graphics/yafray/pkg-plist1
10 files changed, 28 insertions, 32 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
diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile
index f4593f46cae2..ccc8ed83b542 100644
--- a/graphics/yafray/Makefile
+++ b/graphics/yafray/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/yafray/distinfo b/graphics/yafray/distinfo
index de160ca34627..84e2693c2819 100644
--- a/graphics/yafray/distinfo
+++ b/graphics/yafray/distinfo
@@ -1 +1 @@
-MD5 (yafray-0.0.3.tar.gz) = dc2b45d8d1cd1e83aecdf01a3ad4232d
+MD5 (yafray-0.0.4.tar.gz) = 77186ea4afb14c36416781b96e2af0f5
diff --git a/graphics/yafray/files/patch-configure b/graphics/yafray/files/patch-configure
new file mode 100644
index 000000000000..d17586d40ac4
--- /dev/null
+++ b/graphics/yafray/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/yafray/files/patch-src_loader_loader.cc b/graphics/yafray/files/patch-src_loader_loader.cc
deleted file mode 100644
index 17ea8c9b40a0..000000000000
--- a/graphics/yafray/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/yafray/pkg-plist b/graphics/yafray/pkg-plist
index c51812a9c7be..5c19046299db 100644
--- a/graphics/yafray/pkg-plist
+++ b/graphics/yafray/pkg-plist
@@ -1,2 +1,3 @@
bin/yafray
etc/gram.yafray
+lib/libyafray.so