diff options
author | marino <marino> | 2012-08-09 23:25:04 +0000 |
---|---|---|
committer | marino <marino> | 2012-08-09 23:25:04 +0000 |
commit | d46c12ebd2cd802fe78dcd16b70ac38bfc9f047c (patch) | |
tree | ed4e3d3fc914e5bd2eb22d610b93d75ddbb3b39d /editors | |
parent | ed6372511dfe576a3cfb0b2ad9bc79c1481829f6 (diff) | |
download | pkgsrc-d46c12ebd2cd802fe78dcd16b70ac38bfc9f047c.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/Makefile | 5 | ||||
-rw-r--r-- | editors/gummi/distinfo | 4 | ||||
-rw-r--r-- | editors/gummi/patches/patch-src_update.c | 4 |
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 + |