pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/xfig Add missing #include to make it work on ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e87e4a96532
branches: trunk
changeset: 538377:9e87e4a96532
user: smb <smb%pkgsrc.org@localhost>
date: Wed Feb 06 23:33:00 2008 +0000
description:
Add missing #include to make it work on amd64
diffstat:
graphics/xfig/Makefile | 4 ++--
graphics/xfig/distinfo | 3 ++-
graphics/xfig/patches/patch-ah | 12 ++++++++++++
3 files changed, 16 insertions(+), 3 deletions(-)
diffs (44 lines):
diff -r 534ca13d9f94 -r 9e87e4a96532 graphics/xfig/Makefile
--- a/graphics/xfig/Makefile Wed Feb 06 23:28:10 2008 +0000
+++ b/graphics/xfig/Makefile Wed Feb 06 23:33:00 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2008/01/19 09:16:25 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2008/02/06 23:33:00 smb Exp $
DISTNAME= xfig.3.2.5-alpha5.full
PKGNAME= xfig-3.2.5alpha5
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= graphics
MASTER_SITES= ftp://epb.lbl.gov/xfig/alpha/
diff -r 534ca13d9f94 -r 9e87e4a96532 graphics/xfig/distinfo
--- a/graphics/xfig/distinfo Wed Feb 06 23:28:10 2008 +0000
+++ b/graphics/xfig/distinfo Wed Feb 06 23:33:00 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2006/11/16 02:28:58 markd Exp $
+$NetBSD: distinfo,v 1.18 2008/02/06 23:33:01 smb Exp $
SHA1 (xfig.3.2.5-alpha5.full.tar.gz) = ed99caf4505bc401ac34ecbe3d4c0aa783c4cc62
RMD160 (xfig.3.2.5-alpha5.full.tar.gz) = 47fd9d74b117518d1870297228e31591f312df2d
@@ -10,3 +10,4 @@
SHA1 (patch-ae) = 91aaa109fb38429043be89c9224ad3ca8f7bc02f
SHA1 (patch-af) = 26277c44716de75eef8cd6e1db5ab4c6c728d9a0
SHA1 (patch-ag) = 021f15be1fd36adc80c638bbb485e2f3753ac11b
+SHA1 (patch-ah) = 70daa905b3a67d0dc7c2ced8e689af12019b95b8
diff -r 534ca13d9f94 -r 9e87e4a96532 graphics/xfig/patches/patch-ah
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/xfig/patches/patch-ah Wed Feb 06 23:33:00 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1 2008/02/06 23:33:01 smb Exp $
+
+--- w_drawprim.c.orig 2004-02-09 13:32:56.000000000 -0500
++++ w_drawprim.c 2008-02-06 18:28:34.000000000 -0500
+@@ -36,6 +36,7 @@
+ #include "mode.h"
+ #include "object.h"
+ #include "u_fonts.h"
++#include "u_create.h"
+ #include "w_canvas.h"
+ #include "w_drawprim.h"
+ #include "w_indpanel.h"
Home |
Main Index |
Thread Index |
Old Index