svn commit: r360263 - in head: editors/abiword textproc/ots

Tijl Coosemans tijl at FreeBSD.org
Wed Jul 2 20:58:06 UTC 2014


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list