Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2014 13:07:40 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362892 - in head/devel: libdatrie libthai
Message-ID:  <201407251307.s6PD7eIo034405@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jul 25 13:07:40 2014
New Revision: 362892
URL: http://svnweb.freebsd.org/changeset/ports/362892
QAT: https://qat.redports.org/buildarchive/r362892/

Log:
  - Switch devel/libdatrie to USES=libtool, drop .la files
  - Bump dependent ports as .so version has changed
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libdatrie/Makefile
  head/devel/libdatrie/pkg-plist
  head/devel/libthai/Makefile

Modified: head/devel/libdatrie/Makefile
==============================================================================
--- head/devel/libdatrie/Makefile	Fri Jul 25 13:07:18 2014	(r362891)
+++ head/devel/libdatrie/Makefile	Fri Jul 25 13:07:40 2014	(r362892)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libdatrie
 PORTVERSION=	0.2.8
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://linux.thai.net/pub/thailinux/software/libthai/
 
@@ -15,7 +16,7 @@ OPTIONS_DEFINE=	DOCS
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		iconv pathfix tar:xz
+USES=		iconv libtool pathfix tar:xz
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
@@ -23,6 +24,6 @@ LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB
 PORTDOCS=	README.migration
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdatrie.so.4
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdatrie.so
 
 .include <bsd.port.mk>

Modified: head/devel/libdatrie/pkg-plist
==============================================================================
--- head/devel/libdatrie/pkg-plist	Fri Jul 25 13:07:18 2014	(r362891)
+++ head/devel/libdatrie/pkg-plist	Fri Jul 25 13:07:40 2014	(r362892)
@@ -5,8 +5,8 @@ include/datrie/trie.h
 include/datrie/triedefs.h
 include/datrie/typedefs.h
 lib/libdatrie.a
-lib/libdatrie.la
 lib/libdatrie.so
-lib/libdatrie.so.4
+lib/libdatrie.so.1
+lib/libdatrie.so.1.3.1
 libdata/pkgconfig/datrie-0.2.pc
 @dirrm include/datrie

Modified: head/devel/libthai/Makefile
==============================================================================
--- head/devel/libthai/Makefile	Fri Jul 25 13:07:18 2014	(r362891)
+++ head/devel/libthai/Makefile	Fri Jul 25 13:07:40 2014	(r362892)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libthai
 PORTVERSION=	0.1.20
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://linux.thai.net/pub/thailinux/software/libthai/
 



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