pkgsrc/textproc/rubber/patches/patch-aa
cube 6217688722 Initial import of rubber, version 0.99.8, into the NetBSD Packages
Collection, from PR#28920 by Antoine Reilles, with a few minor changes by
myself.

Rubber is a building system for LaTeX documents.

It is based on a routine that runs just as many compilations as necessary.  The
module system provides a great flexibility that virtually allows support for
any package with no user intervention, as well as pre- and post-processing of
the document.  The standard modules currently provide support for bibtex,
dvips, dvipdfm, pdftex, makeindex.  A good number of standard packages are
supported, including graphics/graphicx (with automatic conversion between
various formats and Metapost compilation).
2005-01-16 17:58:01 +00:00

21 lines
479 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2005/01/16 17:58:02 cube Exp $
--- configure.orig 2004-03-17 14:27:24.000000000 +0100
+++ configure
@@ -65,6 +65,8 @@ done
### Check that we can install the program.
+# I'm telling you to use $python, _not_ to be "smart".
+if false; then
if test -z "$python"; then
for cmd in python2.2 python2 python; do
if which $cmd > /dev/null 2>&1; then
@@ -100,6 +102,7 @@ EOF
fi
python=`which $python`
+fi
$python setup.py check || exit 1