summaryrefslogtreecommitdiff
path: root/print/bibtool/patches
diff options
context:
space:
mode:
authorsmb <smb>2006-03-31 03:11:56 +0000
committersmb <smb>2006-03-31 03:11:56 +0000
commit2474c8c24206f876f22b0f007423c3568bb5375c (patch)
treeeec73422404ea27a9eb2c4823ac499ba75fc12eb /print/bibtool/patches
parente98401d1e65b20fe970cf0dbe89e3d53e419e309 (diff)
downloadpkgsrc-2474c8c24206f876f22b0f007423c3568bb5375c.tar.gz
BibTeX provides an easy to use means to integrate citations and
bibliographies into LaTeX documents. But the user is left alone with the management of the BibTeX files. The program BibTool is intended to fill this gap. BibTool allows the manipulation of BibTeX files which goes beyond the possibilities---and intentions---of BibTeX. BibTool contains a user's manual written in LaTeX of more than 60 pages (and still growing).
Diffstat (limited to 'print/bibtool/patches')
-rw-r--r--print/bibtool/patches/patch-aa31
-rw-r--r--print/bibtool/patches/patch-ab10
2 files changed, 41 insertions, 0 deletions
diff --git a/print/bibtool/patches/patch-aa b/print/bibtool/patches/patch-aa
new file mode 100644
index 00000000000..f9baf70d6f8
--- /dev/null
+++ b/print/bibtool/patches/patch-aa
@@ -0,0 +1,31 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/03/31 03:11:56 smb Exp $
+
+--- BibTcl/configure.orig 2006-03-19 11:48:19.000000000 -0500
++++ BibTcl/configure
+@@ -712,7 +712,7 @@ done
+
+ ac_given_srcdir=$srcdir
+
+-trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
++trap 'rm -fr `echo "makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+ EOF
+ cat >> $CONFIG_STATUS <<EOF
+
+@@ -794,7 +794,7 @@ EOF
+
+ cat >> $CONFIG_STATUS <<EOF
+
+-CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
++CONFIG_FILES=\${CONFIG_FILES-"makefile"}
+ EOF
+ cat >> $CONFIG_STATUS <<\EOF
+ for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
+@@ -834,7 +834,7 @@ for ac_file in .. $CONFIG_FILES; do if t
+ rm -f "$ac_file"
+ configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
+ case "$ac_file" in
+- *Makefile*) ac_comsub="1i\\
++ *makefile*) ac_comsub="1i\\
+ # $configure_input" ;;
+ *) ac_comsub= ;;
+ esac
diff --git a/print/bibtool/patches/patch-ab b/print/bibtool/patches/patch-ab
new file mode 100644
index 00000000000..af4866609ac
--- /dev/null
+++ b/print/bibtool/patches/patch-ab
@@ -0,0 +1,10 @@
+$NetBSD: patch-ab,v 1.1.1.1 2006/03/31 03:11:56 smb Exp $
+
+--- BibTcl/configure.in.orig 2006-03-19 11:48:23.000000000 -0500
++++ BibTcl/configure.in
+@@ -48,4 +48,4 @@ AC_SUBST(TCL_VERSION)
+ TCL_PREFIX=$TCL_PREFIX
+ AC_SUBST(TCL_PREFIX)
+
+-AC_OUTPUT(Makefile)
++AC_OUTPUT(makefile)