Update to 3.2.2
- Silence patch message Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12341423 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12342890 PR: 231481 Submitted by: Roger Leigh <rleigh@codelibre.net>
This commit is contained in:
parent
594449b414
commit
1158743836
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483421
3 changed files with 8 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xerces-c
|
||||
PORTVERSION= 3.2.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.2.2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= APACHE/xerces/c/3/sources
|
||||
PKGNAMESUFFIX= 3
|
||||
|
@ -14,6 +13,8 @@ COMMENT= Validating XML parser from the Apache XML Project
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cpe gmake iconv libtool pathfix
|
||||
|
||||
CONFIGURE_ARGS= --enable-netaccessor-socket \
|
||||
--enable-transcoder-iconv \
|
||||
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||
|
@ -22,7 +23,6 @@ INSTALL_TARGET= install-strip
|
|||
MAKE_ENV= XERCESCROOT=${WRKSRC}
|
||||
TEST_TARGET= check
|
||||
USE_LDCONFIG= yes
|
||||
USES= cpe gmake iconv libtool pathfix
|
||||
|
||||
PLIST_SUB= MAJOR_VER=${PORTVERSION:R}
|
||||
|
||||
|
@ -30,7 +30,7 @@ CPE_PRODUCT= xerces-c++
|
|||
CPE_VENDOR= apache
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,@DEFS@,& -D__STDC_LIMIT_MACROS," ${WRKSRC}/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e "s,@DEFS@,& -D__STDC_LIMIT_MACROS," ${WRKSRC}/src/Makefile.in
|
||||
|
||||
post-install:
|
||||
${LN} -s libxerces-c-${PORTVERSION:R}.so ${STAGEDIR}${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1504098793
|
||||
SHA256 (xerces-c-3.2.0.tar.gz) = d3162910ada85612f5b8cc89cdab84d0ad9a852a49577691e54bc7e9fc304e15
|
||||
SIZE (xerces-c-3.2.0.tar.gz) = 6734012
|
||||
TIMESTAMP = 1537386135
|
||||
SHA256 (xerces-c-3.2.2.tar.gz) = dd6191f8aa256d3b4686b64b0544eea2b450d98b4254996ffdfe630e0c610413
|
||||
SIZE (xerces-c-3.2.2.tar.gz) = 7100953
|
||||
|
|
|
@ -264,7 +264,7 @@ include/xercesc/util/KeyValuePair.hpp
|
|||
include/xercesc/util/LogicalPath.c
|
||||
include/xercesc/util/MsgLoaders/InMemory/InMemMsgLoader.hpp
|
||||
include/xercesc/util/MsgLoaders/InMemory/XercesMessages_en_US.hpp
|
||||
include/xercesc/util/MutexManagers/PosixMutexMgr.hpp
|
||||
include/xercesc/util/MutexManagers/StdMutexMgr.hpp
|
||||
include/xercesc/util/Mutexes.hpp
|
||||
include/xercesc/util/NameIdPool.c
|
||||
include/xercesc/util/NameIdPool.hpp
|
||||
|
|
Loading…
Reference in a new issue