diff options
author | naddy <naddy@FreeBSD.org> | 2002-10-25 02:51:38 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-10-25 02:51:38 +0800 |
commit | 8d27b0abe3710f0db45a6656aff42f7e303f0c54 (patch) | |
tree | f0006fdad76f63c0eea268f816b1c15b12f4a4fa /textproc/libxml++26 | |
parent | efe2a9c9cac2e74c8626365fd94695af9cb8bad1 (diff) | |
download | freebsd-ports-gnome-8d27b0abe3710f0db45a6656aff42f7e303f0c54.tar.gz freebsd-ports-gnome-8d27b0abe3710f0db45a6656aff42f7e303f0c54.tar.zst freebsd-ports-gnome-8d27b0abe3710f0db45a6656aff42f7e303f0c54.zip |
* Update to 0.14pre1. This also fixes compilation with GCC3.
PR: 44437
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Remove useless gmake dependency.
* Don't install .la wrapper file.
Diffstat (limited to 'textproc/libxml++26')
-rw-r--r-- | textproc/libxml++26/Makefile | 10 | ||||
-rw-r--r-- | textproc/libxml++26/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml++26/files/patch-configure | 13 |
3 files changed, 16 insertions, 9 deletions
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index 0c9777e7a444..94c3f06325bf 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -7,23 +7,17 @@ # PORTNAME= libxml++ -PORTVERSION= 0.13 +PORTVERSION= 0.14.p1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" - -USE_REINPLACE= yes -USE_GMAKE= yes INSTALLS_SHLIB= yes -post-patch: - @${REINPLACE_CMD} -e "s|xml-config|xml2-config|g" ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/textproc/libxml++26/distinfo b/textproc/libxml++26/distinfo index 670f8715ca57..9f83b09ad656 100644 --- a/textproc/libxml++26/distinfo +++ b/textproc/libxml++26/distinfo @@ -1 +1 @@ -MD5 (libxml++-0.13.tar.gz) = 866990f7e9fac8ded1e4a0f55422e9bb +MD5 (libxml++-0.14pre1.tar.gz) = 452ec86762b2849f955d7eca5e0559b9 diff --git a/textproc/libxml++26/files/patch-configure b/textproc/libxml++26/files/patch-configure new file mode 100644 index 000000000000..2f85e4f3c4af --- /dev/null +++ b/textproc/libxml++26/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- configure.orig Thu Oct 24 20:43:03 2002 ++++ configure Thu Oct 24 20:43:15 2002 +@@ -7777,6 +7777,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |