From owner-svn-ports-head@FreeBSD.ORG Wed Jul 2 20:58:06 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 0F1EC29E; Wed, 2 Jul 2014 20:58:06 +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 D63FF2116; Wed, 2 Jul 2014 20:58:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62Kw5tE086054; Wed, 2 Jul 2014 20:58:05 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62Kw5mu086051; Wed, 2 Jul 2014 20:58:05 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407022058.s62Kw5mu086051@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 2 Jul 2014 20:58:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360263 - in head: editors/abiword textproc/ots 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 20:58:06 -0000 Author: tijl Date: Wed Jul 2 20:58:04 2014 New Revision: 360263 URL: http://svnweb.freebsd.org/changeset/ports/360263 QAT: https://qat.redports.org/buildarchive/r360263/ Log: - Add USES=libtool to textproc/ots and bump dependent ports - Run libtoolize and other autotools because configure and ltmain.sh are out of sync Modified: head/editors/abiword/Makefile head/textproc/ots/Makefile head/textproc/ots/pkg-plist Modified: head/editors/abiword/Makefile ============================================================================== --- head/editors/abiword/Makefile Wed Jul 2 20:53:01 2014 (r360262) +++ head/editors/abiword/Makefile Wed Jul 2 20:58:04 2014 (r360263) @@ -4,7 +4,7 @@ PORTNAME= abiword PORTVERSION= 2.8.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword Modified: head/textproc/ots/Makefile ============================================================================== --- head/textproc/ots/Makefile Wed Jul 2 20:53:01 2014 (r360262) +++ head/textproc/ots/Makefile Wed Jul 2 20:58:04 2014 (r360263) @@ -3,30 +3,28 @@ PORTNAME= ots PORTVERSION= 0.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Open Text Summarizer -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt +USES= gettext libtool pathfix pkgconfig +PATHFIX_MAKEFILEIN= Makefile.am +USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake +AUTOMAKE_ARGS= -a -c -f USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes -USES= gettext pkgconfig -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --disable-shared -MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" MAKE_JOBS_UNSAFE=yes post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||' ${WRKSRC}/Makefile.in - -post-build: - @${REINPLACE_CMD} -e '/old_library/d' ${WRKSRC}/src/libots-1.la + @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||' ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e '\|doc/Makefile|d' ${WRKSRC}/configure.in .include Modified: head/textproc/ots/pkg-plist ============================================================================== --- head/textproc/ots/pkg-plist Wed Jul 2 20:53:01 2014 (r360262) +++ head/textproc/ots/pkg-plist Wed Jul 2 20:58:04 2014 (r360263) @@ -1,8 +1,9 @@ bin/ots include/libots-1/ots/libots.h -lib/libots-1.la +lib/libots-1.a lib/libots-1.so -lib/libots-1.so.5 +lib/libots-1.so.0 +lib/libots-1.so.0.5.0 libdata/pkgconfig/libots-1.pc %%DATADIR%%/bg.xml %%DATADIR%%/ca.xml