summaryrefslogtreecommitdiff
path: root/graphics/xfig
diff options
context:
space:
mode:
authorsmb <smb@pkgsrc.org>2008-02-06 23:33:00 +0000
committersmb <smb@pkgsrc.org>2008-02-06 23:33:00 +0000
commitc1403a68e332a0ea5f7f0a961ff2feb50c8ceb52 (patch)
tree4f3242d4e351cc53801ee63875718f51e86ee96d /graphics/xfig
parent4a1d72cf0da65a25b0999efba82d73777625b0d8 (diff)
downloadpkgsrc-c1403a68e332a0ea5f7f0a961ff2feb50c8ceb52.tar.gz
Add missing #include to make it work on amd64
Diffstat (limited to 'graphics/xfig')
-rw-r--r--graphics/xfig/Makefile4
-rw-r--r--graphics/xfig/distinfo3
-rw-r--r--graphics/xfig/patches/patch-ah12
3 files changed, 16 insertions, 3 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile
index 2f2d8e9a500..9b5c45cc445 100644
--- a/graphics/xfig/Makefile
+++ b/graphics/xfig/Makefile
@@ -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 --git a/graphics/xfig/distinfo b/graphics/xfig/distinfo
index c50b8d0fa9c..25cf7144a9b 100644
--- a/graphics/xfig/distinfo
+++ b/graphics/xfig/distinfo
@@ -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-ad) = 80ae2ce2eea6a747862d1b223ffff56feaa73f1a
SHA1 (patch-ae) = 91aaa109fb38429043be89c9224ad3ca8f7bc02f
SHA1 (patch-af) = 26277c44716de75eef8cd6e1db5ab4c6c728d9a0
SHA1 (patch-ag) = 021f15be1fd36adc80c638bbb485e2f3753ac11b
+SHA1 (patch-ah) = 70daa905b3a67d0dc7c2ced8e689af12019b95b8
diff --git a/graphics/xfig/patches/patch-ah b/graphics/xfig/patches/patch-ah
new file mode 100644
index 00000000000..62c309d3ff8
--- /dev/null
+++ b/graphics/xfig/patches/patch-ah
@@ -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"