From owner-svn-ports-head@FreeBSD.ORG Fri Jul 25 13:07:41 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3535BF96; Fri, 25 Jul 2014 13:07:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 082B92F3A; Fri, 25 Jul 2014 13:07:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6PD7eKk034409; Fri, 25 Jul 2014 13:07:40 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6PD7eIo034405; Fri, 25 Jul 2014 13:07:40 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407251307.s6PD7eIo034405@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 25 Jul 2014 13:07:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362892 - in head/devel: libdatrie libthai X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 13:07:41 -0000 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 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/