| non port: Mk/bsd.apache.mk |
|
CVSWeb
|
Number of commits found: 35 |
|
Wed, 11 Jan 2012
|
[ 20:09 ohauer ]
1.35 Mk/bsd.apache.mk
- no need to strip `.' in APACHE_VERSION_CHECK because `.' is no longer valid in
APACHE_VERSION
- make apache2x module cleanup more strict so addon modules will not remove
LoadModule lines insert by apache2x.
For example apache own proxy_scgi_module could be removed during deinstall of
mod_scgi
- remove apache13 module pkg-plist cleanup
with hat apache@
|
|
Sun, 1 Jan 2012
|
[ 19:30 ohauer ]
1.2 www/apache13-modssl/files/CVE-2010-0010.patch
1.2 www/mod_log_sql/files/FreeBSD-readme.txt
1.2717 MOVED
1.1065 databases/Makefile
1.17 databases/p5-ApacheDBILogConfig/Makefile
1.18 databases/p5-ApacheDBILogger/Makefile
1.1694 textproc/Makefile
1.13 textproc/p5-Apache-XBEL/Makefile
1.3067 www/Makefile
1.25 www/apache-contrib/Makefile
(Only the first 10 of 505 ports in this commit are shown above. )
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
|
|
Sun, 6 Nov 2011
|
[ 22:47 ohauer ]
1.33 Mk/bsd.apache.mk
- adjust Note to reflect enforcement of USE_APACHE values
|
[ 21:55 ohauer ]
1.32 Mk/bsd.apache.mk
- force usage of USE_APACHE values without '.'
Examples:
USE_APACHE= 22 # specify exact version
USE_APACHE= 13+ # specify [min] version, no [max] version
USE_APACHE= 13-22 # specify [min]-[max] range
USE_APACHE= -22 # specify [max] version, no [min] version
with hat apache@
|
|
Sat, 20 Aug 2011
|
[ 18:58 ohauer ]
1.31 Mk/bsd.apache.mk
- adjust USE_APACHE sample
USE_APACHE value is preferred without "." since bsd.apache.mk
has to rip out the "." for further processing.
Support for "." in the value is taret for change.
|
[ 17:21 ohauer ]
1.1123 UPDATING
1.30 Mk/bsd.apache.mk
- change default apache version to apache22
- make entry in UPDATING
with hat apache@
PR: ports/147009
|
|
Sun, 15 May 2011
|
[ 20:21 ohauer ]
1.29 Mk/bsd.apache.mk
- document parameter APACHE_PORT
PR: ports/153565
Submitted by: dougb
|
|
Sun, 24 Apr 2011
|
[ 15:37 ohauer ]
1.28 Mk/bsd.apache.mk
1.679 Mk/bsd.port.mk
Mk/bsd.apache.mk was rewritten with a new logic and some new parameters
to support future apache versions and the transition to apache22.
Existing and new USE_APACHE* parameters:
USE_APACHE set apache and apxs as build and run dependency
USE_APACHE_BUILD set apache and apxs as build dependency
USE_APACHE_RUN set apache and apxs as run dependency
The following example is representative of all three possible parameters to
use:
USE_APACHE= 22 specify exact version
USE_APACHE= 1.3+ specify [min] version, no [max] version
USE_APACHE= 13-22 specify [min]-[max] range
USE_APACHE= -2.2 specify [max] version, no [min] version (Only the first 15 lines of the commit message are shown above )
|
|
Thu, 31 Mar 2011
|
[ 14:23 ohauer ]
1.27 Mk/bsd.apache.mk
- add mod_substitute to apache22
- adjust some .endif comments
With Hat: apache@
|
|
Mon, 7 Jun 2010
|
[ 14:38 pgollucci ]
1.26 Mk/bsd.apache.mk
- Provide a knob to not check the APACHE_PORT value or the installed version of
httpd.
Very useful for maintainers or for doing all the targets up to 'do-install'
With Hat: apache@
|
|
Tue, 25 May 2010
|
[ 20:59 pgollucci ]
1.25 Mk/bsd.apache.mk
stray $
|
[ 20:17 pgollucci ]
1.19 www/mod_accounting/Makefile
1.6 www/mod_auth_form/Makefile
1.26 www/mod_auth_kerb/Makefile
1.26 www/mod_auth_kerb2/Makefile
1.33 www/mod_auth_mysql/Makefile
1.6 www/mod_auth_openid/Makefile
1.9 www/mod_auth_pam2/Makefile
1.25 www/mod_auth_pgsql/Makefile
1.2 www/mod_auth_pubtkt/Makefile
1.3 www/mod_auth_xradius/Makefile
(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, 20 May 2010
|
[ 21:43 pgollucci ]
1.276 www/apache22/Makefile
1.37 www/apache22/Makefile.modules
1.7 www/apache22/Makefile.options
1.23 Mk/bsd.apache.mk
1.99 www/apache22/pkg-plist
- Enable,build, and install mod_reqtimeout.so which mitigates solaris attacks.
- Default on, so bump PORTREVISION
Reuested by: Jonas Eckerman <jonas@fsdb.org> (via apache@)
With Hat: apache@
|
|
Wed, 19 May 2010
|
[ 23:01 pgollucci ]
1.22 Mk/bsd.apache.mk
*****************************************************************************
Implement PKGNAMEPREFIX=ap13|ap20|ap22
*****************************************************************************
- Create packages for USE_APACHE=x ports with PKGNAMEPREFIX [1]
- Rephrase IGNORE statement, kill EOL spaces, reformat in Mk/bsd.apache.mk [2]
- Remove USE_APACHE=yes, USE_APACHE=apr, and APR_DEPS=foo
- Remove APACHE_COMPAT=X
- Drop support for 21 [dev only release, not in tree for years now]
PR: ports/115461 [1], ports/133197 [2], ports/141688
Submitted by: myself (pgollucci@),
Alexey Rubtsov <arubtsov@swsoft.com> [1],
dafne [2]
Requested by: Several [1]
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav)
With Hat: apache@
|
|
Wed, 5 May 2010
|
[ 22:26 pgollucci ]
1.21 Mk/bsd.apache.mk
- Make the SLAVE_DESIGNED_FOR message more useful and say what versions
didn't match. Changes message text only.
With Hat: apache@
|
|
Mon, 14 Dec 2009
|
[ 00:16 pgollucci ]
1.20 Mk/bsd.apache.mk
- Fix builds that enable PROXY support.
This should have been part of the following previous commit to www/apache22
>- OPTIONS+= PROXY_SCGI
>
>PR: ports/140137
>Submitted by: olli hauer <ohauer@gmx.de>
|
|
Wed, 19 Sep 2007
|
[ 21:03 clement ]
1.19 Mk/bsd.apache.mk
- Avoid "OPTIONS blackhole" during 'make make-options-list'
|
|
Tue, 18 Sep 2007
|
[ 20:01 clement ]
1.18 Mk/bsd.apache.mk
- cosmetic changes
- s/OPTIONS=/OPTIONS+=/
|
|
Sun, 9 Sep 2007
|
[ 14:36 clement ]
1.17 Mk/bsd.apache.mk
- fix pre/post includes for USE_APACHE=common*
We still perform a double inclusion for modules to ensure backward
compatibility
- add "Apache servers"-wide support for OPTIONS.
!! Warning !!
If OPTIONS is defined, all other modes to select modules are disabled.
Here's the logic behind:
1) OPTIONS
2) WITH_MODULES
3) all others knobs.
OPTIONS'ified list of modules can be obtained via:
"make make-options-list"
|
|
Sun, 22 Jul 2007
|
[ 12:43 clement ]
1.16 Mk/bsd.apache.mk
- Fix index build: temporary remove pre/post stuff.
Pointy Hat to: clement
|
[ 10:48 clement ]
1.15 Mk/bsd.apache.mk
- fix long standing bugs
* fix pre/post includes
* fix local port overiding for apache > 2.1
* Add a short notr about USE_APACHE=yes
|
|
Thu, 28 Jun 2007
|
[ 15:50 pav ]
1.14 Mk/bsd.apache.mk
- Fix leftover httpd.conf for AP_GEN_PLIST using ports. The problem is that
apxs does not remove module line from httpd.conf, it merely comments it out.
Later, on Apache deinstall, the file differs from stock httpd.conf and is not
deleted.
Tested by: pointyhat exprun
|
|
Tue, 7 Nov 2006
|
[ 09:11 clement ]
1.13 Mk/bsd.apache.mk
- s/WITH_SUEXEC_UMASK/SUEXEC_UMASK/
Spotted by: ksaveras.sakys@observer.lt
|
|
Tue, 20 Jun 2006
|
[ 04:58 linimon ]
1.12 Mk/bsd.apache.mk
Fix typo in IGNORE message.
|
|
Thu, 11 May 2006
|
[ 15:21 clement ]
1.11 Mk/bsd.apache.mk
- Add APACHEETCDIR to catch apache etc directory.
It can't be used with USE_APACHE=yes
Requested by: pav, tmclaugh
|
|
Sun, 30 Apr 2006
|
[ 16:38 clement ]
1.10 Mk/bsd.apache.mk
- We have to explicitely disable proxy modules to avoid auto activation of
non desired proxy modules with WITH_CUSTOM_PROXY
PR: ports/95728
Submitted by: Tetsuya Uemura <t_uemura@macome.co.jp>
|
|
Thu, 23 Feb 2006
|
[ 20:46 clement ]
1.9 Mk/bsd.apache.mk
- Fix USE_APACHE=22
Approved by: portmgr (self)
Spotted by: Larry Rosenman <ler at lerctr dot org>
|
|
Sun, 15 Jan 2006
|
[ 18:58 clement ]
1.232 www/apache20/Makefile
1.181 www/apache21/Makefile
1.188 www/apache22/Makefile
1.21 www/apache20/Makefile.modules
1.9 www/apache21/Makefile.modules
1.13 www/apache22/Makefile.modules
1.16 www/apache20/files/apache.sh
1.9 www/apache21/files/apache.sh
1.8 Mk/bsd.apache.mk
Cleanups and fixes
- remove useless options (and fix thread stuff) [1]
- move print-closest-mirror to bsd.apache.mk
- move threads configure options out of Makefile.modules
- Fix stupid logic to disable v4mapped address [2]
- and more...
Submitted/spotted by: many, Hirohisa Yamaguchi <umq@ueo.co.jp> [1]
ume[2]
PR: ports/91813 [1]
|
|
Sat, 14 Jan 2006
|
[ 13:42 clement ]
1.185 www/apache22/Makefile
1.7 Mk/bsd.apache.mk
- Fix some suexec CONFIGURE_ARGS for 1.3.x
- add show-categories and show-modules targets, for server ports.
Remove these targets from www/apache22/Makefile
|
|
Wed, 7 Dec 2005
|
[ 20:54 clement ]
1.8 www/apache21/Makefile.modules
1.9 www/apache22/Makefile.modules
1.6 Mk/bsd.apache.mk
- Add forgotten mod_filter
Spotted by: Cheese Lottery <cheeselottery@gmail.com>
|
|
Sun, 4 Dec 2005
|
[ 17:13 clement ]
1.5 Mk/bsd.apache.mk
- export APACHEMODDIR and APACHEINCLUDEDIR to Makefile-land
- remove duplicated "code"
|
[ 14:08 clement ]
1.10 www/mod_access_identd/Makefile
1.15 www/mod_access_referer/Makefile
1.4 www/mod_accesscookie/Makefile
1.6 www/mod_auth_cookie_mysql/Makefile
1.4 www/mod_auth_imap/Makefile
1.5 www/mod_auth_useragent/Makefile
1.4 www/mod_curb/Makefile
1.5 www/mod_macro/Makefile
1.4 Mk/bsd.apache.mk
1.3 www/mod_access_identd/distinfo
(Only the first 10 of 17 ports in this commit are shown above. )
- Fix a condition in bsd.apache.mk
- all apache 1.3 only modules maintained by apache@ are now bsd.apache.mk
compliant
|
[ 00:18 clement ]
1.844 MOVED
1.4 databases/gnatsweb4/Makefile
1.90 devel/subversion/Makefile
1.95 lang/php4/Makefile
1.90 lang/php5/Makefile
1.16 misc/linux-opengroupware/Makefile
1.9 net/xbone-gui/Makefile
1.1255 www/Makefile
1.177 www/apache21/Makefile
1.20 www/dpsearch/Makefile
(Only the first 10 of 50 ports in this commit are shown above. )
- prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus
|
|
Sat, 3 Dec 2005
|
[ 21:28 clement ]
1.2 Mk/bsd.apache.mk
- Add support for upcoming www/apache22 port
|
|
Tue, 8 Nov 2005
|
[ 09:02 clement ]
1.47 CHANGES
1.1 Mk/bsd.apache.mk
1.1 Mk/bsd.database.mk
1.69 Mk/bsd.java.mk
1.518 Mk/bsd.port.mk
1.61 Mk/bsd.port.subdir.mk
1.1 Mk/bsd.tcl.mk
* Add bsd.database.mk [1]
- move out from bsd.port.mk USE_MYSQL and USE_PGSQL.
- add support for Berkley DB and SQLite (via USE_BDB and USE_SQLITE
knobs).
* Espace '+' in make search [2]
* Add "makepatch" target to simplify creation of patches during porting [3]
* Replace deprecated MACHINE_ARCH with ARCH [4]
* Remove support of OpenLDAP 2.1 [5]
* Add bsd.tcl.mk [6]
It introduces USE_TCL/USE_TCL_BUILD knobs to support various(Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 35 |