aboutsummaryrefslogtreecommitdiffstats
path: root/cad/gnucap/files
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-07-30 03:34:03 +0800
committermiwi <miwi@FreeBSD.org>2006-07-30 03:34:03 +0800
commit94dad380df580bd1ee2ce5c7d1432d05691a069d (patch)
tree317e75c30abc5d34dad70fd142185c28a5446216 /cad/gnucap/files
parentf5ed3f747a7e4df19cd1195fc931a4d60dc5617f (diff)
downloadfreebsd-ports-gnome-94dad380df580bd1ee2ce5c7d1432d05691a069d.tar.gz
freebsd-ports-gnome-94dad380df580bd1ee2ce5c7d1432d05691a069d.tar.zst
freebsd-ports-gnome-94dad380df580bd1ee2ce5c7d1432d05691a069d.zip
- Pass maintainership to submitter
- Update to 2006.07.08 PR: ports/100809 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
Diffstat (limited to 'cad/gnucap/files')
-rw-r--r--cad/gnucap/files/patch-doc_Makefile.in13
-rw-r--r--cad/gnucap/files/patch-examples_Makefile.in11
-rw-r--r--cad/gnucap/files/patch-man_Makefile.in37
-rw-r--r--cad/gnucap/files/patch-modelgen_md.h11
-rw-r--r--cad/gnucap/files/patch-src_md.h11
5 files changed, 83 insertions, 0 deletions
diff --git a/cad/gnucap/files/patch-doc_Makefile.in b/cad/gnucap/files/patch-doc_Makefile.in
new file mode 100644
index 000000000000..5d04545161a5
--- /dev/null
+++ b/cad/gnucap/files/patch-doc_Makefile.in
@@ -0,0 +1,13 @@
+--- doc/Makefile.in.orig Tue Jun 27 07:23:23 2006
++++ doc/Makefile.in Tue Jul 25 15:24:30 2006
+@@ -153,8 +153,8 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-dist_man_MANS = gnucap.1 gnucap-ibis.1
+-pkgdocsdir = ${pkgdatadir}/doc
++dist_man_MANS = gnucap.1
++pkgdocsdir = @docdir@
+ dist_pkgdocs_DATA = \
+ acs-tutorial COPYING history INSTALL relnotes.029 \
+ relnotes.030 relnotes.031 relnotes.032 relnotes.033 relnotes.034 whatisit
diff --git a/cad/gnucap/files/patch-examples_Makefile.in b/cad/gnucap/files/patch-examples_Makefile.in
new file mode 100644
index 000000000000..f2570c87a489
--- /dev/null
+++ b/cad/gnucap/files/patch-examples_Makefile.in
@@ -0,0 +1,11 @@
+--- examples/Makefile.in.orig Tue Jul 25 15:11:22 2006
++++ examples/Makefile.in Tue Jul 25 15:14:07 2006
+@@ -150,7 +150,7 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-pkgexamplesdir = ${pkgdatadir}/examples
++pkgexamplesdir = ${prefix}/share/examples/@PACKAGE@
+ dist_pkgexamples_DATA = ${EXFILES}
+ EXFILES = \
+ eq2-145.ckt eq2-289.ckt eq2-577.ckt eq3-1153.ckt eq4-2305.ckt \
diff --git a/cad/gnucap/files/patch-man_Makefile.in b/cad/gnucap/files/patch-man_Makefile.in
new file mode 100644
index 000000000000..63408d94a1c7
--- /dev/null
+++ b/cad/gnucap/files/patch-man_Makefile.in
@@ -0,0 +1,37 @@
+--- man/Makefile.in.orig Wed Jun 28 12:29:13 2006
++++ man/Makefile.in Tue Jul 25 19:29:12 2006
+@@ -152,8 +152,8 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-pkgmanualdir = ${pkgdatadir}/manual
+-dist_pkgmanual_DATA = gnucap-man.pdf gnucap-man.dvi
++pkgmanualdir = @docdir@/manual
++dist_pkgmanual_DATA = gnucap-man.pdf
+ EXTRA_DIST = ${TEXSRCS} README
+ TEXSRCS = \
+ addmodel.tex behavior.tex circuit.tex commands.tex copying.tex \
+@@ -165,7 +165,7 @@
+ gnucap-man.toc
+
+ MAINTAINERCLEANFILES = \
+- gnucap-man.dvi gnucap-man.pdf
++ gnucap-man.pdf
+
+ TEXDIRS = Addmodel Behavior Circuit Commands Tech
+ TEXFILES = ${TEXSRCS} $(foreach __tmp__,$(TEXDIRS),$(wildcard \
+@@ -342,14 +342,6 @@
+ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
+ pdf-am ps ps-am uninstall uninstall-am \
+ uninstall-dist_pkgmanualDATA uninstall-info-am
+-
+-
+-gnucap-man.pdf: gnucap-man.dvi
+-@MISSING_DVIPDFM_TRUE@ @echo "WARNING: dvipdfm was not found on your system but"
+-@MISSING_DVIPDFM_TRUE@ @echo " $@ is out of date and needs to be"
+-@MISSING_DVIPDFM_TRUE@ @echo " rebuilt. Changes to gnucap-man.dvi"
+-@MISSING_DVIPDFM_TRUE@ @echo " will be ignored."
+-@MISSING_DVIPDFM_FALSE@ ${DVIPDFM} gnucap-man
+
+ # run it twice to fix the toc.
+ gnucap-man.dvi: $(TEXFILES)
diff --git a/cad/gnucap/files/patch-modelgen_md.h b/cad/gnucap/files/patch-modelgen_md.h
new file mode 100644
index 000000000000..262fc96079ab
--- /dev/null
+++ b/cad/gnucap/files/patch-modelgen_md.h
@@ -0,0 +1,11 @@
+--- modelgen/md.h.orig Tue Jul 25 19:24:12 2006
++++ modelgen/md.h Tue Jul 25 19:24:17 2006
+@@ -32,7 +32,7 @@
+ #include <cfloat>
+ #include <cmath>
+ #include <climits>
+-#include <limits>
++#include <limits.h>
+ #include <cstdio>
+ #include <cerrno>
+ #include <csetjmp>
diff --git a/cad/gnucap/files/patch-src_md.h b/cad/gnucap/files/patch-src_md.h
new file mode 100644
index 000000000000..33b293fe9a44
--- /dev/null
+++ b/cad/gnucap/files/patch-src_md.h
@@ -0,0 +1,11 @@
+--- src/md.h.orig Tue Jul 25 19:24:01 2006
++++ src/md.h Tue Jul 25 19:24:07 2006
+@@ -32,7 +32,7 @@
+ #include <cfloat>
+ #include <cmath>
+ #include <climits>
+-#include <limits>
++#include <limits.h>
+ #include <cstdio>
+ #include <cerrno>
+ #include <csetjmp>