1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
Commit Graph

31750 Commits

Author SHA1 Message Date
David E. O'Brien
5bb2f84b01 Use Debian patch which contains some security tweaks (as discussed on
Bugtraq), and updates the GNU autoconf bits to newer versions.
2000-08-27 05:09:38 +00:00
David E. O'Brien
0c6715fb31 Use patch to enable full ANSI colour. 2000-08-27 04:44:44 +00:00
David E. O'Brien
60a727e287 Update to version 3.35 Beta13. 2000-08-27 04:43:44 +00:00
Akinori MUSHA
d8ffab0579 Include bsd.port.pre.mk before referring to DISTDIR in .if condition. 2000-08-27 04:26:41 +00:00
David E. O'Brien
51f4bf9cfd Look for proper version of Xaw3d, as this wasn't done when someone upgraded
the Xaw3d port.

Submitted by:	Bernie Doehner <bad@uhf.wireless.net>
2000-08-27 04:18:33 +00:00
David E. O'Brien
50323cc483 Update to version 3.34. 2000-08-27 03:38:48 +00:00
David E. O'Brien
38e1b08af0 Upgrade to version 2.2b1. 2000-08-27 03:23:48 +00:00
David E. O'Brien
067e95c420 Add the ability to prefix each line with a timestamp.
Obtained from:	NetBSD
2000-08-27 02:45:15 +00:00
David E. O'Brien
d451ac61eb Find the user's homedir in a more complete way.
Obtained from:	NetBSD (patch-ai)
2000-08-27 02:44:33 +00:00
David E. O'Brien
be3d0e365e * Y2k fixes.
* get more declarations from our native headers.

Submitted by:	will
Objtained from:	NetBSD (patch-aa)
2000-08-27 02:17:00 +00:00
David E. O'Brien
faad741d89 A better version of rev 1.4.
Submitted by:	sheldonh
2000-08-27 01:38:10 +00:00
David E. O'Brien
7ffc2c4632 Update to version 2.2.2. 2000-08-27 01:34:16 +00:00
David E. O'Brien
35577fddec "Fix a small nit that corrects an oversight in one of our newer features..."
Submitted by:	Dan Frasnelli <dfrasnel@corewar.com> (ngrep developer)
2000-08-27 00:35:58 +00:00
David E. O'Brien
7b8cf3e381 Enable TELNET' and GAPING_SECURITY_HOLE'.
Requested by:	ru (GAPING_SECURITY_HOLE)
2000-08-27 00:27:19 +00:00
David E. O'Brien
28a8874bab Update to version 4.9.10. 2000-08-27 00:16:22 +00:00
David E. O'Brien
b2d5fdd535 ether_addr' and ether_ntohost' are now declared in net/ethernet.h.
Submitted by:	Remy Nonnenmacher <remy@boostworks.com>
2000-08-26 23:36:12 +00:00
David E. O'Brien
dc7fa8d39c Fix breakage caused by sobomax in rev 1.30.
Note you _CANNOT_ use ${SED} and ${AWK} in "!=" lines.  I wish people would
STOP running `portlint' on this Makefile and blindly accpeting its output w/o
understanding it.  To quote Henry Spencer:

	I   Thou shalt run lint frequently and study its pronouncements with
	    care, for verily its perception and judgement oft exceed thine.

		..snip..
		``Study'' doth not mean mindless zeal to eradicate every byte of lint
		output--if for no other reason, because thou just canst not shut it
		up about some things--but that thou should know the cause of its
		unhappiness and understand what worrisome sign it tries to speak of.
		                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2000-08-26 23:27:52 +00:00
David E. O'Brien
c8e570a082 * This port is no longer restricted.
* Make description formatting nicer and add WWW link.

PR:		20826
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-08-26 22:58:13 +00:00
Steve Price
1fef437b10 Generalize the parallel build hack to include PACKAGE_BUILDING since the
problem exists there too.
2000-08-26 20:22:46 +00:00
Steve Price
7586472a67 Finish upgrading to version 3.0.6. 2000-08-26 20:19:23 +00:00
Steve Price
0733f00956 Provide the correct value for WRKSRC. 2000-08-26 20:18:42 +00:00
Steve Price
69157d745d Finish upgrading to version 4.4x. 2000-08-26 20:16:18 +00:00
Steve Price
dfd9f977e6 Use WITH_PGSQL to be consistent with the rest of the ports that have the
ability to compile postgresql support in.
2000-08-26 20:14:13 +00:00
Andreas Klemm
1ef0d22ed6 Update: new patch 2000-08-26 16:54:44 +00:00
Andreas Klemm
5f89e614e5 The last changes were too Linux centric (Michael doesn't have access to BSD
machine). So here now some bugfixes to make SETUP work again !

* SETUP: fix permissions of $SPOOLDIR
  700 was to restrictive for BSD.
  TODO: "clone" permissions of $SPOOL
* SETUP: bugfix: BSD needs /usr/sbin in PATH to find chown.
  added /sbin as well, since this is unexpensive and possibly
  needed for other systems.
* SETUP: cosmetic, reformat menues to still fit within 25 lines
* SETUP: fix: grep -c needs an argument (".") in echo "\c" | grep -c .
  to work on FreeBSD and possibly other BSDs with GNU grep 2.4
2000-08-26 16:52:18 +00:00
Andreas Klemm
99b9733d4e postgresql port has been nuked.
change y2k statement to postgresql7
2000-08-26 16:37:22 +00:00
Andreas Klemm
fb9b5a39f4 old postgresql port has been removed.
use postgresql7, which has proven stability now.
2000-08-26 16:34:17 +00:00
CHOI Junho
e3db2223bb Not to display unnecessary 'pty_search' message. 2000-08-26 16:13:34 +00:00
Will Andrews
ea9fe2dcf1 Add holyshout 0.1, a mp3 stream-feeder that works with icecast/shoutcast
servers and supports multiple bitrate stream.

PR:		20857
Submitted by:	Junseon Oh <hollywar@mail.holywar.net>
2000-08-26 12:54:28 +00:00
Will Andrews
05cb12c356 Update to Berkeley DB3, after repocopy from databases/db to databases/db3.
PR:		20763
Submitted by:	Sergey A. Osokin <ozz@FreeBSD.org.ru>
2000-08-26 12:43:51 +00:00
Will Andrews
680ce7242f Mention that the stealth code in portsentry only works on Linux, and
install a file stating this.

PR:		20859
Submitted by:	MAINTAINER
Suggested by:	Brent Kearney <brent@kearneys.ca> (by way of MAINTAINER)
2000-08-26 10:20:24 +00:00
David E. O'Brien
743c53830b Use the pre-configure:' target rather than post-patch:' target. This
frees up `post-patch:' for satelite ports use.
2000-08-26 09:46:47 +00:00
David E. O'Brien
90c5078b1c Break patch-0b into the one file for each source file patched. Having a
patch apply to >1 file is against the Porter's Handbook's guidlines.
2000-08-26 09:43:51 +00:00
Andreas Klemm
441c317dae after removal of old postgresql port fix dependencies for postgresql7 port
thanks to Hwang eunkwang <hek@inter21c.co.kr> for stating this out.
2000-08-26 09:15:05 +00:00
Vanilla I. Shu
2b3e364e58 Activate zh-mutt 2000-08-26 09:03:32 +00:00
Vanilla I. Shu
bd53eefe64 import chinese-localed mutt.
PR:		ports/20805
Submitted by:	Clive Lin <clive@CirX.ORG>
2000-08-26 09:02:47 +00:00
Munechika SUMIKAWA
2cebc45ef7 Enable IPv6 patch. 2000-08-26 07:54:19 +00:00
Jim Mock
931eb73546 Update to version 0.5. 2000-08-26 06:54:56 +00:00
Jim Mock
108db94137 Knock the version back to 1.4.2 due to popular demand. There is now an
xchat-devel port for those who want the latest version.
2000-08-26 06:54:13 +00:00
Jim Mock
96ee7cf941 Update to version 0.7.95-3. 2000-08-26 06:49:59 +00:00
David E. O'Brien
cd2b1e8bc2 * Minor style nit.
* Don't use post-install: rule if we already define a do-install: one.
  Doing so, means one cannot tweak things in the post-install: rule in a
  slave port.
2000-08-26 05:01:53 +00:00
Yukihiro Nakai
fcf1d194ca Fix for world-writable.
Submitted by:	Kris Kennaway <kris@FreeBSD.org>
2000-08-26 04:55:28 +00:00
Yukihiro Nakai
a49110e9e1 Fix for world-wide writable.
Submitted by:	Kris Kennaway <kris@FreeBSD.org>
2000-08-26 04:53:38 +00:00
Yukihiro Nakai
e8e7ca390c xshisen Y2K fix
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2000-08-26 04:51:02 +00:00
Will Andrews
2462358d17 Rename ssystem to openuniverse after repository copy. Update to
openuniverse 1.0beta3.

PR:		19176
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-08-26 01:48:53 +00:00
Satoshi Asami
da923f1dc1 Add missing manpages and html documents. (Hmm, duplicates....) 2000-08-25 22:29:40 +00:00
Jean-Marc Zucconi
faa9578ebb Fix a buffer overrun for some incorrect input files.
Submitted by:	Paul Eggert  <eggert@twinsun.com>
2000-08-25 21:07:42 +00:00
Satoshi Asami
fa227227a2 Typo (X11_BASE -> X11BASE).
Submitted by:	bento (well, sort of)
2000-08-25 20:08:31 +00:00
Satoshi Asami
c4a1773d66 Bump xemacs version to 21.1.12.
Requested by:	shige
2000-08-25 19:50:45 +00:00
David E. O'Brien
cbb19aec84 Uprade to version 2.4.5. 2000-08-25 19:27:56 +00:00