summaryrefslogtreecommitdiff
path: root/cad
AgeCommit message (Collapse)Author
1999-05-24Fix build for Alpha boxes.Steve Price
1999-05-12Misc. PLIST cleanups.Satoshi Asami
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-05-02WWW: ----------------------------------------------------------------------Tim Vanderhoek
WWW: Enter Log. Lines beginning with `WWW:' are removed automatically
1999-04-22Update to the 19990327 release and use gtk12Michael Haro
1999-03-08Fix floating point problem and flatten out multi-file patch.Chuck Robey
PR: 10481 Submitted by: Kouichi Hirabayashi <kh@mogami-wire.co.jp>
1999-02-19Upgrade to 19990124, it works with gtk11-devel now.Vanilla I. Shu
1999-02-16This apparently isn't BROKEN any more.Justin M. Seger
1999-02-12New checksum.Satoshi Asami
Submitted by: "Pedro F. Giffuni" <pfgiffun@bachue.usc.unal.edu.co>
1999-02-03Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami
bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
1999-01-26Avoid floating point exceptions. The program seems to handle theJoerg Wunsch
overflow case well (enough).
1999-01-22Oops, forgot to update depends.Jacques Vidrine
1999-01-22Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.Jacques Vidrine
1999-01-10Add USE_X_PREFIX so this builds again.Steve Price
PR: 9365 Submitted by: maintainer
1998-12-27Upgrade to 19981213.Vanilla I. Shu
1998-12-26Remove patch-ab. and rename patch-ae to patch-ab.Seiichirou Hiraoka
1998-12-26Update: add patch-ae by MAINTAINERSeiichirou Hiraoka
1998-12-18spice needs X.Satoshi Asami
1998-12-16PR: ports/8871Seiichirou Hiraoka
Submitted by: pfgiffun@bachue.usc.unal.edu.co Fix 'labelled as BROKEN'
1998-12-10Remove ftp.inet.cz/pub/Mirrors/GtkApps/geda, "No such directory."Vanilla I. Shu
1998-12-09jmz@freebsd.org added an empty MAIN__ function as src/lib/libF77/MAIN.cSteve Price
on 1998/11/16 and this port builds again.
1998-12-07Extra MASTER_SITESDavid E. O'Brien
Submitted by: Josh Gilliam <josh@quick.net>
1998-12-07Correct mistyped MASTER_SITE that caused fetching to never succeed.David E. O'Brien
Add a second MASTER_SITE that is probably the same machine as the 1st... but maybe a different protocol will work if the 1st site won't answer. Does anybody know of a mirror for this stuff?
1998-12-07Add more desc.Vanilla I. Shu
Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se>
1998-12-07Sort entries. In particular, "large", "medium", "small" sort in this order,Satoshi Asami
dispite their meanings. (Sometimes we're too smart for computers. :) Found by: sorting ports/INDEX by "sort -t '|' +1 -2" (Note: the whole "x11" category appears at the end with the above sort command, but I'll leave that the way it is for now -- "ls" shows it before other x11-* entries.)
1998-12-06Activate geda.Vanilla I. Shu
1998-12-06GNU Electronic Design Automation.Vanilla I. Shu
1998-11-29More missing dependencies.Satoshi Asami
1998-11-28A few more USE_XLIBs.Satoshi Asami
1998-11-28Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeSatoshi Asami
for ilu and mkdirhier for asl.)
1998-11-21Remove extraneous x11 from CATEGORIES.Steve Price
Submitted by: Josh Gilliam <josh@quick.net>
1998-11-18OSVERSION was not used anymore.Satoshi Asami
1998-10-31Distfile moved on MASTER_SITE.Justin M. Seger
1998-10-21Broken for -stable too (same error).Satoshi Asami
1998-10-20Recent changes to make(1) in -current fixed this.Steve Price
1998-10-11Mark BROKEN:Justin M. Seger
fails here: ln: /usr/ports/cad/sis/work/sis-1.2/sis/unpack/*.o: File exists
1998-10-11Mark BROKEN for current:Justin M. Seger
gcc -O3 -I/usr/X11R6/include -I../../include -c xwd.c In file included from xwd.c:27: /usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead" xwd.c: In function `DumpWidget': xwd.c:68: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:68: too few arguments to function `error' xwd.c:75: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:75: too few arguments to function `error' xwd.c:113: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:113: too few arguments to function `error' xwd.c: In function `Get_XColors': xwd.c:228: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:228: too few arguments to function `error' *** Error code 1
1998-10-01Discounting a minor glitch in -current's make(1) this will now buildSteve Price
in an ELF world.
1998-09-27Remove empty directories on deinstall.Steve Price
1998-09-27Make this build in an ELF world.Steve Price
1998-09-27Mark this port broken, it doesn't build.Steve Price
1998-09-27Blows up deep in the install target in an ELF world.Steve Price
1998-09-27I tried to fix this port but it still fails to build complaining aboutSteve Price
an undefined reference to MAIN__ /usr/lib/libf2c.so, so let's mark it broken for ELF for now.
1998-09-16Take the manpages out of pkg/PLIST and put them in MAN1.Steve Price
1998-09-13Properly find Motif includes and libs.David E. O'Brien
Problem noticed by: BitS <bits@oldwarez.com>
1998-08-13Remove manpages from pkg/PLISTDavid E. O'Brien
1998-08-05Grammar, spelling, and usage police. This commit brought to you byMatthew Hunt
the letters "B" and "C". And some Chinese symbols as well.
1998-08-05Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
1998-07-01Enable sis, a new circuit emulator port.Guy Helmer
1998-07-01Sis, a program suite for synthesis of sequential circuits.Guy Helmer
PR: ports/5104 Submitted by: Frank Volf <volf@oasis.IAEhv.nl>
1998-06-08Some cleanup of this port.Thomas Gellekum
PR: 6883 Submitted by: Pedro Giffuni S. <giffunip@asme.org>