summaryrefslogtreecommitdiff
path: root/editors/jed/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-23 06:37:23 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-23 06:37:23 +0000
commit17c5fd26f07dceff8d1543b7cedc3a61bade9eab (patch)
tree373d2126f07edd3361880720e4b6000ff950b3ea /editors/jed/files
parent- use NO_PACKAGE if enviroment is not set. (diff)
Maintainer update: editors/jed to 0.99.16
PR: ports/48487 Submitted by: Benedikt Schmidt <s_bschmi@ira.uka.de>
Notes
Notes: svn path=/head/; revision=76229
Diffstat (limited to 'editors/jed/files')
-rw-r--r--editors/jed/files/patch-aa14
-rw-r--r--editors/jed/files/patch-ab13
2 files changed, 24 insertions, 3 deletions
diff --git a/editors/jed/files/patch-aa b/editors/jed/files/patch-aa
index 722be981ef0e..4aa1fa83c084 100644
--- a/editors/jed/files/patch-aa
+++ b/editors/jed/files/patch-aa
@@ -1,6 +1,6 @@
---- src/Makefile.in.orig Tue Apr 10 01:54:31 2001
-+++ src/Makefile.in Tue Apr 10 01:56:43 2001
-@@ -143,7 +143,7 @@
+--- src/Makefile.in.orig Sun Oct 20 06:55:30 2002
++++ src/Makefile.in Thu Feb 20 21:06:23 2003
+@@ -158,7 +158,7 @@
rgrep: $(OBJDIR)/rgrep
@echo rgrep created in $(OBJDIR)
$(OBJDIR)/rgrep: $(OBJDIR)/vfile.o $(OBJDIR)/rgrep.o
@@ -9,3 +9,11 @@
#
getmail: $(OBJDIR)/getmail
@echo getmail created in $(OBJDIR)
+@@ -186,7 +186,6 @@
+ $(MKINSDIR) $(DEST_JED_ROOT)/lib
+ $(MKINSDIR) $(DEST_JED_ROOT)/lib/colors
+ $(MKINSDIR) $(DEST_JED_ROOT)/lib/colors/Xjed
+- $(MKINSDIR) $(DEST_JED_ROOT)/lib/tm
+
+ install: all install_directories
+ $(INSTALL) $(OBJDIR)/jed $(DEST_BIN_DIR)/
diff --git a/editors/jed/files/patch-ab b/editors/jed/files/patch-ab
new file mode 100644
index 000000000000..455cc45ead23
--- /dev/null
+++ b/editors/jed/files/patch-ab
@@ -0,0 +1,13 @@
+--- src/jprocess.c.orig Thu Feb 20 20:19:47 2003
++++ src/jprocess.c Thu Feb 20 20:24:36 2003
+@@ -58,7 +58,9 @@
+
+ #ifdef REALLY_HAVE_TERMIOS_H
+ # ifndef __os2__
+-# define USE_PTY
++# ifndef __FreeBSD__
++# define USE_PTY
++# endif
+ # endif
+ #endif
+