pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/elk/patches Update patch-aa, which was forgotten ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/05d8225c74cb
branches: trunk
changeset: 501025:05d8225c74cb
user: tonio <tonio%pkgsrc.org@localhost>
date: Sun Oct 16 11:37:16 2005 +0000
description:
Update patch-aa, which was forgotten during the update
diffstat:
lang/elk/patches/patch-aa | 45 ++++++++++++---------------------------------
1 files changed, 12 insertions(+), 33 deletions(-)
diffs (52 lines):
diff -r b94ba37e23d9 -r 05d8225c74cb lang/elk/patches/patch-aa
--- a/lang/elk/patches/patch-aa Sun Oct 16 11:16:04 2005 +0000
+++ b/lang/elk/patches/patch-aa Sun Oct 16 11:37:16 2005 +0000
@@ -1,36 +1,15 @@
-$NetBSD: patch-aa,v 1.4 2002/01/09 23:04:55 seb Exp $
+$NetBSD: patch-aa,v 1.5 2005/10/16 11:37:16 tonio Exp $
---- Makefile.orig Mon Jul 31 14:56:26 1995
-+++ Makefile
-@@ -13,12 +13,7 @@
- src\
- scm\
- lib/misc\
-- lib/unix\
-- lib/xlib\
-- lib/xt\
-- lib/xaw\
-- lib/xm\
-- lib/xm/xt
-+ lib/unix ${ELK_SUBDIRS}
-
- # ----------------------------------------------------------------------
+--- configure.orig 2003-12-05 13:51:16.000000000 +0100
++++ configure
+@@ -25330,8 +25330,8 @@ _ACEOF
+ # The directory where all files are installed by running "make install". We
+ # cannot use AC_DEFINE_UNQUOTED here because ${prefix} is not set until the
+ # end of the configure script. Thanks to Phillip Rulon for spotting that.
+-CPPFLAGS="${CPPFLAGS} -DSCM_DIR=\\\"\$(prefix)/share/elk\\\""
+-CPPFLAGS="${CPPFLAGS} -DLIB_DIR=\\\"\$(prefix)/lib/elk\\\""
++CPPFLAGS="${CPPFLAGS} -DSCM_DIR=\"\\\"\$(prefix)/share/elk\\\"\""
++CPPFLAGS="${CPPFLAGS} -DLIB_DIR=\"\\\"\$(prefix)/lib/elk\\\"\""
-@@ -37,10 +32,16 @@
- done
+ #define FIND_AOUT defined(USE_LD) || defined(CAN_DUMP) || defined(INIT_OBJECTS)
- install:
-- @for i in $(SUBDIRS) ;\
-+ @for i in $(SUBDIRS) doc/man;\
- do \
- echo Installing $$i...; \
- ( cd $$i ; $(MAKE) install ) || exit $$?; \
-+ done
-+ mkdir -p ${PREFIX}/share/doc/elk
-+ @for i in bitstring cprog kernel oops record regexp unix usenix \
-+ xlib xt; do \
-+ echo "Installing postscript docs for $$i"; \
-+ ${BSD_INSTALL_DATA} doc/$$i/*.ps ${PREFIX}/share/doc/elk; \
- done
-
- localize:
Home |
Main Index |
Thread Index |
Old Index