summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-08-09 23:25:04 +0000
committermarino <marino@pkgsrc.org>2012-08-09 23:25:04 +0000
commita9cff3e92a3d248f1643c52bba1af4b7848f97b1 (patch)
treeed4e3d3fc914e5bd2eb22d610b93d75ddbb3b39d /editors
parent1f04ab12573f35a625e1072fdc9822df16968dfd (diff)
downloadpkgsrc-a9cff3e92a3d248f1643c52bba1af4b7848f97b1.tar.gz
editors/gummi: USE_TOOLS+= msgfmt, piggy-back on patch
DragonFly needs <netinit/in.h> header just like NetBSD.
Diffstat (limited to 'editors')
-rw-r--r--editors/gummi/Makefile5
-rw-r--r--editors/gummi/distinfo4
-rw-r--r--editors/gummi/patches/patch-src_update.c4
3 files changed, 7 insertions, 6 deletions
diff --git a/editors/gummi/Makefile b/editors/gummi/Makefile
index 175159b9ce5..9f5d5b4f979 100644
--- a/editors/gummi/Makefile
+++ b/editors/gummi/Makefile
@@ -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
@@ -11,7 +12,7 @@ COMMENT= Gummi is a LaTeX editor, written in C/GTK+
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 --git a/editors/gummi/distinfo b/editors/gummi/distinfo
index 82ae040f769..46565656dac 100644
--- a/editors/gummi/distinfo
+++ b/editors/gummi/distinfo
@@ -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 --git a/editors/gummi/patches/patch-src_update.c b/editors/gummi/patches/patch-src_update.c
index 866ef2ab5db..f2fd6d522e5 100644
--- a/editors/gummi/patches/patch-src_update.c
+++ b/editors/gummi/patches/patch-src_update.c
@@ -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 @@ $NetBSD: patch-src_update.c,v 1.1 2012/08/04 14:07:19 drochner Exp $
#include "environment.h"
#include "utils.h"
-+#ifdef __NetBSD__
++#if defined(__NetBSD__) || defined(__DragonFly__)
+#include <netinet/in.h>
+#endif
+