From b5d977c1267293179b1deaadf74303780d1dcc3d Mon Sep 17 00:00:00 2001 From: oliver Date: Fri, 3 Jun 2005 20:18:13 +0000 Subject: change the libtool version to use from 1.3 to 1.5 --- textproc/cole/Makefile | 7 ++++++- textproc/libpathan/Makefile | 2 +- textproc/libxode/Makefile | 7 ++++++- textproc/minidom/Makefile | 6 ++++-- textproc/sagasu/Makefile | 2 +- textproc/xls2xml/Makefile | 7 ++++++- textproc/xmlpp/Makefile | 8 ++++++-- 7 files changed, 30 insertions(+), 9 deletions(-) (limited to 'textproc') diff --git a/textproc/cole/Makefile b/textproc/cole/Makefile index 1ac2e03efe5a..98f9bd466527 100644 --- a/textproc/cole/Makefile +++ b/textproc/cole/Makefile @@ -15,7 +15,12 @@ MASTER_SITE_SUBDIR= sobomax MAINTAINER= ports@FreeBSD.org COMMENT= A free C OLE library -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure .include diff --git a/textproc/libpathan/Makefile b/textproc/libpathan/Makefile index b6117496112b..c0d9d6e26126 100644 --- a/textproc/libpathan/Makefile +++ b/textproc/libpathan/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:extract USE_BISON= yes USE_GMAKE= yes USE_PERL5= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALLS_SHLIB= yes XERCESCROOT= `cd ${PORTSDIR}/textproc/xerces-c2; ${MAKE} -V WRKSRC` diff --git a/textproc/libxode/Makefile b/textproc/libxode/Makefile index d7a27535b88e..60262a932fd8 100644 --- a/textproc/libxode/Makefile +++ b/textproc/libxode/Makefile @@ -18,9 +18,14 @@ COMMENT= An XML library which wraps expat LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure .include diff --git a/textproc/minidom/Makefile b/textproc/minidom/Makefile index 778862e280b4..e239844c097b 100644 --- a/textproc/minidom/Makefile +++ b/textproc/minidom/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 USE_ICONV= yes USE_REINPLACE= yes USE_GNOME= glib12 -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-libxml2=yes @@ -28,6 +28,8 @@ INSTALLS_SHLIB= yes post-patch: @${REINPLACE_CMD} -e 's|-lglib|-lglib12|g ; \ - s|glib-config|${GLIB_CONFIG}|g' ${WRKSRC}/configure + s|glib-config|${GLIB_CONFIG}|g ; \ + s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure .include diff --git a/textproc/sagasu/Makefile b/textproc/sagasu/Makefile index 259988fad9f4..889a354a7690 100644 --- a/textproc/sagasu/Makefile +++ b/textproc/sagasu/Makefile @@ -17,7 +17,7 @@ COMMENT= Sagasu is a GNOME tool to find strings in a set of files USE_X_PREFIX= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_GNOME= gnomehack gnomeprefix libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/textproc/xls2xml/Makefile b/textproc/xls2xml/Makefile index fd28e4d9a80d..efd35e8f343d 100644 --- a/textproc/xls2xml/Makefile +++ b/textproc/xls2xml/Makefile @@ -18,9 +18,14 @@ COMMENT= A utility for converting MS Excel files to XML LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole \ xml.5:${PORTSDIR}/textproc/libxml -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lcole" +post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure + .include diff --git a/textproc/xmlpp/Makefile b/textproc/xmlpp/Makefile index e67482df40bd..beab68dc294f 100644 --- a/textproc/xmlpp/Makefile +++ b/textproc/xmlpp/Makefile @@ -16,13 +16,17 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XML Parser and Validator USE_REINPLACE= yes -FETCH_CMD= /usr/bin/fetch +#FETCH_CMD= /usr/bin/fetch USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 pre-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|/usr/local/share|$$(datadir)|g' @${RM} ${WRKSRC}/config.cache +post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure + .include -- cgit