aboutsummaryrefslogtreecommitdiff
path: root/deskutils/docear
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2015-06-10 17:50:58 +0000
committerMatthias Andree <mandree@FreeBSD.org>2015-06-10 17:50:58 +0000
commitc69b26b4fb24c04ac244cce9426b2596b485bfa2 (patch)
treea284d250ed777c62e4b130a151fbb6a74c1108dc /deskutils/docear
parentc6094d71628e13e8d2be91295e58a09705ac3ada (diff)
downloadports-c69b26b4fb24c04ac244cce9426b2596b485bfa2.tar.gz
ports-c69b26b4fb24c04ac244cce9426b2596b485bfa2.zip
Notes
Diffstat (limited to 'deskutils/docear')
-rw-r--r--deskutils/docear/Makefile1
-rw-r--r--deskutils/docear/files/patch-docear.sh18
2 files changed, 19 insertions, 0 deletions
diff --git a/deskutils/docear/Makefile b/deskutils/docear/Makefile
index cb3dca4efe80..635d723c55a8 100644
--- a/deskutils/docear/Makefile
+++ b/deskutils/docear/Makefile
@@ -3,6 +3,7 @@
PORTNAME= docear
PORTVERSION= 1.1.0
+PORTREVISION= 1
_suffix= _stable
CATEGORIES= deskutils java
MASTER_SITES= http://downloads.docear.org/${PORTVERSION}${_suffix}/ \
diff --git a/deskutils/docear/files/patch-docear.sh b/deskutils/docear/files/patch-docear.sh
new file mode 100644
index 000000000000..ab023b53d50e
--- /dev/null
+++ b/deskutils/docear/files/patch-docear.sh
@@ -0,0 +1,18 @@
+--- docear.sh 2015-06-10 19:42:49.000000000 +0200
++++ /tmp/docear.sh.new 2015-06-10 19:41:56.000000000 +0200
+@@ -190,6 +190,7 @@
+ fi
+ _debug "Calling: "\
+ "${JAVACMD}" -Xmx512m\
++ "-Dawt.useSystemAAFontSettings=on"\
+ "-Dorg.freeplane.param1=$1"\
+ "-Dorg.freeplane.param2=$2"\
+ "-Dorg.freeplane.param3=$3"\
+@@ -204,6 +205,7 @@
+ -xargs "${freedir}/init.xargs"
+ ( echo "${DEBUG}" | grep -qe "exit" ) && exit 0 # do not start Freeplane
+ "${JAVACMD}" -Xmx512m\
++ "-Dawt.useSystemAAFontSettings=on"\
+ "-Dorg.freeplane.param1=$1"\
+ "-Dorg.freeplane.param2=$2"\
+ "-Dorg.freeplane.param3=$3"\