diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-05-10 22:28:38 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-05-10 22:28:38 +0000 |
commit | a9237ac948e7ad3b7125ee4bc5a0adbe2e81a45a (patch) | |
tree | a14a4f784206e61296f57a0890572087c91f0d94 /graphics/opendx | |
parent | 64c32790689176eb61c9dce3e8712aa2cca85733 (diff) |
Notes
Diffstat (limited to 'graphics/opendx')
-rw-r--r-- | graphics/opendx/Makefile | 7 | ||||
-rw-r--r-- | graphics/opendx/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | graphics/opendx/pkg-plist | 8 |
3 files changed, 8 insertions, 22 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index b613c56bc878..a6e07de66d41 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -3,7 +3,7 @@ PORTNAME= opendx PORTVERSION= 4.4.4 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics math java MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ DISTNAME= dx-${PORTVERSION} @@ -16,10 +16,11 @@ LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick \ cdf:${PORTSDIR}/science/cdf USE_XORG= xinerama xext xpm xmu sm ice -USES= bison motif gmake +USES= bison motif gmake libtool USE_GCC= any USE_GL= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV= ARCH=freebsd diff --git a/graphics/opendx/files/patch-ltmain.sh b/graphics/opendx/files/patch-ltmain.sh deleted file mode 100644 index e501c8fd5cfa..000000000000 --- a/graphics/opendx/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Thu Jan 8 13:51:00 2004 -+++ ltmain.sh Thu Jan 8 13:51:11 2004 -@@ -5425,10 +5425,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/graphics/opendx/pkg-plist b/graphics/opendx/pkg-plist index dff24a685693..9a11be9e2d49 100644 --- a/graphics/opendx/pkg-plist +++ b/graphics/opendx/pkg-plist @@ -2260,21 +2260,21 @@ dx/lib/mdf2c.awk dx/lib/messages dx/lib/outboard.c dx/lib_%%ARCH%%/libDX.a -dx/lib_%%ARCH%%/libDX.la dx/lib_%%ARCH%%/libDX.so dx/lib_%%ARCH%%/libDX.so.4 +dx/lib_%%ARCH%%/libDX.so.4.0.44 dx/lib_%%ARCH%%/libDXL.a -dx/lib_%%ARCH%%/libDXL.la dx/lib_%%ARCH%%/libDXL.so dx/lib_%%ARCH%%/libDXL.so.4 +dx/lib_%%ARCH%%/libDXL.so.4.0.44 dx/lib_%%ARCH%%/libDXcallm.a -dx/lib_%%ARCH%%/libDXcallm.la dx/lib_%%ARCH%%/libDXcallm.so dx/lib_%%ARCH%%/libDXcallm.so.4 +dx/lib_%%ARCH%%/libDXcallm.so.4.0.44 dx/lib_%%ARCH%%/libDXlite.a -dx/lib_%%ARCH%%/libDXlite.la dx/lib_%%ARCH%%/libDXlite.so dx/lib_%%ARCH%%/libDXlite.so.4 +dx/lib_%%ARCH%%/libDXlite.so.4.0.44 dx/lib_%%ARCH%%/arch.mak dx/ui/Basic2D.cfg dx/ui/Basic2D.net |