View | Details | Raw Unified | Return to bug 37016 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-7 / +8 lines)
Lines 6-31 Link Here
6
#
6
#
7
7
8
PORTNAME=      xerces_c
8
PORTNAME=      xerces_c
9
PORTVERSION=   1.6.0
9
PORTVERSION=   1.7.0
10
CATEGORIES=    textproc
10
CATEGORIES=    textproc
11
MASTER_SITES=  http://xml.apache.org/dist/xerces-c/stable/ \
11
MASTER_SITES=  http://xml.apache.org/dist/xerces-c/stable/ \
12
	http://document-root.de/xerces-c-mirror/
12
	http://document-root.de/xerces-c-mirror/
13
DISTNAME=      xerces-c-src1_6_0
13
DISTNAME=      xerces-c-src1_7_0
14
14
15
MAINTAINER=    kiesel@schlund.de
15
MAINTAINER=    kiesel@schlund.de
16
16
17
INSTALLS_SHLIB=yes
17
INSTALLS_SHLIB=yes
18
LDCONFIG_DIRS= ${PREFIX}/lib
18
LDCONFIG_DIRS= ${PREFIX}/lib
19
19
20
CONFIGURE_WRKSRC= ${WRKSRC}/src
20
CONFIGURE_WRKSRC= ${WRKSRC}/src/xercesc
21
BUILD_WRKSRC=     ${WRKSRC}/src
21
BUILD_WRKSRC=     ${WRKSRC}/src/xercesc
22
INSTALL_WRKSRC=   ${WRKSRC}/src
22
INSTALL_WRKSRC=   ${WRKSRC}/src/xercesc
23
23
24
# Set this to where the source lives
24
# Set this to where the source lives
25
CONFIGURE_ENV+= XERCESCROOT=${WRKSRC}
25
MAKE_ENV+= XERCESCROOT=${WRKSRC}
26
MAKE_ENV+= XERCESCROOT=${WRKSRC}
26
27
27
# If configure fails, try this:
28
# If configure fails, try this:
28
#CONFIGURE_SCRIPT= runConfigure -pfreebsd
29
CONFIGURE_SCRIPT= runConfigure -p freebsd -n socket
29
30
30
USE_GMAKE=     yes
31
USE_GMAKE=     yes
31
HAS_CONFIGURE= yes
32
HAS_CONFIGURE= yes
Lines 36-41 Link Here
36
	${CHMOD} 700 ${CONFIGURE_WRKSRC}/configure
37
	${CHMOD} 700 ${CONFIGURE_WRKSRC}/configure
37
38
38
post-install:
39
post-install:
39
	${STRIP_CMD} ${PREFIX}/lib/libxerces-c1_6_0.so
40
	${STRIP_CMD} ${PREFIX}/lib/libxerces-c1_7_0.so
40
41
41
.include <bsd.port.mk>
42
.include <bsd.port.mk>

Return to bug 37016