diff options
Diffstat (limited to 'korean/elm/files')
-rw-r--r-- | korean/elm/files/elm-config | 47 | ||||
-rw-r--r-- | korean/elm/files/patch-aa | 34 | ||||
-rw-r--r-- | korean/elm/files/patch-ab | 15 | ||||
-rw-r--r-- | korean/elm/files/patch-ac | 53 | ||||
-rw-r--r-- | korean/elm/files/patch-ad | 19 |
5 files changed, 168 insertions, 0 deletions
diff --git a/korean/elm/files/elm-config b/korean/elm/files/elm-config new file mode 100644 index 000000000000..617d3612bdc9 --- /dev/null +++ b/korean/elm/files/elm-config @@ -0,0 +1,47 @@ +#!/bin/sh +# tail part of configure +# +# by junker@jazz.snu.ac.kr +# + +PortsDir=$PORTSDIR +CurDir=$CURDIR +WrkSrc=$WRKSRC +Prefix=$PREFIX + +echo "prefix is $PREFIX" + +# read configuration +. ./config.sh + +echo " " +echo "Doing variable substitutions on .SH files..." +set x `awk '{print $1}' <MANIFEST | $grep '\.SH'` +shift +case $# in +0) set x *.SH; shift;; +esac +if test ! -f $1; then + shift +fi + +for file in $*; do + case "$file" in + */*) + dir=`$expr X$file : 'X\(.*\)/'` + file=`$expr X$file : 'X.*/\(.*\)'` + (cd $dir && . $file) + ;; + *) + (. $file) + ;; + esac +done +if test -f config.h.SH; then + if test ! -f config.h; then + : oops, they left it out of MANIFEST, probably, so do it anyway. + (. config.h.SH) + fi +fi + +#make depend diff --git a/korean/elm/files/patch-aa b/korean/elm/files/patch-aa new file mode 100644 index 000000000000..300726e2b7fa --- /dev/null +++ b/korean/elm/files/patch-aa @@ -0,0 +1,34 @@ +*** nls/Makefile.old Tue Apr 1 22:31:44 1997 +--- nls/Makefile Tue Apr 1 22:32:15 1997 +*************** +*** 1,6 **** + LANGFILE=LANGS + CATNAME=elm2.4.cat +! GENCAT= nls/gencat + + HDIR= ../hdrs + SDIR= C/C/C +--- 1,6 ---- + LANGFILE=LANGS + CATNAME=elm2.4.cat +! GENCAT= gencat + + HDIR= ../hdrs + SDIR= C/C/C +*************** +*** 39,45 **** + ./Install $(LANGFILE) $(GENCAT) $(CATNAME) + + $(HFILES): $(MFILES) +! gencat/gencat $(MSGCAT) "$(SDIR)/`basename $@ .h`".m -h $@ + + clean: FRC + /bin/rm -f $(MSGCAT) +--- 39,45 ---- + ./Install $(LANGFILE) $(GENCAT) $(CATNAME) + + $(HFILES): $(MFILES) +! $(GENCAT) $(MSGCAT) "$(SDIR)/`basename $@ .h`".m -h $@ + + clean: FRC + /bin/rm -f $(MSGCAT) diff --git a/korean/elm/files/patch-ab b/korean/elm/files/patch-ab new file mode 100644 index 000000000000..f3f2e3c27e0d --- /dev/null +++ b/korean/elm/files/patch-ab @@ -0,0 +1,15 @@ +*** nls/LANGS.old Sun Jun 28 04:32:25 1992 +--- nls/LANGS Fri Jul 28 06:48:31 1995 +*************** +*** 1,5 **** + # LANGS file + +! C/C/C /usr/local/nls/msg/C +! english/us/ascii /usr/local/nls/msg/english +! french/canada/8859 /usr/local/nls/msg/french +--- 1,5 ---- + # LANGS file + +! C/C/C /usr/local/share/nls/C +! english/us/ascii /usr/local/share/nls/en_US.ISO_8859-1 +! french/canada/8859 /usr/local/share/nls/fr_FR.ISO_8859-1 diff --git a/korean/elm/files/patch-ac b/korean/elm/files/patch-ac new file mode 100644 index 000000000000..b21b562f7aca --- /dev/null +++ b/korean/elm/files/patch-ac @@ -0,0 +1,53 @@ +*** doc/Makefile.SH.orig Fri Mar 11 02:20:29 1994 +--- doc/Makefile.SH Sun Apr 27 05:54:24 1997 +*************** +*** 207,213 **** + + install: $(LIB_LIST) + @if $(TEST) '$(MAN)' != none; then $(MAKE) install_man ; else true ; fi +! @if $(TEST) '$(CATMAN)' != none; then $(MAKE) install_catman ; else true ; fi + + install_man: $(MAN_LIST) $(MAN)/wnewmail$(MANEXT) + +--- 207,213 ---- + + install: $(LIB_LIST) + @if $(TEST) '$(MAN)' != none; then $(MAKE) install_man ; else true ; fi +! # @if $(TEST) '$(CATMAN)' != none; then $(MAKE) install_catman ; else true ; fi + + install_man: $(MAN_LIST) $(MAN)/wnewmail$(MANEXT) + +*************** +*** 234,240 **** + $(RM) $(MAN)/newmail$(MANEXT) $(MAN)/wnewmail$(MANEXT) + $(CP) $(REMOTE_MAN_LIST) $(MAN) + $(CHMOD) u=rw,go=r $(MAN_LIST) +! $(LN) $(MAN)/newmail$(MANEXT) $(MAN)/wnewmail$(MANEXT) + $(CP) $(REMOTE_LIB_LIST) $(LIB) + $(CHMOD) u=rw,go=r $(LIB_LIST) + +--- 234,240 ---- + $(RM) $(MAN)/newmail$(MANEXT) $(MAN)/wnewmail$(MANEXT) + $(CP) $(REMOTE_MAN_LIST) $(MAN) + $(CHMOD) u=rw,go=r $(MAN_LIST) +! # $(LN) $(MAN)/newmail$(MANEXT) $(MAN)/wnewmail$(MANEXT) + $(CP) $(REMOTE_LIB_LIST) $(LIB) + $(CHMOD) u=rw,go=r $(LIB_LIST) + +*************** +*** 304,310 **** + + $(MAN)/wnewmail$(MANEXT): $(MAN)/newmail$(MANEXT) + $(RM) $@ +! $(LN) $? $@ + + $(LIB)/elm-help.0: elm-help.0 + $(CP) $? $@ +--- 304,310 ---- + + $(MAN)/wnewmail$(MANEXT): $(MAN)/newmail$(MANEXT) + $(RM) $@ +! # $(LN) $? $@ + + $(LIB)/elm-help.0: elm-help.0 + $(CP) $? $@ diff --git a/korean/elm/files/patch-ad b/korean/elm/files/patch-ad new file mode 100644 index 000000000000..2f0dfdac214b --- /dev/null +++ b/korean/elm/files/patch-ad @@ -0,0 +1,19 @@ +*** utils/Makefile.SH.orig Fri Mar 11 02:20:29 1994 +--- utils/Makefile.SH Sun Apr 27 06:05:04 1997 +*************** +*** 67,73 **** + LIB2 = $libs + LIBS = $termlib $dbm + LINT = $lint +! LN = $ln + MAKE = $make + MV = $mv + OPTIMIZE = $optimize +--- 67,73 ---- + LIB2 = $libs + LIBS = $termlib $dbm + LINT = $lint +! LN = $ln -fs + MAKE = $make + MV = $mv + OPTIMIZE = $optimize |