aboutsummaryrefslogtreecommitdiff
path: root/www/openvrml
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2008-02-06 20:46:33 +0000
committerThierry Thomas <thierry@FreeBSD.org>2008-02-06 20:46:33 +0000
commitb5596f502d6674e0bf31e8cc51ed7947c0dbe06f (patch)
tree102957121bd024c894863a88408ebb1e5cce5c74 /www/openvrml
parente5dda08f1b6224d4ccebc32ebd95a744a2385c23 (diff)
Notes
Diffstat (limited to 'www/openvrml')
-rw-r--r--www/openvrml/Makefile3
-rw-r--r--www/openvrml/distinfo6
-rw-r--r--www/openvrml/files/patch-configure16
3 files changed, 13 insertions, 12 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile
index 53f66c5fe00b..bf90ae7b0345 100644
--- a/www/openvrml/Makefile
+++ b/www/openvrml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openvrml
-PORTVERSION= 0.17.4
+PORTVERSION= 0.17.5
CATEGORIES= www graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -28,6 +28,7 @@ USE_SDL= sdl
USE_JAVA= yes
GNU_CONFIGURE= yes
LIBTOOLFILES= configure mozilla-plugin/configure lib/gtkglext/configure
+CONFIGURE_ARGS= --enable-gecko-rpath
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -I${JAVA_HOME}/include -I${JAVA_HOME}/include/${OPSYS:L}" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -L${JAVA_HOME}/jre/lib/${ARCH}/client ${PTHREAD_LIBS}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" \
diff --git a/www/openvrml/distinfo b/www/openvrml/distinfo
index d44bdf3161c4..a6b8b615997a 100644
--- a/www/openvrml/distinfo
+++ b/www/openvrml/distinfo
@@ -1,3 +1,3 @@
-MD5 (openvrml-0.17.4.tar.gz) = 24f3382827aaaf3499ac456dd28b4707
-SHA256 (openvrml-0.17.4.tar.gz) = 9e00f4d1fb471256305a2d3a5a1b0c61edffb6796273d73bf7e752ef89ff660d
-SIZE (openvrml-0.17.4.tar.gz) = 6065231
+MD5 (openvrml-0.17.5.tar.gz) = efc09f7803ac3aaf8ab0af66615faef0
+SHA256 (openvrml-0.17.5.tar.gz) = 979bb4795dc1583024fbe502ff3f51807216678b64a43533818f784017aa72eb
+SIZE (openvrml-0.17.5.tar.gz) = 6067792
diff --git a/www/openvrml/files/patch-configure b/www/openvrml/files/patch-configure
index 73d57c57a652..a7e1f0c0d27c 100644
--- a/www/openvrml/files/patch-configure
+++ b/www/openvrml/files/patch-configure
@@ -1,11 +1,11 @@
---- configure.orig 2008-01-26 07:54:50.000000000 +0100
-+++ configure 2008-01-27 11:26:27.000000000 +0100
-@@ -25337,7 +25337,7 @@
- #
-
- if test -n "${openvrml_run_path}" -a "X$enable_gecko_rpath" != Xno; then
-- OPENVRML_RPATH="-rpath ${openvrml_run_path}"
-+ OPENVRML_RPATH="${openvrml_run_path}"
+--- configure.orig 2008-02-04 11:43:58.000000000 +0100
++++ configure 2008-02-05 23:12:39.000000000 +0100
+@@ -25349,7 +25349,7 @@
fi
+ openvrml_run_path="${GRE_PATH}${openvrml_run_path}"
+-OPENVRML_RPATH="-rpath ${openvrml_run_path}"
++OPENVRML_RPATH="${openvrml_run_path}"
+
+ fi