Satoshi Asami
b0ae2f4c93
pkg/COMMENT files for use by ports READMEs.
1996-04-09 08:30:00 +00:00
Satoshi Asami
7e99431af9
Use ${LOCALBASE} instead of /usr/local. (Yes, this was supposed to go
...
with the bsd.port.mk commit the other night, I was too sleepy.)
1996-04-09 07:16:52 +00:00
Satoshi Asami
1ac8ea2a1c
Upgrade, 1.2pl3 -> 1.4.
...
Submitted by: janek@gaja.ipan.lublin.pl
1996-03-25 08:30:53 +00:00
Satoshi Asami
dbd940ed72
Use DIST_SUBDIR, this port requires a file called (of all things)
...
"Makefile".
Also, look at the number of lines I could delete! I love DIST_SUBDIR! :)
1996-03-10 09:09:51 +00:00
Satoshi Asami
54bfe2c902
Remove ${KEYWORDS}.
1996-03-06 08:20:19 +00:00
Joerg Wunsch
a2ca89808a
cnf_stuff.c:169: warning: function returns address of local variable
1996-02-05 21:29:55 +00:00
Thomas Gellekum
75289c74e3
- Upgrade to version 0.20
...
- Use placeholder @PREFIX@ in patch-aa to allow for
non-standard ${PREFIX}
- New file scripts/configure
1995-12-21 08:05:12 +00:00
Satoshi Asami
a5d23f9905
Append "chipmunk/" to MASTER_SITE_OVERRIDE, if set.
...
Also, add ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/chipmunk/ to
MASTER_SITES, in case the real master site is unavailable. This is
admittedly ugly, but a fix to bsd.port.mk to handle these cases is
not trivial.
1995-10-04 15:26:17 +00:00
Satoshi Asami
750d5b551b
Add chipmunk, convert to new format along the way.
1995-08-25 10:06:06 +00:00
Satoshi Asami
28ceec8a0e
chipmunk-5.10, an electronic CAD system.
...
Submitted by: Janusz Kokot <JKOKOT@demeter.ipan.lublin.pl>
1995-08-25 10:04:33 +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
c9dc84a522
Clean up subdir Makefiles. They now all look like this:
...
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#
SUBDIR= good_port_1 good_port_2 ...
=====
Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
ed817c9c8d
Update (not upgrade, I think).
...
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
1995-05-02 09:00:12 +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
a8c9f59d2a
Remove "@cd lib/X11" and added "lib/X11/" in front of all the files below
...
that line.
1995-04-16 10:08:26 +00:00
Satoshi Asami
6a7a18b791
Changed "USE_IMAKE= " to "USE_IMAKE= yes" (purely cosmetic).
1995-04-16 10:07: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
Gary Palmer
fd50caa4fd
Update to patchlevel 3
1995-03-28 01:37:50 +00:00
Andreas Schulz
6240790150
Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}..
1995-03-20 08:07:15 +00:00
Andreas Schulz
8fc525e05c
Changed the absolute path /usr/X11R6 to ${X11BASE} in the patch.
1995-03-19 16:32:33 +00:00
Andreas Schulz
5a0c5f9308
Change all absolute references to /usr/X11R6 to ${X11BASE} instead.
1995-03-19 14:17:52 +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
412b1b3e2b
Delete the private PREFIX and PKG_CMD macros. They only set the same values
...
as the global one's from bsd.port.mk.
1995-02-18 01:36:19 +00:00
Andreas Schulz
8f5ff3db47
Change the DEPENDS on gm4 to a EXEC_DEPENDS gm4 line.
1995-02-18 01:27:43 +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
Andreas Schulz
01e5ddc322
Delete the references to a man page and to two fonts. They don't exist
...
in the current src-package.
1995-02-03 23:41:42 +00:00
Andreas Schulz
f61c8ee3a5
Delete the -N flag for pkg_create, it no longer exists.
1995-02-03 23:39:12 +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
Andreas Schulz
02d1f377c9
Add a missing /usr/X11R6/include to a Makefile as a patch.
1995-01-22 13:07:55 +00:00
Jordan K. Hubbard
7c903ca232
Alphabetize.
1995-01-13 14:00:40 +00:00
Jordan K. Hubbard
5e89d8e7e6
New cad group
1995-01-13 11:10:43 +00:00
Jordan K. Hubbard
24951e980c
acs (Al's Circuit Simulator) from Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
...
Submitted by: thomas
1995-01-03 09:12:58 +00:00
Steven Wallace
0066f3c971
IRSIM version 9.2
1994-12-19 06:01:05 +00:00
Steven Wallace
73d815c6db
Port of Magic version 6.4.4, a VLSI CAD tool.
1994-12-18 21:12:10 +00:00
Gary Palmer
0f7f5e3968
Another one that doesn't like the install.man target.
1994-12-12 03:58:06 +00:00
Jordan K. Hubbard
26cc4a3cc4
The other DEPENDS line was RIGHT! I don't know who commented it out
...
and replaced it with a bogus one..
1994-11-17 12:59:40 +00:00
Jordan K. Hubbard
636ac5a472
Michael Reigenberger's pcb port.
...
Submitted by: mr
1994-10-25 00:08:31 +00:00