pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gfract Don't define GTK_DISABLE_DEPRECATED to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4fbd94d019b
branches:  trunk
changeset: 533888:f4fbd94d019b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Oct 05 22:14:33 2007 +0000

description:
Don't define GTK_DISABLE_DEPRECATED to unbreak the build.

diffstat:

 graphics/gfract/distinfo         |   4 ++--
 graphics/gfract/patches/patch-aa |  12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 15721142c8b9 -r f4fbd94d019b graphics/gfract/distinfo
--- a/graphics/gfract/distinfo  Fri Oct 05 22:09:09 2007 +0000
+++ b/graphics/gfract/distinfo  Fri Oct 05 22:14:33 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2006/01/26 06:42:35 wiz Exp $
+$NetBSD: distinfo,v 1.7 2007/10/05 22:14:33 joerg Exp $
 
 SHA1 (gfract-0.32.tar.gz) = f603c067c9616ebde714b72b3bda801e9906d6c3
 RMD160 (gfract-0.32.tar.gz) = 6196bd3cc17c4c41bbd0b7df4cbe0691e52de521
@@ -6,4 +6,4 @@
 SHA1 (gfract-palettes-0.1.tar.gz) = f05e06e6012e1b1526e0c796ca7f6617fca8ab7d
 RMD160 (gfract-palettes-0.1.tar.gz) = 3430c31cb5cb2317a02b1e2cf506c5ffa9601a7c
 Size (gfract-palettes-0.1.tar.gz) = 223648 bytes
-SHA1 (patch-aa) = 992bfc046284fa89e83b28deeb786bf88050bd10
+SHA1 (patch-aa) = 9e15a3cb22101e895db398ad8dc703994bcadccf
diff -r 15721142c8b9 -r f4fbd94d019b graphics/gfract/patches/patch-aa
--- a/graphics/gfract/patches/patch-aa  Fri Oct 05 22:09:09 2007 +0000
+++ b/graphics/gfract/patches/patch-aa  Fri Oct 05 22:14:33 2007 +0000
@@ -1,14 +1,14 @@
-$NetBSD: patch-aa,v 1.5 2006/01/26 06:42:35 wiz Exp $
+$NetBSD: patch-aa,v 1.6 2007/10/05 22:14:34 joerg Exp $
 
---- Makefile.orig      2005-02-28 16:00:56.000000000 +0100
+--- Makefile.orig      2005-02-28 15:00:56.000000000 +0000
 +++ Makefile
-@@ -2,12 +2,12 @@ PROG := gfract
+@@ -2,12 +2,11 @@ PROG := gfract
  
  CC := g++
  
 -DEFS := -Wall -ansi -pedantic -D_GNU_SOURCE -DGDK_DISABLE_DEPRECATED \
-+DEFS := -Wall -D_GNU_SOURCE -DGDK_DISABLE_DEPRECATED \
-       -DGTK_DISABLE_DEPRECATED
+-      -DGTK_DISABLE_DEPRECATED
++DEFS := -Wall -D_GNU_SOURCE -DGDK_DISABLE_DEPRECATED
  
  DEFS := $(shell pkg-config --cflags gtk+-2.0) $(DEFS)
  
@@ -17,7 +17,7 @@
  #CXXFLAGS := $(DEFS) -g
  
  LDFLAGS := -lpng -lz
-@@ -19,11 +19,11 @@ HEADERS := $(wildcard *.h *.xpm)
+@@ -19,11 +18,11 @@ HEADERS := $(wildcard *.h *.xpm)
  
  $(PROG): $(OBJS)
        @echo Linking $(PROG)



Home | Main Index | Thread Index | Old Index