1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
Commit Graph

5221 Commits

Author SHA1 Message Date
Masafumi Max NAKANE
4afd23d6c8 In the distributed Makefile:
TMPDIR = /var/tmp -> TMPDIR?= /var/tmp
Suggested by:	chuckr
1997-01-11 19:56:25 +00:00
Masafumi Max NAKANE
8b15e025b8 Distributed Makefile assumes /usr/tmp for tmpdir, and make install failed.
Changed it to /var/tmp.
(I remember someone was pointing this out in ports@freebsd.org, but
apparently, it wasn't picked up by jfitz.)
1997-01-11 16:49:19 +00:00
Masafumi Max NAKANE
959cbf42b0 rm -> @${RM} in post-extract. 1997-01-11 14:23:38 +00:00
Satoshi Asami
5f4f3e60e3 query-pr.8 wasn't a duplicate of query-pr.1, it was a typo of queue-pr.8. ;) 1997-01-11 12:17:47 +00:00
Satoshi Asami
3517f50506 Add xmountains. 1997-01-11 11:50:54 +00:00
Satoshi Asami
a6f9d1a6cd Fractal mountain image generator. Makes a nice background! (Closes
PR ports/2062.)

Submitted by:	Julian Assange <proff@profane.iq.org>
1997-01-11 11:50:20 +00:00
Satoshi Asami
aeeac4f091 Add freefem. 1997-01-11 11:39:44 +00:00
Satoshi Asami
0949099c68 2-D FEM solving package. Closes PR ports/2290.
Submitted by:	pgiffuni@FPS.biblos.unal.edu.co
1997-01-11 11:38:43 +00:00
Adam David
aa7eee611c 1.0.97 --> 1.0.98 1997-01-11 08:52:53 +00:00
Chuck Robey
2f1b352d4c Upgrade glimpse port to version 4.0.
Submitted by:	Bakul Shah <bakul@plexuscom.com>
1997-01-11 05:30:28 +00:00
Wolfram Schneider
18fdf5d572 if !(command) -> if ! (command)
the ksh and I guess some other shells want a space
between '!' and the next command. This problem exist since rev 1.207
1997-01-10 21:02:27 +00:00
Masafumi Max NAKANE
3e180574f9 Upgrade to 2.7. 1997-01-10 16:21:13 +00:00
Torsten Blum
abf021df74 fix install target:
- remove query-pr.8 from MAN8 - it's already in MAN1
  - move man/manl/gnats.l to man/man1/gnats.1
1997-01-10 15:17:16 +00:00
Satoshi Asami
6adaee9ace No trailing slash necessary for MASTER_SITE_SUBDIR. Set USE_X11 instead
of saying PREFIX=${X11BASE}.
1997-01-10 12:23:20 +00:00
Satoshi Asami
60c376c63b Upgrade, 1.17a -> 1.18. This port is no longer BROKEN, although I'm not sure
what good it will do with phkmalloc in the system....

Submitted (mostly) by:	chuckr (yes Chuck, I finally got to your mail!)
1997-01-10 10:57:55 +00:00
Satoshi Asami
d5d7f0310e Make this file match reality. In particular, all the binaries were
missing.  While I'm here, expand the include dir and sort all files.
1997-01-10 09:54:53 +00:00
Thomas Gellekum
5fd29e3b54 Activate xminehunter. 1997-01-10 07:55:58 +00:00
Thomas Gellekum
0443cef870 Import of xminehunter, yet another minesweeper game.
Uses Motif, and almost works with the latest lesstif-current.
1997-01-10 07:54:03 +00:00
Satoshi Asami
0790bbe8e0 Change MAINTAINER address to something more sane. 1997-01-10 07:34:35 +00:00
Satoshi Asami
e6b6ea9eb9 Move up MAINTAINER a little. 1997-01-10 05:18:07 +00:00
Andrey A. Chernov
de75a16ad7 Upgrade to 1.0 1997-01-10 04:59:26 +00:00
Andrey A. Chernov
2fd0a3b432 Upgrade to 3.4j 1997-01-10 03:35:56 +00:00
Masafumi Max NAKANE
32865e9b7b Make bpfiltp.c include net/ethernet.h instead of if_{var,ether}.h.
Suggested by:	wollman
1997-01-10 02:56:29 +00:00
Paul Traina
92565dc920 Add imap-uw 1997-01-10 02:39:48 +00:00
Paul Traina
1e7fdea2f6 University of Washinton IMAP v4r1 server 1997-01-10 02:38:36 +00:00
Andrey A. Chernov
53f4adfb2f Upgrade to 970109 1997-01-10 00:47:32 +00:00
Masafumi Max NAKANE
1c396f8570 Mark this port as BROKEN since libtiff comes with this version may be
incompatible with old one.
Suggested by:	asami
1997-01-09 12:52:52 +00:00
Andrey A. Chernov
7cb79db628 Localize it 1997-01-09 12:41:39 +00:00
Satoshi Asami
7b9cbc8895 Add gdbtk. 1997-01-09 12:40:00 +00:00
Andrey A. Chernov
f68ac8f977 Activate local filename completion
Submitted by: sanpei@yy.cs.keio.ac.jp
1997-01-09 11:58:47 +00:00
Masafumi Max NAKANE
29a4e3489f Enable tiff34 1997-01-09 10:51:06 +00:00
Masafumi Max NAKANE
0b79a54b9c Port of TIFF 3.4. This port was originally submitted by Richard Hwang
<rhwang@bigpanda.com> and Mikhail Teterin <mi@aldan.ziplink.net>.
Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> and I merged these
ports and modified it.

TIFF 3.4 does not seem to be completely compatible with tiff 3.3, so
we decided to make separate port for this version.

Special thanks goes to tg, for reviewing and intensively testing.
(Closing PR #2057.)
1997-01-09 10:48:53 +00:00
Masafumi Max NAKANE
0fcc91354e Instruction to display English help message was wrong.
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1997-01-09 10:12:36 +00:00
Satoshi Asami
a31ca8a497 Don't list old config files (used to be in www/config, now in etc). 1997-01-09 10:09:27 +00:00
Satoshi Asami
2f52be8f94 Why does this file carry my name? Drats! (Change it to jdp@polstra.com) 1997-01-09 09:21:03 +00:00
Satoshi Asami
1b028d0e03 Remove setgid kmem, Joerg says it is no longer necessary. 1997-01-09 09:19:17 +00:00
Satoshi Asami
ee10b6e751 Add lesstif. 1997-01-09 09:08:03 +00:00
Satoshi Asami
27ac6f6f63 The Motif clone. I compiled a couple of programs myself, they at
least compile (but don't run very well).  Well, it's a start.

Submitted by:	William D. Ward <William.Ward@airmail.net>
1997-01-09 09:07:31 +00:00
Thomas Gellekum
eb76d94df9 Upgrade from 3.12 to 3.13. 1997-01-09 07:09:28 +00:00
Satoshi Asami
aec015e494 Add "jp-" in front of PKGNAME. 1997-01-09 06:23:51 +00:00
Satoshi Asami
fb953ffb5b Update, 3.0 -> 3.0A.
Submitted by:	Pedro Giffuni S. <m230761@ingenieria.ingsala.unal.edu.co>
1997-01-09 03:07:52 +00:00
Masafumi Max NAKANE
096c2b17f6 New patch:
Modify Imakefile to link libxpg4.
Submitted by:	nobu@psrc.isac.co.jp
1997-01-09 03:00:55 +00:00
Satoshi Asami
4957d6c5db Repository copy, w3c_httpd -> w3c-httpd (that's how the authors
call it now).
1997-01-09 03:00:49 +00:00
David E. O'Brien
cf514db787 Put help file in lib/help rather than share/help to follow the other xview
applications we have in the ports collection.

Submitted by:	Nick Sayer <nsayer@quack.kfu.com> (contool maintainer)
1997-01-09 00:27:47 +00:00
Satoshi Asami
1f5aa600f1 Make the depended file be consistent with what net/p5-IO installs.
Note, I have no idea if this is the correct fix or not, but I haven't
heard back from the maintainer or any of the millions of perl hackers.
At least it is not worse than what we have now (build net/p5-IO always,
because the depended file does not exist).
1997-01-08 23:43:12 +00:00
Masafumi Max NAKANE
bd2b7fdf00 Make support/ethertalk/bpfiltp.c include net/if_var.h. This is due to
the changes made to if_ether.h.
Noticed by:	phk
1997-01-08 23:11:44 +00:00
Masafumi Max NAKANE
da2b0bf941 New patch:
Make support/uab/aarp.c include net/if_var.h.  (This is due to recent
change made to if_ether.h.)
Noticed by:	phk
1997-01-08 23:10:23 +00:00
Adam David
53923b125f added temporary patch until changed by author 1997-01-08 22:28:29 +00:00
Adam David
d38f513882 get the patch to behave 1997-01-08 21:58:13 +00:00
Satoshi Asami
f71311565c Pre-create all necessary manpage and catpage directories. 1997-01-08 12:27:18 +00:00