pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/gummi editors/gummi: USE_TOOLS+= msgfmt, piggy...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c9d001cabd08
branches: trunk
changeset: 607348:c9d001cabd08
user: marino <marino%pkgsrc.org@localhost>
date: Thu Aug 09 23:25:04 2012 +0000
description:
editors/gummi: USE_TOOLS+= msgfmt, piggy-back on patch
DragonFly needs <netinit/in.h> header just like NetBSD.
diffstat:
editors/gummi/Makefile | 5 +++--
editors/gummi/distinfo | 4 ++--
editors/gummi/patches/patch-src_update.c | 4 ++--
3 files changed, 7 insertions(+), 6 deletions(-)
diffs (53 lines):
diff -r 5958e8d6570e -r c9d001cabd08 editors/gummi/Makefile
--- a/editors/gummi/Makefile Thu Aug 09 20:15:20 2012 +0000
+++ b/editors/gummi/Makefile Thu Aug 09 23:25:04 2012 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2012/08/04 14:07:19 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2012/08/09 23:25:04 marino Exp $
#
DISTNAME= gummi-0.6.4
CATEGORIES= editors
+PKGREVISION= 1
MASTER_SITES= http://dev.midnightcoding.org/attachments/download/298/
MAINTAINER= int21h%pirosfeketefa.hu@localhost
@@ -11,7 +12,7 @@
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
-USE_TOOLS+= pkg-config intltool
+USE_TOOLS+= pkg-config intltool msgfmt
# we need some latex, but not all
#DEPENDS+= teTeX-texmf-[0-9]*:../../print/teTeX3-texmf
diff -r 5958e8d6570e -r c9d001cabd08 editors/gummi/distinfo
--- a/editors/gummi/distinfo Thu Aug 09 20:15:20 2012 +0000
+++ b/editors/gummi/distinfo Thu Aug 09 23:25:04 2012 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2012/08/04 14:07:19 drochner Exp $
+$NetBSD: distinfo,v 1.2 2012/08/09 23:25:04 marino Exp $
SHA1 (gummi-0.6.4.tar.gz) = 15927796a720dcc1dfdc8eb1b624c4c9bd31d56a
RMD160 (gummi-0.6.4.tar.gz) = 6cc0fac1e1d3511675fa7a0fd49820851af60d41
Size (gummi-0.6.4.tar.gz) = 513494 bytes
-SHA1 (patch-src_update.c) = 3702b1c165226f4debaeb7c2caddf33e53b17047
+SHA1 (patch-src_update.c) = 389544fbacf4206337128f41d36ec8c057982b36
diff -r 5958e8d6570e -r c9d001cabd08 editors/gummi/patches/patch-src_update.c
--- a/editors/gummi/patches/patch-src_update.c Thu Aug 09 20:15:20 2012 +0000
+++ b/editors/gummi/patches/patch-src_update.c Thu Aug 09 23:25:04 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_update.c,v 1.1 2012/08/04 14:07:19 drochner Exp $
+$NetBSD: patch-src_update.c,v 1.2 2012/08/09 23:25:05 marino Exp $
--- src/update.c.orig 2012-06-24 16:52:03.000000000 +0000
+++ src/update.c
@@ -6,7 +6,7 @@
#include "environment.h"
#include "utils.h"
-+#ifdef __NetBSD__
++#if defined(__NetBSD__) || defined(__DragonFly__)
+#include <netinet/in.h>
+#endif
+
Home |
Main Index |
Thread Index |
Old Index