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

(-)textproc/libxml++/Makefile (-2 / +7 lines)
Lines 7-23 Link Here
7
#
7
#
8
8
9
PORTNAME=	libxml++
9
PORTNAME=	libxml++
10
PORTVERSION=	0.14.p2
10
PORTVERSION=	0.15.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}
14
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.p/pre/}
15
14
16
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
17
16
18
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
17
LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
19
18
19
USE_REINPLACE=	yes
20
USE_LIBTOOL=	yes
20
USE_LIBTOOL=	yes
21
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
23
24
post-patch:
25
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
26
		's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
22
27
23
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)textproc/libxml++/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (libxml++-0.14pre2.tar.gz) = b21f664e827e63ffcb2fe5e5fd0bbfca
1
MD5 (libxml++-0.15.0.tar.gz) = cfef4f3326ea2a3bd10373ce874dc73d
(-)textproc/libxml++/pkg-plist (-4 / +5 lines)
Lines 1-6 Link Here
1
bin/xml++-config
1
bin/xml++-config
2
include/xml++.h
2
include/libxml++-1.0/libxml++/xml++.h
3
lib/libxml++.a
3
lib/libxml++-0.1.a
4
lib/libxml++.so
4
lib/libxml++-0.1.so
5
lib/libxml++.so.0
5
lib/libxml++-0.1.so.1
6
libdata/pkgconfig/libxml++-1.0.pc
6
share/aclocal/libxml++.m4
7
share/aclocal/libxml++.m4

Return to bug 45442