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.

Port details
mod_log_sql2-dtc Allows Apache to log to a MySQL database
1.101_7 www Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.101_7Version of this port present on the latest quarterly branch.
Maintainer: apache@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-11-20 06:16:20
Last Update: 2018-04-16 10:44:31
SVN Revision: 467473
Also Listed In: databases
License: not specified in port
WWW:
http://www.outoforder.cc/projects/apache/mod_log_sql/
Description:
This add-on module allows the apache web server to use a MySQL database for logging of all operations. WWW: http://www.outoforder.cc/projects/apache/mod_log_sql/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. libexec/apache22/mod_log_sql.so
  2. @exec %D/sbin/apxs -e -a -n log_sql %D/%F
  3. @unexec /usr/bin/sed -i '' '/LoadModule log_sql_module/d' %D/etc/apache22/httpd.conf
  4. libexec/apache22/mod_log_sql_mysql.so
  5. libexec/apache22/mod_log_sql_logio.so
  6. libexec/apache22/mod_log_sql_ssl.so
  7. @exec %D/sbin/apxs -e -a -n log_sql_ssl %D/%F
  8. @unexec /usr/bin/sed -i '' '/LoadModule log_sql_ssl_module/d' %D/etc/apache22/httpd.conf
  9. @comment libexec/apache22/mod_log_sql_dbi.so
Collapse this list.
Dependency lines:
  • ap22-mod_log_sql-dtc>0:www/mod_log_sql2-dtc
No installation instructions:
This port has been deleted.
PKGNAME: ap22-mod_log_sql-dtc
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (mod_log_sql-1.101.tar.bz2) = 0907579b0466844f7f1886af92a9ea36b4815ec869929ba577c74d32b6d69a5e SIZE (mod_log_sql-1.101.tar.bz2) = 127500

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. apxs : www/apache22
  2. gmake : devel/gmake
Runtime dependencies:
  1. apxs : www/apache22
Library dependencies:
  1. libmysqlclient.so.18 : databases/mysql56-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ap22-mod_log_sql-dtc-1.101_7: DBI=off: depend on databases/libdbi ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
apache:2.2 gmake tar:bzip2 mysql:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.outoforder.cc/downloads/mod_log_sql/
Collapse this list.

Number of commits found: 31

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.101_7
16 Apr 2018 10:44:31
Revision:467473Original commit files touched by this commit
brnrd search for other commits by this committer
www/mod_antiloris
www/mod_auth_imap2
www/mod_authn_sasl
www/mod_bw
www/mod_cband
www/mod_clamav
www/mod_extract_forwarded
www/mod_hosts_access
www/mod_log_config-st
www/mod_log_mysql
www/mod_log_sql2-dtc
www/mod_macro22
www/mod_musicindex
www/mod_ntlm2
www/mod_proxy_html
www/mod_remoteip
www/mod_spdy
www/mod_uid
www/mod_vhost_ldap
www/mod_whatkilledus
www/mod_xml2enc
2017-07-01 www/apache22: Upstream propose EoL of apache 2.2.x during the next 12
months
1.101_7
11 Mar 2018 17:38:46
Revision:464189Original commit files touched by this commit
brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache (category www)

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
1.101_7
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
1.101_7
26 Aug 2014 02:09:46
Revision:366176Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch databases/libdbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
1.101_6
11 Jun 2014 14:50:00
Revision:357486Original commit files touched by this commit
tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.101_6
16 Mar 2014 14:35:56
Revision:348413Original commit files touched by this commit
ohauer search for other commits by this committer
- USE_BZIP2 -> USES=tar:bzip2
1.101_6
16 Mar 2014 14:30:28
Revision:348412Original commit files touched by this commit
ohauer search for other commits by this committer
- fix staged package building

Noted by antoine@
1.101_6
09 Mar 2014 15:28:37
Revision:347652Original commit files touched by this commit
ohauer search for other commits by this committer
- add stage support
- make DBI an OPTION instead guessing during build time
- adjust pkg-plist
1.101_5
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
1.101_5
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
1.101_5
22 Sep 2012 21:15:51
Revision:304723Original commit files touched by this commit
ohauer search for other commits by this committer
- USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@
1.101_5
19 Mar 2011 13:15:34
Original commit files touched by this commit
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
1.101_5
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.101_4
07 Mar 2011 15:59:27
Original commit files touched by this commit
clsung search for other commits by this committer
- dbi.0 => dbi.1
- bump PORTREVISION
1.101_3
06 Sep 2010 19:29:52
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Fix bytes_sent bug [1]
- Fix a apache scoreboard bug

PR:              ports/150296, ports/121134
Submitted by:    Charles Sprickman <css@morefoo.com>
Obtained from:   Fernando Kiernan, http://www.imagenesdigitales.com.ar/ [1]
1.101_2
27 May 2010 21:19:17
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 1/3:
    - apxs -a is install
    - apxs -A is uninstall

PR:             ports/147139
Reviewed by:    portmgr (pav)
With Hat:       apache@
1.101_2
25 May 2010 20:17:37
Original commit files touched by this commit Sanity Test Failure
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)
1.101_2
18 May 2010 04:08:06
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
1.101_1
05 May 2010 21:54:08
Original commit files touched by this commit
pgollucci search for other commits by this committer
5/5: Chase www/apache22 (bundled apr shlib bump)

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
1.101
27 Dec 2009 01:45:01
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 1.101
1.100_3
10 Jul 2009 00:36:46
Original commit files touched by this commit
pgollucci search for other commits by this committer
- pass to apache@
1.100_3
13 Jun 2009 20:57:00
Original commit files touched by this commit
linimon search for other commits by this committer
scrappy's bit has been taken for safekeeping, so return these ports to
the pool.

Hat:            portmgr
1.100_3
31 May 2009 20:31:08
Original commit files touched by this commit
pav search for other commits by this committer
- Resolve LATEST_LINK conflict
1.100_3
21 May 2009 20:45:34
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
1.100_3
15 Jul 2007 19:11:32
Original commit files touched by this commit
pav search for other commits by this committer
- Clean up httpd.conf proper on deinstall
1.100_3
09 Apr 2007 04:52:15
Original commit files touched by this commit
scrappy search for other commits by this committer
Ensure that this builds with Apache 2.2.x ...
1.100_2
20 Dec 2006 11:51:54
Original commit files touched by this commit
erwin search for other commits by this committer
Back out previous commit as it breaks INDEX.

Hat:            portmgr
1.100_2
19 Dec 2006 15:24:42
Original commit files touched by this commit Sanity Test Failure
scrappy search for other commits by this committer
Add USE_APACHE=2.2+, else it tries to build Apache1.3 is nothing is installed
yet  ...
1.100
28 Nov 2006 22:20:54
Original commit files touched by this commit
scrappy search for other commits by this committer
PKGNAMESUFFIX needs a - before the string ...
1.100
21 Nov 2006 02:23:59
Original commit files touched by this commit
scrappy search for other commits by this committer
re-Add PKGNAMESUFFIX=dtc
1.100
20 Nov 2006 06:13:45
Original commit files touched by this commit
scrappy search for other commits by this committer
DTC specific port of mod_log_sql2 ...

Number of commits found: 31