From owner-svn-ports-all@FreeBSD.ORG Sun Oct 5 20:56:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E16BD83; Sun, 5 Oct 2014 20:56:36 +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 E3F3BA02; Sun, 5 Oct 2014 20:56:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s95KuZmB008716; Sun, 5 Oct 2014 20:56:35 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s95KuZjD008713; Sun, 5 Oct 2014 20:56:35 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410052056.s95KuZjD008713@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 5 Oct 2014 20:56:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370119 - in head: devel/libuninum devel/libuninum/files textproc/msort X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2014 20:56:36 -0000 Author: tijl Date: Sun Oct 5 20:56:34 2014 New Revision: 370119 URL: https://svnweb.freebsd.org/changeset/ports/370119 QAT: https://qat.redports.org/buildarchive/r370119/ Log: devel/libuninum: - Add USES=libtool and bump dependent ports - Replace MAKE_ENV with CPPFLAGS - Add INSTALL_TARGET=install-strip Deleted: head/devel/libuninum/files/ Modified: head/devel/libuninum/Makefile head/devel/libuninum/pkg-plist head/textproc/msort/Makefile Modified: head/devel/libuninum/Makefile ============================================================================== --- head/devel/libuninum/Makefile Sun Oct 5 20:55:02 2014 (r370118) +++ head/devel/libuninum/Makefile Sun Oct 5 20:56:34 2014 (r370119) @@ -3,7 +3,7 @@ PORTNAME= libuninum PORTVERSION= 2.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://billposer.org/Software/Downloads/ @@ -13,8 +13,10 @@ COMMENT= Library for converting Unicode LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp GNU_CONFIGURE= yes -MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include" -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes post-patch: Modified: head/devel/libuninum/pkg-plist ============================================================================== --- head/devel/libuninum/pkg-plist Sun Oct 5 20:55:02 2014 (r370118) +++ head/devel/libuninum/pkg-plist Sun Oct 5 20:56:34 2014 (r370119) @@ -3,8 +3,9 @@ bin/numconv include/uninum/uninum.h include/uninum/nsdefs.h include/uninum/unicode.h -lib/libuninum.so.7 -lib/libuninum.so lib/libuninum.a +lib/libuninum.so +lib/libuninum.so.5 +lib/libuninum.so.5.2.1 man/man1/numconv.1.gz @dirrmtry include/uninum Modified: head/textproc/msort/Makefile ============================================================================== --- head/textproc/msort/Makefile Sun Oct 5 20:55:02 2014 (r370118) +++ head/textproc/msort/Makefile Sun Oct 5 20:56:34 2014 (r370119) @@ -3,7 +3,7 @@ PORTNAME= msort PORTVERSION= 8.53 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/