pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/gnetman make sure we pick up our tcl headers and n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aec4416237d4
branches: trunk
changeset: 478137:aec4416237d4
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Sun Jul 18 02:46:41 2004 +0000
description:
make sure we pick up our tcl headers and not the one shipped with
the tarball since we're linking to our tcl library and not the
linux-i386 library shipped with the tarball.
diffstat:
cad/gnetman/distinfo | 6 +++---
cad/gnetman/patches/patch-ak | 8 +++++++-
cad/gnetman/patches/patch-al | 11 ++++++++++-
3 files changed, 20 insertions(+), 5 deletions(-)
diffs (61 lines):
diff -r 01f52c1d1cb6 -r aec4416237d4 cad/gnetman/distinfo
--- a/cad/gnetman/distinfo Sat Jul 17 23:51:05 2004 +0000
+++ b/cad/gnetman/distinfo Sun Jul 18 02:46:41 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/07/17 23:49:25 dmcmahill Exp $
+$NetBSD: distinfo,v 1.2 2004/07/18 02:46:41 dmcmahill Exp $
SHA1 (gnetman-07May04.tar.gz) = c11628e0294e4441da7926832d67e4fc10807991
Size (gnetman-07May04.tar.gz) = 914828 bytes
@@ -12,8 +12,8 @@
SHA1 (patch-ah) = 0f04d4056e1880deea051a2c383d7c2129ef7fc2
SHA1 (patch-ai) = d8750fce08003bc26deec03f063f0ffd5f1b7b06
SHA1 (patch-aj) = 54fcfbcffc19949135a36165a43786d0b85aa191
-SHA1 (patch-ak) = 5e5eea06841e90adf72ef253369db4c63ec75bb6
-SHA1 (patch-al) = c1a22d64817e16000e781031a847c9f8dbb2ea14
+SHA1 (patch-ak) = db9783c61a91a23c194cf10742343b2aa7abf4e1
+SHA1 (patch-al) = 75c877b36d1c72a23c31ddc85c749e74de30b5bd
SHA1 (patch-am) = 3259688e9c9d6476bc504e08adee1b989cdac7ea
SHA1 (patch-an) = 953b97a4cfa0abc26d550aa71479df875e7085fd
SHA1 (patch-ao) = 520f02290157412dde8a5a365210998a5e3d7996
diff -r 01f52c1d1cb6 -r aec4416237d4 cad/gnetman/patches/patch-ak
--- a/cad/gnetman/patches/patch-ak Sat Jul 17 23:51:05 2004 +0000
+++ b/cad/gnetman/patches/patch-ak Sun Jul 18 02:46:41 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ak,v 1.1.1.1 2004/07/17 23:49:25 dmcmahill Exp $
+$NetBSD: patch-ak,v 1.2 2004/07/18 02:46:42 dmcmahill Exp $
--- src/tcl/Makefile.am.orig Wed Jan 21 15:34:14 2004
+++ src/tcl/Makefile.am
@@ -9,3 +9,9 @@
+AM_CFLAGS= -DDDR_DEBUG
noinst_LIBRARIES=libtcl.a
+@@ -12,4 +12,4 @@ tclwrap.c \
+ tc.h
+
+-INCLUDES=-I$(srcdir)/../include
++INCLUDES=@TCL_CFLAGS@ -I$(srcdir)/../include
+
diff -r 01f52c1d1cb6 -r aec4416237d4 cad/gnetman/patches/patch-al
--- a/cad/gnetman/patches/patch-al Sat Jul 17 23:51:05 2004 +0000
+++ b/cad/gnetman/patches/patch-al Sun Jul 18 02:46:41 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-al,v 1.1.1.1 2004/07/17 23:49:25 dmcmahill Exp $
+$NetBSD: patch-al,v 1.2 2004/07/18 02:46:42 dmcmahill Exp $
--- src/tcl/Makefile.in.orig Tue Apr 27 12:46:12 2004
+++ src/tcl/Makefile.in
@@ -11,3 +11,12 @@
noinst_LIBRARIES = libtcl.a
+@@ -91,7 +91,7 @@ tclwrap.c \
+ tc.h
+
+
+-INCLUDES = -I$(srcdir)/../include
++INCLUDES = @TCL_CFLAGS@ -I$(srcdir)/../include
+ subdir = src/tcl
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = $(top_builddir)/config.h
Home |
Main Index |
Thread Index |
Old Index