aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-05-02 07:38:08 +0800
committernaddy <naddy@FreeBSD.org>2003-05-02 07:38:08 +0800
commit009c5f2d82a2cbbafaaf8a94ca1f50af6af1aa0c (patch)
tree82736d19bda6bb8371337e7b8091a6cca39c600c
parente3ab88826dee6fa9d991403d63473161d154ee7d (diff)
downloadfreebsd-ports-gnome-009c5f2d82a2cbbafaaf8a94ca1f50af6af1aa0c.tar.gz
freebsd-ports-gnome-009c5f2d82a2cbbafaaf8a94ca1f50af6af1aa0c.tar.zst
freebsd-ports-gnome-009c5f2d82a2cbbafaaf8a94ca1f50af6af1aa0c.zip
Update to version 0.22.0
PR: 51237 Submitted by: Ports Fury
-rw-r--r--textproc/libxml++/Makefile11
-rw-r--r--textproc/libxml++/distinfo2
-rw-r--r--textproc/libxml++/pkg-plist3
-rw-r--r--textproc/libxml++26/Makefile11
-rw-r--r--textproc/libxml++26/distinfo2
-rw-r--r--textproc/libxml++26/pkg-plist3
6 files changed, 14 insertions, 18 deletions
diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile
index 87ccba2eb618..17af34e397c5 100644
--- a/textproc/libxml++/Makefile
+++ b/textproc/libxml++/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libxml++
-PORTVERSION= 0.21.0
+PORTVERSION= 0.22.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
@@ -15,17 +15,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
MAINTAINER= ports@FreeBSD.org
COMMENT= XML API for C++
-LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
-
+USE_GNOME= gnomehack libxml2
USE_REINPLACE= yes
USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
- @${FIND} ${WRKSRC} -name "*.h" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|<istream>|<iostream>|g'
+ @${REINPLACE_CMD} -e \
+ 's|<istream>|<iostream>|g' ${WRKSRC}/libxml++/document.cc
.include <bsd.port.mk>
diff --git a/textproc/libxml++/distinfo b/textproc/libxml++/distinfo
index bf726322132b..aa58b051f4e2 100644
--- a/textproc/libxml++/distinfo
+++ b/textproc/libxml++/distinfo
@@ -1 +1 @@
-MD5 (libxml++-0.21.0.tar.gz) = 7330793c809b3bf86ce57416676777d9
+MD5 (libxml++-0.22.0.tar.gz) = 096c53bb75a146f7c5b2478eb51db2b8
diff --git a/textproc/libxml++/pkg-plist b/textproc/libxml++/pkg-plist
index 2d95c7ebaacb..4c5400ed60d7 100644
--- a/textproc/libxml++/pkg-plist
+++ b/textproc/libxml++/pkg-plist
@@ -1,3 +1,4 @@
+@comment $FreeBSD$
bin/xml++-config
include/libxml++-1.0/libxml++/attribute.h
include/libxml++-1.0/libxml++/document.h
@@ -16,7 +17,7 @@ include/libxml++-1.0/libxml++/parsers/parser.h
include/libxml++-1.0/libxml++/parsers/saxparser.h
lib/libxml++-0.1.a
lib/libxml++-0.1.so
-lib/libxml++-0.1.so.7
+lib/libxml++-0.1.so.8
libdata/pkgconfig/libxml++-1.0.pc
share/aclocal/libxml++.m4
@dirrm include/libxml++-1.0/libxml++/exceptions
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile
index 87ccba2eb618..17af34e397c5 100644
--- a/textproc/libxml++26/Makefile
+++ b/textproc/libxml++26/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libxml++
-PORTVERSION= 0.21.0
+PORTVERSION= 0.22.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
@@ -15,17 +15,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g}
MAINTAINER= ports@FreeBSD.org
COMMENT= XML API for C++
-LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
-
+USE_GNOME= gnomehack libxml2
USE_REINPLACE= yes
USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
- @${FIND} ${WRKSRC} -name "*.h" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|<istream>|<iostream>|g'
+ @${REINPLACE_CMD} -e \
+ 's|<istream>|<iostream>|g' ${WRKSRC}/libxml++/document.cc
.include <bsd.port.mk>
diff --git a/textproc/libxml++26/distinfo b/textproc/libxml++26/distinfo
index bf726322132b..aa58b051f4e2 100644
--- a/textproc/libxml++26/distinfo
+++ b/textproc/libxml++26/distinfo
@@ -1 +1 @@
-MD5 (libxml++-0.21.0.tar.gz) = 7330793c809b3bf86ce57416676777d9
+MD5 (libxml++-0.22.0.tar.gz) = 096c53bb75a146f7c5b2478eb51db2b8
diff --git a/textproc/libxml++26/pkg-plist b/textproc/libxml++26/pkg-plist
index 2d95c7ebaacb..4c5400ed60d7 100644
--- a/textproc/libxml++26/pkg-plist
+++ b/textproc/libxml++26/pkg-plist
@@ -1,3 +1,4 @@
+@comment $FreeBSD$
bin/xml++-config
include/libxml++-1.0/libxml++/attribute.h
include/libxml++-1.0/libxml++/document.h
@@ -16,7 +17,7 @@ include/libxml++-1.0/libxml++/parsers/parser.h
include/libxml++-1.0/libxml++/parsers/saxparser.h
lib/libxml++-0.1.a
lib/libxml++-0.1.so
-lib/libxml++-0.1.so.7
+lib/libxml++-0.1.so.8
libdata/pkgconfig/libxml++-1.0.pc
share/aclocal/libxml++.m4
@dirrm include/libxml++-1.0/libxml++/exceptions