pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q1]: pkgsrc/devel/papaya Pullup ticket 1293 - requested by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d22440ffdaa
branches:  pkgsrc-2006Q1
changeset: 510176:8d22440ffdaa
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Mar 31 10:22:39 2006 +0000

description:
Pullup ticket 1293 - requested by jlam
fix paths to tools in papaya

Revisions pulled up:
- pkgsrc/devel/papaya/Makefile          1.16, 1.17

   Module Name:         pkgsrc
   Committed By:        jlam
   Date:                Thu Mar 30 23:12:25 UTC 2006

   Modified Files:
        pkgsrc/devel/papaya: Makefile

   Log Message:
   Take advantage of USE_TOOLS+=texi2html.
---
   Module Name:         pkgsrc
   Committed By:        jlam
   Date:                Thu Mar 30 23:16:10 UTC 2006

   Modified Files:
        pkgsrc/devel/papaya: Makefile

   Log Message:
   Fix paths to gzip and texi2html in installed files (thank goodness for
   CHECK_WRKREF).  Bump PKGREVISION to 4.

diffstat:

 devel/papaya/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r a3515827c67f -r 8d22440ffdaa devel/papaya/Makefile
--- a/devel/papaya/Makefile     Fri Mar 31 03:31:49 2006 +0000
+++ b/devel/papaya/Makefile     Fri Mar 31 10:22:39 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:25 jlam Exp $
+# $NetBSD: Makefile,v 1.15.2.1 2006/03/31 10:22:39 salo Exp $
 #
 
 DISTNAME=      papaya-0.1.7
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    devel
 MASTER_SITES=  http://www.asahi-net.or.jp/~em7t-hmd/papaya/            \
                ${MASTER_SITE_SOURCEFORGE:=papaya-utils/}
@@ -11,15 +11,15 @@
 HOMEPAGE=      http://www.asahi-net.or.jp/~em7t-hmd/papaya/index.html
 COMMENT=       Simple scripts for software development
 
-BUILD_DEPENDS+=        texi2html>=1.76:../../textproc/texi2html
-
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_LANGUAGES= # empty
 GNU_CONFIGURE= YES
+CONFIGURE_ENV+=        gzip_command=${TOOLS_GZIP_CMD:Q}
 CONFIGURE_ENV+=        sh_command=${TOOLS_SH:Q}
 CONFIGURE_ENV+=        tar_command=${TOOLS_TAR:Q}
-USE_TOOLS+=    sh perl:run tar
+CONFIGURE_ENV+=        texi2html_command=${TOOLS_PATH.texi2html:Q}
+USE_TOOLS+=    sh perl:run tar texi2html
 INFO_FILES=    papaya.info
 
 CONFIGURE_ENV+=        perl_command=${PERL5:Q}



Home | Main Index | Thread Index | Old Index