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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: Mk/bsd.apache.mk

Number of commits found: 70

Sunday, 11 Mar 2018
14:23 brnrd search for other commits by this committer
Mk/Uses/apache.mk: Migrate Mk/bsd.apache.mk to Uses

 - Chase required changes in framework (bsd.sanity.mk, bsd.port.mk)
 - Chase required changes in ports (version checks)
 - Chase required changes in PHP ports (include bsd.apache.mk)
 - exp-run by antoine, brnrd, joneum

PR:             223691 (exp-run)
Reviewed by:    joneum (hat apache), mat (portmgr), antoine (portmgr)
Approved by:    joneum (hat apache)
Approved by:	portmgr
With hat:       apache
Original commitRevision:464175 
Wednesday, 3 Aug 2016
12:09 mat search for other commits by this committer
Always include bsd.default-versions.mk in bsd.port.mk.

The variable defined in it are now always available after including
bsd.port.pre.mk.

PR:		210666
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6933
Original commitRevision:419511 
Friday, 17 Jun 2016
12:42 mat search for other commits by this committer
Remove DO_NADA targets.

No need to have make(1) compute a target order graph for targets that
are empty.

Sponsored by:	Absolight
Original commitRevision:417004 
Thursday, 14 Apr 2016
13:34 mat search for other commits by this committer
Try to be more helpful to our users, and keep all the possible versions
close to their default value in Mk/bsd.default-versions.mk.

Sponsored by:	Absolight
Original commitRevision:413261 
Sunday, 27 Mar 2016
01:23 bapt search for other commits by this committer
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles

PR:		206569
Exp run by:	antoine
Differential Revision:	D5047
Original commitRevision:411970 
Wednesday, 23 Dec 2015
11:39 ohauer search for other commits by this committer
- adopt new pkg keywords (CHANGES: 20150926)
   - s/exec/postexec/
   - s/unexec/postunexec/

with head apache@
Original commitRevision:404288 
Tuesday, 14 Jul 2015
22:34 pgollucci search for other commits by this committer
Fix static modules in www/apache24

--enable-foo=static
works in both 2.2/2.4 and is required in 2.4

PR:           200161
Submitted by: freebsd@magic.360xl.net
With Hat:     apache@
Original commitRevision:392104 
Saturday, 4 Oct 2014
10:53 ohauer search for other commits by this committer
- fix documentation of user controlled parameters for usage in /etc/make.conf.
  APACHE_PORT should be used only in combination with
"DEFAULT_VERSIONS+=apache2.2"

- ripp AP_BUILDEXT, it is only used in bsd.apache.mk and not exported
Original commitRevision:369952 
Tuesday, 23 Sep 2014
22:10 ohauer search for other commits by this committer
- remove SLAVE_PORT_MODULES (no longer required since apache >= 20)

with hat apache@
Original commitRevision:369128 
20:18 ohauer search for other commits by this committer
- fix bad warning example, s/DEFAULT_VERSIONS=/DEFAULT_VERSIONS+=/

with hat apache@
Original commitRevision:369117 
Sunday, 21 Sep 2014
15:47 ohauer search for other commits by this committer
- change check for httpd version s/-V/-v/

  -V also checks for config issues in httpd.conf, this can break a build
  in case there are config issues during rebuilds on a live system.
  -v prints the required info without check

with hat apache@

PR:		191471
Submitted by:	Todd <kovert_at_omniscient.com>
Original commitRevision:368775 
Wednesday, 10 Sep 2014
21:51 ohauer search for other commits by this committer
- fix DEFAULT_APACHE_VERSION,
  (patch based on fix from babt)
- white space cleanup

with hat apache@
Original commitRevision:367897 
Monday, 8 Sep 2014
22:09 ohauer search for other commits by this committer
- revert to r366839
Original commitRevision:367706 
Sunday, 7 Sep 2014
15:58 ohauer search for other commits by this committer
- fix build for ports defining USE_APACHE=22, USE_APACHE_(BUILD|RUN)=22

spotted by adam@
Original commitRevision:367561 
Monday, 1 Sep 2014
05:43 bapt search for other commits by this committer
Remove support for NO_STAGE
Mark all current non staged ports as BROKEN

Reviewed by:	antoine
Exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D693
Original commitRevision:366839 
Thursday, 21 Aug 2014
18:06 antoine search for other commits by this committer
Add an option helper for PLIST_SUB
Rename a few variables to avoid confusion with this new helper

Requested by:	koobs
Reviewed by:	mat
With hat:	portmgr
Differential revision: https://reviews.freebsd.org/D665
Original commitRevision:365573 
Saturday, 9 Aug 2014
18:21 ohauer search for other commits by this committer
- add some additional SUB_LIST hints

MFH:		2014Q3
Original commitRevision:364455 
Sunday, 13 Jul 2014
15:58 ohauer search for other commits by this committer
- reflect new preferred apache version
Original commitRevision:361691 
Wednesday, 18 Jun 2014
07:20 bapt search for other commits by this committer
tabspace: 8
Original commitRevision:358217 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Sunday, 27 Apr 2014
14:11 ohauer search for other commits by this committer
- automatically strip modules build with
  AP_FAST_BUILD, except if DEBUG is set
Original commitRevision:352422 
Tuesday, 11 Feb 2014
17:12 mat search for other commits by this committer
Use default-versions.mk for Apache, PHP, MySQL And PostgreSQL.

Submitted by:	Allan Jude
Reviewed by:	bdrewery, ohauer (apache), mat
With hat:	portmgr
Original commitRevision:343784 
Sunday, 10 Nov 2013
23:05 ohauer search for other commits by this committer
- support STAGE for ports using AP_FAST_BUILD
Original commitRevision:333452 
20:45 ohauer search for other commits by this committer
- rewrite part of module enabling
Original commitRevision:333447 
Tuesday, 26 Mar 2013
21:31 ohauer search for other commits by this committer
- prepare for apache24
Original commitRevision:315333 
Saturday, 2 Mar 2013
20:49 ohauer search for other commits by this committer
- fix semantic in the install target (swap -a -A)

with head apache@
Original commitRevision:313296 
19:46 ohauer search for other commits by this committer
- allow to install apache modules activated by defining
  AP_MODENABLE in make.conf

  Requested on the mailing lists

- fix patch location in help text

with head apache@
Original commitRevision:313288 
Monday, 24 Sep 2012
20:55 ohauer search for other commits by this committer
- USE_APACHE s/22+/22/

some additional cleanups/fixes
- adopt new Makefile header
- convert to optionsNG
- use BROKEN instead IGNORE in bsd.apache.mk

with hat apache@
Original commitRevision:304797 
Thursday, 20 Sep 2012
18:25 ohauer search for other commits by this committer
- fix issue in case no module is specified

Noted by: Adam McDougall
Original commitRevision:304590 
Saturday, 8 Sep 2012
16:35 ohauer search for other commits by this committer
- add a note about devel/apr1 and apache22 updates
- adjust DBD IGNORE message
Original commitRevision:303916 
Sunday, 2 Sep 2012
14:31 ohauer search for other commits by this committer
devel/apr1 [1]
- update APR to 1.4.6
- update APR-util to 1.4.1
- remove PKGNAMESUFFIX'es

www/apache-(event|itk|peruser|worker)-mpm
- adopt new Makefile header, adjust
  PKGNAMESUFFIX in apache22 masterport
  PKGNAME match now LATEST_LINK

www/apache22 [2]-[6]
- rewrite for options NG
- PORTNAME s|apache|apache22|
- remove APR APR-util specific otions,
  will be checked now with help of apr/u-1-config

Mk/bsd.apache.mk
- rewrite for options NG
- remove no longer needet make targets
  (show-categories, make-options-list)

[1]
PR: 165143

[2]-[6]
PR: 130479
PR: 153406
PR: 158565
PR: 168769
PR: 167965

with hat apache@
Original commitRevision:303550 
Thursday, 23 Aug 2012
04:49 ohauer search for other commits by this committer
- rewite apache port
 - remove all apr/apu related parts (leftovers from bundled apr)
 - remove invalid parts from Makefile.doc
 - move MODULES to Makefile.options

- remove apache20 parts
- remove category handling

with hat apache@
Original commit
Monday, 13 Aug 2012
19:51 ohauer search for other commits by this committer
- rewrite bsd.apache.mk  (prepare for options NG support)
   keep full backward support until apache20 is removed from the tree
   comment code to remove with MFC TODO:

- adjust apache20 and apache22 ports
   changes are transparent for users (no PORTREVISION bump)

 Users who are using special build instructions in make.conf, such as
  - WITH_STATIC_MODULES= alias dir log_config mime rewrite setenvif vhost_alias

 should convert the values to UPPERCASE
  - WITH_STATIC_MODULES= ALIAS DIR LOG_CONFIG MIME REWRITE SETENVIF VHOST_ALIAS

 At the moment code to support old lowercase style is in place, but
 target to remove in favor for options NG.

with hat apache@
Original commit
Monday, 23 Jul 2012
21:19 ohauer search for other commits by this committer
- remove old apache13 parts

with hat apache@
Original commit
Wednesday, 23 May 2012
08:17 miwi search for other commits by this committer
- Remove emacs mode, -*- mode: ...; -*- [1]
- Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify
dependencie [2]
- Fix make reinstall [3]
- Trivial comment change for PORTDATA [4]

PR:             151954 [1]
                161314 [2]
                167085 [3]
                167465 [4]
Submitted by:   Anonymous <swell.k@gmail.com> [1]
                dougb@ and Chris Rees <utisoft@gmail.com> [2]
                Garrett Cooper <yanegomi@gmail.com> [3]
                "Bryan Drewery" <bryan@shatow.net> [4]
Tested via:     phw
Original commit
Wednesday, 11 Jan 2012
20:09 ohauer search for other commits by this committer
- 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@
Original commit
Sunday, 1 Jan 2012
19:30 ohauer search for other commits by this committer
- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@
Original commit
Sunday, 6 Nov 2011
22:47 ohauer search for other commits by this committer
- adjust Note to reflect enforcement of USE_APACHE values
Original commit
21:55 ohauer search for other commits by this committer
- 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@
Original commit
Saturday, 20 Aug 2011
18:58 ohauer search for other commits by this committer
 - 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.
Original commit
17:21 ohauer search for other commits by this committer
- change default apache version to apache22
- make entry in UPDATING

with hat apache@

PR:             ports/147009
Original commit
Sunday, 15 May 2011
20:21 ohauer search for other commits by this committer
- document parameter APACHE_PORT

PR:             ports/153565
Submitted by:   dougb
Original commit
Sunday, 24 Apr 2011
15:37 ohauer search for other commits by this committer
  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

  Values can be specified with and without "." (dot) between major and minor
  version numbers. For example 22 is equal to 2.2

  For documentation and full changelist please take a look into
  Mk/bsd.apache.mk or http://wiki.freebsd.org/bsd.apache.mk

  Commit with hat apache@

PR:             ports/156533
Submitted by:   ohauer
Original commit
Thursday, 31 Mar 2011
14:23 ohauer search for other commits by this committer
 - add mod_substitute to apache22
 - adjust some .endif comments

With Hat:   apache@
Original commit
Monday, 7 Jun 2010
14:38 pgollucci search for other commits by this committer
- 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@
Original commit
Tuesday, 25 May 2010
20:59 pgollucci search for other commits by this committer
stray $
Original commit
20:17 pgollucci search for other commits by this committer
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)
Original commit
Thursday, 20 May 2010
21:43 pgollucci search for other commits by this committer
- 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@
Original commit
Wednesday, 19 May 2010
23:01 pgollucci search for other commits by this committer
*****************************************************************************
            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@
Original commit
Wednesday, 5 May 2010
22:26 pgollucci search for other commits by this committer
- Make the SLAVE_DESIGNED_FOR message more useful and say what versions
  didn't match.  Changes message text only.

With Hat:   apache@
Original commit
Monday, 14 Dec 2009
00:16 pgollucci search for other commits by this committer
- 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>
Original commit
Wednesday, 19 Sep 2007
21:03 clement search for other commits by this committer
- Avoid "OPTIONS blackhole" during 'make make-options-list'
Original commit
Tuesday, 18 Sep 2007
20:01 clement search for other commits by this committer
- cosmetic changes
- s/OPTIONS=/OPTIONS+=/
Original commit
Sunday, 9 Sep 2007
14:36 clement search for other commits by this committer
- 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"
Original commit
Sunday, 22 Jul 2007
12:43 clement search for other commits by this committer
- Fix index build: temporary remove pre/post stuff.

Pointy Hat to: clement
Original commit
10:48 clement search for other commits by this committer
- fix long standing bugs
  * fix pre/post includes
  * fix local port overiding for apache > 2.1
  * Add a short notr about USE_APACHE=yes
Original commit
Thursday, 28 Jun 2007
15:50 pav search for other commits by this committer
- 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
Original commit
Tuesday, 7 Nov 2006
09:11 clement search for other commits by this committer
- s/WITH_SUEXEC_UMASK/SUEXEC_UMASK/

Spotted by:             ksaveras.sakys@observer.lt
Original commit
Tuesday, 20 Jun 2006
04:58 linimon search for other commits by this committer
Fix typo in IGNORE message.
Original commit
Thursday, 11 May 2006
15:21 clement search for other commits by this committer
- Add APACHEETCDIR to catch apache etc directory.
  It can't be used with USE_APACHE=yes

Requested by:   pav, tmclaugh
Original commit
Sunday, 30 Apr 2006
16:38 clement search for other commits by this committer
- 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>
Original commit
Thursday, 23 Feb 2006
20:46 clement search for other commits by this committer
- Fix USE_APACHE=22

Approved by:    portmgr (self)

Spotted by:     Larry Rosenman <ler at lerctr dot org>
Original commit
Sunday, 15 Jan 2006
18:58 clement search for other commits by this committer
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]
Original commit
Saturday, 14 Jan 2006
13:42 clement search for other commits by this committer
- 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
Original commit
Wednesday, 7 Dec 2005
20:54 clement search for other commits by this committer
- Add forgotten mod_filter

Spotted by:             Cheese Lottery <cheeselottery@gmail.com>
Original commit
Sunday, 4 Dec 2005
17:13 clement search for other commits by this committer
- export APACHEMODDIR and APACHEINCLUDEDIR to Makefile-land
- remove duplicated "code"
Original commit
14:08 clement search for other commits by this committer
- Fix a condition in bsd.apache.mk
- all apache 1.3 only modules maintained by apache@ are now bsd.apache.mk
  compliant
Original commit
00:18 clement search for other commits by this committer
- 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
Original commit
Saturday, 3 Dec 2005
21:28 clement search for other commits by this committer
- Add support for upcoming www/apache22 port
Original commit
Tuesday, 8 Nov 2005
09:02 clement search for other commits by this committer
* 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 View all of this commit message)
Original commit

Number of commits found: 70