aboutsummaryrefslogtreecommitdiff
path: root/net/gnet
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Reset maintainer on ports owned by the following committers who haveKris Kennaway2003-11-031-1/+1
| | | | | | | | | | been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr Notes: svn path=/head/; revision=92908
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Use USE_LIBTOOL.Maxim Sobolev2002-07-203-6/+14
| | | | Notes: svn path=/head/; revision=63269
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.Maxim Sobolev2002-07-151-1/+2
| | | | Notes: svn path=/head/; revision=63003
* Update to 1.1.4Yukihiro Nakai2002-06-276-43/+38
| | | | | | | Submitted by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Notes: svn path=/head/; revision=62076
* Upgrade to 1.1.0, change MASTER_SITE to new site.Vanilla I. Shu2001-05-264-25/+40
| | | | Notes: svn path=/head/; revision=43076
* Update to 1.0.4.Maxim Sobolev2000-11-254-2/+14
| | | | Notes: svn path=/head/; revision=35413
* Capitalize first letter and put period at the end of sentence.Maxim Sobolev2000-11-251-1/+1
| | | | Notes: svn path=/head/; revision=35412
* Implement USE_GLIB.Jeremy Lea2000-10-051-5/+1
| | | | Notes: svn path=/head/; revision=33423
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-2/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Fix another figure out GLIB_CONFIG but use hardcoded glib-configAde Lovett2000-06-151-0/+13
| | | | | | | in the configure file pilot botch Notes: svn path=/head/; revision=29616
* Update to 1.0.3Yukihiro Nakai2000-04-192-2/+2
| | | | Notes: svn path=/head/; revision=27741
* Portlint COMMENT's.Akinori MUSHA2000-04-141-1/+1
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* Update to 1.0.1Ade Lovett2000-03-242-3/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=27021
* Update to 1.0.0Yukihiro Nakai2000-02-293-24/+24
| | | | Notes: svn path=/head/; revision=26430
* Fix around libtool.Yukihiro Nakai2000-02-283-4/+14
| | | | | | | | PR: ports/16876 Submitted by: Kato Tsuguru<tkato@prontomail.ne.jp>, Ade Lovett<ade@FreeBSD.org> Notes: svn path=/head/; revision=26408
* - This port LIB_DEPENDS on the glib12 port.Steve Price2000-02-271-0/+2
| | | | | | | | - Use ifr_flags instead of ifr_ifru.ifru_flags so this build again on current. Notes: svn path=/head/; revision=26360
* Initial import.Yukihiro Nakai2000-02-165-0/+60
a simple network library built upon glib. Notes: svn path=/head/; revision=25886