svn commit: r345921 - head/graphics/libetonyek

Baptiste Daroussin bapt at FreeBSD.org
Tue Feb 25 07:53:49 UTC 2014


Author: bapt
Date: Tue Feb 25 07:53:49 2014
New Revision: 345921
URL: http://svnweb.freebsd.org/changeset/ports/345921
QAT: https://qat.redports.org/buildarchive/r345921/

Log:
  Convert to USES=libtool (this fixes some overlinking as well as producing library names that upstream would expect)

Modified:
  head/graphics/libetonyek/Makefile
  head/graphics/libetonyek/pkg-plist

Modified: head/graphics/libetonyek/Makefile
==============================================================================
--- head/graphics/libetonyek/Makefile	Tue Feb 25 07:47:15 2014	(r345920)
+++ head/graphics/libetonyek/Makefile	Tue Feb 25 07:53:49 2014	(r345921)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libetonyek
 PORTVERSION=	0.0.3
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://dev-www.libreoffice.org/src/
 
@@ -21,10 +22,10 @@ OPTIONS_DEFINE=	DOCS TEST
 CONFIGURE_ARGS=	--disable-werror
 CPPFLAGS+=	-I${LOCALBASE}/include
 
-USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
 USE_XZ=		yes
-USES=		gmake pkgconfig pathfix
+USES=		gmake libtool pkgconfig pathfix
 
 PORTDOCS=	*
 DOCS_BUILD_DEPENDS=	doxygen:${PORTSDIR}/devel/doxygen

Modified: head/graphics/libetonyek/pkg-plist
==============================================================================
--- head/graphics/libetonyek/pkg-plist	Tue Feb 25 07:47:15 2014	(r345920)
+++ head/graphics/libetonyek/pkg-plist	Tue Feb 25 07:53:49 2014	(r345921)
@@ -9,6 +9,7 @@ lib/libetonyek-0.0.a
 lib/libetonyek-0.0.la
 lib/libetonyek-0.0.so
 lib/libetonyek-0.0.so.0
+lib/libetonyek-0.0.so.0.0.3
 libdata/pkgconfig/libetonyek-0.0.pc
 @dirrm include/libetonyek-0.0/libetonyek
 @dirrm include/libetonyek-0.0


More information about the svn-ports-all mailing list