Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.7.1 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.4.7.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.4.7.1 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
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 ) |
2.4.7.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.7.1 14 Dec 2018 13:57:09 |
joneum |
www:mod_fastcgi: Update to 2.4.7.1
The website of fastcgi has been down for a long time.
The project is now in a GitHub archive: https://github.com/FastCGI-Archives
Also switch to GitHub with www/mod_fastcgi
Changelog:
*) cast from pointer to integer of different size fix
*) fix prinf %d warning
*) .cvsignore to .gitignore
*) apache 2.4 compile fix
- While I am here, use "make makepatch" for the patches in /files
Approved by: brnrd (apache)
With hat: apache
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D18471 |
2.4.7_1 10 Sep 2018 13:14:52 |
mat |
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 |
2.4.7_1 11 Mar 2018 17:38:46 |
brnrd |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
2.4.7_1 08 Aug 2014 10:07:15 |
des |
Add support for Apache 2.4. |
2.4.7 15 Dec 2013 16:45:38 |
ohauer |
- add stage support
- minor cleanups |
2.4.7 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.4.7 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.4.7 27 Mar 2013 18:17:22 |
ohauer |
- update to SNAP-0910052141 (unofficial ver. 2.4.7)
- adopt some small useful changes (errno report) from
debian bugtracker [1] requested on the apache@ list
Changelog:
2.4.7
*) *nix: On graceful restart, send SIGTERM, then wait 2sec before
removing any unix domain sockets. Based on a patch by Bernd Wurst.
*) Fix uid_t/gid_t compiler warnings. [Artur Zaprzala <arturz ownmail.net>]
*) A few more EINTR fixes. [Artur Zaprzala <arturz ownmail.net>]
*) Don't let the Content-Length header propagate on errors or across
redirects. [Artur Zaprzala <arturz ownmail.net>] (Only the first 15 lines of the commit message are shown above ) |
2.4.6_3 22 Sep 2012 21:15:51 |
ohauer |
- 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@ |
2.4.6_3 18 Aug 2012 14:29:11 |
ohauer |
- 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@ |
2.4.6_3 18 Jan 2012 04:31:26 |
pgollucci |
- Pull upstream patch 2613 so as not to conflict with mod_deflate [1]
(http://article.gmane.org/gmane.comp.web.fastcgi)
- Enable module by default [2]
PR: ports/156251 [2] ports/163199 [1]
Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw> [1]
Gea-Suan Lin <gslin@gslin.org> [2]
With Hat: apache@ |
2.4.6_2 01 Jan 2012 16:47:41 |
ohauer |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
2.4.6_2 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
2.4.6_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.4.6_1 07 May 2010 05:24:14 |
pgollucci |
- Stop using non-threadsafe functions
[sent upstream]
PR: ports/136598
Submitted by: Gea-Suan Lin <gslin@gslin.org>
With Hat: apache@ |
2.4.6 17 May 2009 07:24:35 |
pgollucci |
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes |
2.4.6 27 Dec 2008 21:15:31 |
pgollucci |
Unmaintained www/mod_* ports over to apache@ maintainer
mod_$lang excluded
Approved by: portmgr (erwin) |
2.4.6 16 Dec 2007 12:25:04 |
pav |
- Update to 2.4.6
PR: ports/118000
Submitted by: Yar <yarodin@gmail.com> |
2.4.2_1 05 Apr 2006 05:34:21 |
linimon |
Reset hollywar@mail.holywar.net due to no response to email about maintainer
timeouts.
Hat: portmgr |
2.4.2_1 12 Feb 2006 02:11:31 |
lawrance |
Add a patch to make mod_fastcgi work with Apache 2.2 (missed on last commit)
Convert to USE_APACHE framework.
PR: ports/91190
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Approved by: JunSeon Oh <hollywar@mail.holywar.net> (maintainer, timeout 5
weeks) |
2.4.2 11 Feb 2006 14:42:59 |
lawrance |
Add a patch to make mod_fastcgi work with Apache 2.2.
Convert to USE_APACHE framework.
PR: ports/91190
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Approved by: JunSeon Oh <hollywar@mail.holywar.net> (maintainer, timeout 5
weeks) |
2.4.2 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
2.4.2 02 Oct 2005 08:07:32 |
lawrance |
Fix installation where apache2 is already installed.
PR: ports/84681
Submitted by: Ben Calvert <ben@flyingwalrus.net>
Approved by: hollywar@mail.holywar.net (maintainer, timeout 4 weeks) |
2.4.2 19 Sep 2005 11:52:15 |
clement |
- Define APACHE_COMPAT
It fixed INDEX build with next exp-build patchset and prepare a smooth
migration to bsd.apache.mk
It's a no-op for now.
Approved by: portmgr (self) |
2.4.2 31 May 2005 10:45:56 |
flz |
- Add WITHOUT_APACHE_SUEXEC knob.
PR: ports/77740
Submitted by: Vladimir Tananko <bs@artcon.ru>
Approved by: maintainer timeout (3 months) |
2.4.2 31 May 2004 23:23:21 |
pav |
- Back out rev. 1.16 which accidentally slipped into my previous commit
Pointy hat (XL size): pav |
2.4.2 31 May 2004 23:20:01 |
pav |
Add zope-mindmapbbs, a Zope product to create BBS based on Mind Map concept.
You can draw and show Mind Map on your Web site.
See http://www.mind-map.com/EN/index.html to know what Mind Map is.
PR: ports/67418
Submitted by: HAYASHI Yasushi <yasi@yasi.to> |
2.4.2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.4.2 18 Dec 2003 16:22:57 |
clement |
- Add CONFLICTS with apache-contrib-1.*
Approved by: erwin (mentor) |
2.4.2 18 Dec 2003 14:14:59 |
clement |
www/mod_fastcgi:
- Update to 2.4.2
www/fcgi:
- Pass maintainership to volunteer
PR: 60179
Submitted by: JunSeon Oh <hollywar@holywar.net>
Approved by: erwin (mentor) |
2.4.0 07 Nov 2003 09:12:58 |
marcus |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
2.4.0 19 Jun 2003 15:41:36 |
oliver |
Add Apache2 support
PR: 53354
Reviewed by: roberto |
2.4.0 15 Jun 2003 15:12:02 |
oliver |
update mod_fastcgi to 2.4.0
PR: 50944
Submitted by: maintainer |
2.2.12 21 Feb 2003 14:01:38 |
knu |
De-pkg-comment. |
2.2.12 09 Sep 2002 17:48:06 |
dinoex |
support appache13-modssl
no response from MAINTAINER |
23 Dec 2001 18:15:52 |
petef |
- add an extra master site - fix DISTNAME |
22 Dec 2001 12:48:46 |
kevlo |
Update to version 2.2.12 |
20 Nov 2001 23:29:38 |
lioux |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
24 Dec 2000 14:35:59 |
cjh |
Update to 2.2.10 |
08 Oct 2000 08:11:25 |
asami |
Convert category www to new layout. |
05 Sep 2000 10:04:36 |
steve |
Install document files too. |
05 Sep 2000 02:26:18 |
steve |
Update to version 2.2.8. |
12 Aug 2000 11:51:34 |
alex |
Update to 2.2.6 |
31 Jul 2000 21:22:59 |
nbm |
Add mod_fastcgi, the apxs-aware fastcgi module for apache |