Commit graph

2239 commits

Author SHA1 Message Date
Satoshi Asami
bfd86d4a37 Don't trust ncftp's exit status, they are not indicative of whether
the file is fetched or not.  Apparently Jordan fixed it a long time
ago but it was broken again at import of the new version of ncftp.
Which means even if we fix it, it may break again and we may need to
fix it again, and (imagination here, please)....

Instead, move the file existence check into the for loop for
MASTER_SITES/PATCH_SITES and break out with "continue 2" when the file
is found.  This is actually a cleaner logic than before if you ask me,
because instead of assuming the file is fetched on a 0 exit status
from ncftp AND checking for the existence of the file after the loop,
the check is done exactly once for each iteration and nowhere else.
1995-08-29 11:57:40 +00:00
Satoshi Asami
de955f45ab Clean up EXTRACT_ONLY logic a bit. Instead of branching in the
do-extract target depending on defined(EXTRACT_ONLY) or not, simply
set EXTRACT_ONLY ?= ${DISTFILES} and always use ${EXTRACT_ONLY} as
the extraction list.
1995-08-29 11:24:50 +00:00
Satoshi Asami
18f8b44678 (1) Take out x11 from CATEGORIES, we don't put it there just because it
uses X.
(2) libfwf is a static library, so take it out of LIB_DEPENDS.
(3) Add the version number to "Xpm:..." in the other LIB_DEPENDS.
(4) Reorder variables, we have a standard for these things now.
1995-08-29 07:08:39 +00:00
Jordan K. Hubbard
680f1884e6 Add aero to SUBDIRs 1995-08-28 15:11:46 +00:00
Jordan K. Hubbard
7d81ddcf68 A povray modeller. I tweaked the original to also install the examples
since nobody reads man pages anymore.
Submitted by:	"Eric L. Hernes" <erich@lodgenet.com>
1995-08-28 14:50:52 +00:00
Jordan K. Hubbard
6a49f0cbec Add apache to SUBDIRS 1995-08-28 13:29:37 +00:00
Jordan K. Hubbard
a4a237bd23 Port of the APACHE web server.
Submitted by:	"Eric L. Hernes" <erich@lodgenet.com>
1995-08-28 13:28:45 +00:00
Satoshi Asami
929c5a427e Add "NO_MTREE=yes", this port sets PREFIX=/usr/local/Minerva. :< 1995-08-28 07:49:48 +00:00
Satoshi Asami
86b10656c4 Added xgalaga. 1995-08-28 07:46:55 +00:00
Satoshi Asami
1f4361e168 The resurrection of the great video game Galaga. It's as slow as a dog
but if you have a super-fast video card, maybe it will be fun.

I don't have a sound card, so that part isn't tested at all.
1995-08-28 07:43:38 +00:00
Satoshi Asami
ec72d2f444 Make this NO_PACKAGE. 1995-08-26 09:31:14 +00:00
Satoshi Asami
9231996e5c Added
msql-1.0.5.tar.gz       ports/databases/msql    Restrictive copyright

Submitted by:	paul
1995-08-26 09:30:17 +00:00
Satoshi Asami
715054334a Upgraded, 1.2 -> 1.2a. The bug I reported yesterday has been fixed, so
the "workaround" patch-ad is no longer necessary.
1995-08-26 09:15:13 +00:00
Satoshi Asami
c8487797a7 slirp is no longer broken! Thanks, Alain! :) 1995-08-26 07:49:59 +00:00
Satoshi Asami
4bd911cd8a Upgrade, 0.9a -> 0.95f.
Submitted by:	Alain Kalker <alain@Wit401402.student.utwente.nl>
1995-08-26 07:47:47 +00:00
Satoshi Asami
51801a024f Added popclient. 1995-08-26 07:32:25 +00:00
Satoshi Asami
58977e7abe Added astrolog. 1995-08-26 07:31:01 +00:00
Satoshi Asami
af66092ba2 An astrology program for X and ascii, version 5.0.
Submitted by:	faulkner@mpd.tandem.com (Boyd Faulkner)
1995-08-26 05:59:21 +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
27db7ac5a9 Upgrade, 1.1 -> 1.2. The shlib version number hasn't changed. 1995-08-25 06:53:28 +00:00
Satoshi Asami
987ad7f6d4 Doh! WTH was -I/usr/local/X11R6/include doing here! 1995-08-25 05:51:06 +00:00
Satoshi Asami
e016e4a5de Forgot to update the checksum of the patch file.... 1995-08-25 04:34:37 +00:00
Satoshi Asami
09f16f01f2 Add pbasic. 1995-08-24 01:44:35 +00:00
Satoshi Asami
acd1bd0105 Phil Cockroft's basic interpreter. Thanks, Julian!
Submitted by:	jhs
1995-08-24 01:43:47 +00:00
Jordan K. Hubbard
cfc5990735 Bring in a port of Mosaic. This can only be built by people with Motif,
so we'll not enable it by default.
Submitted by:	torstenb
1995-08-23 13:38:36 +00:00
Satoshi Asami
a367960fdd Added ical. 1995-08-23 10:00:04 +00:00
Satoshi Asami
27f04a3c8e Yipes, the category name is "utilities", not "utils".... 1995-08-23 09:59:16 +00:00
Satoshi Asami
e4038663dd Here's a port of one of the better calendar programs I've seen. 1995-08-23 09:45:13 +00:00
Satoshi Asami
de05dc749f Add "CATEGORIES=x11". Boy, was I surprised to find this baby in the
orphans dir!
1995-08-23 07:08:06 +00:00
Adam David
6119263e8e install fonts.alias file 1995-08-21 16:04:32 +00:00
Satoshi Asami
fe8a9a098f Reorder variables. People, please look at the sample Makefile near the
end of the porting section in the Handbook!
1995-08-21 09:52:09 +00:00
Satoshi Asami
0bacdbcb79 Added xpacman. 1995-08-21 09:49:14 +00:00
Satoshi Asami
09ba36d863 Added:
netscape-*              ports/net/netscape      Commercial product
1995-08-21 09:42:31 +00:00
Satoshi Asami
10e76ba7c3 Added netscape in SUBDIR list. It is NO_PACKAGE so we are safe. 1995-08-21 09:41:42 +00:00
Satoshi Asami
22e47261bc Added rdist6. 1995-08-21 07:27:37 +00:00
Satoshi Asami
d96f2ca661 Compress manpages, strip binaries. 1995-08-21 02:56:36 +00:00
Satoshi Asami
2a9f83162c Compress manpages, strip binaries. 1995-08-21 02:41:46 +00:00
Peter Wemm
07065a4916 Correct the PLIST.. now it's bin/rdist6 and man/man1/rdist6.1 1995-08-20 18:46:07 +00:00
Peter Wemm
18a49df98c Correct a spelling error, and set MAINTAINER 1995-08-20 18:45:21 +00:00
Peter Wemm
f4e9884f94 Make the rdist-6.1.0 client executable and manpages install as "rdist6"
The server executable is still rdistd, because there is no conflict with
the standard rdist, and because it's hardcoded in the other non-freebsd
clients that exec it via rsh.
1995-08-20 18:42:59 +00:00
Satoshi Asami
85b31fd079 Take out ghostview from EXEC_DEPENDS, it's not called from hylafax
directly.

Submitted by:	jhs
1995-08-20 07:22:18 +00:00
Andrey A. Chernov
6a64c7e9a3 Add -fno-strength-reduce to eliminate -O2 bug 1995-08-19 22:28:45 +00:00
Joerg Wunsch
93503a98f2 Roar Tronæs' X11 version of the pacman game. 1995-08-19 20:42:47 +00:00
Peter Wemm
e61d9ab4bc Port of rdist-6.1.0
Partly based on work by Deborah Bennett, partly from my version.
1995-08-19 13:51:40 +00:00
Satoshi Asami
639445cae9 Awww, I meant emulators/tkhfs and utils/tk{info,man}. Good thing these
two commit messages are going out as in one mail.... ;)
1995-08-19 08:21:03 +00:00
Satoshi Asami
09d1efbab2 Register these kids in their new homes. 1995-08-19 08:20:11 +00:00
Satoshi Asami
9b93d0be50 These ports are moved to their new homes in emulators/tkhfs and
utils/tk{info,man}.  Mom is going to miss you, kids.
1995-08-19 08:00:01 +00:00
Paul Traina
e02ae86bfc Update Zircon (X11 based IRC client) to pl11 1995-08-19 07:59:36 +00:00
Jordan K. Hubbard
ad5acc2fea Update the MD5 to version 3.3. 1995-08-19 07:36:18 +00:00