Commit graph

32599 commits

Author SHA1 Message Date
Akinori MUSHA
83b42f5540 Clean up with USE_LINUX.
PR:		ports/21500
Submitted by:	Makoto MATSUSHITA <matusita@jp.FreeBSD.org> (MAINTAINER)
2000-09-25 07:19:31 +00:00
Maxim Sobolev
4a05c0ccb1 Fix hardcoded paths. 2000-09-25 07:16:53 +00:00
Maxim Sobolev
e29c060b2d Add clanbomber - a bomberman-like multiplayer game written using clanlib. 2000-09-25 07:09:11 +00:00
Maxim Sobolev
78d89936e2 Add clanlib - a cross-platform game SDK (yes, it works with svgalib :-> ). 2000-09-25 06:58:43 +00:00
Akinori MUSHA
ad82bf983f Add a startup script for slapd.
Approved by:	Lachlan O'Dea <lodea@vet.com.au> (MAINTAINER)
2000-09-25 05:43:46 +00:00
David E. O'Brien
57754ba65d Fix an annoying (but apparently benign) error dialog that seems to be a
result of some changes Luoqi Chen made to src/sys/kern/tty_pty.c at
revs 1.58 and 1.59, apparently to resolve some sort of race condition.
(Search for EAGAIN in that file if you'd like to see).

Submitted by:	W Gerald Hicks <jhix@mindspring.com>
2000-09-25 05:24:55 +00:00
Bill Fumerola
8f932217aa Update WWW: 2000-09-25 03:42:01 +00:00
Jean-Marc Zucconi
4690c1697a Some problems were discovered in X11 libraries which can cause DoS in
libICE and xdm. Also some potiential buffer overflow may occur in XKB
options parsing (although they can't be exploited in OpenBSD's default
setup where the X servers are not setuid). This patch fixes all these
problems.

Submitted by:	kris
2000-09-24 23:12:07 +00:00
Akinori MUSHA
e7d442c175 Update to 1.3a5.
See http://www.swig.org/Release/CHANGES for details.
2000-09-24 22:45:54 +00:00
Satoshi Asami
0d97224b8d Add missing file (bin/ghcprof).
Submitted by:	onigiri
2000-09-24 21:58:07 +00:00
Akinori MUSHA
7ea58c48c9 Thanks to converter/iconv's update to 1.1, now ruby-iconv can use it
instead of converters/libiconv (giconv). :)
2000-09-24 21:56:45 +00:00
Akinori MUSHA
f91cce3dfd Update iconv POSIX-compliant charset conversion library to 1.1.
Fixed problems:

  - All the modules are linked against libiconv.  iconv() now can be
    called from other shared libraries (it could only be called from
    executables in iconv-1.0);

  - Case insensitive recognition of charset names.  There was a bug in
    1.0: the first letter of a charset name was case sensitive;

  - Modified behaviour of iconv() used with (inbytesleft == NULL) or
    (*inbytesleft = 0): now iconv silently returns 0; in 1.0 it
    returned (size_t)(-1) and set errno=EINVAL. According to POSIX
    specification both ways are correct; the new behaviour is just
    less restrictive.

PR:		ports/21521, ports/21522, ports/21523
Submitted by:	Konstantin.Chuguev@dante.org.uk (MAINTAINER)
(Problems reported by:	knu)
2000-09-24 21:48:04 +00:00
Dirk Froemberg
3b0128bba5 Fix Y2K URL. 2000-09-24 21:40:24 +00:00
Dirk Froemberg
d6aab0b08b Remove stale information. 2000-09-24 21:27:48 +00:00
Dirk Froemberg
d9b01d7c92 - "@exec killall mysqld" should read "@unexec killall mysqld"...
- introduce MYSQL_VERSION in PLIST and PLIST_SUB
2000-09-24 21:07:50 +00:00
Dag-Erling Smørgrav
23e2325e3c Fix bogon that made it impossible to stop innd. 2000-09-24 20:19:44 +00:00
Akinori MUSHA
a10318dfa4 Add ruby-ldap, Ruby interface to LDAP API based on RFC1823. 2000-09-24 19:40:38 +00:00
John-Mark Gurney
0187e86785 upgrade to latest version which includes some semicolons that somehow
disappeared...
2000-09-24 18:42:04 +00:00
Dag-Erling Smørgrav
79025bdeb3 Add forgotten post-install script 2000-09-24 12:44:26 +00:00
Dag-Erling Smørgrav
ed91215abe Fix portlint warnings. 2000-09-24 12:43:39 +00:00
Dag-Erling Smørgrav
ec58bb116a Upgrade to 2.3.0.
Note that unless you already have a /var/news or /var/spool/news directory,
the spool directory now defaults to /usr/local/news/spool.
2000-09-24 12:29:45 +00:00
Andrey A. Chernov
29defb3b1d Make AllReferers page links clickable 2000-09-24 10:36:14 +00:00
Yukihiro Nakai
76043c1ba5 MAINTAINER Change to Maxim Sobolev <sobomax@FreeBSD.org> 2000-09-24 09:17:39 +00:00
Chris Piazza
ce7055840c Fix the stupid X man page problem. 2000-09-24 07:21:51 +00:00
Satoshi Asami
64f455eadb Take out @dirrm of lib/modules/codeconv -- this directory exists in
BSD.x11-4.dist.

Submitted by:	onigiri
2000-09-24 06:17:41 +00:00
Vanilla I. Shu
264822ce14 Upgrade to 1.0.
PR:		ports/21295
Submitted by:	Patrick Bihan-Faou <patrick@mindstep.com>
2000-09-24 05:08:39 +00:00
Vanilla I. Shu
1b8927ae07 Update the patches, otherwise it's completely broken.
PR:		ports/21490
Submitted by:	clive@CirX.ORG
2000-09-24 04:52:26 +00:00
Vanilla I. Shu
a8a560495c Forgot to add patch files :) 2000-09-24 04:37:05 +00:00
Vanilla I. Shu
3136ece7f5 Update and enslave zh-tin.
PR:		ports/21496
Submitted by:	clive@CirX.ORG
2000-09-24 04:36:23 +00:00
Kris Kennaway
ebc70e68e9 Upgrade to gnut 0.4.14 2000-09-24 04:06:29 +00:00
Kris Kennaway
31bae60d36 Correct PLIST and bump PORTREVISION. 2000-09-24 03:38:06 +00:00
Kris Kennaway
f744f0b9e4 Don't try and remove a directory which is used by other ports. 2000-09-24 03:08:21 +00:00
Kris Kennaway
b65cefc79f Remove config file on deinstall if unchanged from the default. 2000-09-24 02:58:51 +00:00
Kris Kennaway
d024aa704f Oops, I forgot to commit this patch to make WITH_SSL compile again. 2000-09-23 23:39:42 +00:00
Kris Kennaway
216579801e Add a patch to make this port compile (PR), add some missing files to
the PLIST and sort it.

Submitted by:	Toru YANO <toru@maid.ne.jp>
PR:		ports/21499
2000-09-23 21:33:16 +00:00
Will Andrews
6e422dda37 Update to 4.2.2. The patches are no longer necessary (actually, never were
necessary in the first place, or so it seems), obsoleted by the configure
option --with-gd-includes.

Requested by:	Johannes Zellner <johannes@zellner.org>
2000-09-23 21:25:23 +00:00
Akinori MUSHA
4e169e9bbe Update to knu-cvsweb 1.103.1.26.
2000-09-22 20:13  knu

	* cvsweb.cgi, cvsweb.conf: Remove $backcolor and introduce
	$body_tag_for_src to allow to set the foreground color.

	Noticed by:	dcs@FreeBSD.org

2000-09-22 00:30  knu

	* cvsweb.cgi: MFZ: 1.103.
2000-09-23 20:48:46 +00:00
Gary Jennejohn
3c87ed7cf6 Specify --with-database=berkdb in the CONFIGURE_ARGS to avoid
confusion when  databases/gdbm is installed. This change assures
that the Berkeley db in libc is used.

Since this is such a trivial change I also just went ahead and did
it for xemacs21-mule also.

PR:		21172
Submitted by:	OGAWA Takaya
2000-09-23 19:27:31 +00:00
Dirk Froemberg
6feb9421df Set INSTALLS_SHLIB (instead of calling ldconfig). 2000-09-23 18:57:11 +00:00
Chris Piazza
d039aa16ea Update to 1.3.12 so it actually works with napster servers again.
Submitted by:	dburr
2000-09-23 18:54:08 +00:00
Will Andrews
5996c0bc8c Update maintainer address.
Submitted by:	maintainer
2000-09-23 18:47:29 +00:00
Neil Blakey-Milner
a77f1faf64 Update to 0.11.
PR:		ports/21501
Submitted by:	Trevor Johnson <trevor@jpj.net> (maintainer)
2000-09-23 18:28:13 +00:00
Neil Blakey-Milner
5346583ee6 Update to 0.7.
PR:		21503
Submitted by:	Trevor Johnson <trevor@jpj.net> (maintainer)
2000-09-23 18:25:22 +00:00
Daniel Harris
b67033fc2c Update to version 0.6.9.
PR:		21492
Submitted by:	MAINTAINER
2000-09-23 18:10:50 +00:00
Vanilla I. Shu
a7d62a99f7 patch-ac back to version 1.5 :(
Approved by:	green
2000-09-23 17:26:39 +00:00
Andreas Klemm
4d0172d6b4 pl/Perl and ODBC support
Submitted by:	Nadav Eiron <nadav@cs.technion.ac.il>
2000-09-23 16:13:56 +00:00
Neil Blakey-Milner
3276d4167c Update to iplog 2.2.1.
PR:		ports/21432
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp> via maintainer
Approved by:	Udo Schweigert <ust@cert.siemens.de>
2000-09-23 14:59:10 +00:00
Neil Blakey-Milner
d434090bc5 Add qmailadmin, a web-based vpopmail mail server administrator, which
allows you to set up POP accounts, forwarders, mailing lists, and such
from the web.
2000-09-23 14:40:34 +00:00
Chris D. Faulhaber
b6519745c7 - Fix ${LINUXBASE} for /compat/linux
- Fix some warning text
- Fix ${CATEGORIES} and add german

Submitted by:	Maintainer
2000-09-23 10:33:14 +00:00
Chris D. Faulhaber
50a27d35bc - Fix ${LINUXBASE} for /compat/linux
- Fix some warning text

PR:		Maintainer
2000-09-23 10:32:44 +00:00