summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2014-06-16 13:12:21 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2014-06-16 13:12:21 +0000
commit146867e80269edb296bac45ab890b929f5e44db8 (patch)
tree93f1d8e2e19e6c53166e3aa900148a3db947ae53 /java
parentirc/py-irc: update to 5.9.1 (diff)
subversion port has been overhauled. Some optional parts was extracted
to separate ports. These ports are: www/mod_dav_svn instead of option MOD_DAV_SVN. security/subversion-gnome-keyring instead of option GNOME_KEYRING. security/subversion-kwallet instead of option KDE_KWALLET. If you used devel/subversion with one (or more) of these non-standard options, you should install appropriate port after subversion upgrade. "mod_dontdothat" is installed unconditionally by www/mod_dav_svn port (it has been depended on TOOLS option), but is not activated by default, you may need to edit apache's configuration file. devel/subversion port now installs svndiff, svndiff3 and svndiff4 commands if TOOLS option is enabled. They was skipped before. Official names "diff", "diff3" and "diff4" are prefixed with "svn" to avoid conflicts with base and other diff versions. All libraries and binaries are now stripped if MAINTAINER_DEBUG option is not selected (including all sub-ports, like bindings and mod_dav_svn).
Notes
Notes: svn path=/head/; revision=357986
Diffstat (limited to 'java')
-rw-r--r--java/java-subversion/Makefile22
-rw-r--r--java/java-subversion/pkg-descr2
2 files changed, 13 insertions, 11 deletions
diff --git a/java/java-subversion/Makefile b/java/java-subversion/Makefile
index a8eedeb1997c..728b16755271 100644
--- a/java/java-subversion/Makefile
+++ b/java/java-subversion/Makefile
@@ -1,4 +1,4 @@
-# Created by: Lev Serebryako <lev@FreeBSD.org>
+# Created by: Lev Serebryakov <lev@FreeBSD.org>
# $FreeBSD$
PKGNAMEPREFIX= java-
@@ -24,11 +24,19 @@ JAVA_OS= native
JAVA_BUILD= yes
JAVA_RUN= yes
-SVN_BUILD_BINDINGS=yes
+SVN_BUILD_BINDINGS= yes
+SVN_BUILD_ADDONS= yes
.include "${MASTERDIR}/Makefile.common"
-CONFIGURE_ARGS+= --enable-javahl --with-jdk=${JAVA_HOME} --with-jikes=no
+CONFIGURE_ARGS+= --enable-javahl \
+ --with-jdk=${JAVA_HOME} \
+ --with-jikes=no
+
+MAKE_JOBS_UNSAFE= yes
+
+ALL_TARGET= javahl
+INSTALL_TARGET= install-javahl
post-configure:
.if ${COMPILER_TYPE} == clang
@@ -37,13 +45,7 @@ post-configure:
@${DO_NADA}
.endif
-do-build:
+pre-build:
@${MKDIR} ${WRKSRC}/subversion/bindings/java/javahl/classes
- cd ${WRKSRC} ; \
- ${MAKE} javahl ${MAKE_ARGS}
-
-do-install:
- cd ${WRKSRC} ; \
- ${MAKE} install-javahl ${MAKE_ARGS}
.include <bsd.port.post.mk>
diff --git a/java/java-subversion/pkg-descr b/java/java-subversion/pkg-descr
index 54c587c4e1ac..1bb3035676ac 100644
--- a/java/java-subversion/pkg-descr
+++ b/java/java-subversion/pkg-descr
@@ -3,4 +3,4 @@ as possible, while fixing many outstanding problems with cvs(1).
This port adds Java bindings to Subversion.
-WWW: http://subversion.tigris.org/
+WWW: http://subversion.apache.org/