pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/xconq Xconq still requires legacy Tcl/Tk structu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23265ed2326d
branches:  trunk
changeset: 629626:23265ed2326d
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Sat Jan 25 00:01:21 2014 +0000

description:
Xconq still requires legacy Tcl/Tk structure members, so have its headers
expose them.

diffstat:

 games/xconq/distinfo         |  4 ++--
 games/xconq/patches/patch-ab |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r 7c9a18a30d1f -r 23265ed2326d games/xconq/distinfo
--- a/games/xconq/distinfo      Fri Jan 24 23:01:05 2014 +0000
+++ b/games/xconq/distinfo      Sat Jan 25 00:01:21 2014 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.12 2010/10/03 10:43:02 obache Exp $
+$NetBSD: distinfo,v 1.13 2014/01/25 00:01:21 kleink Exp $
 
 SHA1 (xconq-7.4.1.tar.gz) = b7d03d17806500f05c23889a00b7608843a27ce7
 RMD160 (xconq-7.4.1.tar.gz) = e596eaccb6a48709e9ceb58fc59e715e36dbf43a
 Size (xconq-7.4.1.tar.gz) = 3402832 bytes
 SHA1 (patch-aa) = 8b594e6003e3a5b271900f77edf0c62ea364f5e3
-SHA1 (patch-ab) = 243e56e694d5d2e1df36179c02f1ac34532f68c3
+SHA1 (patch-ab) = 113cae3a645a2e756a6c7f09f2cbb49b53e2a37f
 SHA1 (patch-ac) = 8d94cbd1ecbd181c98e8e1ea8eb705e9f966eb39
 SHA1 (patch-ad) = 2e20bd999e935eaccd2c569ca6712ff28187c244
 SHA1 (patch-ae) = fc440492eac9aa6feafb31dc6ba6bfceeb5408a4
diff -r 7c9a18a30d1f -r 23265ed2326d games/xconq/patches/patch-ab
--- a/games/xconq/patches/patch-ab      Fri Jan 24 23:01:05 2014 +0000
+++ b/games/xconq/patches/patch-ab      Sat Jan 25 00:01:21 2014 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.7 2010/10/03 10:43:03 obache Exp $
+$NetBSD: patch-ab,v 1.8 2014/01/25 00:01:21 kleink Exp $
 
---- tcltk/Makefile.in.orig     2000-07-14 15:39:55.000000000 +0000
-+++ tcltk/Makefile.in
+--- tcltk/Makefile.in.orig     2000-07-14 17:39:55.000000000 +0200
++++ tcltk/Makefile.in  2014-01-24 22:54:38.000000000 +0100
 @@ -96,7 +96,7 @@ HFLAGS = @HFLAGS@
  
  X11_INCLUDE_FLAGS = @XINCLUDES@
  
 -ALL_CFLAGS = $(CFLAGS) $(HFLAGS) -I$(srcdir) -I$(srcdir)/.. -I$(krnsrcdir) -I$(srcdir)/../tcl/generic -I$(srcdir)/../tk/generic $(X11_INCLUDE_FLAGS)
-+ALL_CFLAGS = $(CFLAGS) $(HFLAGS) -I$(srcdir) -I$(srcdir)/.. -I$(krnsrcdir) -I$(LOCALBASE)/include/tcl/generic -I$(LOCALBASE)/include/tk/generic $(X11_INCLUDE_FLAGS)
++ALL_CFLAGS = $(CFLAGS) $(HFLAGS) -I$(srcdir) -I$(srcdir)/.. -I$(krnsrcdir) -I$(LOCALBASE)/include/tcl/generic -I$(LOCALBASE)/include/tk/generic $(X11_INCLUDE_FLAGS) -DUSE_INTERP_RESULT
  
  .c.o:
        $(CC) -c $(ALL_CFLAGS) $<



Home | Main Index | Thread Index | Old Index