summaryrefslogtreecommitdiff
path: root/devel/dejagnu
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-12-08 13:54:34 +0000
committerobache <obache@pkgsrc.org>2007-12-08 13:54:34 +0000
commit306d7156082f24eefea8490d4969048fcb285597 (patch)
treeb029e441cb1dd2ce89c507b7e1ba4cb050551328 /devel/dejagnu
parentb779b07f6fd23c7ad7fc29954a7ba822f7e8d067 (diff)
downloadpkgsrc-306d7156082f24eefea8490d4969048fcb285597.tar.gz
* destdir support
* fix permission * install documentation. Bump PKGREVISION.
Diffstat (limited to 'devel/dejagnu')
-rw-r--r--devel/dejagnu/Makefile11
-rw-r--r--devel/dejagnu/PLIST43
-rw-r--r--devel/dejagnu/distinfo3
-rw-r--r--devel/dejagnu/patches/patch-ac13
4 files changed, 66 insertions, 4 deletions
diff --git a/devel/dejagnu/Makefile b/devel/dejagnu/Makefile
index 94ced96cf81..f4b191c1531 100644
--- a/devel/dejagnu/Makefile
+++ b/devel/dejagnu/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2007/12/08 13:50:31 obache Exp $
+# $NetBSD: Makefile,v 1.13 2007/12/08 13:54:34 obache Exp $
#
DISTNAME= dejagnu-1.4.4
-PKGREVISION= 1
+PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=dejagnu/}
@@ -14,4 +14,11 @@ DEPENDS+= tcl-expect>=5.32.1:../../lang/tcl-expect
GNU_CONFIGURE= yes
+PKG_DESTDIR_SUPPORT= user-destdir
+
+INSTALL_TARGET= install install-doc
+
+post-install:
+ chmod -x ${DESTDIR}${PREFIX}/share/dejagnu/runtest.exp
+
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/dejagnu/PLIST b/devel/dejagnu/PLIST
index d4a05342770..3f364443631 100644
--- a/devel/dejagnu/PLIST
+++ b/devel/dejagnu/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/02/20 19:37:28 kristerw Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/12/08 13:54:34 obache Exp $
bin/runtest
include/dejagnu.h
man/man1/runtest.1
@@ -163,6 +163,47 @@ share/dejagnu/tip.exp
share/dejagnu/util-defs.exp
share/dejagnu/utils.exp
share/dejagnu/xsh.exp
+share/doc/dejagnu/dejagnu.pdf
+share/doc/dejagnu/dejagnu.ps
+share/doc/dejagnu/dejagnu.rtf
+share/doc/dejagnu/html/book1.html
+share/doc/dejagnu/html/c1099.html
+share/doc/dejagnu/html/c1584.html
+share/doc/dejagnu/html/c1593.html
+share/doc/dejagnu/html/c203.html
+share/doc/dejagnu/html/c401.html
+share/doc/dejagnu/html/c50.html
+share/doc/dejagnu/html/c5112.html
+share/doc/dejagnu/html/c848.html
+share/doc/dejagnu/html/f40.html
+share/doc/dejagnu/html/x107.html
+share/doc/dejagnu/html/x1107.html
+share/doc/dejagnu/html/x1195.html
+share/doc/dejagnu/html/x1214.html
+share/doc/dejagnu/html/x1234.html
+share/doc/dejagnu/html/x134.html
+share/doc/dejagnu/html/x1445.html
+share/doc/dejagnu/html/x1462.html
+share/doc/dejagnu/html/x1493.html
+share/doc/dejagnu/html/x1522.html
+share/doc/dejagnu/html/x1551.html
+share/doc/dejagnu/html/x1590.html
+share/doc/dejagnu/html/x1600.html
+share/doc/dejagnu/html/x1655.html
+share/doc/dejagnu/html/x227.html
+share/doc/dejagnu/html/x276.html
+share/doc/dejagnu/html/x319.html
+share/doc/dejagnu/html/x428.html
+share/doc/dejagnu/html/x5058.html
+share/doc/dejagnu/html/x5158.html
+share/doc/dejagnu/html/x755.html
+share/doc/dejagnu/html/x81.html
+share/doc/dejagnu/html/x916.html
+share/doc/dejagnu/html/x935.html
+share/doc/dejagnu/html/x953.html
+share/doc/dejagnu/html/x992.html
+@dirrm share/doc/dejagnu/html
+@dirrm share/doc/dejagnu
@dirrm share/dejagnu/libexec
@dirrm share/dejagnu/config
@dirrm share/dejagnu/baseboards
diff --git a/devel/dejagnu/distinfo b/devel/dejagnu/distinfo
index 65ac8dc0a01..c371ddd47ab 100644
--- a/devel/dejagnu/distinfo
+++ b/devel/dejagnu/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 22:24:12 agc Exp $
+$NetBSD: distinfo,v 1.8 2007/12/08 13:54:34 obache Exp $
SHA1 (dejagnu-1.4.4.tar.gz) = fd82ffd396eba5b595f76d2f4a068cb7fcc6cffb
RMD160 (dejagnu-1.4.4.tar.gz) = 5f00f4ce6ce24aad611be500e80c40fc816dc66a
Size (dejagnu-1.4.4.tar.gz) = 1080346 bytes
SHA1 (patch-ab) = 3be83f8ae3e20b50101a39501d863bf8bbb484a2
+SHA1 (patch-ac) = 3e47f6f0602db3302b6860bf53096c93e6d47181
diff --git a/devel/dejagnu/patches/patch-ac b/devel/dejagnu/patches/patch-ac
new file mode 100644
index 00000000000..a9c4ba79764
--- /dev/null
+++ b/devel/dejagnu/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2007/12/08 13:54:35 obache Exp $
+
+--- doc/Makefile.in.orig 2004-01-27 07:26:35.000000000 +0000
++++ doc/Makefile.in
+@@ -17,7 +17,7 @@
+ srcdir = @srcdir@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+-pkgdatadir = $(datadir)/@PACKAGE@
++pkgdatadir = $(datadir)/doc/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..