summaryrefslogtreecommitdiff
path: root/cad/pcb/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-08-31 14:55:29 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-08-31 14:55:29 +0000
commit8dba45a0e5e4b0fd3b8e048db34d71690489e81b (patch)
treefa6b981ce1c4c8360183af77e6023ad3e1a9d57c /cad/pcb/patches
parent85faafcab7c707588b7693c39bce7f90bd6d5318 (diff)
downloadpkgsrc-8dba45a0e5e4b0fd3b8e048db34d71690489e81b.tar.gz
remove depends on teTeX and add a patch to not run latex. Provide the docs
as files instead of requiring the user to install one of our largest packages just to build them. Note, in the previous version of this pkg, the docs generated with latex weren't even being installed (!).
Diffstat (limited to 'cad/pcb/patches')
-rw-r--r--cad/pcb/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/pcb/patches/patch-ac b/cad/pcb/patches/patch-ac
new file mode 100644
index 00000000000..ac15884c2d0
--- /dev/null
+++ b/cad/pcb/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2000/08/31 14:55:32 dmcmahill Exp $
+
+don't force the user to have latex for building the docs
+
+--- doc/Imakefile.orig Wed May 13 06:29:09 1998
++++ doc/Imakefile Thu Aug 31 10:18:06 2000
+@@ -32,5 +32,5 @@
+ */
+
+-all:: pcb.man pcb.ps pcb.html pcb.info refcard.ps
++all:: pcb.man
+
+ InstallManPage(pcb,$(MANDIR))