aboutsummaryrefslogtreecommitdiff
path: root/net/radiator/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* net/radiator: update to 4.13William Grzybowski2014-06-201-3/+2
| | | | | | | | | | - Pass maintainership to submitter PR: 189776 Submitted by: lyngbol wheel dk Notes: svn path=/head/; revision=358583
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)Andrej Zverev2013-06-181-5/+0
| | | | | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=321187
* "aaargh, quoted Makefile variables"Eitan Adler2013-03-181-6/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=314605
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-281-1/+1
| | | | Notes: svn path=/head/; revision=300176
* Convert to optionsngTilman Keskinoz2012-06-081-2/+3
| | | | Notes: svn path=/head/; revision=298768
* Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703Martin Matuska2010-09-211-3/+7
| | | | | | | Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000 Notes: svn path=/head/; revision=261560
* - Update to 4.7Pav Lucistnik2010-09-031-2/+2
| | | | | | | | PR: ports/149701 Submitted by: Y.A. <nexther0@gmail.com> Notes: svn path=/head/; revision=260474
* - Reset Shan Ali Khan <shanali@yahoo.com> (requested via private mail)Martin Wilke2009-08-271-1/+1
| | | | Notes: svn path=/head/; revision=240421
* patch to update net/radiator port from version 3.16 to 3.17.1Edwin Groothuis2007-09-081-1/+1
| | | | | | | | | | | | | | | The current version of the net/radiator port is set for version 3.16 of the radiator software. The most recent version of radiator available is version 3.17.1. The attached patch updates the port version variable in the Makefile to 3.17.1 and related values in the distinfo file so that the net/radiator port will install radiator version 3.17.1. PR: ports/112692 Submitted by: Erik Klavon<erik@ack.berkeley.edu> Notes: svn path=/head/; revision=199110
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-1/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 3.16Rong-En Fan2007-02-261-1/+7
| | | | | | | | | | | - Add optional MySQL support (default off) PR: ports/109475 Submitted by: Jim Pingle <lists at pingle.org> Approved by: Shan Ali Khan <shanali at yahoo.com> (maintainer) Notes: svn path=/head/; revision=185965
* Update to 3.11Volker Stolz2004-11-051-1/+1
| | | | | | | | PR: ports/73290 Submitted by: maintainer Notes: svn path=/head/; revision=120847
* - Update to 3.9Pav Lucistnik2004-03-271-1/+1
| | | | | | | | PR: ports/64799 Submitted by: <shanali@magix.com.sg> (maintainer) Notes: svn path=/head/; revision=105423
* RESTRICTED implies NO_CDROM and NO_PACKAGEKris Kennaway2003-07-301-3/+1
| | | | Notes: svn path=/head/; revision=85954
* Fix dependencyTilman Keskinoz2003-07-221-3/+3
| | | | | | | | | | Fix install of optional patches. PR: 54471 Submitted by: Andrew <andrew@ugh.net.au> Notes: svn path=/head/; revision=85359
* Update to 3.6Tilman Keskinoz2003-06-241-10/+11
| | | | | | | | PR: 52744 Submitted by: Andrew <andrew@ugh.net.au> Notes: svn path=/head/; revision=83537
* Add radiator, a commercial radius server by Open System ConsultantsTilman Keskinoz2003-04-161-0/+43
PR: 48950 Submitted by: S H A N <shanali@singnet.com.sg> Notes: svn path=/head/; revision=79066