diff options
author | kris <kris@FreeBSD.org> | 2003-03-04 08:41:22 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-03-04 08:41:22 +0800 |
commit | 65a948a2a4510ddbed8ca9b2ff89a11f38e55f8a (patch) | |
tree | 9cb313662211b42e2e311016b4568d4fb7f2f600 /cad | |
parent | f5756673e57b3b8984e3e55f05f67a316ffd9d08 (diff) | |
download | freebsd-ports-gnome-65a948a2a4510ddbed8ca9b2ff89a11f38e55f8a.tar.gz freebsd-ports-gnome-65a948a2a4510ddbed8ca9b2ff89a11f38e55f8a.tar.zst freebsd-ports-gnome-65a948a2a4510ddbed8ca9b2ff89a11f38e55f8a.zip |
Trim pkg-descr and unbreak on 5.0
PR: ports/46824
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
Diffstat (limited to 'cad')
-rw-r--r-- | cad/chipmunk/files/patch-ba | 13 | ||||
-rw-r--r-- | cad/chipmunk/pkg-descr | 10 |
2 files changed, 13 insertions, 10 deletions
diff --git a/cad/chipmunk/files/patch-ba b/cad/chipmunk/files/patch-ba new file mode 100644 index 000000000000..a1ba19323f17 --- /dev/null +++ b/cad/chipmunk/files/patch-ba @@ -0,0 +1,13 @@ +--- psys/include/p2c/p2c.h.orig Tue Jan 7 15:14:37 2003 ++++ psys/include/p2c/p2c.h Tue Jan 7 15:16:04 2003 +@@ -85,10 +85,6 @@ + #include <unistd.h> + #endif + +-#if (!defined(BSD) && !defined(__sgi) && !defined(__alpha__)) +-# define log1p(X) log(1+(X)) +-#endif +- + #if defined(rs6000) || defined(ultrix) + extern char *strdup(); + extern char *strpbrk(); diff --git a/cad/chipmunk/pkg-descr b/cad/chipmunk/pkg-descr index abf7ad44e36e..355d0b2600a7 100644 --- a/cad/chipmunk/pkg-descr +++ b/cad/chipmunk/pkg-descr @@ -18,15 +18,5 @@ to Actel format with these tools (example). These tools were originally written for HP 200 Series ("Chipmunk") computers, and were later ported to Unix and the X Windows System. -Many people contributed to the design and porting of these tools; we -have made an attempt to credit authors in each package, and regret any -omisions. Carver Mead provided the inspiration, initiative, and -financial support for many of the tools in this package; in several -cases (wol and wolcomp) he wrote the original prototypes as well. The -Systems Development Foundation, Hewlett Packard, and the Office of -Naval Research were the main sources of funding for these tools. These -tools are distributed under a license very similar to the GNU license; -the minor changes protect Caltech from liability. Each tar file -contains this license. WWW: http://www.cs.berkeley.edu/~lazzaro/chipmunk/ |