non port: www/mod_limitipconn2/Makefile |
SVNWeb
|
Number of commits found: 28 |
Wed, 25 Jan 2023
|
[ 17:54 Muhammad Moinur Rahman (bofh) ] 40843b1 (Only the first 10 of 106 ports in this commit are shown above. )
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] e915e75 (Only the first 10 of 1623 ports in this commit are shown above. )
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 10 Sep 2019
|
[ 09:02 amdmi3 ]
- Add LICENSE_FILE
- Switch to options helpers
- Don't install useless INSTALL file
- Regenerate patch
- Update WWW
Approved by: portmgr blanket
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Sun, 11 Mar 2018
|
[ 17:38 brnrd ] (Only the first 10 of 117 ports in this commit are shown above. )
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
|
Sun, 28 May 2017
|
[ 09:01 amdmi3 ]
- Unsilence installation commands
Approved by: portmgr blanket
|
Wed, 16 Sep 2015
|
[ 16:07 amdmi3 ]
- Remove duplicate plist entry: AP_GENPLIST seem to already handle this
Approved by: portmgr blanket
|
Tue, 29 Jul 2014
|
[ 21:43 adamw ] (Only the first 10 of 277 ports in this commit are shown above. )
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Sun, 2 Feb 2014
|
[ 15:57 ohauer ]
- update to version 0.24
- add local IP exception patch [1]
found on upstream (mod_limitipconn_local_IP_patch.diff)
PR: ports/186281 [1]
Submitted by: Tilghman Lesher <tlesher@mtadistributors.com>
Approved by: Yuan-Chung Hsiao <ychsiao@gmail.com> (maintainer per PM)
|
Mon, 30 Dec 2013
|
[ 20:55 ohauer ] (Only the first 10 of 238 ports in this commit are shown above. )
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
|
Sun, 15 Dec 2013
|
[ 22:11 ohauer ] (Only the first 10 of 25 ports in this commit are shown above. )
- add stage support
- add license
- minor cleanups
with hat apache@
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] (Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sat, 22 Sep 2012
|
[ 21:15 ohauer ] (Only the first 10 of 45 ports in this commit are shown above. )
- USE_APACHE= s/22+/22/
- adopt new Makefile header
Port build fails on local exp-run with apache24 with
error: 'conn_rec' has no member named 'remote_ip'
or various other apache22 specific functions/parameters
with hat apache@
|
Sat, 18 Aug 2012
|
[ 14:29 ohauer ] (Only the first 10 of 188 ports in this commit are shown above. )
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@
|
Sat, 20 Aug 2011
|
[ 17:27 ohauer ] (Only the first 10 of 152 ports in this commit are shown above. )
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
|
Thu, 16 Sep 2010
|
[ 04:10 pgollucci ]
- Fix pkg-plist
Fix AP_AST_BUILD -> AP_FAST_BUILD
Reported by: erwin via pointyhat
|
Wed, 23 Jun 2010
|
[ 18:53 pgollucci ]
- Convert to AP_FAST_BUILD / AP_GENPLIST
PR: ports/147632
Submitted by: pgollucci (myself)
Approved by: maintainer timeout (ychsiao@ychsiao.org; 16 days)
Feature safe: yes
|
Tue, 25 May 2010
|
[ 20:17 pgollucci ] (Only the first 10 of 59 ports in this commit are shown above. )
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk. This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.
'Revert' some of the PKGNAMEPREFIX changes for apXX-.
- Must be manually requested in tbe port Makefile either by
a) AP_FAST_BUILD=yes
b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
- Going forward, we will only do this for ports where WITH_APACHE
is NOT optional, but required. mod_* ports are a good fit.
141 ports are mod_ ports
80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
61 remaining are then patched to mirror the other $lang frameworks [b].
PR: ports/146956
Reported by: Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by: P6 TB run
Approved by: portmgr (pav)
|
Thu, 21 May 2009
|
[ 20:45 pgollucci ] (Only the first 10 of 49 ports in this commit are shown above. )
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports)
|
Wed, 26 Nov 2008
|
[ 04:53 chinsan ]
- Update to 0.23
PR: ports/129064
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: maintainer
|
Mon, 24 Jan 2005
|
[ 05:19 leeym ]
- update maintainer's email address
PR: 76601
Submitted by: maintainer
|
Wed, 19 May 2004
|
[ 09:05 krion ]
- Add LATEST_LINK
PR: ports/66838
Submitted by: maintainer
|
Tue, 11 May 2004
|
[ 21:39 vanilla ]
Pass maintainership to submitter.
PR: ports/66532
Submitted by: Yuan-Chung Hsiao <ychsiao_at_ychsiao dot idv dot tw>
|
[ 01:37 eik ] (Only the first 10 of 16 ports in this commit are shown above. )
Drop maintainership.
PR: 66502
Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> (maintainer)
|
Tue, 6 Jan 2004
|
[ 00:47 clement ]
Add mod_limitipconn2 0.22,
allows you to limit the number of simultaneous connexions.
PR: 59416
Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
Approved by: erwin (mentor) (implicitly)
|
Number of commits found: 28 |