Lines 5-12
Link Here
|
5 |
# $FreeBSD: ports/devel/subversion/Makefile,v 1.115 2007/10/07 05:44:56 linimon Exp $ |
5 |
# $FreeBSD: ports/devel/subversion/Makefile,v 1.115 2007/10/07 05:44:56 linimon Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= subversion |
7 |
PORTNAME= subversion |
8 |
PORTVERSION= 1.4.4 |
8 |
PORTVERSION= 1.4.6 |
9 |
PORTREVISION= 1 |
|
|
10 |
CATEGORIES= devel |
9 |
CATEGORIES= devel |
11 |
MASTER_SITES= http://subversion.tigris.org/downloads/:main \ |
10 |
MASTER_SITES= http://subversion.tigris.org/downloads/:main \ |
12 |
http://svnbook.red-bean.com/en/1.2/:bookhtml \ |
11 |
http://svnbook.red-bean.com/en/1.2/:bookhtml \ |
Lines 21-27
Link Here
|
21 |
|
20 |
|
22 |
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 |
21 |
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 |
23 |
|
22 |
|
24 |
INSTALLS_SHLIB= yes |
23 |
USE_LDCONFIG= yes |
25 |
|
24 |
|
26 |
USE_BZIP2= yes |
25 |
USE_BZIP2= yes |
27 |
USE_AUTOTOOLS= libtool:15 |
26 |
USE_AUTOTOOLS= libtool:15 |
Lines 41-49
Link Here
|
41 |
PORTDOCS= ${TXT_DOCS} |
40 |
PORTDOCS= ${TXT_DOCS} |
42 |
.endif |
41 |
.endif |
43 |
|
42 |
|
44 |
.if defined(WITH_ASVN) |
43 |
OPTIONS= PERL "Perl bindings" off \ |
45 |
RUN_DEPENDS= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils:install |
44 |
PYTHON "Python bindings" off \ |
46 |
.endif |
45 |
RUBY "Ruby bindings" off \ |
|
|
46 |
JAVA "Java (JavaHL) bindings" off \ |
47 |
MOD_DAV_SVN "mod_dav_svn module for Apache 2.X" off \ |
48 |
APACHE2_APR "Use APR from Apache 2.X" off \ |
49 |
NEON "WebDAV/Delta-V repository access module" on \ |
50 |
BDB "db4 repository backend" on \ |
51 |
ASVN "Build and install Archive SVN (asvn)" off \ |
52 |
MAINTAINER_DEBUG "Build debug version" off \ |
53 |
SVNSERVE_WRAPPER "Enable svnserve wrapper" off \ |
54 |
BOOK "Install the Subversion Book" off |
55 |
|
56 |
.include <bsd.port.pre.mk> |
47 |
|
57 |
|
48 |
.if !defined(WITHOUT_NLS) |
58 |
.if !defined(WITHOUT_NLS) |
49 |
USE_GETTEXT= yes |
59 |
USE_GETTEXT= yes |
Lines 53-60
Link Here
|
53 |
PLIST_SUB+= WITHOUT_GETTEXT="@comment " |
63 |
PLIST_SUB+= WITHOUT_GETTEXT="@comment " |
54 |
.endif |
64 |
.endif |
55 |
|
65 |
|
56 |
.include <bsd.port.pre.mk> |
|
|
57 |
|
58 |
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" |
66 |
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" |
59 |
CFLAGS+= -fpic -DPIC |
67 |
CFLAGS+= -fpic -DPIC |
60 |
.endif |
68 |
.endif |
Lines 216-221
Link Here
|
216 |
.endif |
224 |
.endif |
217 |
|
225 |
|
218 |
.if defined(WITH_ASVN) |
226 |
.if defined(WITH_ASVN) |
|
|
227 |
RUN_DEPENDS= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils:install |
219 |
PLIST_SUB+= ASVN="" |
228 |
PLIST_SUB+= ASVN="" |
220 |
.else |
229 |
.else |
221 |
PLIST_SUB+= ASVN="@comment " |
230 |
PLIST_SUB+= ASVN="@comment " |