Date: Wed, 10 Jun 2015 17:50:59 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389115 - in head/deskutils/docear: . files Message-ID: <201506101750.t5AHoxHI065298@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Wed Jun 10 17:50:58 2015 New Revision: 389115 URL: https://svnweb.freebsd.org/changeset/ports/389115 Log: Enable font antialiasing by launching JAVA with awt.useSystemAAFontSettings=on. Bump PORTREVISION. Submitted by: Nikita Murzincev Added: head/deskutils/docear/files/patch-docear.sh (contents, props changed) Modified: head/deskutils/docear/Makefile Modified: head/deskutils/docear/Makefile ============================================================================== --- head/deskutils/docear/Makefile Wed Jun 10 17:44:23 2015 (r389114) +++ head/deskutils/docear/Makefile Wed Jun 10 17:50:58 2015 (r389115) @@ -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}/ \ Added: head/deskutils/docear/files/patch-docear.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/docear/files/patch-docear.sh Wed Jun 10 17:50:58 2015 (r389115) @@ -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"\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506101750.t5AHoxHI065298>