svn commit: r359895 - head/x11-toolkits/xbae

Tijl Coosemans tijl at FreeBSD.org
Mon Jun 30 18:13:12 UTC 2014


Author: tijl
Date: Mon Jun 30 18:13:11 2014
New Revision: 359895
URL: http://svnweb.freebsd.org/changeset/ports/359895
QAT: https://qat.redports.org/buildarchive/r359895/

Log:
  Convert to USES=libtool.

Modified:
  head/x11-toolkits/xbae/Makefile
  head/x11-toolkits/xbae/pkg-plist

Modified: head/x11-toolkits/xbae/Makefile
==============================================================================
--- head/x11-toolkits/xbae/Makefile	Mon Jun 30 18:09:47 2014	(r359894)
+++ head/x11-toolkits/xbae/Makefile	Mon Jun 30 18:13:11 2014	(r359895)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Xbae
 PORTVERSION=	4.60.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits math
 MASTER_SITES=	SF
 DISTNAME=	xbae-${PORTVERSION}
@@ -11,9 +11,9 @@ DISTNAME=	xbae-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Motif-based widget which displays a grid of cells as a spreadsheet
 
-USES=		motif
-USE_AUTOTOOLS=	libtool
+USES=		libtool motif
 USE_LDCONFIG=	yes
-CONFIGURE_ARGS=--enable-production --enable-static
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-production
 
 .include <bsd.port.mk>

Modified: head/x11-toolkits/xbae/pkg-plist
==============================================================================
--- head/x11-toolkits/xbae/pkg-plist	Mon Jun 30 18:09:47 2014	(r359894)
+++ head/x11-toolkits/xbae/pkg-plist	Mon Jun 30 18:13:11 2014	(r359895)
@@ -7,10 +7,9 @@ include/Xbae/InputP.h
 include/Xbae/Matrix.h
 include/Xbae/MatrixP.h
 include/Xbae/patchlevel.h
-lib/libXbae.a
-lib/libXbae.la
 lib/libXbae.so
 lib/libXbae.so.4
+lib/libXbae.so.4.0.60
 man/man3/XbaeCaption.3.gz
 man/man3/XbaeInput.3.gz
 man/man3/XbaeMatrix.3.gz


More information about the svn-ports-head mailing list