aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/chillispot
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove remnant @stopdaemon it has not been doing anything since 2014Baptiste Daroussin2021-03-261-1/+0
| | | | Notes: svn path=/head/; revision=569276
* net-mgmt/chillispot: revert r534081, net/openradius was rescued in r534057Rene Ladan2020-05-051-1/+6
| | | | | | | | | | | | | | | This was caused by a race condition: - `rmport -a` noticed that openradius was expired and added the port to its queue - this was with r534032 - in r534057, the port was rescued and the PR was closed - sometime later, rmport got to check upon the now rescued openradius (which from its viewpoint was still broken and expired), did not see any outstanding PR, so decided it was time to remove it. I also checked manually for an outstanding PR, but then it was already closed. Notes: svn path=/head/; revision=534094
* net-mgmt/chillispot: remove expired optional dependency on net/openradiusRene Ladan2020-05-051-6/+1
| | | | Notes: svn path=/head/; revision=534081
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-8/+12
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.soMark Linimon2019-07-121-2/+4
| | | | | | | | | | | | | as a stand-in for "are we running on gcc". These 4 cases are outliers because they set compiler:nestedfct which currently hardwires gcc. So the real test for including -fnested-functions into CFLAGS is "are we on the ancient base gcc". Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=506430
* This port requires adding -fnested-functions to CFLAGS when buildingMark Linimon2019-03-061-6/+5
| | | | | | | | | | | | | with base GCC. Additionally, replace USE_GCC=any with USES=compiler:nestedfct. PR: 236009 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=494770
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-1/+3
| | | | | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473699
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-301-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439779
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-1/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Cleanup plistAntoine Brodin2014-11-241-1/+0
| | | | Notes: svn path=/head/; revision=373380
* Remove a few remaining %%PORTDATA%%Antoine Brodin2014-08-181-8/+8
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=365355
* Support stageBaptiste Daroussin2014-01-192-26/+14
| | | | | | | Fix shebang Notes: svn path=/head/; revision=340334
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* Fix build on HEAD by adding USE_GCC=any (uses nested functions)Baptiste Daroussin2013-05-271-5/+2
| | | | Notes: svn path=/head/; revision=319260
* - remove deprecated apache versionsOlli Hauer2012-08-241-15/+11
| | | | | | | | | | | | | | - use USE_APACHE_RUN - convert to new options framework no bump since all options are off per default PR: ports/171007 Submitted by: ohauer Approved by: venture37@geeklan.co.uk (maintainer) per mail Notes: svn path=/head/; revision=303097
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - use SUB_FILES for installguide.txt tooPhilip M. Gollucci2010-01-042-33/+33
| | | | | | | | PR: ports/142241 Submitted by: maintainer Notes: svn path=/head/; revision=247085
* - Drop the old .sh extension for rc scriptRong-En Fan2009-10-184-29/+26
| | | | | | | | | | | | | - Remove ipfilter from PROVIDER so that chillispot can start up correctly at boot time - Utilize @stopdaemon - Bump PORTREVISION PR: ports/137967 Submitted by: Sevan Janiyan <venture37 at geeklan.co.uk> (maintainer) Notes: svn path=/head/; revision=243008
* - Add conflicts with newly added net-mgmt/coovachilliDmitry Marakasov2009-01-201-1/+3
| | | | | | | | PR: 130358 Submitted by: Sevan Janiyan <venture37 at geeklan dot co dot uk> (maintainer) Notes: svn path=/head/; revision=226518
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - use s/[NO]PORTDOCS/[NO]PORTDATA/ where necessaryIon-Mihai Tetcu2008-06-252-10/+10
| | | | | | | | | - bump PORTREVISION Submitted by: maintainer on private email Notes: svn path=/head/; revision=215774
* - Fix fetch, update WWWPav Lucistnik2008-04-162-2/+2
| | | | Notes: svn path=/head/; revision=211398
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - A small addition to the install guide.Pav Lucistnik2006-08-281-0/+18
| | | | | | | | PR: ports/102610 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> (maintainer) Notes: svn path=/head/; revision=171571
* - Provide rc scriptPav Lucistnik2006-08-288-11/+602
| | | | | | | | | | - Install sample configuration and detailed installation instructions PR: ports/102586 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> (maintainer) Notes: svn path=/head/; revision=171543
* SHA256ifyEdwin Groothuis2006-02-011-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154949
* - Update Apache dependenciesPav Lucistnik2006-01-101-2/+2
| | | | | | | | PR: ports/91443 Submitted by: Sevan Janiyan <venture37@hotmail.com> (maintainer) Notes: svn path=/head/; revision=153191
* make it buildable on 4.xEdwin Groothuis2005-12-255-4/+116
| | | | Notes: svn path=/head/; revision=152026
* New port: net-mgmt/chillispotEdwin Groothuis2005-12-205-0/+76
Chillispot is used for authenticating users of a wireless LAN. It support WPA (Wireless Protected Access) encryption. Authentication, authorization and accounting (AAA) is handled by your favorite radius server. PR: ports/90397 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=151672