summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-11 08:53:05 +0000
committeruebayasi <uebayasi>2003-01-11 08:53:05 +0000
commit7bfb3613c05246773ce2aceb199b1b84ed1b32c9 (patch)
tree5bff5a12d979174f8eb6da05f0d5f5881633c98f /editors
parent35d0fdd7529dc56f520c18ed81e529878efdfbf5 (diff)
downloadpkgsrc-7bfb3613c05246773ce2aceb199b1b84ed1b32c9.tar.gz
New in the latest.
Diffstat (limited to 'editors')
-rw-r--r--editors/jde/MESSAGE22
-rw-r--r--editors/jde/patches/patch-aa35
2 files changed, 57 insertions, 0 deletions
diff --git a/editors/jde/MESSAGE b/editors/jde/MESSAGE
new file mode 100644
index 00000000000..51008254831
--- /dev/null
+++ b/editors/jde/MESSAGE
@@ -0,0 +1,22 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2003/01/11 08:53:05 uebayasi Exp $
+
+ * You need to add the following directory to your CLASSPATH
+ environment.
+
+ ${PREFIX}/share/jde/java/lib
+
+ * You might need to increase process heap / stack memory resource
+ limits.
+
+ For Bourne shells:
+ % ulimit -d unlimited
+ % ulimit -s unlimited
+
+ For C shells:
+ % unlimit datasize
+ % unlimit stacksize
+
+ See sh(1) / csh(1) manual pages for more details.
+
+===========================================================================
diff --git a/editors/jde/patches/patch-aa b/editors/jde/patches/patch-aa
new file mode 100644
index 00000000000..bcebc849b91
--- /dev/null
+++ b/editors/jde/patches/patch-aa
@@ -0,0 +1,35 @@
+$NetBSD: patch-aa,v 1.1 2003/01/11 08:53:05 uebayasi Exp $
+
+--- makefile.orig Mon Dec 30 14:28:06 2002
++++ makefile
+@@ -9,10 +9,10 @@
+ EMACS = emacs
+
+ # Default locations of the packages required to compile the JDE.
+-EIEIO = ../../eieio
+-ELIB = ../../elib
+-SEMANTIC = ../../semantic
+-SPEEDBAR = ../../speedbar
++EIEIO = ${EMACS_LISPPREFIX}/eieio
++ELIB = ${EMACS_LISPPREFIX}/elib
++SEMANTIC = ${EMACS_LISPPREFIX}/semantic
++SPEEDBAR = ${EMACS_LISPPREFIX}/speedbar
+
+ all:
+ test -d $(SEMANTIC) -a -d $(SPEEDBAR) -a -d $(ELIB) -a -d $(EIEIO)
+@@ -25,7 +25,7 @@
+ echo "(setq debug-on-error t)" >> jde-compile-script-init
+ echo "(require 'jde-compat)" >> jde-compile-script-init
+ echo "(require 'jde)" >>jde-compile-script-init
+- $(EMACS) -batch -l jde-compile-script-init -f batch-byte-compile *.el
++ -$(EMACS) -batch -l jde-compile-script-init -f batch-byte-compile *.el
+ rm -f jde-compile-script-init
+
+ #
+@@ -50,4 +50,4 @@
+ #
+ #
+
+-# End of makefile
+\ No newline at end of file
++# End of makefile