notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net-mgmt/chillispot/Makefile
SVNWeb

Number of commits found: 38

Sun, 23 Apr 2023
[ 09:09 Gerald Pfeifer (gerald) search for other commits by this committer ]    commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  8d3e020  (Only the first 10 of 2091 ports in this commit are shown above. View all ports for this commit)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
Wed, 25 Jan 2023
[ 17:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  40843b1  (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
Mk/Uses/apache.mk: Refactor after removal of older versions

apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:

- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
  from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
  one available version in the tree. However the version checks are
  still valid and should work flawlessly whenever a new version is
  added. For example USES=apache:2.2+ are simply replaced with
  USES=apache. As currently there are no other versions available for
  test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces

Approved by:    portmgr
Differential Revision: https://reviews.freebsd.org/D38113
Tue, 29 Nov 2022
[ 09:37 Gerald Pfeifer (gerald) search for other commits by this committer ]    commit hash:74cd06059c5318469ff25ee3836f8b0c1ecfdbf4  commit hash:74cd06059c5318469ff25ee3836f8b0c1ecfdbf4  commit hash:74cd06059c5318469ff25ee3836f8b0c1ecfdbf4  74cd060 
net-mgmt/chillispot: Omit special GCC 4.2 handling

Remove code catering to GCC 4.2 (as system compiler) which is not
necessary any longer: USES=compiler never pulls that in anymore.

This reverts commit 92e22122e819280ea0c18de3ddd7a8b8a25a3ead (and
part of 24b49f43d56fb1138da51ee1bcd08a7f6278b61f) from 3+ years ago.

Approved by:	maintainer (Sevan Janiyan <venture37@geeklan.co.uk>)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:43ac3e28ab940adda213d535ac0b1f0792d456da  commit hash:43ac3e28ab940adda213d535ac0b1f0792d456da  commit hash:43ac3e28ab940adda213d535ac0b1f0792d456da  43ac3e2  (Only the first 10 of 285 ports in this commit are shown above. View all ports for this commit)
net-mgmt: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  @BABOLO <.@babolo.ru>
  *  Alex Samorukov, samm@freebsd.org
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Sulfrian <alexander@sulfrian.net>
  *  Alexander Y. Grigoryev <alexander.4mail@gmail.com>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexandre Snarskii <snar@paranoia.ru>
  *  Alexandre Snarskii <snar@snar.spb.ru>
  *  Alexey Bobkov <mr.deadlystorm@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
Sat, 16 Oct 2021
[ 09:51 Jimmy Olgeni (olgeni) search for other commits by this committer ]    commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  4460cf7  (Only the first 10 of 476 ports in this commit are shown above. View all ports for this commit)
*: fix tab vs. space issues, and comments according to the guide.
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 5 May 2020
[ 15:53 rene search for other commits by this committer ] Original commit   Revision:534094
net-mgmt/chillispot: revert r534081, net/openradius was rescued in r534057

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.
[ 12:47 rene search for other commits by this committer ] Original commit   Revision:534081
net-mgmt/chillispot: remove expired optional dependency on net/openradius
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Fri, 12 Jul 2019
[ 01:57 linimon search for other commits by this committer ] Original commit   Revision:506430
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
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)
Wed, 6 Mar 2019
[ 03:53 linimon search for other commits by this committer ] Original commit   Revision:494770
This port requires adding -fnested-functions to CFLAGS when building
with base GCC.

Additionally, replace USE_GCC=any with USES=compiler:nestedfct.

PR:		236009
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
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
Mon, 2 Jul 2018
[ 04:00 linimon search for other commits by this committer ] Original commit   Revision:473699 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
Mark ports broken on mips64 that are already broken on powerpc64.  In
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)
Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
(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
Sun, 30 Apr 2017
[ 01:12 linimon search for other commits by this committer ] Original commit   Revision:439779 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Provide more descriptive error messages for ports failing on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
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.
Thu, 21 Apr 2016
[ 16:43 swills search for other commits by this committer ] Original commit   Revision:413746 (Only the first 10 of 419 ports in this commit are shown above. View all ports for this commit)
many ports: mark broken on powerpc64
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 19 Jan 2014
[ 18:40 bapt search for other commits by this committer ] Original commit   Revision:340334
Support stage
Fix shebang
Fri, 20 Sep 2013
[ 22:24 bapt search for other commits by this committer ] Original commit   Revision:327757 (Only the first 10 of 336 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
Mon, 27 May 2013
[ 15:52 bapt search for other commits by this committer ] Original commit   Revision:319260
Fix build on HEAD by adding USE_GCC=any (uses nested functions)
Fri, 24 Aug 2012
[ 19:17 ohauer search for other commits by this committer ] Original commit 
- remove deprecated apache versions
- 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
Mon, 4 Jan 2010
[ 01:58 pgollucci search for other commits by this committer ] Original commit 
- use SUB_FILES for installguide.txt too

PR:             ports/142241
Submitted by:   maintainer
Sun, 18 Oct 2009
[ 15:03 rafan search for other commits by this committer ] Original commit 
- Drop the old .sh extension for rc script
- 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)
Tue, 20 Jan 2009
[ 11:58 amdmi3 search for other commits by this committer ] Original commit 
- Add conflicts with newly added net-mgmt/coovachilli

PR:             130358
Submitted by:   Sevan Janiyan <venture37 at geeklan dot co dot uk> (maintainer)
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 25 Jun 2008
[ 19:03 itetcu search for other commits by this committer ] Original commit 
- use s/[NO]PORTDOCS/[NO]PORTDATA/ where necessary
- bump PORTREVISION

Submitted by:   maintainer on private email
Wed, 16 Apr 2008
[ 22:01 pav search for other commits by this committer ] Original commit 
- Fix fetch, update WWW
Thu, 20 Mar 2008
[ 09:56 pav search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Mon, 28 Aug 2006
[ 12:42 pav search for other commits by this committer ] Original commit 
- Provide rc script
- Install sample configuration and detailed installation instructions

PR:             ports/102586
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk> (maintainer)
Tue, 10 Jan 2006
[ 12:40 pav search for other commits by this committer ] Original commit 
- Update Apache dependencies

PR:             ports/91443
Submitted by:   Sevan Janiyan <venture37@hotmail.com> (maintainer)
Sun, 25 Dec 2005
[ 21:39 edwin search for other commits by this committer ] Original commit 
make it buildable on 4.x
Tue, 20 Dec 2005
[ 20:41 edwin search for other commits by this committer ] Original commit 
New port: net-mgmt/chillispot

        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>

Number of commits found: 38