Commit Graph

42 Commits

Author SHA1 Message Date
Christian Weisgerber
bca83beb38 Update to version 7.1, unbreak.
PR:		44106
Submitted by:	Ports Fury
2002-10-26 15:07:08 +00:00
Kris Kennaway
7dfc6744de BROKEN: Does not compile 2002-10-05 22:11:09 +00:00
Kris Kennaway
8354b705b5 Fix build (removal of <values.h>) 2002-09-29 06:08:08 +00:00
David E. O'Brien
90eb686abd Use proper POSIX syntax for `chown'. 2001-06-01 06:05:18 +00:00
Kris Kennaway
150a3bf8a5 Fix and sort plist 2001-03-11 02:06:19 +00:00
James E. Housley
503409c750 Update to version 6.5.1 and homepage
PR:		22935
Submitted by:	Eric Furbish <efurbish@rice.edu>
2001-02-13 13:25:26 +00:00
Will Andrews
fd6dcd7936 Remove inactive MAINTAINER <swallace>, who hasn't committed in over 3 years. 2001-01-27 05:40:10 +00:00
Satoshi Asami
670d3c8965 Add fsleeper.1.
Submitted by:	bento
2000-06-07 08:00:18 +00:00
Michael Haro
59df8af48e update with the new PORTNAME/PORTVERSION variables 2000-04-08 23:24:42 +00:00
Steve Price
f488fa5872 time(3) returns a time_t and not a long. 2000-01-28 17:28:02 +00:00
Peter Wemm
31c8c45ff4 $Id$->$FreeBSD$ 1999-08-29 10:59:56 +00:00
David E. O'Brien
fe1e09a6cc Change Id->FreeBSD. 1999-08-25 04:58:03 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Steve Price
1d64b9c2df Fix build for Alpha boxes. 1999-05-24 02:18:54 +00:00
Satoshi Asami
5e0762a956 More missing dependencies. 1998-11-29 12:43:13 +00:00
Steve Price
c369a060fd Make this build in an ELF world. 1998-09-27 08:19:34 +00:00
David E. O'Brien
09b64b0d35 Remove manpages from pkg/PLIST 1998-08-13 21:16:00 +00:00
Justin M. Seger
5b18a26978 Make this build under 3.0. 1997-11-29 21:43:09 +00:00
Satoshi Asami
c3086f4cd6 Put DISTFILES in right place (purely cosmetic). 1996-12-06 23:27:03 +00:00
Steven Wallace
cf015dc5dd Upgrade magic to version 6.5.
spice2sim awk script should run /usr/bin/awk, not /bin/awk.
1996-12-06 08:24:05 +00:00
Steven Wallace
b3d716c0a2 Upgrade magic to version 6.5.
Hurray!  Distribution now already includes FreeBSD patches.
1996-12-06 08:19:09 +00:00
David E. O'Brien
6a5c13f6fc CATAGORIES+= -> CATAGORIES=
Added MAINTAINER to many of them.
1996-11-15 23:31:01 +00:00
Satoshi Asami
92cb149612 Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work.  I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-11-13 12:41:39 +00:00
Masafumi Max NAKANE
b122cacba8 Correctly list all files installed.
Added @dirrm directives to delete empty directories upon deinstallation.
1996-10-21 07:45:01 +00:00
Masafumi Max NAKANE
2fa64944c7 Use ${BINOWN}, ${BINGRP}, etc. macros when doing chmod,chown.
Take MANCOMPRESS setting into account.
Some cosmetic changes.
1996-10-21 07:43:40 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
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!
1996-10-10 05:05:35 +00:00
Satoshi Asami
7db54d42c8 Distfiles have moved slightly deeper into the filesystem on the
master site.

Submitted by:	Chuck Robey <chuckr@Glue.umd.edu>
1995-07-29 08:49:36 +00:00
Satoshi Asami
069e6920d0 Take out invocation of fake-pkg from do-install target. It is now
done in the main install target itself.
1995-04-24 09:10:36 +00:00
Satoshi Asami
58caf69311 Updated to conform with new bsd.port.mk targets. 1995-04-22 12:43:38 +00:00
Satoshi Asami
955d0352e4 install depends on build! 1995-04-16 08:45:49 +00:00
Satoshi Asami
257be36140 Update the cad Makefiles. Boy, I love these sparse directories! :) 1995-04-11 20:13:02 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Andreas Schulz
8fc525e05c Changed the absolute path /usr/X11R6 to ${X11BASE} in the patch. 1995-03-19 16:32:33 +00:00
Steven Wallace
9e1599cb14 Fix '*** ERROR: You need to do a "make config" first!' problem 1995-03-04 21:46:18 +00:00
Andreas Schulz
499f0b018c Add some patches to get the install working. The makefiles have called
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.
1995-02-25 21:35:19 +00:00
Andreas Schulz
e54c7d459f Add a patch to change the explicit make calls to gmake calls. 1995-02-13 13:20:05 +00:00
Andreas Schulz
c912f5bf2f Add a USE_GMAKE=yes line to the Makefile. magic got some severe problems
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 :-).
1995-02-13 13:19:22 +00:00
Jordan K. Hubbard
5ca7a7ffce Initial revision 1995-01-31 06:07:26 +00:00
Andreas Schulz
58a28f9074 Yet another patch for the "new" make :-). 1995-01-29 21:56:58 +00:00
Andreas Schulz
8e2ee0a8bb Replace a /usr/openwin/include with a /usr/X11R6/include. We don't
have openwin. Now it finds X11/Xlib.h and is building the port.
1995-01-22 15:59:54 +00:00
Steven Wallace
73d815c6db Port of Magic version 6.4.4, a VLSI CAD tool. 1994-12-18 21:12:10 +00:00