aboutsummaryrefslogtreecommitdiff
path: root/net/radiusclient/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* o Add WWW;Maxim Sobolev2008-01-031-1/+2
| | | | | | | | | o Update pkg-descr/COMMENT to match reality. Bump PORTREVISION. Notes: svn path=/head/; revision=204885
* Update to 0.5.6.Maxim Sobolev2007-07-241-3/+3
| | | | Notes: svn path=/head/; revision=196159
* Add another MASTER_SITE.Maxim Sobolev2007-03-231-1/+2
| | | | Notes: svn path=/head/; revision=188125
* Update to 0.5.5.1.Maxim Sobolev2007-02-161-1/+1
| | | | Notes: svn path=/head/; revision=185328
* Update to 0.5.5.Maxim Sobolev2007-02-161-1/+1
| | | | Notes: svn path=/head/; revision=185291
* Take maintainership - apparently the old maintainer doesn't have an interestMaxim Sobolev2005-12-031-1/+1
| | | | | | | | | in mantaining this port anymore. PR: 89041 Notes: svn path=/head/; revision=150303
* Update to 0.5.2.Maxim Sobolev2005-11-091-2/+2
| | | | Notes: svn path=/head/; revision=147751
* Update to 0.5.1.Maxim Sobolev2005-07-071-1/+2
| | | | Notes: svn path=/head/; revision=138671
* Update to 0.4.9.Maxim Sobolev2005-06-191-1/+1
| | | | Notes: svn path=/head/; revision=137727
* Update to 0.4.7.Maxim Sobolev2004-11-261-1/+1
| | | | Notes: svn path=/head/; revision=122512
* Update to 0.4.5.Maxim Sobolev2004-10-171-4/+2
| | | | Notes: svn path=/head/; revision=119687
* 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
* 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
* Per redirect response when sending mail to maintainer, update maintainer'sMark Linimon2003-12-071-1/+1
| | | | | | | email address. Notes: svn path=/head/; revision=95249
* Fix directory layout, but the file isn't there (yet)Edwin Groothuis2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=92901
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76041
* Update 0.3.2 and provide support for SIP-specific attributes, which isMaxim Sobolev2003-01-201-2/+2
| | | | | | | | | necessary for SER port to be added later on. Sponsored by: Porta Software Ltd. Notes: svn path=/head/; revision=73682
* 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
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-151-0/+1
| | | | Notes: svn path=/head/; revision=29615
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* Upgrade to 0.3.1.Dirk Froemberg2000-02-011-3/+4
| | | | | | | OK'ed by: maintainer Notes: svn path=/head/; revision=25400
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Update for new MASTER_SITE.Steve Price1999-06-081-2/+2
| | | | | | | | PR: 12074 Submitted by: maintainer Notes: svn path=/head/; revision=19331
* USE_LIBTOOL=yes and misc. cleanup.Steve Price1999-05-291-11/+2
| | | | | | | | PR: 11855 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19075
* libtool has been updated to version 1.3 so fixup where we look for it.Steve Price1999-05-041-3/+3
| | | | Notes: svn path=/head/; revision=18479
* Build a shared version of the library, too.Dirk Froemberg1999-01-121-10/+15
| | | | | | | (maintainer didn't respond within a week, aka maintainer timeout) Notes: svn path=/head/; revision=16023
* Import of `radiusclient', a client library and basic utilities forJoseph Koshy1998-11-041-0/+22
Radius authenticated login. PR: 7942 Submitted by: Maurice Castro <maurice@serc.rmit.edu.au> Notes: svn path=/head/; revision=14340