notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/apache2/Makefile.modules.3rd

Number of commits found: 24

Sunday, 4 Dec 2005
00:27 clement search for other commits by this committer
- retire www/apache2
Original commit
Thursday, 1 Dec 2005
18:54 clement search for other commits by this committer
- 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
Original commit
Wednesday, 2 Nov 2005
09:13 clement search for other commits by this committer
- Backport WANT_APACHE= common21 from development version of bsd.apache.mk
  Now module selection in apache21 works properply
Original commit
Monday, 31 Oct 2005
18:04 clement search for other commits by this committer
- Fix a misuse of .error. Replace it by IGNORE.

PR:             ports/88281
Reported by:    Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
Original commit
Thursday, 17 Mar 2005
21:09 clement search for other commits by this committer
- Correct misuse of APXS_PREFIX
Original commit
Friday, 11 Feb 2005
15:46 clement search for other commits by this committer
- 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
Original commit
Tuesday, 8 Feb 2005
21:40 clement search for other commits by this committer
- I want to keep APACHE_PORT overridable even with apache2.
Original commit
Wednesday, 26 Jan 2005
14:06 clement search for other commits by this committer
- Fix non DSO apache detection

Noticed by:     Xavier Beaudouin <kiwi@oav.net>
Original commit
10:00 clement search for other commits by this committer
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>
Original commit
Tuesday, 25 Jan 2005
10:11 clement search for other commits by this committer
- make WITHOUT_<CATEGORY>_MODULES really works.
  (it was still stuck with WITHOUT_<CATEGORY>)

Noticed by:     Jason Mealins <jason_mealins@bigfix.com>
Original commit
Saturday, 13 Nov 2004
18:23 clement search for other commits by this committer
- minor cleanups.
Original commit
Tuesday, 19 Oct 2004
20:06 clement search for other commits by this committer
- Fix shared module building when WITH_STATIC_MODULES is defined.

Noticed by:     Nicola Tiling <nti at w4w dot net>
Original commit
Tuesday, 12 Oct 2004
08:27 clement search for other commits by this committer
- 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]
Original commit
Wednesday, 15 Sep 2004
16:54 clement search for other commits by this committer
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)
Original commit
Friday, 3 Sep 2004
12:41 clement search for other commits by this committer
- make AP_GENPLIST pseudo PREFFIX-safe until I find a correct fix.

Discussed with: eik (long time ago)
Original commit
Thursday, 19 Aug 2004
14:38 clement search for other commits by this committer
- 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]
Original commit
Monday, 2 Aug 2004
13:21 clement search for other commits by this committer
- Fix brainless typo.

Noticed by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
Original commit
08:40 clement search for other commits by this committer
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
Original commit
Sunday, 11 Jul 2004
09:43 clement search for other commits by this committer
- 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.
Original commit
Monday, 17 May 2004
10:48 clement search for other commits by this committer
- s/BROKEN/IGNORE/
Per linimon's request correct {mis,ab}use of BROKEN.
Original commit
Saturday, 17 Apr 2004
14:26 clement search for other commits by this committer
- 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]
Original commit
Friday, 16 Apr 2004
14:07 clement search for other commits by this committer
Add AP_EXTRA to support extra arguments to apxs during build.
AP_INC and AP_LIB were added.

Reminded by: mod_vdbh port
Original commit
13:29 clement search for other commits by this committer
Remove noisy apache version detection
Original commit
12:24 clement search for other commits by this committer
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.
Original commit

Number of commits found: 24