aboutsummaryrefslogtreecommitdiff
path: root/net/libfreenet
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-231-1/+2
| | | | | | | | PR: 39668 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61772
* Fix build. The code prototypes a function as returning long, thenKris Kennaway2002-03-151-2/+11
| | | | | | | | | declares it 2 lines later as returning a time_t. Go figure. Submitted by: bento Notes: svn path=/head/; revision=56156
* upgrade to 0.5.0Ying-Chieh Liao2001-12-306-14/+38
| | | | | | | | PR: 33341 Submitted by: Ports Fury Notes: svn path=/head/; revision=52398
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
| | | | Notes: svn path=/head/; revision=47231
* upgrade to 0.4.0Ying-Chieh Liao2001-05-274-3/+15
| | | | | | | drop maintainership Notes: svn path=/head/; revision=43121
* add missing "@dirrm include/libfreenet" into pkg-plistYing-Chieh Liao2001-04-261-0/+1
| | | | | | | Noted by: bento's log Notes: svn path=/head/; revision=41910
* add libfreenetYing-Chieh Liao2001-03-318-0/+97
Freenet library written in C Notes: svn path=/head/; revision=40640