pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/gtkhtml314 Don't disable deprecated features in de...
details: https://anonhg.NetBSD.org/pkgsrc/rev/071acc599228
branches: trunk
changeset: 541058:071acc599228
user: gdt <gdt%pkgsrc.org@localhost>
date: Mon Apr 14 18:00:21 2008 +0000
description:
Don't disable deprecated features in dependency packages. Fixes build
problems apparently caused by newer versions of some dependencies.
Based on suggestion by Matthias Drochner.
diffstat:
www/gtkhtml314/Makefile | 4 ++--
www/gtkhtml314/distinfo | 3 ++-
www/gtkhtml314/patches/patch-aa | 17 +++++++++++++++++
3 files changed, 21 insertions(+), 3 deletions(-)
diffs (47 lines):
diff -r f08b7cc18819 -r 071acc599228 www/gtkhtml314/Makefile
--- a/www/gtkhtml314/Makefile Mon Apr 14 16:36:50 2008 +0000
+++ b/www/gtkhtml314/Makefile Mon Apr 14 18:00:21 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2008/03/06 14:53:55 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2008/04/14 18:00:21 gdt Exp $
#
DISTNAME= gtkhtml-3.16.3
PKGNAME= ${DISTNAME:S/gtkhtml/gtkhtml314/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkhtml/3.16/}
EXTRACT_SUFX= .tar.bz2
diff -r f08b7cc18819 -r 071acc599228 www/gtkhtml314/distinfo
--- a/www/gtkhtml314/distinfo Mon Apr 14 16:36:50 2008 +0000
+++ b/www/gtkhtml314/distinfo Mon Apr 14 18:00:21 2008 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2008/01/11 12:49:13 drochner Exp $
+$NetBSD: distinfo,v 1.7 2008/04/14 18:00:21 gdt Exp $
SHA1 (gtkhtml-3.16.3.tar.bz2) = 6fbf5736a9f10cd45287e7aa50bf558510f2dbf5
RMD160 (gtkhtml-3.16.3.tar.bz2) = f4b7f134107180e8d244654366ac4cfd51761168
Size (gtkhtml-3.16.3.tar.bz2) = 1302959 bytes
+SHA1 (patch-aa) = 8dd56e96efc561de83bc83533713a6897c8e2f96
diff -r f08b7cc18819 -r 071acc599228 www/gtkhtml314/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/gtkhtml314/patches/patch-aa Mon Apr 14 18:00:21 2008 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.3 2008/04/14 18:00:21 gdt Exp $
+
+When disabling deprecated options, symbols are undefined, apparently
+because some of our other packages are now too new.
+
+--- src/Makefile.in.orig 2008-01-06 07:01:37.000000000 -0500
++++ src/Makefile.in
+@@ -383,9 +383,6 @@ INCLUDES = \
+ -DG_LOG_DOMAIN=\"gtkhtml\"
+
+ AM_CFLAGS = \
+- -DGDK_DISABLE_DEPRECATED=1 \
+- -DG_DISABLE_DEPRECATED=1 \
+- -DGNOME_DISABLE_DEPRECATED=1 \
+ -DPREFIX=\""$(prefix)"\" \
+ -DLIBDIR=\""$(datadir)"\" \
+ -DDATADIR=\""$(datadir)"\" \
Home |
Main Index |
Thread Index |
Old Index