summaryrefslogtreecommitdiff
path: root/cad/magic (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chmod -> ${CHMOD}Michael Haro1999-08-221-17/+17
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Fix build for Alpha boxes.Steve Price1999-05-241-0/+20
| | | | Notes: svn path=/head/; revision=18966
* More missing dependencies.Satoshi Asami1998-11-291-1/+2
| | | | Notes: svn path=/head/; revision=14954
* Make this build in an ELF world.Steve Price1998-09-271-0/+11
| | | | Notes: svn path=/head/; revision=13450
* Remove manpages from pkg/PLISTDavid E. O'Brien1998-08-131-34/+0
| | | | Notes: svn path=/head/; revision=12504
* Make this build under 3.0.Justin M. Seger1997-11-291-0/+44
| | | | Notes: svn path=/head/; revision=8904
* Put DISTFILES in right place (purely cosmetic).Satoshi Asami1996-12-061-2/+2
| | | | Notes: svn path=/head/; revision=4845
* Upgrade magic to version 6.5.Steven Wallace1996-12-061-0/+13
| | | | | | | spice2sim awk script should run /usr/bin/awk, not /bin/awk. Notes: svn path=/head/; revision=4825
* Upgrade magic to version 6.5.Steven Wallace1996-12-067-557/+28
| | | | | | | Hurray! Distribution now already includes FreeBSD patches. Notes: svn path=/head/; revision=4822
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-151-2/+4
| | | | | | | Added MAINTAINER to many of them. Notes: svn path=/head/; revision=4498
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-11-131-13/+1
| | | | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. Notes: svn path=/head/; revision=4440
* Correctly list all files installed.Masafumi Max NAKANE1996-10-211-40/+118
| | | | | | | Added @dirrm directives to delete empty directories upon deinstallation. Notes: svn path=/head/; revision=4061
* Use ${BINOWN}, ${BINGRP}, etc. macros when doing chmod,chown.Masafumi Max NAKANE1996-10-211-10/+50
| | | | | | | | Take MANCOMPRESS setting into account. Some cosmetic changes. Notes: svn path=/head/; revision=4060
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Distfiles have moved slightly deeper into the filesystem on theSatoshi Asami1995-07-291-2/+2
| | | | | | | | | master site. Submitted by: Chuck Robey <chuckr@Glue.umd.edu> Notes: svn path=/head/; revision=2015
* Take out invocation of fake-pkg from do-install target. It is nowSatoshi Asami1995-04-241-2/+1
| | | | | | | done in the main install target itself. Notes: svn path=/head/; revision=1514
* Updated to conform with new bsd.port.mk targets.Satoshi Asami1995-04-221-4/+3
| | | | Notes: svn path=/head/; revision=1492
* install depends on build!Satoshi Asami1995-04-161-2/+2
| | | | Notes: svn path=/head/; revision=1392
* Update the cad Makefiles. Boy, I love these sparse directories! :)Satoshi Asami1995-04-111-3/+4
| | | | Notes: svn path=/head/; revision=1339
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Changed the absolute path /usr/X11R6 to ${X11BASE} in the patch.Andreas Schulz1995-03-191-3/+3
| | | | Notes: svn path=/head/; revision=1154
* Fix '*** ERROR: You need to do a "make config" first!' problemSteven Wallace1995-03-041-1/+2
| | | | Notes: svn path=/head/; revision=1087
* Add some patches to get the install working. The makefiles have calledAndreas Schulz1995-02-251-9/+131
| | | | | | | | | a hardcoded make on some places, but it should use gmake to work. Also some help programs are called without a path. But the super-user for the installation doesn't have "." in the path normally. Notes: svn path=/head/; revision=1038
* Add a patch to change the explicit make calls to gmake calls.Andreas Schulz1995-02-131-0/+38
| | | | Notes: svn path=/head/; revision=967
* Add a USE_GMAKE=yes line to the Makefile. magic got some severe problemsAndreas Schulz1995-02-131-1/+2
| | | | | | | | | with the new make, so use gmake instead. I am not even sure if the makefiles are not correct and our new make is at fault here :-). Notes: svn path=/head/; revision=966
* Initial revisionJordan K. Hubbard1995-01-311-0/+1
| | | | Notes: svn path=/head/; revision=862
* Yet another patch for the "new" make :-).Andreas Schulz1995-01-291-15/+26
| | | | Notes: svn path=/head/; revision=848
* Replace a /usr/openwin/include with a /usr/X11R6/include. We don'tAndreas Schulz1995-01-221-2/+21
| | | | | | | have openwin. Now it finds X11/Xlib.h and is building the port. Notes: svn path=/head/; revision=801
* Port of Magic version 6.4.4, a VLSI CAD tool.Steven Wallace1994-12-186-0/+437
Notes: svn path=/head/; revision=593