Skip site navigation (1)Skip section navigation (2)

CVS log for ports/www/apache20/Attic/Makefile.modules.3rd

[BACK] Up to [FreeBSD] / ports / www / apache20

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.24
Fri May 7 05:32:36 2010 UTC (21 months ago) by pgollucci
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.23: +1 -1 lines
- This file is never included.

$ grep -R Makefile.modules.3rd ${PORTSDIR}/
UPDATING:  - Makefile.modules.3rd contains modules selection for apache 2.x and 1.3.x
www/apache20/CVS/Entries:/Makefile.modules.3rd/1.23/Sun Aug  2 19:35:56 2009//

With Hat:   apache@

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:35:56 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Dec 4 09:08:42 2005 UTC (6 years, 2 months ago) by clement
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
- Fix INDEX build

pointy hat to:	clement

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Dec 3 23:04:21 2005 UTC (6 years, 2 months ago) by clement
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +15 -4 lines
- resync' with www/apache2

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun May 22 09:09:42 2005 UTC (6 years, 8 months ago) by clement
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
- Sync with www/apache2

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Feb 11 15:46:11 2005 UTC (7 years ago) by clement
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
- 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

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Feb 8 21:40:06 2005 UTC (7 years ago) by clement
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
- I want to keep APACHE_PORT overridable even with apache2.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jan 26 14:06:35 2005 UTC (7 years ago) by clement
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
- Fix non DSO apache detection

Noticed by:	Xavier Beaudouin <kiwi@oav.net>

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jan 26 10:00:11 2005 UTC (7 years ago) by clement
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +22 -10 lines
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>

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jan 25 10:11:34 2005 UTC (7 years ago) by clement
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
- make WITHOUT_<CATEGORY>_MODULES really works.
  (it was still stuck with WITHOUT_<CATEGORY>)

Noticed by:	Jason Mealins <jason_mealins@bigfix.com>

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Nov 13 18:23:33 2004 UTC (7 years, 2 months ago) by clement
Branches: MAIN
CVS tags: old_RELEASE_4_11_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +6 -1 lines
- minor cleanups.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Oct 19 20:06:59 2004 UTC (7 years, 3 months ago) by clement
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
- Fix shared module building when WITH_STATIC_MODULES is defined.

Noticed by:	Nicola Tiling <nti at w4w dot net>

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Oct 12 08:27:39 2004 UTC (7 years, 4 months ago) by clement
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +10 -2 lines
- 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]

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Sep 15 16:54:37 2004 UTC (7 years, 4 months ago) by clement
Branches: MAIN
CVS tags: old_RELEASE_5_3_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
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)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Sep 3 12:41:17 2004 UTC (7 years, 5 months ago) by clement
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -5 lines
- make AP_GENPLIST pseudo PREFFIX-safe until I find a correct fix.

Discussed with:	eik (long time ago)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 19 14:38:36 2004 UTC (7 years, 5 months ago) by clement
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +14 -12 lines
- 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]

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Aug 2 13:21:36 2004 UTC (7 years, 6 months ago) by clement
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
- Fix brainless typo.

Noticed by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 2 08:40:05 2004 UTC (7 years, 6 months ago) by clement
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +157 -1 lines
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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jul 11 09:43:17 2004 UTC (7 years, 7 months ago) by clement
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +13 -2 lines
- 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.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon May 17 10:48:22 2004 UTC (7 years, 8 months ago) by clement
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
- s/BROKEN/IGNORE/
Per linimon's request correct {mis,ab}use of BROKEN.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 17 14:26:01 2004 UTC (7 years, 9 months ago) by clement
Branches: MAIN
CVS tags: old_RELEASE_4_10_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
- 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]

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 16 14:07:16 2004 UTC (7 years, 9 months ago) by clement
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +9 -2 lines
Add AP_EXTRA to support extra arguments to apxs during build.
AP_INC and AP_LIB were added.

Reminded by: mod_vdbh port

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 16 13:29:29 2004 UTC (7 years, 9 months ago) by clement
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -12 lines
Remove noisy apache version detection

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Apr 16 12:24:42 2004 UTC (7 years, 9 months ago) by clement
Branches: MAIN
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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options