Hi,
mostly a mechanical update. This time I also would like to start josm with
more java heap size, because with the current default (about 100M) josm
quickly fails with out-of-memory errors (at least when seriously working
with josm).
Holger
;-se
Index: Makefile
===================================================================
RCS file: /cvs/ports/geo/josm/Makefile,v
retrieving revision 1.22
diff -u -p -u -r1.22 Makefile
--- Makefile 22 Dec 2013 08:02:48 -0000 1.22
+++ Makefile 19 Apr 2014 20:26:27 -0000
@@ -2,7 +2,7 @@
COMMENT= OpenStreetMap map editor
-SVN_REV= 6502
+SVN_REV= 6950
DISTNAME= josm-snapshot-${SVN_REV}
EXTRACT_SUFX = .jar
EXTRACT_CASES+= *.jar) unzip -qa ${FULLDISTDIR}/$$archive -d
${WRKDIST};;
Index: distinfo
===================================================================
RCS file: /cvs/ports/geo/josm/distinfo,v
retrieving revision 1.9
diff -u -p -u -r1.9 distinfo
--- distinfo 22 Dec 2013 11:36:23 -0000 1.9
+++ distinfo 19 Apr 2014 20:26:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (josm-snapshot-6502.jar) = QgCp6tKKrES30WEbhafzYCfUXeuKYLqvR0MoS/mL5qc=
-SIZE (josm-snapshot-6502.jar) = 8400359
+SHA256 (josm-snapshot-6950.jar) = pgN36JHZeC7O7s4GLjk4ilpKt0X0O4ZJjVGbCDs1noQ=
+SIZE (josm-snapshot-6950.jar) = 8557637
Index: files/josm.sh
===================================================================
RCS file: /cvs/ports/geo/josm/files/josm.sh,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 josm.sh
--- files/josm.sh 2 Aug 2009 18:38:53 -0000 1.1.1.1
+++ files/josm.sh 19 Apr 2014 20:26:27 -0000
@@ -1,5 +1,6 @@
#!/bin/ksh
JAVA_CMD=$(javaPathHelper -c josm)
+JAVA_OPTIONS=-Xmx256M
-${JAVA_CMD} -jar ${TRUEPREFIX}/share/josm/josm-latest.jar $*
+${JAVA_CMD} ${JAVA_OPTIONS} -jar ${TRUEPREFIX}/share/josm/josm-latest.jar $*