summaryrefslogtreecommitdiff
path: root/editors/xemacs/patches
diff options
context:
space:
mode:
authorrh <rh>1999-12-08 08:18:24 +0000
committerrh <rh>1999-12-08 08:18:24 +0000
commitde0ad0fe6aed7b5b022cbcb188312e060c5f74ad (patch)
tree95570cac272ce93c808a8f438e083d3b733bade0 /editors/xemacs/patches
parent0700bb94765295fa56fe63f0c423f5e49d1590ad (diff)
downloadpkgsrc-de0ad0fe6aed7b5b022cbcb188312e060c5f74ad.tar.gz
defuzz
Diffstat (limited to 'editors/xemacs/patches')
-rw-r--r--editors/xemacs/patches/patch-ab19
-rw-r--r--editors/xemacs/patches/patch-ac12
2 files changed, 15 insertions, 16 deletions
diff --git a/editors/xemacs/patches/patch-ab b/editors/xemacs/patches/patch-ab
index 9bd4be004a6..e9d6174176a 100644
--- a/editors/xemacs/patches/patch-ab
+++ b/editors/xemacs/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 1999/06/29 23:13:39 tron Exp $
+$NetBSD: patch-ab,v 1.2 1999/12/08 08:18:25 rh Exp $
---- lib-src/Makefile.in.in.orig Sun Oct 12 03:39:30 1997
-+++ lib-src/Makefile.in.in Wed Feb 25 01:34:51 1998
-@@ -186,7 +186,7 @@
+--- lib-src/Makefile.in.in.orig Mon Jun 14 08:32:00 1999
++++ lib-src/Makefile.in.in Wed Dec 8 09:14:11 1999
+@@ -192,7 +192,7 @@
## Install the internal utilities. Until they are installed, we can
## just run them directly from lib-src.
@@ -10,10 +10,10 @@ $NetBSD: patch-ab,v 1.1 1999/06/29 23:13:39 tron Exp $
+install-archlibdir: all
@echo; echo "Installing utilities run internally by XEmacs."
./make-path ${archlibdir}
- if test `(cd ${archlibdir} && $(pwd))` != `$(pwd)`; then \
-@@ -197,19 +197,29 @@
- if test `(cd ${archlibdir} && $(pwd))` \
- != `(cd ${srcdir} && $(pwd))`; then \
+ if test "`(cd ${archlibdir} && $(pwd))`" != "`$(pwd)`"; then \
+@@ -203,19 +203,29 @@
+ if test "`(cd ${archlibdir} && $(pwd))`" \
+ != "`(cd ${srcdir} && $(pwd))`"; then \
for f in ${SCRIPTS}; do \
- (cd .. && $(INSTALL_PROGRAM) ${srcdir}/$$f ${archlibdir}/$$f); \
+ (cd .. && $(INSTALL_SCRIPT) ${srcdir}/$$f ${archlibdir}/$$f); \
@@ -26,12 +26,11 @@ $NetBSD: patch-ab,v 1.1 1999/06/29 23:13:39 tron Exp $
+install: install-archlibdir
@echo; echo "Installing utilities for users to run."
for file in ${INSTALLABLES} ; do \
-- (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/$${file}) ; \
+ if [ $${file} = etags ] || [ $${file} = ctags ] || [ $${file} = b2m ] ; \
+ then \
+ (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/xemacs-$${file}) ; \
+ else \
-+ (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/$${file}) ; \
+ (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/$${file}) ; \
+ fi \
done
for file in ${INSTALLABLE_SCRIPTS} ; do \
diff --git a/editors/xemacs/patches/patch-ac b/editors/xemacs/patches/patch-ac
index 54976616eda..fe34ea27a72 100644
--- a/editors/xemacs/patches/patch-ac
+++ b/editors/xemacs/patches/patch-ac
@@ -1,9 +1,9 @@
-$NetBSD: patch-ac,v 1.1 1999/06/29 23:13:40 tron Exp $
+$NetBSD: patch-ac,v 1.2 1999/12/08 08:18:25 rh Exp $
---- Makefile.in.orig Fri Nov 21 01:07:10 1997
-+++ Makefile.in Sun Feb 22 23:22:43 1998
-@@ -467,8 +467,12 @@
- fi
+--- Makefile.in.orig Sun Aug 15 03:29:45 1999
++++ Makefile.in Wed Dec 8 09:14:11 1999
+@@ -444,8 +444,12 @@
+ ## Note it's `xemacs' not ${PROGNAME}
cd ${srcdir}/etc && \
for page in xemacs etags ctags gnuserv gnuclient gnuattach gnudoit; do \
- ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \
@@ -15,5 +15,5 @@ $NetBSD: patch-ac,v 1.1 1999/06/29 23:13:40 tron Exp $
+ ${INSTALL_MAN} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \
+ fi \
done
- @echo "If you would like to save approximately 15M of disk space, do"
+ @echo "If you would like to save approximately 2M of disk space, do"
@echo "make gzip-el"