1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

5230 Commits

Author SHA1 Message Date
Masafumi Max NAKANE
fa6c47916c Upgrade, 2.8. 1997-01-12 15:00:14 +00:00
Andrey A. Chernov
e924b441a1 Take out imapd/ipopd, separate port is available now 1997-01-12 14:28:51 +00:00
Satoshi Asami
8078abcbdf Add OpenBSD support. Change some comments to reflect the fact. Also:
(1) Change commented out MAINTAINER to FreeBSD_MAINTAINER and
    OpenBSD_MAINTAINER.  These are not comments anymore, so we may
    even use it in the future.

(2) Instead of the ".if ${OPSYS} = "NetBSD" hack, use ".if exists()"
    to find the location of md5 an tar.  Play similar trick for fetch
    (OpenBSD uses /usr/bin/ftp which groks http: addresses).

This commit includes most of the changes made in 1.242 (although many
of them are done differently after more discussion).  One thing that
is conspicuously missing is NOMANCOMPRESS, which has been postponed
until Warner figures out what exactly the situation is on the OpenBSD
ports paradigm.  (In a nutshell, we can't just define NOMANCOMPRESS in
this file even if uncompressed manpages is the default for OpenBSD,
because that will take away the ability of individual users to select
manpage compression.)

Reviewed by:	imp@openbsd.org
1997-01-12 12:37:48 +00:00
Satoshi Asami
74945d467b (1) New variable, SCRIPTS_ENV, which is passed to scripts/configure
and scripts/{pre,post}-* as environment vars.  Also, if BATCH is
    set, "BATCH=yes" is automatically added to SCRIPTS_ENV.
    (Requested by: max)

(2) The INSTALL_* macros are added to SCRIPTS_ENV and MAKE_ENV as
    BSD_INSTALL_*.  (Requested by: obrien)

(3) New variable MOTIF_ONLY, which will only build ports with
    REQUIRES_MOTIF defined.  This doesn't do dependencies right (what
    if the depended port doesn't need Motif) yet.

(4) Try not to clean the same port twice in clean-depends when (for
    instance) it's defined in both BUILD_DEPENDS and INSTALL_DEPENDS.
    Note that it won't check chained dependencies so you may still see
    the same port cleaned multiple times, but checking that far will
    surely make this run slower than the un-"optimized" case so I left
    it as is.  (Requested by: jkh)

(5) Ignore *.rej files in patches/ directory in addition to *~ and
    *.orig.
1997-01-12 11:48:26 +00:00
David E. O'Brien
af2bca2051 Ncftp v1.x is important to me -- so I'll take maintance of it. 1997-01-12 10:24:42 +00:00
Masafumi Max NAKANE
76ca18db21 Enable whirlgif. 1997-01-12 05:55:00 +00:00
Masafumi Max NAKANE
8651eca9b0 New port:
A tool to create GIF animations.
Submitted by:	Nakai@Mlab.t.u-tokyo.ac.jp
Reviewed & modified by:	max
(Closing PR #1999.)
1997-01-12 05:42:39 +00:00
Masafumi Max NAKANE
ca126fc83a Move the patch to nntpbtr.c that used to be a part of patch-aa into this file.
Merge patches to nntpbtr.c submitted as PR #2428:
From: Dmitry Kohmanyuk <dk@genesyslab.com>
Subject: nntpbtr patch - looping in NEWNEWS

patch from serge@freenet.kiev.ua - locking when sleep + decl fix

patch from me (dk@farm.org): UDP time either closed on firewalls or unreliable
over dial-up, TCP time better anyway
Submiteed by:	dk@farm.org
(Closing PR #2428.)
1997-01-12 04:02:20 +00:00
Masafumi Max NAKANE
607708d3a3 Merge the patch to btrspc.c submitted as part of PR #2428:
from bag@ua.net - correct free space check (without root's 10%)
Submitted by:	dk@farm.org

Split this file (to patch to btrspc.c and to nntpbtr.c) and make the patch to
nntpbtr.c patch-ad.  patch-ad will be added shortly with other patches
to nntpbtr.c submitted as PR #2428 merged.
1997-01-12 03:58:56 +00:00
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