pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/dejagnu * destdir support
details: https://anonhg.NetBSD.org/pkgsrc/rev/10d4c5ece0cf
branches: trunk
changeset: 536246:10d4c5ece0cf
user: obache <obache%pkgsrc.org@localhost>
date: Sat Dec 08 13:54:34 2007 +0000
description:
* destdir support
* fix permission
* install documentation.
Bump PKGREVISION.
diffstat:
devel/dejagnu/Makefile | 11 ++++++++-
devel/dejagnu/PLIST | 43 +++++++++++++++++++++++++++++++++++++++++-
devel/dejagnu/distinfo | 3 +-
devel/dejagnu/patches/patch-ac | 13 ++++++++++++
4 files changed, 66 insertions(+), 4 deletions(-)
diffs (112 lines):
diff -r a7d3eebc9437 -r 10d4c5ece0cf devel/dejagnu/Makefile
--- a/devel/dejagnu/Makefile Sat Dec 08 13:50:31 2007 +0000
+++ b/devel/dejagnu/Makefile Sat Dec 08 13:54:34 2007 +0000
@@ -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 @@
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 -r a7d3eebc9437 -r 10d4c5ece0cf devel/dejagnu/PLIST
--- a/devel/dejagnu/PLIST Sat Dec 08 13:50:31 2007 +0000
+++ b/devel/dejagnu/PLIST Sat Dec 08 13:54:34 2007 +0000
@@ -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/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 -r a7d3eebc9437 -r 10d4c5ece0cf devel/dejagnu/distinfo
--- a/devel/dejagnu/distinfo Sat Dec 08 13:50:31 2007 +0000
+++ b/devel/dejagnu/distinfo Sat Dec 08 13:54:34 2007 +0000
@@ -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 -r a7d3eebc9437 -r 10d4c5ece0cf devel/dejagnu/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/dejagnu/patches/patch-ac Sat Dec 08 13:54:34 2007 +0000
@@ -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 = ..
Home |
Main Index |
Thread Index |
Old Index