diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-30 00:39:20 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-30 00:39:20 +0000 |
commit | c19e9bbcd88a52be9da23bd690d98dafa6f16c6c (patch) | |
tree | c4f9046deff81e4552158bc8e727d42aad956f4d /editors/e93/files | |
parent | Update to 3.0.16 and change MAINTAINER. (diff) |
Update to 1.3.2 && change MAINTAINER.
PR: 21643
Submitted by: Jeremy Shaffner <jeremy@external.org> (new MAINTAINER)
Diffstat (limited to 'editors/e93/files')
-rw-r--r-- | editors/e93/files/patch-ae | 44 | ||||
-rw-r--r-- | editors/e93/files/patch-af | 11 | ||||
-rw-r--r-- | editors/e93/files/patch-ag | 11 | ||||
-rw-r--r-- | editors/e93/files/patch-ah | 11 |
4 files changed, 77 insertions, 0 deletions
diff --git a/editors/e93/files/patch-ae b/editors/e93/files/patch-ae new file mode 100644 index 000000000000..fdca9bd90079 --- /dev/null +++ b/editors/e93/files/patch-ae @@ -0,0 +1,44 @@ +--- machdef.mk.orig Fri Sep 29 02:47:44 2000 ++++ machdef.mk Fri Sep 29 02:50:54 2000 +@@ -27,33 +27,32 @@ + # + # e93 will install its single executable "e93" in $PREFIX/bin + # and it will place a directory called "e93lib" in $PREFIX/lib +-PREFIX=/usr/local + + + # The following lines may need to be altered if the Tcl + # files are located elsewhere on your system: +-TCL_INCLUDE=-I/usr/local/include +-TCL_LIB=-L/usr/local/lib ++TCL_INCLUDE=-I${LOCALBASE}/include/tcl8.2 ++TCL_LIB=-L${LOCALBASE}/lib + # uncomment and change if you want to link with specific versions of Tcl/Tk +-#TCL_VERSION=8.3 ++TCL_VERSION=82 ++TK_INCLUDE=-I${LOCALBASE}/include/tk8.2 + + + # The following lines may need to be altered if the X include and library + # files are located elsewhere on your system: +-X_INCLUDE=-I/usr/X11R6/include +-X_LIB=-L/usr/X11R6/lib ++X_INCLUDE=-I${X11BASE}/include ++X_LIB=-L${X11BASE}/lib + + + # if your system needs some extra libraries, add them here: +-EXTRALIBS=-lm -ldl ++EXTRALIBS=-lm + + # Uncomment this line if running Solaris: + #MACHINESPEC=-DSOLARIS + + # set compiler to use +-CC=gcc + + + # set some compiler options +-OPTIONS=-O2 -Wall -x c++ -g ++OPTIONS=-Wall -x c++ + #OPTIONS = -Wall -O2 -x c++ -mcpu=21164a -Wa,-m21164a -g diff --git a/editors/e93/files/patch-af b/editors/e93/files/patch-af new file mode 100644 index 000000000000..5e06c12b6335 --- /dev/null +++ b/editors/e93/files/patch-af @@ -0,0 +1,11 @@ +--- Makefile.orig Sun Sep 24 18:33:49 2000 ++++ Makefile Sun Sep 24 18:34:49 2000 +@@ -21,7 +21,7 @@ + # Include machine/platform specific information + include machdef.mk + +-CFLAGS=-I. $(TCL_INCLUDE) $(X_INCLUDE) $(OPTIONS) $(MACHINESPEC) ++CFLAGS+=-I. $(TCL_INCLUDE) ${TK_INCLUDE} $(X_INCLUDE) $(OPTIONS) $(MACHINESPEC) + + OBJECTS = \ + e93.o \ diff --git a/editors/e93/files/patch-ag b/editors/e93/files/patch-ag new file mode 100644 index 000000000000..644ff35ef78d --- /dev/null +++ b/editors/e93/files/patch-ag @@ -0,0 +1,11 @@ +--- xgui/Makefile.orig Sun Sep 24 23:32:13 2000 ++++ xgui/Makefile Sun Sep 24 23:32:30 2000 +@@ -17,7 +17,7 @@ + # Include machine/platform specific information into the build + include ../machdef.mk + +-CFLAGS=-I. $(TCL_INCLUDE) $(X_INCLUDE) $(OPTIONS) $(MACHINESPEC) -DPREFIX=\"$(PREFIX)\" ++CFLAGS+=-I. $(TCL_INCLUDE) $(TK_INCLUDE) $(X_INCLUDE) $(OPTIONS) $(MACHINESPEC) -DPREFIX=\"$(PREFIX)\" + + OBJECTS = \ + globals.o \ diff --git a/editors/e93/files/patch-ah b/editors/e93/files/patch-ah new file mode 100644 index 000000000000..cd0d45343b45 --- /dev/null +++ b/editors/e93/files/patch-ah @@ -0,0 +1,11 @@ +--- e93r.orig Fri Sep 29 03:29:30 2000 ++++ e93r Fri Sep 29 03:33:59 2000 +@@ -25,7 +25,7 @@ + + # NOTE: you may have to adjust the wish to e.g. /usr/local/bin/wish8.3 + # restart using wish \ +-exec wish "$0" "$@" ++exec wish8.2 "$0" "$@" + + # check presence of another e93 + set e93present "" |