FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 3:18 AM BST
non port: www/apache2/Makefile.modules.3rd
CVSWeb

Number of commits found: 24

Sun, 4 Dec 2005
[ 00:27 clement ] Original commit 
1.233 www/apache2/Makefile
1.19 www/apache2/Makefile.doc
1.21 www/apache2/Makefile.modules
1.24 www/apache2/Makefile.modules.3rd
1.16 www/apache2/files/apache.sh
1.2 www/apache2/files/apache2libs.sh
1.2 www/apache2/files/build-fix-openssl_beta
1.69 www/apache2/distinfo
1.3 www/apache2/files/exp-apr-kqueue.patch
1.2 www/apache2/files/exp-windowsupdate.patch

(Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- retire www/apache2
Thu, 1 Dec 2005
[ 18:54 clement ] Original commit 
1.23 www/apache2/Makefile.modules.3rd
- Fix IGNORE quoting in Makefile.modules.3rd; unbreak www/mod_vhsH
While I'm here fix typo

PR:             ports/89125
Submitted by:   Ion-Mihai "IOnut" Tetcu
Pointy hat to:  clement
Wed, 2 Nov 2005
[ 09:13 clement ] Original commit 
1.174 www/apache21/Makefile
1.22 www/apache2/Makefile.modules.3rd
- Backport WANT_APACHE= common21 from development version of bsd.apache.mk
  Now module selection in apache21 works properply
Mon, 31 Oct 2005
[ 18:04 clement ] Original commit 
1.21 www/apache2/Makefile.modules.3rd
- Fix a misuse of .error. Replace it by IGNORE.

PR:             ports/88281
Reported by:    Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
Thu, 17 Mar 2005
[ 21:09 clement ] Original commit 
1.20 www/apache2/Makefile.modules.3rd
- Correct misuse of APXS_PREFIX
Fri, 11 Feb 2005
[ 15:46 clement ] Original commit 
1.19 www/apache2/Makefile.modules.3rd
- backout previous commit.
  I blindly committed a change from my dev tree. Since USE_APACHE design
  is flacky, it had a very annoying impact.

PR:                ports/77391 [1]
Also reported by: pointyhat via kris,
                  Scot Hetzel <swhetzel@gmail.com> [1]
Pointy hat to:    clement
Tue, 8 Feb 2005
[ 21:40 clement ] Original commit 
1.18 www/apache2/Makefile.modules.3rd
- I want to keep APACHE_PORT overridable even with apache2.
Wed, 26 Jan 2005
[ 14:06 clement ] Original commit 
1.17 www/apache2/Makefile.modules.3rd
- Fix non DSO apache detection

Noticed by:     Xavier Beaudouin <kiwi@oav.net>
[ 10:00 clement ] Original commit 
1.16 www/apache2/Makefile.modules.3rd
Changes in Makefile.modules.3rd
o Major change(s)
   - in some cases, modules are still built as static modules, making
     modules selection useless and generate a non-desired httpd

o Minor change(s)
   - apxs detection is done only if port isn't a server one.
   - Mark modules ports as IGNORED if apaxhe is built statically
   - fix make show-modules when when WITH_ALL_STATIC_MODULES is defined

Most issues discovered by:      Jason Mealins <jason_mealins@bigfix.com>
Tue, 25 Jan 2005
[ 10:11 clement ] Original commit 
1.15 www/apache2/Makefile.modules.3rd
- make WITHOUT_<CATEGORY>_MODULES really works.
  (it was still stuck with WITHOUT_<CATEGORY>)

Noticed by:     Jason Mealins <jason_mealins@bigfix.com>
Sat, 13 Nov 2004
[ 18:23 clement ] Original commit 
1.212 www/apache2/Makefile
1.19 www/apache2/Makefile.modules
1.14 www/apache2/Makefile.modules.3rd
1.10 www/apache2/files/apache.sh
1.5 www/apache2/pkg-message
- minor cleanups.
Tue, 19 Oct 2004
[ 20:06 clement ] Original commit 
1.13 www/apache2/Makefile.modules.3rd
- Fix shared module building when WITH_STATIC_MODULES is defined.

Noticed by:     Nicola Tiling <nti at w4w dot net>
Tue, 12 Oct 2004
[ 08:27 clement ] Original commit 
1.201 www/apache2/Makefile
1.11 www/apache2/Makefile.doc
1.18 www/apache2/Makefile.modules
1.12 www/apache2/Makefile.modules.3rd
1.65 www/apache2/distinfo
1.2 www/apache2/files/exp-http-ready.patch
1.2 www/apache2/files/patch-fix-srclib:apr:network_io:unix:sockaddr.c
1.2 www/apache2/files/patch-secfix-modules:dav:fs:lock.c
1.2 www/apache2/files/patch-secfix-modules:ssl:ssl_engine_io.c
1.2 www/apache2/files/patch-secfix-server:utils.c

(Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Update to 2.0.52
- Use "PORTDOCS= #" and get rid of docs entry in plist.
- Support for FreeBSD 6 in apr
- Move of cache modules from THREADS to EXPERIMENTAL category and make
  sure we enable THREADS modules (cgid only) when a threaded MPM is
  selected.
- Resurect WITH_EXTRA_MODULES knob
- powerlogo.gif is now hosted by FreeBSD mirrors
- WITH_<category> is definitively no longer supported.
- Add Includes dir when installed via a package [1]

PR:             ports/72309 [1]
Submitted by:   Christian Kratzer <ck at cksoft dot de> [1]
Wed, 15 Sep 2004
[ 16:54 clement ] Original commit 
1.199 www/apache2/Makefile
1.10 www/apache2/Makefile.doc
1.11 www/apache2/Makefile.modules.3rd
1.1 www/apache2/files/patch-secfix-modules:dav:fs:lock.c
1.1 www/apache2/files/patch-secfix-server:utils.c
1.1 www/apache2/files/patch-secfix-srclib:apr-util:test:testuri.c
Security fixes [1]:
  *) SECURITY: CAN-2004-0786 (cve.mitre.org)
     Fix an input validation issue in apr-util which could be
     triggered by malformed IPv6 literal addresses.  [Joe Orton]

  *) SECURITY: CAN-2004-0747 (cve.mitre.org)
     Fix buffer overflow in expansion of environment variables in
     configuration file parsing.  [Andr<E9> Malo]

  *) SECURITY: CAN-2004-0809 (cve.mitre.org)
     mod_dav_fs: Fix a segfault in the handling of an indirect lock
     refresh.  PR 31183.  [Joe Orton]

- Update documentation (finally!) and fix WITH_<CATEGORY>_MODULES
  for special modules like LDAP or SSL [2]

Noticed by:     nectar [1]
Requested by:   Emile Heitor <imil at home dot imil dot net> [2]
Approved by:    portmgr (marcus)
Fri, 3 Sep 2004
[ 12:41 clement ] Original commit 
1.10 www/apache2/Makefile.modules.3rd
- make AP_GENPLIST pseudo PREFFIX-safe until I find a correct fix.

Discussed with: eik (long time ago)
Thu, 19 Aug 2004
[ 14:38 clement ] Original commit 
1.198 www/apache2/Makefile
1.9 www/apache2/Makefile.doc
1.9 www/apache2/Makefile.modules.3rd
- Add support for exception hook:
  * WITH_EXCEPTION_HOOK now exists
  * Automatically add if WITH_DEBUG is set
  * Update still-outdated-documentation
- Remove automatic debuf mode if DEBUG_FLAGS is set

Exception hook is very useful for debugging (upcoming www/mod_backtrace
and www/mod_whatkilledus modules)

Makefile.modules.3rd:
- Fix CONFIGURE_ARGS for dynamic module selection.
  It's now fully usuable for apache13 ports
- Remove an useless WANT_APACHE check
- Move apxs detection at the beginning of the file, to use APXS_PREFIX
  for apache major version detection [1]
  The main advantage of this patch is to provide a nice way to
  have multiple apache versions, without altering ${LOCALBASE}.

Submitted by:    "ports/c0decafe.net" <ports at c0decafe dot net> [1]
Mon, 2 Aug 2004
[ 13:21 clement ] Original commit 
1.8 www/apache2/Makefile.modules.3rd
- Fix brainless typo.

Noticed by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
[ 08:40 clement ] Original commit 
1.193 www/apache2/Makefile
1.16 www/apache2/Makefile.modules
1.7 www/apache2/Makefile.modules.3rd
apache2 NG patch 2/5.
Makefile.modules:
   - Export rewritten modules selection from Makefile.modules
     to Makefile.modules.3rd
   - Remove proxy support by default.

Makefile.modules.3rd:
   - Add support for WANT_APACHE common13/common2 to share
     code/functionalities between apache13 and apache2 server ports.

Rewrite of modules selection:
   - WITH_MODULES and WITHOUT_MODULES are no more conflicting
     WITHOUT_MODULES can be safely used internally to remove conflicting
     modules
   - Selection is based on modules categories to improve flexibility
        - WITH_${category}[_MODULES]
        - WITHOUT_${category}
        - WITH_CUSTOM_${category}
   -  Support apache13, apache2{0,1}
        This is EXPERIMENTAL. I'll test it IRL with www/apache13-ssl,
        and it should be easily usuable in future bsd.apache.mk
Sun, 11 Jul 2004
[ 09:43 clement ] Original commit 
1.6 www/apache2/Makefile.modules.3rd
- Improve plist generation.
  It fixes problems when you deinstall a port with $PREFIX != $(apxs -q
  prefix). Now plist is aware of real location of apache module.
Mon, 17 May 2004
[ 10:48 clement ] Original commit 
1.5 www/apache2/Makefile.modules.3rd
- s/BROKEN/IGNORE/
Per linimon's request correct {mis,ab}use of BROKEN.
Sat, 17 Apr 2004
[ 14:26 clement ] Original commit 
1.4 www/apache2/Makefile.modules.3rd
- Do not activate module automatically [1]
- Cosmectic change in autogenerated plist (run apxs before the removal
  of the module file, it can make apxs fail if you change module
  name/shortname)

Forgotten by:   me [1]
Reminded by:    discussion with kris [1]
Fri, 16 Apr 2004
[ 14:07 clement ] Original commit 
1.3 www/apache2/Makefile.modules.3rd
Add AP_EXTRA to support extra arguments to apxs during build.
AP_INC and AP_LIB were added.

Reminded by: mod_vdbh port
[ 13:29 clement ] Original commit 
1.2 www/apache2/Makefile.modules.3rd
Remove noisy apache version detection
[ 12:24 clement ] Original commit 
1.1 www/apache2/Makefile.modules.3rd
Add Makefile.modules.3rd, which should simplify apache modules porting.
It can not be used with USE_APACHE knob.

Most important knobs:
WANT_APACHE=    {13,2}
        Apache version required. if undefined, both apache version
        are allowed.
AP_FAST_BUILD
        Do ${APXS} -c ${APXS} -i for you
AP_GENPLIST
        Autogenerate a _SIMPLE_ plist:

See future commits to know how to use this file.

Number of commits found: 24

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.353 seconds.