CVS log for ports/java/subversion-java/Makefile
Up to [FreeBSD] / ports / java / subversion-java
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Oct 16 21:01:42 2011 UTC (3 months, 3 weeks ago) by lev
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
(1) Activate mod_dav_svn in "post-install" target, as it is not activated
by subversion itself.
(2) Rename USE_SUBVERSION to WITH_SUBVERSION_VER.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Oct 16 14:31:47 2011 UTC (3 months, 3 weeks ago) by lev
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -1 lines
Update subversion to 1.7.0. 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.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jul 21 05:02:47 2011 UTC (6 months, 3 weeks ago) by linimon
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon, 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
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jul 30 22:14:49 2010 UTC (18 months, 1 week ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and 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
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue May 18 04:07:47 2010 UTC (20 months, 3 weeks ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
- Chase devel/apr -> devel/apr1 shuffling PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 5 21:52:20 2010 UTC (21 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
4/5: Chase devel/apr shlib bump PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jan 5 20:36:27 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -4 lines
- Remove conditional checks for FreeBSD 5.x and older
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jul 2 05:21:39 2008 UTC (3 years, 7 months ago) by lev
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
(1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is set
(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]
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 30 12:39:14 2008 UTC (3 years, 7 months ago) by lev
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Fix CATEGORIES for subversion & binding ports.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 30 10:04:47 2008 UTC (3 years, 7 months ago) by lev
Branches: MAIN
Add subversion-java: high-level bindings for Java and subversion VCS.
