pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/papaya Prevent paths to the build directories fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e935d4131f13
branches:  trunk
changeset: 496722:e935d4131f13
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jul 10 10:32:33 2005 +0000

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

diffstat:

 devel/papaya/Makefile         |   7 +++++--
 devel/papaya/distinfo         |   4 ++--
 devel/papaya/patches/patch-ad |  18 ++++++++++++++----
 3 files changed, 21 insertions(+), 8 deletions(-)

diffs (65 lines):

diff -r f1a115d9f6c9 -r e935d4131f13 devel/papaya/Makefile
--- a/devel/papaya/Makefile     Sun Jul 10 10:07:25 2005 +0000
+++ b/devel/papaya/Makefile     Sun Jul 10 10:32:33 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:36 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/07/10 10:32:33 kristerw Exp $
 #
 
 DISTNAME=      papaya-0.1.7
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  http://www.asahi-net.or.jp/~em7t-hmd/papaya/            \
                ${MASTER_SITE_SOURCEFORGE:=papaya-utils/}
@@ -18,6 +18,9 @@
 USE_PERL5=     run
 USE_LANGUAGES= # empty
 GNU_CONFIGURE= YES
+CONFIGURE_ENV+=        sh_command=${TOOLS_SH}
+CONFIGURE_ENV+=        tar_command=${TOOLS_TAR}
+USE_TOOLS+=    sh tar
 INFO_FILES=    papaya.info
 
 CONFIGURE_ENV+=        perl_command=${PERL5:Q}
diff -r f1a115d9f6c9 -r e935d4131f13 devel/papaya/distinfo
--- a/devel/papaya/distinfo     Sun Jul 10 10:07:25 2005 +0000
+++ b/devel/papaya/distinfo     Sun Jul 10 10:32:33 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/03/02 14:11:28 wiz Exp $
+$NetBSD: distinfo,v 1.4 2005/07/10 10:32:33 kristerw Exp $
 
 SHA1 (papaya-0.1.7.tar.gz) = 4dad7d302a774666207216d8fadae92faf42918d
 RMD160 (papaya-0.1.7.tar.gz) = cef643b2370c020aeebca8b424620e46bdfe1642
@@ -6,4 +6,4 @@
 SHA1 (patch-aa) = 2b1c1f0abe375dd37870347891df97e127163b6f
 SHA1 (patch-ab) = 5dc68a8598665d11f4484c2ce490681b07dea721
 SHA1 (patch-ac) = 5c169a116fbf115e2db57bca354a9e6dd2c34a7b
-SHA1 (patch-ad) = 98e2aee534349b238888267869cbb94b31f98dd7
+SHA1 (patch-ad) = de361aec9f85817226c51503a260cac7d70990ce
diff -r f1a115d9f6c9 -r e935d4131f13 devel/papaya/patches/patch-ad
--- a/devel/papaya/patches/patch-ad     Sun Jul 10 10:07:25 2005 +0000
+++ b/devel/papaya/patches/patch-ad     Sun Jul 10 10:32:33 2005 +0000
@@ -1,8 +1,18 @@
-$NetBSD: patch-ad,v 1.1 2005/03/02 14:11:28 wiz Exp $
+$NetBSD: patch-ad,v 1.2 2005/07/10 10:32:33 kristerw Exp $
 
---- src/texi2html-wrapper.in.orig      2002-06-25 16:25:17.000000000 +0200
-+++ src/texi2html-wrapper.in
-@@ -39,11 +39,12 @@ fi
+--- src/texi2html-wrapper.in.orig      Tue Jun 25 16:25:17 2002
++++ src/texi2html-wrapper.in   Sun Jul 10 12:27:06 2005
+@@ -14,7 +14,8 @@
+ this="texi2html-wrapper" ;
+ 
+ texi2html_command=@texi2html_command@
+-makeinfo_command=@makeinfo_command@
++# makeinfo is not used since we always have texi2html.
++makeinfo_command=
+ 
+ html_sed1='s!<BODY>!<BODY BGCOLOR=white TEXT=black LINK=blue VLINK=green>!' ;
+ html_sed2='s!<BODY>!<BODY BGCOLOR=white TEXT=black LINK=blue VLINK=green>!' ;
+@@ -39,11 +40,12 @@
  
  for TEXI in $* ; do
        $COMMAND $TEXI ;



Home | Main Index | Thread Index | Old Index