diff options
author | jtb <jtb@pkgsrc.org> | 2001-03-08 21:26:50 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-03-08 21:26:50 +0000 |
commit | 9b82295330b8bdd98bdd8932d1b3f51d948f0282 (patch) | |
tree | 7236c5b351eea3f871b751557c6d217ca07f33c9 /shells/esh | |
parent | cc51c5d1726729992d54e88014ee12cb56b7d1d0 (diff) | |
download | pkgsrc-9b82295330b8bdd98bdd8932d1b3f51d948f0282.tar.gz |
Commented out MASTER_SITES and HOMEPAGE as they now require authorization
for access. Also, made Makefile respect CFLAGS.
Diffstat (limited to 'shells/esh')
-rw-r--r-- | shells/esh/Makefile | 22 | ||||
-rw-r--r-- | shells/esh/files/patch-sum | 4 | ||||
-rw-r--r-- | shells/esh/patches/patch-aa | 12 |
3 files changed, 25 insertions, 13 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile index e3745629594..fd66948b696 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -1,12 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2001/02/25 04:18:15 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2001/03/08 21:26:50 jtb Exp $ +# +# XXX MASTER_SITES and HOMEPAGE are commented out as they now require +# authorization for access. # DISTNAME= esh-0.8 CATEGORIES= shells -MASTER_SITES= http://esh.netpedia.net/ +#MASTER_SITES= http://esh.netpedia.net/ MAINTAINER= jtb@netbsd.org -HOMEPAGE= http://esh.netpedia.net +#HOMEPAGE= http://esh.netpedia.net COMMENT= Unix shell with Lisp-like syntax WRKSRC= ${WRKDIR}/esh @@ -15,14 +18,15 @@ INFO_FILES= esh.info do-install: ${INSTALL_PROGRAM} ${WRKSRC}/esh ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/esh - ${INSTALL_DATA} ${WRKSRC}/examples/*.esh ${PREFIX}/share/examples/esh -.if !exists(${PREFIX}/share/emacs/site-lisp) + ${INSTALL_DATA} ${WRKSRC}/examples/*.esh \ + ${PREFIX}/share/examples/esh ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp -.endif - ${INSTALL_DATA} ${WRKSRC}/emacs/esh-mode.el ${PREFIX}/share/emacs/site-lisp + ${INSTALL_DATA} ${WRKSRC}/emacs/esh-mode.el \ + ${PREFIX}/share/emacs/site-lisp ${INSTALL_DATA} ${WRKSRC}/doc/esh.info ${PREFIX}/info ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/esh - @for i in esh.html esh_toc.html ; do \ - ${INSTALL_DATA} ${WRKSRC}/doc/$$i ${PREFIX}/share/doc/esh/$$i; done + @for i in esh.html esh_toc.html ; do \ + ${INSTALL_DATA} ${WRKSRC}/doc/$$i ${PREFIX}/share/doc/esh/$$i; \ + done .include "../../mk/bsd.pkg.mk" diff --git a/shells/esh/files/patch-sum b/shells/esh/files/patch-sum index 80c92236866..491528ef48d 100644 --- a/shells/esh/files/patch-sum +++ b/shells/esh/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.2 2000/12/08 21:22:14 jtb Exp $ +$NetBSD: patch-sum,v 1.3 2001/03/08 21:26:51 jtb Exp $ -MD5 (patch-aa) = f6c65a638c2366d54bd5755ae27dd64a +SHA1 (patch-aa) = ea1926ff4f4d1483b9604fa77cf3547a9d7fb91e diff --git a/shells/esh/patches/patch-aa b/shells/esh/patches/patch-aa index f975c66fc16..45c18b50f72 100644 --- a/shells/esh/patches/patch-aa +++ b/shells/esh/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2000/12/08 21:22:14 jtb Exp $ +$NetBSD: patch-aa,v 1.3 2001/03/08 21:26:51 jtb Exp $ --- Makefile.orig Thu Apr 22 08:31:43 1999 +++ Makefile -@@ -1,17 +1,17 @@ +@@ -1,24 +1,24 @@ # Your C compiler. @@ -25,3 +25,11 @@ $NetBSD: patch-aa,v 1.2 2000/12/08 21:22:14 jtb Exp $ # Flags to the compiler: # + # -DMEM_DEBUG Check for memory leaks. + # + +-CFLAGS=-g -Wall -DMEM_DEBUG $(INC) -pg ++CFLAGS+=-Wall $(INC) + + # No need to change this stuff. + |