Commit Graph

39400 Commits

Author SHA1 Message Date
Archie Cobbs
4becd5a1b2 This patch fixes a scheduling bug and is to be incorporated in the
next version. In the meantime, apply with the port.

FYI, the bug is demonstrated by this program:

#include <stdio.h>
#include <stdlib.h>
#include <pth.h>
static int check_something(void *arg)
{
        return (0);
}
static void *thread(void *arg)
{
        printf("thread sleeping five seconds...\n");
        pth_nap(pth_time(5, 0));
        printf("thread is done sleeping\n");	/* bug: we never get here */
        return (NULL);
}
int main(int ac, char **av)
{
        pth_event_t ev;
        pth_init();
        pth_spawn(NULL, thread, NULL);
        ev = pth_event(PTH_EVENT_FUNC, check_something, NULL, pth_time(2, 0));
        while (1)
                pth_wait(ev);
}
2001-03-16 01:20:02 +00:00
Yoshio MITA
f5727f22fa Fixed bug imported by myself.
Newer version(7.22) was released right after my commit(7.21).
2001-03-16 00:50:09 +00:00
Michael Haro
52c7923dc5 Mark forbidden
Specefic remote commands will cause the daemon process starts to consume
all CPU and memory resources available to it.  Multiple simultaneous
instances will result in faster depletion of resources, causing either
the daemon process or the server to crash.

(http://bugs.proftpd.org/show_bug.cgi?id=1066)
2001-03-15 23:35:56 +00:00
Steve Price
daa61d3b11 The MAINTAINER must be a simple email address. 2001-03-15 23:13:16 +00:00
Dirk Froemberg
7109ac9f61 Unbreak by adding xpm library.
Submitted by:	bento
2001-03-15 22:21:51 +00:00
Clive Lin
f9ca2d0669 o Nasty fix to deal with "Why some files are bzip2's ????"
BX runs well without bzip2. Not that good to introduce another
  RUN_DEPENDS spam.

o Add 2 patch files I forgot in previous commit.
2001-03-15 21:45:12 +00:00
Dirk Meyer
39cba59c63 Add default CNEWSBIN, to ensure package can be made 2001-03-15 21:16:59 +00:00
FUJISHIMA Satsuki
4f142c6b23 fix MASTER_SITES. 2001-03-15 21:16:18 +00:00
Clive Lin
fb63c5fc8f o Update to 1.0c18
o Correct plist

PR: ports/25830
Submitted by: MAINTAINER
Reviewed by: chroot(8)
2001-03-15 20:31:36 +00:00
Kris Kennaway
a05d1e2f15 Update to 4128 virus definitions 2001-03-15 20:15:00 +00:00
Clive Lin
cf193c59d9 ldconfig PostgreSQL's lib should happen before starting *ANY* ports.
This would cure headache like apache module linking against libpq
fail to work after rebooting.

Originally, maintainer and I want this commit to go with the
PostgreSQL updating. But we both think that the latest PostgreSQL
would not be released before FreeBSD 4.3-RELEASE ports freeze.

As a conclusion, PORTREVISION bumped.

Discussed with/Submitted by: MAINTAINER
2001-03-15 19:26:26 +00:00
Akinori MUSHA
d0f45c329e Update to 0.1.1. 2001-03-15 19:16:03 +00:00
Akinori MUSHA
9e61ffc5d2 Update to 0.4.6. 2001-03-15 19:13:39 +00:00
Joerg Wunsch
8cf5d0f539 Crude hack to get all this running on the alpha architecutre as well.
Since gcc (in the assumption of generating a native compiler) doesn't
want to cbe configured for an alpha*-*-freebsd* system, we hack the
configure script to allow this (similarly to netbsd).  In the end, all
this will be ignored anyway since it's getting to become a
cross-compiler.
2001-03-15 17:02:30 +00:00
Nick Sayer
95a035f6d7 Why bother even copying the file into ${WRKSRC}? 2001-03-15 16:52:27 +00:00
Nick Sayer
86d2c97131 Fix bento by insisting on XFree86-4. 2001-03-15 16:50:26 +00:00
Kevin Lo
43fb7f7407 Fix dependencies to tcl/tk 8.3
PR: 25806
Submitted by: MAINTAINER
2001-03-15 15:06:21 +00:00
Kevin Lo
db79d85f1f - Bump PORTREVISION
- Support newer versions of the CGI perl module, and perl 5.6.0

PR: 25822
Submitted by: MAINTAINER
2001-03-15 15:01:54 +00:00
Trevor Johnson
26c39274ac Patch aops.c for a header problem. Remove BROKEN line.
reported by:	kris
2001-03-15 14:34:35 +00:00
FUJISHIMA Satsuki
7d1dcb9b45 fix broken DOCDIR.
Submitted by:	maintainer
broke by:	sf
2001-03-15 14:29:14 +00:00
Vanilla I. Shu
707e30d5d7 Gimp is 1.2 now, not 1.1.
Submitted by:	"Sergey A. Osokin" <osa@freebsd.org.ru>
2001-03-15 13:39:35 +00:00
Jun Kuriyama
de96ce3ad0 Add cvsweb-converters 0.1,
create hyperlinks to cvsweb from cvs[up]
output or FreeBSD commitlogs.

PR:		25533
Submitted by:	Martin Kammerhofer <mkamm@gmx.net>
2001-03-15 13:36:30 +00:00
Will Andrews
25acaaced1 Belatedly bump PORTREVISION.
Requested by:	Andrea Campi <andrea@webcom.it>
2001-03-15 12:31:26 +00:00
Thomas Gellekum
3261eff2ee Upgrade to 3.2. 2001-03-15 12:31:08 +00:00
Thomas Gellekum
5a0b78e544 Use PYTHON_PORTVERSION, so this works for other releases than 2.0. 2001-03-15 12:29:01 +00:00
Peter Pentchev
2423550b5f Add '#!/bin/sh' to the startup script, so there's no chance of
confusion when starting/stopping it manually from a user shell.

PR:		25824
Submitted by:	Christoph Sold <so@i-clue.de>
2001-03-15 12:06:24 +00:00
Trevor Johnson
ac9b7fbf76 Update to 1.1.1. Quash an unnecessary "#include <getopt.h>" that
was breaking bento builds.

Submitted by:	Michael Lyngbol <michael@lyngbol.dk>
PR:		25808

Mention patch to cvsweb.
2001-03-15 11:29:21 +00:00
Roger Hardiman
a753ad4bf9 Add compiler option -DNO_XWINDOWS to build the port without
X support.

Requested by several people
2001-03-15 11:25:10 +00:00
Maxim Sobolev
5cb7e627cf Update to 0.38. 2001-03-15 10:56:07 +00:00
Maxim Sobolev
2e91ac4bad Update to 200103022011. 2001-03-15 10:52:31 +00:00
Peter Pentchev
c32ff6afe0 Update MASTER_SITES.
PR:		25821
Submitted by:	maintainer
2001-03-15 09:27:11 +00:00
Andreas Klemm
a37e825e37 unbreak port even more...
we also need to redefine WRKSRC because of this lowercase affair...
which I start to dislike, because if poeple learn about a software
named FlowScan, then they start looking for a port named FlowScan
and not flowscan ...
no portrevision bump necessary, since port didn't work properly.
2001-03-15 07:56:55 +00:00
Clive Lin
429d8d4a88 Fix problems when installing postgresql7 with pkg_add:
- pkg-install used wrong uid#
- chown lib dir *after* it is created
- pkg-install created data dir where Makefile didn't
- add pkg-deinstall and remove user & group
- don't chown data dir, since we don't create it anymore
- spell and documentation fixes in the rc.d script

PR: ports/25817
Submitted by: MAINTAINER
2001-03-15 07:23:08 +00:00
Vanilla I. Shu
a60b73e966 fix non-interactive build and pkg-plist
PR:		ports/25812
Submitted by:	maintainer
2001-03-15 06:58:56 +00:00
Ying-Chieh Liao
4aeae14800 upgrade to 0.98 2001-03-15 06:52:47 +00:00
Yoshio MITA
5392a49f11 I forgot to change distinfo before commit.. 2001-03-15 01:16:28 +00:00
Yoshio MITA
b7f50d5e2f Latest net/etherboot contains FreeBSD patch so that it no more needs
tricky configuration change to FreeBSD.  The maintainer agrees it better
to use the Latest version of etherboot.

Submitted by:	myself
Reviewed by:	The maintainer.
2001-03-15 01:11:14 +00:00
Vanilla I. Shu
5ad8d491f6 a small yet fast Python extension module (written
in C) to parse or generate comma-separated value (CSV) files.

PR:		ports/25408
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-03-14 23:47:29 +00:00
Vanilla I. Shu
b5ca58a3e4 Upgrade to 1.10.1
PR:		ports/25350 ,ports/25549
Submitted by:	KATO Tsuguru, Rémi Guyomarch <rguyom@pobox.com>
2001-03-14 23:36:06 +00:00
Jimmy Olgeni
06a42a45a5 Remove the WITHOUT_GTK option: bsd.gnome.mk already takes care of it. 2001-03-14 23:34:30 +00:00
Vanilla I. Shu
43d985bbf8 Simplified Perl5 module to handle I/O on in-core strings
PR:		ports/25766
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-03-14 23:18:15 +00:00
Dirk Froemberg
8efdb7c230 Solve ming support problem if ${WRKDIRPREFIX} is set.
Noticed by:	Arcady Genkin <a.genkin@utoronto.ca>
2001-03-14 23:11:43 +00:00
Vanilla I. Shu
c595879575 A high-level interface to the Compact Disc Database.
PR:		ports/25804
Submitted by:	Yar Tikhiy <yar@comp.chem.msu.su>
2001-03-14 23:02:27 +00:00
Vanilla I. Shu
8894f2316b Apache::Reload - Reload changed modules.
PR:		ports/24344
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-03-14 22:54:45 +00:00
Vanilla I. Shu
de4624ea5a Upgrade to 0.31_03.
PR:		ports/25807
Submitted by:	maintainer
2001-03-14 22:44:22 +00:00
Vanilla I. Shu
223eb07ec7 Fix pkg-plist.
PR:		ports/25811
Submitted by:	maintainer
2001-03-14 22:29:45 +00:00
Wolfram Schneider
1f605c324f typo
Submitted by:	jfitz
2001-03-14 22:25:08 +00:00
Vanilla I. Shu
c8027fbc79 Dont strip script when use --install-admin-bin,
It will broken p5-Gimp installation.
2001-03-14 22:20:10 +00:00
Vanilla I. Shu
346d17e89d Add p5-Gimp, it's perl binding for gimp. 2001-03-14 22:16:41 +00:00
Joerg Wunsch
cb3fe7de93 The old distfile is gone on the previous server. There's an HTTP
redirect to a new server, but they don't carry the old files anymore.
Unfortunately, in order to build the new stuff, we'd need a newer
avr-gcc first -- and that one's by now only available directly from
gcc's CVS repo, which is a little too `green' to me.  Let's wait
another couple of months until they rolled a newer release of gcc and
binutils, and switch then.

By now, store the old distfile elsewhere.

Submitted by:	fenner's ports build survey (very valuable service!)
2001-03-14 21:33:53 +00:00