From owner-svn-ports-head@FreeBSD.ORG Wed Aug 13 12:57:30 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 76A7FFAD; Wed, 13 Aug 2014 12:57:30 +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 48E35249E; Wed, 13 Aug 2014 12:57:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7DCvUpA017321; Wed, 13 Aug 2014 12:57:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7DCvTeo017318; Wed, 13 Aug 2014 12:57:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201408131257.s7DCvTeo017318@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 13 Aug 2014 12:57:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364785 - in head: lang/libhx sysutils/pam_mount 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-1 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: Wed, 13 Aug 2014 12:57:30 -0000 Author: amdmi3 Date: Wed Aug 13 12:57:29 2014 New Revision: 364785 URL: http://svnweb.freebsd.org/changeset/ports/364785 QAT: https://qat.redports.org/buildarchive/r364785/ Log: - Switch lang/libhx to USES=libtool, drop .la files - Fix pkgconfig files installation - Strip libraries - Bump dependent ports as .so version has changed Modified: head/lang/libhx/Makefile head/lang/libhx/pkg-plist head/sysutils/pam_mount/Makefile Modified: head/lang/libhx/Makefile ============================================================================== --- head/lang/libhx/Makefile Wed Aug 13 12:47:35 2014 (r364784) +++ head/lang/libhx/Makefile Wed Aug 13 12:57:29 2014 (r364785) @@ -3,6 +3,7 @@ PORTNAME= libHX PORTVERSION= 3.14.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTVERSION} @@ -12,11 +13,11 @@ COMMENT= C/C++ library with common data CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= tar:xz +USES= libtool tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool -CONFIGURE_ARGS+=--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig +CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS Modified: head/lang/libhx/pkg-plist ============================================================================== --- head/lang/libhx/pkg-plist Wed Aug 13 12:47:35 2014 (r364784) +++ head/lang/libhx/pkg-plist Wed Aug 13 12:57:29 2014 (r364785) @@ -12,12 +12,9 @@ include/libHX/option.h include/libHX/proc.h include/libHX/string.h include/libHX/wx_helper.hpp -lib/libHX_rtcheck.a -lib/libHX_rtcheck.la lib/libHX_rtcheck.so -lib/libHX.a -lib/libHX.la lib/libHX.so -lib/libHX.so.29 +lib/libHX.so.28 +lib/libHX.so.28.1.0 libdata/pkgconfig/libHX.pc @dirrm include/libHX Modified: head/sysutils/pam_mount/Makefile ============================================================================== --- head/sysutils/pam_mount/Makefile Wed Aug 13 12:47:35 2014 (r364784) +++ head/sysutils/pam_mount/Makefile Wed Aug 13 12:57:29 2014 (r364785) @@ -3,7 +3,7 @@ PORTNAME= pam_mount PORTVERSION= 2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME:S/_/-/}/${PORTNAME}/${PORTVERSION}/