summaryrefslogtreecommitdiff
path: root/graphics/xfig
diff options
context:
space:
mode:
authormarkd <markd>2011-02-17 08:46:49 +0000
committermarkd <markd>2011-02-17 08:46:49 +0000
commit5fd48d479afad8231d668fecfc73510b90264b9f (patch)
tree15c6a445c889c9c3a4823f19eecc510ea28cff9b /graphics/xfig
parentee408e23ed3112193374e6665e8737b3e396ed4c (diff)
downloadpkgsrc-5fd48d479afad8231d668fecfc73510b90264b9f.tar.gz
Dont try to explicitly set MANDIR in the Imakefile - gets it wrong on
some systems.
Diffstat (limited to 'graphics/xfig')
-rw-r--r--graphics/xfig/distinfo4
-rw-r--r--graphics/xfig/patches/patch-ab9
2 files changed, 9 insertions, 4 deletions
diff --git a/graphics/xfig/distinfo b/graphics/xfig/distinfo
index f50fcd04421..fea5e98c8c8 100644
--- a/graphics/xfig/distinfo
+++ b/graphics/xfig/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.24 2011/01/19 19:31:05 drochner Exp $
+$NetBSD: distinfo,v 1.25 2011/02/17 08:46:49 markd Exp $
SHA1 (xfig.3.2.5b.full.tar.gz) = 0730d7e6bc217c0de02682efb0078821512bb542
RMD160 (xfig.3.2.5b.full.tar.gz) = aad4cfd808c116d34218e9890a898652e4f52ab6
Size (xfig.3.2.5b.full.tar.gz) = 5821049 bytes
SHA1 (patch-aa) = c931f4735f7502cc9d7c116378dcd3b420a40c6f
-SHA1 (patch-ab) = c68a3ce1c1efbeab6e0f2dac9f91bf87c1515ce4
+SHA1 (patch-ab) = e3c240cc325804ec466e7ef77754791b18fd4338
SHA1 (patch-ac) = b43b811dce9aa3cdb5d18dc7c403a4a2e503fd44
SHA1 (patch-ad) = b75238284164fe1e8365c21fab1a5e9102c467d0
SHA1 (patch-ae) = 8bb5d1c01faae34a6ad2cd1eaddf794cbf39a02e
diff --git a/graphics/xfig/patches/patch-ab b/graphics/xfig/patches/patch-ab
index b0cbef90e22..551f161db75 100644
--- a/graphics/xfig/patches/patch-ab
+++ b/graphics/xfig/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.13 2009/06/22 18:29:33 drochner Exp $
+$NetBSD: patch-ab,v 1.14 2011/02/17 08:46:50 markd Exp $
--- Imakefile.orig 2009-03-30 17:53:05.000000000 +0200
+++ Imakefile
@@ -65,7 +65,7 @@ $NetBSD: patch-ab,v 1.13 2009/06/22 18:29:33 drochner Exp $
XCOMM use (and change) the following if you want the multi-key data base file
XCOMM somewhere other than the standard X11 library directory
-@@ -173,7 +176,7 @@ XFIGLIBDIR = $(LIBDIR)/xfig
+@@ -173,11 +176,11 @@ XFIGLIBDIR = $(LIBDIR)/xfig
XCOMM XFIGDOCDIR tells where the html and pdf documentation should go
XCOMM XFIGDOCDIR = $(DOCDIR)/xfig
@@ -74,6 +74,11 @@ $NetBSD: patch-ab,v 1.13 2009/06/22 18:29:33 drochner Exp $
XCOMM MANDIR tells where the standard man pages should go (no need to change it
XCOMM if you want the man pages installed in the standard place on your system
+-MANDIR = $(MANSOURCEPATH)$(MANSUFFIX)
++XCOMM MANDIR = $(MANSOURCEPATH)$(MANSUFFIX)
+ XCOMM MANDIR = /usr/local/xfig/man
+
+ XCOMM If your system doesn't have strstr undefine the following definition
@@ -241,7 +244,7 @@ INSTDATFLAGS = -m 0644
#ifdef USEJPEG