- Add USES=libtool to textproc/ots and bump dependent ports
- Run libtoolize and other autotools because configure and ltmain.sh are out of sync
This commit is contained in:
parent
d8c4aa9578
commit
2fd54788f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360263
3 changed files with 12 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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 <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue