Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 07:53:49 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345921 - head/graphics/libetonyek
Message-ID:  <201402250753.s1P7rnMX083110@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402250753.s1P7rnMX083110>