View | Details | Raw Unified | Return to bug 54196
Collapse All | Expand All

(-)libxml++/Makefile (-6 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	libxml++
9
PORTNAME=	libxml++
10
PORTVERSION=	0.23.0
10
PORTVERSION=	0.24.0
11
CATEGORIES=	textproc
11
CATEGORIES=	textproc
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME:S/+/plus/g}
13
MASTER_SITE_SUBDIR=	${PORTNAME:S/+/plus/g}
Lines 16-28 Link Here
16
COMMENT=	XML API for C++
16
COMMENT=	XML API for C++
17
17
18
USE_GNOME=	gnomehack libxml2
18
USE_GNOME=	gnomehack libxml2
19
USE_REINPLACE=	yes
20
USE_LIBTOOL=	yes
19
USE_LIBTOOL=	yes
21
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
INSTALLS_SHLIB=	yes
21
INSTALLS_SHLIB=	yes
23
24
post-patch:
25
	@${REINPLACE_CMD} -e \
26
		's|<istream>|<iostream>|g' ${WRKSRC}/libxml++/document.cc
27
22
28
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)libxml++/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (libxml++-0.23.0.tar.gz) = d9abae2760267aed8272f9ffb9101eeb
1
MD5 (libxml++-0.24.0.tar.gz) = fd962880fadd92f2e1f7be04c6ac497a
(-)libxml++/pkg-plist (-1 / +4 lines)
Lines 9-17 Link Here
9
include/libxml++-1.0/libxml++/exceptions/validity_error.h
9
include/libxml++-1.0/libxml++/exceptions/validity_error.h
10
include/libxml++-1.0/libxml++/keepblanks.h
10
include/libxml++-1.0/libxml++/keepblanks.h
11
include/libxml++-1.0/libxml++/libxml++.h
11
include/libxml++-1.0/libxml++/libxml++.h
12
include/libxml++-1.0/libxml++/nodes/cdatanode.h
12
include/libxml++-1.0/libxml++/nodes/commentnode.h
13
include/libxml++-1.0/libxml++/nodes/commentnode.h
14
include/libxml++-1.0/libxml++/nodes/contentnode.h
13
include/libxml++-1.0/libxml++/nodes/element.h
15
include/libxml++-1.0/libxml++/nodes/element.h
14
include/libxml++-1.0/libxml++/nodes/node.h
16
include/libxml++-1.0/libxml++/nodes/node.h
17
include/libxml++-1.0/libxml++/nodes/processinginstructionnode.h
15
include/libxml++-1.0/libxml++/nodes/textnode.h
18
include/libxml++-1.0/libxml++/nodes/textnode.h
16
include/libxml++-1.0/libxml++/noncopyable.h
19
include/libxml++-1.0/libxml++/noncopyable.h
17
include/libxml++-1.0/libxml++/parsers/domparser.h
20
include/libxml++-1.0/libxml++/parsers/domparser.h
Lines 19-25 Link Here
19
include/libxml++-1.0/libxml++/parsers/saxparser.h
22
include/libxml++-1.0/libxml++/parsers/saxparser.h
20
lib/libxml++-0.1.a
23
lib/libxml++-0.1.a
21
lib/libxml++-0.1.so
24
lib/libxml++-0.1.so
22
lib/libxml++-0.1.so.9
25
lib/libxml++-0.1.so.10
23
libdata/pkgconfig/libxml++-1.0.pc
26
libdata/pkgconfig/libxml++-1.0.pc
24
share/aclocal/libxml++.m4
27
share/aclocal/libxml++.m4
25
@dirrm include/libxml++-1.0/libxml++/exceptions
28
@dirrm include/libxml++-1.0/libxml++/exceptions

Return to bug 54196