[Midnightbsd-cvs] mports: editors/jedit: Similar changes to jedit devel.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Apr 30 17:25:07 EDT 2008
Log Message:
-----------
Similar changes to jedit devel.
Switch to USE_XORG. We need java 1.4+ here.
Modified Files:
--------------
mports/editors/jedit:
Makefile (r1.2 -> r1.3)
mports/editors/jedit/files:
jedit.sh.in (r1.1 -> r1.2)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/editors/jedit/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L editors/jedit/Makefile -L editors/jedit/Makefile -u -r1.2 -r1.3
--- editors/jedit/Makefile
+++ editors/jedit/Makefile
@@ -8,7 +8,7 @@
PORTNAME= jedit
PORTVERSION= 4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,9 +26,9 @@
CONFLICTS= jedit-4.3*
USE_JAVA= yes
-JAVA_VERSION= 1.3+
+JAVA_VERSION= 1.4+
-USE_XLIB= yes
+USE_XORG= x11
NO_BUILD= yes
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
Index: jedit.sh.in
===================================================================
RCS file: /home/cvs/mports/editors/jedit/files/jedit.sh.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -L editors/jedit/files/jedit.sh.in -L editors/jedit/files/jedit.sh.in -u -r1.1 -r1.2
--- editors/jedit/files/jedit.sh.in
+++ editors/jedit/files/jedit.sh.in
@@ -1,7 +1,8 @@
#!/bin/sh
+# $MidnightBSD$
# $FreeBSD: ports/editors/jedit/files/jedit.sh.in,v 1.1 2005/01/29 00:01:49 hq Exp $
# Java heap size, in megabytes
JAVA_HEAP_SIZE=32
-JAVA_VERSION="1.3+" "%%LOCALBASE%%/bin/java" -mx${JAVA_HEAP_SIZE}m ${JEDIT} -jar "%%DATADIR%%/jedit.jar" "$@"
+JAVA_VERSION="1.4+" "%%LOCALBASE%%/bin/java" -mx${JAVA_HEAP_SIZE}m ${JEDIT} -jar "%%DATADIR%%/jedit.jar" "$@"
More information about the Midnightbsd-cvs
mailing list