pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q3]: pkgsrc/textproc/xmlto Pullup ticket 1859 - requested ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48e62d09ba98
branches:  pkgsrc-2006Q3
changeset: 519139:48e62d09ba98
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Oct 17 16:02:33 2006 +0000

description:
Pullup ticket 1859 - requested by dmcmahill
portability fix for xmlto

Revisions pulled up:
- pkgsrc/textproc/xmlto/Makefile                        1.11

   Module Name:         pkgsrc
   Committed By:        dmcmahill
   Date:                Tue Oct 10 00:23:39 UTC 2006

   Modified Files:
        pkgsrc/textproc/xmlto: Makefile

   Log Message:
   USE_TOOLS+= mktemp.  Fixes solaris and probably others

diffstat:

 textproc/xmlto/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 817c6d7eb2e5 -r 48e62d09ba98 textproc/xmlto/Makefile
--- a/textproc/xmlto/Makefile   Tue Oct 17 15:50:54 2006 +0000
+++ b/textproc/xmlto/Makefile   Tue Oct 17 16:02:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/07/22 13:11:28 rillig Exp $
+# $NetBSD: Makefile,v 1.10.2.1 2006/10/17 16:02:33 salo Exp $
 #
 
 DISTNAME=              xmlto-0.0.18
@@ -21,7 +21,7 @@
 CONFIGURE_ARGS+=       --with-getopt=${PREFIX:Q}/bin/getopt
 
 REPLACE_BASH+=         xmlto.in
-USE_TOOLS+=            bash:run
+USE_TOOLS+=            bash:run mktemp
 
 INSTALLATION_DIRS=     share/xmlto/format/docbook share/xmlto/format/fo
 



Home | Main Index | Thread Index | Old Index