summaryrefslogtreecommitdiff
path: root/net-p2p/dctc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated USE_SIZEMario Sergio Fujikawa Ferreira2004-12-251-1/+0
|
* Fix build on -CURRENT now that we no longer have default PTHREAD_CFLAGS.Joe Marcus Clarke2004-06-041-3/+0
| | | | | | | Basically, all modern, supported versions of FreeBSD are thread-safe, so just assume we have pthread.h. Reported by: bento via kris
* Unmark BROKEN for newer versions of -CURRENT it's certainly buildingBrian Feldman2004-04-301-1/+1
| | | | fine on.
* Update WWW tag in DESCR fileMario Sergio Fujikawa Ferreira2004-03-281-1/+1
|
* USE_SIZEifyMario Sergio Fujikawa Ferreira2004-02-082-0/+2
|
* BROKEN on 5.x: does not compileKris Kennaway2004-02-071-0/+4
|
* Unbreak on 5.xTilman Keskinoz2003-08-101-6/+2
| | | | | | portlint Approved by: lioux (implicit)
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-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 failsKris Kennaway2003-05-181-1/+7
|
* Make CONFIGURE_ENV cleaner and compatible with bsd.port.mkMario Sergio Fujikawa Ferreira2003-05-141-4/+4
| | | | USE_GETOPT_LONG option
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
|
* Switch to new USE_GETOPT_LONG ports optionMario Sergio Fujikawa Ferreira2003-04-181-2/+2
|
* De-pkg-commentMario Sergio Fujikawa Ferreira2003-02-232-1/+1
|
* Update to 0.84.1Mario Sergio Fujikawa Ferreira2003-02-042-5/+2
|
* o USE_PERL5 -> USE_PERL5_RUNMario Sergio Fujikawa Ferreira2002-11-181-7/+11
| | | | o Therefore, change all PERL -> REINPLACE_CMD
* Update to 0.83.8Mario Sergio Fujikawa Ferreira2002-11-183-3/+7
|
* Update to 0.83.6Mario Sergio Fujikawa Ferreira2002-10-212-2/+2
| | | | Submitted by: Christian Brueffer <chris@unixpages.org>
* o Update to 0.83.5Mario Sergio Fujikawa Ferreira2002-10-053-21/+10
| | | | | | o Add hack to disable use of GNU auto* tools Reviewed by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
* Update to 0.83.3Mario Sergio Fujikawa Ferreira2002-08-283-2/+4
|
* Add a faster source to MASTER_SITES. New source courtesy of submitter.Mario Sergio Fujikawa Ferreira2002-08-121-1/+2
| | | | Submitted by: Christian Brueffer <chris@unixpages.org>
* o Update to 0.83.2Mario Sergio Fujikawa Ferreira2002-08-048-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.Maxim Sobolev2002-07-151-1/+2
|
* Update to 0.83.1Mario Sergio Fujikawa Ferreira2002-06-172-2/+2
|
* Update to 0.83.0Mario Sergio Fujikawa Ferreira2002-06-113-6/+6
| | | | Submitted by: Christian Brueffer <chris@unixpages.org>
* Update to 0.81.0Mario Sergio Fujikawa Ferreira2002-05-212-2/+2
|
* Update to 0.80.5Mario Sergio Fujikawa Ferreira2002-05-093-3/+11
|
* Update to 0.80Mario Sergio Fujikawa Ferreira2002-04-273-5/+5
|
* Update to 0.79Mario Sergio Fujikawa Ferreira2002-04-173-14/+19
|
* Update to 0.77Mario Sergio Fujikawa Ferreira2002-03-313-4/+15
|
* Update to 0.74Mario Sergio Fujikawa Ferreira2002-03-132-2/+2
|
* Chase glib20 repo copy from glib13 (later removed). This wasMario Sergio Fujikawa Ferreira2002-03-131-2/+5
| | | | overlooked by the glib20 sweep group :)
* o update glib13 lib version to follow update in glib13/Makefile revMario Sergio Fujikawa Ferreira2002-03-081-1/+1
| | | | | | | 1.50 PR: 35655 Submitted by: Antonio Carlos Venancio Junior <floripa@organiKa.com.br>
* Update to 0.73Mario Sergio Fujikawa Ferreira2002-03-053-3/+7
|
* o Update to 0.71.1Mario Sergio Fujikawa Ferreira2002-02-192-8/+10
| | | | o Replace glib12 with devel glib13 (*fear*)
* Update to 0.69Mario Sergio Fujikawa Ferreira2002-02-032-3/+3
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-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.0Mario Sergio Fujikawa Ferreira2002-01-272-2/+2
|
* Update to 0.67.0Mario Sergio Fujikawa Ferreira2002-01-2113-186/+46
|
* o Update to 0.61Mario Sergio Fujikawa Ferreira2001-12-0211-412/+73
| | | | | o Greatly simplify the patches removing sigprocmask protection around send/receive since there is already a global signal handler
* Update to 0.60Mario Sergio Fujikawa Ferreira2001-11-257-46/+122
|
* o New port dctc version 0.59: A DirectConnect (www.neo-modus.com)Mario Sergio Fujikawa Ferreira2001-11-2211-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>