non port: www/mod_fastcgi/Makefile |
SVNWeb
|
Number of commits found: 44 |
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.
|
Fri, 14 Dec 2018
|
[ 13:57 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
|
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
|
Fri, 8 Aug 2014
|
[ 10:07 des ]
Add support for Apache 2.4.
|
Sun, 15 Dec 2013
|
[ 16:45 ohauer ] (Only the first 10 of 11 ports in this commit are shown above. )
- add stage support
- minor cleanups
|
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)
|
Wed, 27 Mar 2013
|
[ 18:17 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 )
|
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@
|
Wed, 18 Jan 2012
|
[ 04:31 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@
|
Sun, 1 Jan 2012
|
[ 16:47 ohauer ] (Only the first 10 of 64 ports in this commit are shown above. )
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
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
|
Fri, 7 May 2010
|
[ 05:24 pgollucci ]
- Stop using non-threadsafe functions
[sent upstream]
PR: ports/136598
Submitted by: Gea-Suan Lin <gslin@gslin.org>
With Hat: apache@
|
Sun, 17 May 2009
|
[ 07:24 pgollucci ] (Only the first 10 of 74 ports in this commit are shown above. )
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes
|
Sat, 27 Dec 2008
|
[ 21:15 pgollucci ] (Only the first 10 of 11 ports in this commit are shown above. )
Unmaintained www/mod_* ports over to apache@ maintainer
mod_$lang excluded
Approved by: portmgr (erwin)
|
Sun, 16 Dec 2007
|
[ 12:25 pav ]
- Update to 2.4.6
PR: ports/118000
Submitted by: Yar <yarodin@gmail.com>
|
Wed, 5 Apr 2006
|
[ 05:34 linimon ]
Reset hollywar@mail.holywar.net due to no response to email about maintainer
timeouts.
Hat: portmgr
|
Sun, 12 Feb 2006
|
[ 02:11 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)
|
Sat, 11 Feb 2006
|
[ 14:42 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)
|
Sun, 2 Oct 2005
|
[ 08:07 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)
|
Mon, 19 Sep 2005
|
[ 11:52 clement ] (Only the first 10 of 21 ports in this commit are shown above. )
- 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)
|
Tue, 31 May 2005
|
[ 10:45 flz ]
- Add WITHOUT_APACHE_SUEXEC knob.
PR: ports/77740
Submitted by: Vladimir Tananko <bs@artcon.ru>
Approved by: maintainer timeout (3 months)
|
Mon, 31 May 2004
|
[ 23:23 pav ]
- Back out rev. 1.16 which accidentally slipped into my previous commit
Pointy hat (XL size): pav
|
[ 23:20 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>
|
Thu, 18 Dec 2003
|
[ 16:22 clement ]
- Add CONFLICTS with apache-contrib-1.*
Approved by: erwin (mentor)
|
[ 14:14 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)
|
Fri, 7 Nov 2003
|
[ 09:12 marcus ] (Only the first 10 of 89 ports in this commit are shown above. )
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex
|
Thu, 19 Jun 2003
|
[ 15:41 oliver ]
Add Apache2 support
PR: 53354
Reviewed by: roberto
|
Sun, 15 Jun 2003
|
[ 15:12 oliver ]
update mod_fastcgi to 2.4.0
PR: 50944
Submitted by: maintainer
|
Fri, 21 Feb 2003
|
[ 14:01 knu ] (Only the first 10 of 278 ports in this commit are shown above. )
De-pkg-comment.
|
Mon, 9 Sep 2002
|
[ 17:48 dinoex ]
support appache13-modssl
no response from MAINTAINER
|
Sun, 23 Dec 2001
|
[ 18:15 petef ]
- add an extra master site - fix DISTNAME
|
Sat, 22 Dec 2001
|
[ 12:48 kevlo ]
Update to version 2.2.12
|
Tue, 16 Jan 2001
|
[ 17:33 sobomax ] (Only the first 10 of 365 ports in this commit are shown above. )
Massive style enforcement - use ^I instead of spaces for variables identation.
|
Sun, 24 Dec 2000
|
[ 14:35 cjh ]
Update to 2.2.10
|
Tue, 5 Sep 2000
|
[ 10:04 steve ]
Install document files too.
|
[ 02:26 steve ]
Update to version 2.2.8.
|
Sat, 12 Aug 2000
|
[ 11:51 alex ]
Update to 2.2.6
|
Mon, 31 Jul 2000
|
[ 21:22 nbm ]
Add mod_fastcgi, the apxs-aware fastcgi module for apache
|
Number of commits found: 44 |