summaryrefslogtreecommitdiff
path: root/java/java-subversion/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-19*: apply refactor.remove-consecutive-empty-linesTobias Kortkamp1-1/+0
Submitted by: portedit
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2020-06-02 Update subversion to new version 1.14.0.Lev A. Serebryakov1-2/+2
1.14.0 is LTS, but `devel/subversion-lts' is still 1.10.x, because it allows to build `devel/py-subversion' with Python 2.7. `devel/py-subversion' will be built with Python 3.5+ for version 1.14.0.
2019-11-26Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim1-1/+0
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342
2019-11-03 Update to 1.13.0.Lev A. Serebryakov1-1/+1
PR: 241608 Submitted by: Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
2019-08-13Drop nop PORTREVISION_19 from devel/subversion addon portsTobias Kortkamp1-1/+0
devel/subversion19 has been removed.
2019-04-25 Add LTS version of subversion to ports.Lev A. Serebryakov1-0/+1
PR: 235934
2019-04-25 Update to 1.12.0Lev A. Serebryakov1-1/+1
2018-11-01 Update subversion to 1.11.0.Lev A. Serebryakov1-1/+1
2018-10-10 (1) Update to 1.10.3.Lev A. Serebryakov1-1/+1
(2) Fix STATIC build. (3) Expand FreeBSD template for better explanation of "Sponsored by" PR: (2) 220660, (3) 228362
2018-04-20 (1) Remove devel/subversion18Lev A. Serebryakov1-10/+5
(2) Intoroduce devel/subversion19 from latest pre-1.10 devel/subversion (3) Rework all addons to unify versioning code. FLAVORS is not used because it will conflict with Python FLAVORS (4) Restore mod_dontdothat for www/mod_dav_svn
2018-04-16 Update to latest & newest version 1.10.0Lev A. Serebryakov1-1/+1
2018-03-21devel/apr1: Bump portrevisionBernard Spil1-1/+1
- Repair my rookie mistake of earlier today - Bump revision of dependent ports (again) Reported by: antoine
2018-03-21devel/apr1: Fix runtime issues of dependent portBernard Spil1-0/+1
- iconv is in base in all supported FreeBSD versions - Fix build with MariaDB 10.2 [2] - Bump portrevision in dependencies PR: 226705 [1], 226026 [2] With hat: apache Approved by: joneum (apache)
2015-12-30- prepare for devel/subversion17 removalOlli Hauer1-5/+1
2015-10-15 Update devel/subversion to 1.9.2.Lev A. Serebryakov1-0/+2
PR: 203713 Submitted by: Peter Wemm <peter@FreeBSD.org>
2015-10-08Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni1-1/+1
2014-08-12 Update to latest 1.8.10Lev A. Serebryakov1-1/+4
Turn off unneded options in case of addons explicitly.
2014-06-16 subversion port has been overhauled. Some optional parts was extractedLev A. Serebryakov1-10/+12
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).
2014-05-18 (1) Update to latest 1.8.9Lev A. Serebryakov1-2/+10
(2) USES=libtool instead of USE_AUTOTOOLS=libtool (3) Bump required Java version to 1.7 for java/java-subversion. (4) Build java/kava-subversion with system clang, not "any" gcc on 10 and CURRENT (checked with OpenJDK7 and OpenJDK8).
2014-02-20 Update subversion to 1.8.8.Lev A. Serebryakov1-3/+3
STAGEfy java/java-subversion. Make java/java-subversion build on 10.0-RELEASE.
2013-12-08- move java/subversion-java to java/java-subversion soOlli Hauer1-2/+2
PKGNAMESUFFIX can be used in the devel/subversion* ports Approved by: lev@ (implicit)
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
java)
2013-06-21 Disable Jikes support.Lev A. Serebryakov1-1/+1
Submitted by: Andriy Gapon <avg@FreeBSD.org>
2013-06-19- allow java/subversion-jave to stay on subversion17Olli Hauer1-0/+2
- update UPDATING with a hint how to keep subversion17
2012-12-10Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin1-6/+2
suppress any reference to JAVA_VERSION= 1.5+ (part2)
2011-10-16 (1) Activate mod_dav_svn in "post-install" target, as it is not activatedLev A. Serebryakov1-1/+1
by subversion itself. (2) Rename USE_SUBVERSION to WITH_SUBVERSION_VER.
2011-10-16 Update subversion to 1.7.0.Lev A. Serebryakov1-1/+4
Make FreeBSD patches to be port's options and remove separated port. Rename patches to more sane names. Add devel/subversion16 port, for people, who need old version. Mark ports, which could not be built with subversion 1.7.x, as conflicting with new subversion.
2011-07-21Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon1-1/+1
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
2010-07-30- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API andJeremy Messenger1-1/+1
ABI backwards compatible. It is unnecessary to have more than one same libraries (ie: neon28 and neon29) as it creates issue in our ports tree such as CONFLICTS and made our Makefile complicate. - Remove www/neonpp and www/neon28. - Add USE_GNOME=ltverhack; it corrects the shared library version by change from libneon.so.29 to libneon.so.27. It won't get bump again with no reason unless ABI changes. - Bump the PORTREVISION on all ports and chase the shared library change. - Add info in the UPDATING for how to rebuild on all ports that depend on neon. PR: ports/148295 Approved by: lev (maintainer timeout, no respone for months), portmgr Tested by: pointyhat-exp by pav
2010-05-18- Chase devel/apr -> devel/apr1 shufflingPhilip M. Gollucci1-1/+1
PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@
2010-05-054/5: Chase devel/apr shlib bumpPhilip M. Gollucci1-0/+1
PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@
2009-01-05- Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik1-4/+0
2008-07-02 (1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is setLev A. Serebryakov1-1/+1
(2) Fix CATEGORIES for devel/*-subversion ports (3) Add note to UPDATING about neon26/neon28 transition and binding changes. PR: ports/125168 [2] Submitted by: Dmitry Morozovsky <marck rinet ru> [1,2,3]
2008-06-30 Fix CATEGORIES for subversion & binding ports.Lev A. Serebryakov1-1/+1
2008-06-30 Add subversion-java: high-level bindings for Java and subversion VCS.Lev A. Serebryakov1-0/+42