svn commit: r353624 - in head/graphics/opendx: . files

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat May 10 22:28:39 UTC 2014


Author: stephen
Date: Sat May 10 22:28:38 2014
New Revision: 353624
URL: http://svnweb.freebsd.org/changeset/ports/353624
QAT: https://qat.redports.org/buildarchive/r353624/

Log:
  - Change AUTOTOOLS=libtool to USES=libtool.
  - Bump portrevision.
  
  Reference:	http://lists.freebsd.org/pipermail/freebsd-ports/2014-May/092082.html

Deleted:
  head/graphics/opendx/files/patch-ltmain.sh
Modified:
  head/graphics/opendx/Makefile
  head/graphics/opendx/pkg-plist

Modified: head/graphics/opendx/Makefile
==============================================================================
--- head/graphics/opendx/Makefile	Sat May 10 22:23:52 2014	(r353623)
+++ head/graphics/opendx/Makefile	Sat May 10 22:28:38 2014	(r353624)
@@ -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}/grap
 		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

Modified: head/graphics/opendx/pkg-plist
==============================================================================
--- head/graphics/opendx/pkg-plist	Sat May 10 22:23:52 2014	(r353623)
+++ head/graphics/opendx/pkg-plist	Sat May 10 22:28:38 2014	(r353624)
@@ -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


More information about the svn-ports-all mailing list