From owner-svn-ports-head@FreeBSD.ORG Wed Jul 2 21:11:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A12328D5; Wed, 2 Jul 2014 21:11:35 +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 8C72A2292; Wed, 2 Jul 2014 21:11:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62LBZ6D093911; Wed, 2 Jul 2014 21:11:35 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62LBZRE093909; Wed, 2 Jul 2014 21:11:35 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407022111.s62LBZRE093909@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 2 Jul 2014 21:11:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360266 - head/textproc/libxdiff 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: Wed, 02 Jul 2014 21:11:35 -0000 Author: tijl Date: Wed Jul 2 21:11:34 2014 New Revision: 360266 URL: http://svnweb.freebsd.org/changeset/ports/360266 QAT: https://qat.redports.org/buildarchive/r360266/ Log: - Convert to USES=libtool - Use standard do-install - Replace post-install with INSTALL_TARGET=install-strip Modified: head/textproc/libxdiff/Makefile head/textproc/libxdiff/pkg-plist Modified: head/textproc/libxdiff/Makefile ============================================================================== --- head/textproc/libxdiff/Makefile Wed Jul 2 21:08:55 2014 (r360265) +++ head/textproc/libxdiff/Makefile Wed Jul 2 21:11:34 2014 (r360266) @@ -3,6 +3,7 @@ PORTNAME= libxdiff PORTVERSION= 0.23 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.xmailserver.org/ @@ -14,21 +15,8 @@ LICENSE= LGPL3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-shared --enable-static - -LIBFILES= libxdiff.a libxdiff.la libxdiff.so libxdiff.so.0 - -do-install: - ${INSTALL_DATA} ${WRKSRC}/xdiff/xdiff.h ${STAGEDIR}${PREFIX}/include -.for libs in ${LIBFILES} - ${INSTALL_DATA} ${WRKSRC}/xdiff/.libs/${libs} ${STAGEDIR}${PREFIX}/lib/ -.endfor - ${INSTALL_MAN} ${WRKSRC}/man/xdiff.3 ${STAGEDIR}${MAN1PREFIX}/man/man3 - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxdiff.so - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxdiff.so.0 .include Modified: head/textproc/libxdiff/pkg-plist ============================================================================== --- head/textproc/libxdiff/pkg-plist Wed Jul 2 21:08:55 2014 (r360265) +++ head/textproc/libxdiff/pkg-plist Wed Jul 2 21:11:34 2014 (r360266) @@ -1,6 +1,6 @@ include/xdiff.h lib/libxdiff.a -lib/libxdiff.la lib/libxdiff.so lib/libxdiff.so.0 +lib/libxdiff.so.0.0.0 man/man3/xdiff.3.gz