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

(-)xerces-c3/Makefile (-1 / +2 lines)
Lines 15-27 Link Here
15
CONFLICTS_INSTALL=	xerces-c2-[0-9]* xerces-c2-devel-[0-9]*
15
CONFLICTS_INSTALL=	xerces-c2-[0-9]* xerces-c2-devel-[0-9]*
16
16
17
CONFIGURE_ARGS=	--enable-netaccessor-socket \
17
CONFIGURE_ARGS=	--enable-netaccessor-socket \
18
		--enable-transcoder-iconv \
18
		--enable-transcoder-icu \
19
		--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
19
		--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
INSTALL_TARGET=	install-strip
21
INSTALL_TARGET=	install-strip
22
MAKE_ENV=	XERCESCROOT=${WRKSRC}
22
MAKE_ENV=	XERCESCROOT=${WRKSRC}
23
TEST_TARGET=	check
23
TEST_TARGET=	check
24
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
25
LIB_DEPENDS=    libicui18n.so:${PORTSDIR}/devel/icu
25
USES=		cpe gmake libtool pathfix
26
USES=		cpe gmake libtool pathfix
26
27
27
PLIST_SUB=	MAJOR_VER=${PORTVERSION:R}
28
PLIST_SUB=	MAJOR_VER=${PORTVERSION:R}
(-)xerces-c3/pkg-plist (-1 / +1 lines)
Lines 301-307 Link Here
301
include/xercesc/util/TransENameMap.c
301
include/xercesc/util/TransENameMap.c
302
include/xercesc/util/TransENameMap.hpp
302
include/xercesc/util/TransENameMap.hpp
303
include/xercesc/util/TransService.hpp
303
include/xercesc/util/TransService.hpp
304
include/xercesc/util/Transcoders/Iconv/IconvTransService.hpp
304
include/xercesc/util/Transcoders/ICU/ICUTransService.hpp
305
include/xercesc/util/TranscodingException.hpp
305
include/xercesc/util/TranscodingException.hpp
306
include/xercesc/util/UTFDataFormatException.hpp
306
include/xercesc/util/UTFDataFormatException.hpp
307
include/xercesc/util/UnexpectedEOFException.hpp
307
include/xercesc/util/UnexpectedEOFException.hpp

Return to bug 206472