aboutsummaryrefslogtreecommitdiffstats
path: root/cad/magic
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up whitespace.trevor2004-04-111-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* magic.h wasn't able to determine LITTLE_ENDIAN xor BIG_ENDIAN for amd64.oliver2004-01-311-7/+20
| | | | | | include endian.h now and retrive that information directly from BYTE_ORDER Noted By: bento via kris
* Add SIZE.trevor2004-01-281-0/+1
|
* unbreak build on CURRENToliver2003-12-1012-4/+622
| | | | bump PORTREVISION
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Update to version 7.1, unbreak.naddy2002-10-2614-131/+141
| | | | | PR: 44106 Submitted by: Ports Fury
* BROKEN: Does not compilekris2002-10-061-0/+2
|
* Fix build (removal of <values.h>)kris2002-09-291-0/+29
|
* Use proper POSIX syntax for `chown'.obrien2001-06-011-8/+8
|
* Fix and sort plistkris2001-03-111-72/+76
|
* Update to version 6.5.1 and homepagejeh2001-02-133-30/+16
| | | | | PR: 22935 Submitted by: Eric Furbish <efurbish@rice.edu>
* Remove inactive MAINTAINER <swallace>, who hasn't committed in over 3 years.will2001-01-271-1/+1
|
* Add fsleeper.1.asami2000-06-071-1/+1
| | | | Submitted by: bento
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
|
* time(3) returns a time_t and not a long.steve2000-01-291-0/+11
|
* $Id$->$FreeBSD$peter1999-08-291-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-17/+17
| | | | chown -> ${CHOWN}
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Fix build for Alpha boxes.steve1999-05-241-0/+20
|
* More missing dependencies.asami1998-11-291-1/+2
|
* Make this build in an ELF world.steve1998-09-271-0/+11
|
* Remove manpages from pkg/PLISTobrien1998-08-141-34/+0
|
* Make this build under 3.0.jseger1997-11-301-0/+44
|
* Put DISTFILES in right place (purely cosmetic).asami1996-12-071-2/+2
|
* Upgrade magic to version 6.5.swallace1996-12-061-0/+13
| | | | spice2sim awk script should run /usr/bin/awk, not /bin/awk.
* Upgrade magic to version 6.5.swallace1996-12-067-557/+28
| | | | Hurray! Distribution now already includes FreeBSD patches.
* CATAGORIES+= -> CATAGORIES=obrien1996-11-161-2/+4
| | | | Added MAINTAINER to many of them.
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingasami1996-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.
* Correctly list all files installed.max1996-10-211-40/+118
| | | | Added @dirrm directives to delete empty directories upon deinstallation.
* Use ${BINOWN}, ${BINGRP}, etc. macros when doing chmod,chown.max1996-10-211-10/+50
| | | | | Take MANCOMPRESS setting into account. Some cosmetic changes.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"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!
* Distfiles have moved slightly deeper into the filesystem on theasami1995-07-291-2/+2
| | | | | | master site. Submitted by: Chuck Robey <chuckr@Glue.umd.edu>
* Take out invocation of fake-pkg from do-install target. It is nowasami1995-04-241-2/+1
| | | | done in the main install target itself.
* Updated to conform with new bsd.port.mk targets.asami1995-04-221-4/+3
|
* install depends on build!asami1995-04-161-2/+2
|
* Update the cad Makefiles. Boy, I love these sparse directories! :)asami1995-04-121-3/+4
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Changed the absolute path /usr/X11R6 to ${X11BASE} in the patch.ats1995-03-201-3/+3
|
* Fix '*** ERROR: You need to do a "make config" first!' problemswallace1995-03-051-1/+2
|
* Add some patches to get the install working. The makefiles have calledats1995-02-261-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.
* Add a patch to change the explicit make calls to gmake calls.ats1995-02-131-0/+38
|
* Add a USE_GMAKE=yes line to the Makefile. magic got some severe problemsats1995-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 :-).
* Initial revisionjkh1995-01-311-0/+1
|
* Yet another patch for the "new" make :-).ats1995-01-301-15/+26
|
* Replace a /usr/openwin/include with a /usr/X11R6/include. We don'tats1995-01-221-2/+21
| | | | have openwin. Now it finds X11/Xlib.h and is building the port.
* Port of Magic version 6.4.4, a VLSI CAD tool.swallace1994-12-196-0/+437