Lines 5-13
Link Here
|
5 |
# $FreeBSD$ |
5 |
# $FreeBSD$ |
6 |
|
6 |
|
7 |
PORTNAME= subversion |
7 |
PORTNAME= subversion |
8 |
PORTVERSION= r1868 # 0.12.0 |
8 |
PORTVERSION= r2376 # 0.13.2 |
9 |
CATEGORIES= devel |
9 |
CATEGORIES= devel |
10 |
MASTER_SITES= http://subversion.tigris.org/files/documents/15/196/ |
10 |
MASTER_SITES= http://subversion.tigris.org/files/documents/15/340/ |
11 |
|
11 |
|
12 |
MAINTAINER= rooneg@electricjellyfish.net |
12 |
MAINTAINER= rooneg@electricjellyfish.net |
13 |
|
13 |
|
Lines 22-45
Link Here
|
22 |
|
22 |
|
23 |
WRKSRC= ${WRKDIR}/subversion-${PORTVERSION} |
23 |
WRKSRC= ${WRKDIR}/subversion-${PORTVERSION} |
24 |
GNU_CONFIGURE= yes |
24 |
GNU_CONFIGURE= yes |
|
|
25 |
USE_REINPLACE= yes |
25 |
CONFIGURE_ARGS= --with-ssl \ |
26 |
CONFIGURE_ARGS= --with-ssl \ |
26 |
--with-neon=${LOCALBASE} \ |
27 |
--with-neon=${LOCALBASE} \ |
|
|
28 |
--with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}/lib \ |
27 |
--with-apr=${LOCALBASE} \ |
29 |
--with-apr=${LOCALBASE} \ |
28 |
--with-apr-util=${LOCALBASE} |
30 |
--with-apr-util=${LOCALBASE} |
29 |
|
31 |
|
30 |
post-extract: |
32 |
post-extract: |
31 |
# work around libdb4's name. |
33 |
@${REINPLACE_CMD} 's/ldb/ldb4/g' ${WRKSRC}/configure |
32 |
@${PERL} -pi -e 's/ldb/ldb4/g' ${WRKSRC}/configure |
|
|
33 |
|
34 |
|
34 |
# axe the neon, apr, and apr-util subdirs to keep svn's build process |
|
|
35 |
# from using them, since we're providing our own. |
36 |
@${RM} -r ${WRKSRC}/neon |
35 |
@${RM} -r ${WRKSRC}/neon |
37 |
@${RM} -r ${WRKSRC}/apr |
36 |
@${RM} -r ${WRKSRC}/apr |
38 |
@${RM} -r ${WRKSRC}/apr-util |
37 |
@${RM} -r ${WRKSRC}/apr-util |
39 |
|
38 |
|
40 |
post-configure: |
39 |
post-configure: |
41 |
# make sure we don't install the swig stuff, even if it was found |
40 |
@${REINPLACE_CMD} 's/install-swig-py-lib//g' ${WRKSRC}/Makefile |
42 |
@${PERL} -pi -e 's/install-swig-py-lib//g' ${WRKSRC}/Makefile |
41 |
@${REINPLACE_CMD} 's/swig-py-lib//g' ${WRKSRC}/Makefile |
43 |
@${PERL} -pi -e 's/swig-py-lib//g' ${WRKSRC}/Makefile |
42 |
|
|
|
43 |
post-install: |
44 |
@${CAT} pkg-message |
44 |
|
45 |
|
45 |
.include <bsd.port.mk> |
46 |
.include <bsd.port.mk> |