Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbreak on 5.x | arved | 2003-08-10 | 1 | -6/+2 |
| | | | | | | portlint Approved by: lioux (implicit) | ||||
* | Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN | kris | 2003-06-04 | 1 | -6/+6 |
| | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris | ||||
* | BROKEN on 5.1: configure fails | kris | 2003-05-18 | 1 | -1/+7 |
| | |||||
* | Make CONFIGURE_ENV cleaner and compatible with bsd.port.mk | lioux | 2003-05-14 | 1 | -4/+4 |
| | | | | USE_GETOPT_LONG option | ||||
* | Remove USE_GNOMENG. | marcus | 2003-04-20 | 1 | -1/+0 |
| | |||||
* | Switch to new USE_GETOPT_LONG ports option | lioux | 2003-04-18 | 1 | -2/+2 |
| | |||||
* | De-pkg-comment | lioux | 2003-02-23 | 2 | -1/+1 |
| | |||||
* | Update to 0.84.1 | lioux | 2003-02-04 | 2 | -5/+2 |
| | |||||
* | o USE_PERL5 -> USE_PERL5_RUN | lioux | 2002-11-18 | 1 | -7/+11 |
| | | | | o Therefore, change all PERL -> REINPLACE_CMD | ||||
* | Update to 0.83.8 | lioux | 2002-11-18 | 3 | -3/+7 |
| | |||||
* | Update to 0.83.6 | lioux | 2002-10-21 | 2 | -2/+2 |
| | | | | Submitted by: Christian Brueffer <chris@unixpages.org> | ||||
* | o Update to 0.83.5 | lioux | 2002-10-05 | 3 | -21/+10 |
| | | | | | | o Add hack to disable use of GNU auto* tools Reviewed by: Munish Chopra <mchopra@engmail.uwaterloo.ca> | ||||
* | Update to 0.83.3 | lioux | 2002-08-28 | 3 | -2/+4 |
| | |||||
* | Add a faster source to MASTER_SITES. New source courtesy of submitter. | lioux | 2002-08-12 | 1 | -1/+2 |
| | | | | Submitted by: Christian Brueffer <chris@unixpages.org> | ||||
* | o Update to 0.83.2 | lioux | 2002-08-04 | 8 | -7/+434 |
| | | | | | | | | | o Fix long standing issue with upload feature: client would freeze in semwait state. It was a pthread vs semaphore issue and a database lookup issue. Check PR for complete report o All patches are related to upload feature fix PR: 41323 | ||||
* | Convert USE_GLIB into USE_GNOMENG+USE_GNOME. | sobomax | 2002-07-15 | 1 | -1/+2 |
| | |||||
* | Update to 0.83.1 | lioux | 2002-06-17 | 2 | -2/+2 |
| | |||||
* | Update to 0.83.0 | lioux | 2002-06-11 | 3 | -6/+6 |
| | | | | Submitted by: Christian Brueffer <chris@unixpages.org> | ||||
* | Update to 0.81.0 | lioux | 2002-05-21 | 2 | -2/+2 |
| | |||||
* | Update to 0.80.5 | lioux | 2002-05-09 | 3 | -3/+11 |
| | |||||
* | Update to 0.80 | lioux | 2002-04-27 | 3 | -5/+5 |
| | |||||
* | Update to 0.79 | lioux | 2002-04-17 | 3 | -14/+19 |
| | |||||
* | Update to 0.77 | lioux | 2002-03-31 | 3 | -4/+15 |
| | |||||
* | Update to 0.74 | lioux | 2002-03-13 | 2 | -2/+2 |
| | |||||
* | Chase glib20 repo copy from glib13 (later removed). This was | lioux | 2002-03-13 | 1 | -2/+5 |
| | | | | overlooked by the glib20 sweep group :) | ||||
* | o update glib13 lib version to follow update in glib13/Makefile rev | lioux | 2002-03-08 | 1 | -1/+1 |
| | | | | | | | 1.50 PR: 35655 Submitted by: Antonio Carlos Venancio Junior <floripa@organiKa.com.br> | ||||
* | Update to 0.73 | lioux | 2002-03-05 | 3 | -3/+7 |
| | |||||
* | o Update to 0.71.1 | lioux | 2002-02-19 | 2 | -8/+10 |
| | | | | o Replace glib12 with devel glib13 (*fear*) | ||||
* | Update to 0.69 | lioux | 2002-02-03 | 2 | -3/+3 |
| | |||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -8/+8 |
| | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. | ||||
* | Update to 0.68.0 | lioux | 2002-01-27 | 2 | -2/+2 |
| | |||||
* | Update to 0.67.0 | lioux | 2002-01-21 | 13 | -186/+46 |
| | |||||
* | o Update to 0.61 | lioux | 2001-12-02 | 11 | -412/+73 |
| | | | | | o Greatly simplify the patches removing sigprocmask protection around send/receive since there is already a global signal handler | ||||
* | Update to 0.60 | lioux | 2001-11-25 | 7 | -46/+122 |
| | |||||
* | o New port dctc version 0.59: A DirectConnect (www.neo-modus.com) | lioux | 2001-11-22 | 11 | -0/+508 |
text client for file sharing o Renamed hublist to dc_hublist; former was too generic o FreeBSD's send(2) (in fact, all *BSD) does not support MSG_NOSIGMASK or any similar feature. Therefore, tried to mimick it with signal masking. However, this introduces a possible race condition which, fortunaly, is not triggered by this application since it is not concurrent. Reviewed by: Anders Nor Berle <debolaz@debolaz.com> |