pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/news/trn Prevent paths to the build directories from b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e70a3f3121d
branches:  trunk
changeset: 496692:5e70a3f3121d
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jul 08 20:42:35 2005 +0000

description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

diffstat:

 news/trn/Makefile         |   7 ++++---
 news/trn/distinfo         |   4 ++--
 news/trn/patches/patch-ac |  11 +++++++----
 3 files changed, 13 insertions(+), 9 deletions(-)

diffs (70 lines):

diff -r 67591da6d270 -r 5e70a3f3121d news/trn/Makefile
--- a/news/trn/Makefile Fri Jul 08 20:34:05 2005 +0000
+++ b/news/trn/Makefile Fri Jul 08 20:42:35 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2005/06/20 01:57:36 kristerw Exp $
+# $NetBSD: Makefile,v 1.20 2005/07/08 20:42:35 kristerw Exp $
 
 DISTNAME=              trn-4.0-test76
 PKGNAME=               trn-4.76
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            news
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=trn/} \
                        ftp://trn.sourceforge.net/pub/trn/
@@ -34,12 +34,13 @@
 HAS_CONFIGURE=         # defined
 CONFIGURE_SCRIPT=      ./Configure
 CONFIGURE_ENV=         PREFIX=${PREFIX}
-USE_TOOLS+=            awk basename cat cp echo egrep expr grep mkdir mv
+USE_TOOLS+=            awk basename cat cp diff echo egrep expr grep mkdir mv
 USE_TOOLS+=            rm sed tail tr
 CONFIGURE_ENV+=                TOOLS_AWK="${TOOLS_AWK}"
 CONFIGURE_ENV+=                TOOLS_BASENAME="${TOOLS_BASENAME}"
 CONFIGURE_ENV+=                TOOLS_CAT="${TOOLS_CAT}"
 CONFIGURE_ENV+=                TOOLS_CP="${TOOLS_CP}"
+CONFIGURE_ENV+=                TOOLS_DIFF="${TOOLS_DIFF}"
 CONFIGURE_ENV+=                TOOLS_ECHO="${TOOLS_ECHO}"
 CONFIGURE_ENV+=                TOOLS_EGREP="${TOOLS_EGREP}"
 CONFIGURE_ENV+=                TOOLS_EXPR="${TOOLS_EXPR}"
diff -r 67591da6d270 -r 5e70a3f3121d news/trn/distinfo
--- a/news/trn/distinfo Fri Jul 08 20:34:05 2005 +0000
+++ b/news/trn/distinfo Fri Jul 08 20:42:35 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/06/20 01:57:36 kristerw Exp $
+$NetBSD: distinfo,v 1.6 2005/07/08 20:42:35 kristerw Exp $
 
 SHA1 (trn-4.0-test76.tar.gz) = 4741d506d4c2d62a8dbaa5d4fd62cce656abcf3b
 RMD160 (trn-4.0-test76.tar.gz) = f60478f8808b9c0d46a22ac924821cf2edd1fe87
 Size (trn-4.0-test76.tar.gz) = 565528 bytes
-SHA1 (patch-ac) = a99a3ada955cec5e86882fbf568d8ffee2859616
+SHA1 (patch-ac) = d33198c3d39059496ae81c0491297974caf5a073
 SHA1 (patch-ad) = 78c18d634cb0861754e1d555a0e514299136ecbc
diff -r 67591da6d270 -r 5e70a3f3121d news/trn/patches/patch-ac
--- a/news/trn/patches/patch-ac Fri Jul 08 20:34:05 2005 +0000
+++ b/news/trn/patches/patch-ac Fri Jul 08 20:42:35 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.3 2005/06/20 01:57:36 kristerw Exp $
+$NetBSD: patch-ac,v 1.4 2005/07/08 20:42:35 kristerw Exp $
 
 --- Configure.orig     2001-02-22 20:17:39.000000000 +0100
-+++ Configure  2005-06-20 03:49:52.000000000 +0200
++++ Configure  2005-07-08 22:38:46.000000000 +0200
 @@ -2540,7 +2540,7 @@
      esac
      ;;
@@ -38,9 +38,12 @@
  cpp='$cpp'
  cppflags='$cppflags'
  cpplast='$cpplast'
-@@ -6307,19 +6307,19 @@
+@@ -6305,21 +6305,21 @@
+ d_xthread='$d_xthread'
+ date='$date'
  defeditor='$defeditor'
- diff='$diff'
+-diff='$diff'
++diff='$TOOLS_DIFF'
  direntrytype='$direntrytype'
 -echo='$echo'
 +echo='$TOOLS_ECHO'



Home | Main Index | Thread Index | Old Index