aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/dclib
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* download.berlios.de seems to be unreliable from time to time, therefore addMarkus Brueffer2005-02-281-1/+2
| | | | | | | | | an additional MASTERSITE. Noticed by: pointyhat via kris Notes: svn path=/head/; revision=129962
* Update to version 0.3.7Markus Brueffer2005-02-212-3/+3
| | | | Notes: svn path=/head/; revision=129477
* Update to version 0.3.6Markus Brueffer2005-02-142-3/+3
| | | | Notes: svn path=/head/; revision=128773
* Update to version 0.3.5Markus Brueffer2005-01-082-3/+3
| | | | Notes: svn path=/head/; revision=125793
* Update to version 0.3.4Markus Brueffer2004-12-265-65/+4
| | | | Notes: svn path=/head/; revision=125243
* - Add patch to chase latest API-change in libxml2Markus Brueffer2004-12-012-0/+24
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=122943
* Update to version 0.3.3Markus Brueffer2004-11-014-8/+46
| | | | Notes: svn path=/head/; revision=120562
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* - Update to version 0.3.2Markus Brueffer2004-06-053-5/+5
| | | | | | | - Explicitly remove some directories Notes: svn path=/head/; revision=110860
* Update to version 0.3.1Markus Brueffer2004-05-283-3/+5
| | | | Notes: svn path=/head/; revision=110175
* Update to version 0.3.0Markus Brueffer2004-05-243-4/+14
| | | | Notes: svn path=/head/; revision=109897
* Update to 0.2.22Markus Brueffer2004-05-052-3/+3
| | | | Notes: svn path=/head/; revision=108414
* - Update WWWMarkus Brueffer2004-05-031-4/+1
| | | | | | | - remove reference to former maintainer Notes: svn path=/head/; revision=108280
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Update to 0.2.21Markus Brueffer2004-02-272-2/+3
| | | | | | | | | - Add SIZE to distinfo Approved by: arved (mentor) Notes: svn path=/head/; revision=102289
* Change my email address.Markus Brueffer2004-02-231-1/+1
| | | | | | | Approved by: arved (mentor) Notes: svn path=/head/; revision=101892
* - Update to 0.2.20Pav Lucistnik2003-12-192-5/+3
| | | | | | | | | PR: ports/58469 Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro> Approved by: maintainer Notes: svn path=/head/; revision=96217
* Update to 0.2.19Erwin Lansing2003-09-102-2/+2
| | | | | | | | PR: 56552 Submitted by: maintainer Notes: svn path=/head/; revision=88925
* - Update to version 0.2.18Kirill Ponomarev2003-09-063-46/+48
| | | | | | | | | | | | - Fix security vulnerability - Give maintainership to Markus Brueffer <brueffer@phoenix-systems.de> PR: 56509 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer timeout > 2 months) Notes: svn path=/head/; revision=88621
* Davide Lemma reports that "With all versions prior to 0.2.3 [it]Trevor Johnson2003-03-311-0/+1
| | | | | | | | | | is possible due to a bug to see all the content of the whole filesystem and not just the configured directories." PR: 47590, 47591 Notes: svn path=/head/; revision=77839
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 0.1.11Mario Sergio Fujikawa Ferreira2002-10-053-4/+17
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=67378
* o New port dclib version 0.1 beta 9: Direct connect interface libraryMario Sergio Fujikawa Ferreira2002-07-165-0/+82
for dcgui o Assign maintainership to 1st submitter: Sverrir Valgeirsson <e96sv@yahoo.se> PR: 40419, 40585 Submitted by: Amar Takhar <verm@drunkmonk.net>, Sverrir Valgeirsson <e96sv@yahoo.se> Notes: svn path=/head/; revision=63052