www/mod_log_sql: Fix PID > 65535
* PID > 65535 when 'LogSQLCreateTables On' [1] * Fix WWW address * 2 suffix (for Apache 2) is redundant, remove PR: 243793 [1] Submitted by: Tommy P <tommyhp2 gmail com>
This commit is contained in:
parent
464362c680
commit
d6f880d222
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544278
10 changed files with 5 additions and 5 deletions
2
MOVED
2
MOVED
|
@ -3016,7 +3016,6 @@ www/mod_index_rss||2012-01-01|Has expired: Depends on expired www/apache13
|
||||||
www/mod_layout|www/mod_layout22|2012-01-01|Has expired: Depends on expired www/apache13
|
www/mod_layout|www/mod_layout22|2012-01-01|Has expired: Depends on expired www/apache13
|
||||||
www/mod_limitipconn|www/mod_limitipconn2|2012-01-01|Has expired: Depends on expired www/apache13
|
www/mod_limitipconn|www/mod_limitipconn2|2012-01-01|Has expired: Depends on expired www/apache13
|
||||||
www/mod_log_spread||2012-01-01|Has expired: Depends on expired www/apache13
|
www/mod_log_spread||2012-01-01|Has expired: Depends on expired www/apache13
|
||||||
www/mod_log_sql|www/mod_log_sql2|2012-01-01|Has expired: Depends on expired www/apache13
|
|
||||||
www/mod_macro|www/mod_macro22|2012-01-01|Has expired: Depends on expired www/apache13
|
www/mod_macro|www/mod_macro22|2012-01-01|Has expired: Depends on expired www/apache13
|
||||||
www/mod_mp3||2012-01-01|Has expired: Depends on expired www/apache13
|
www/mod_mp3||2012-01-01|Has expired: Depends on expired www/apache13
|
||||||
www/mod_mylo||2012-01-01|Has expired: Depends on expired www/apache13
|
www/mod_mylo||2012-01-01|Has expired: Depends on expired www/apache13
|
||||||
|
@ -15172,3 +15171,4 @@ databases/sqliteodbc-sqlite2|databases/sqliteodbc|2020-07-27|Has expired: SQLite
|
||||||
graphics/wayland-info|graphics/wayland-utils|2020-08-02|Project renamed
|
graphics/wayland-info|graphics/wayland-utils|2020-08-02|Project renamed
|
||||||
devel/rubygem-grape11|devel/rubygem-grape|2020-08-03|Has expired: use devel/rubygem-grape instead
|
devel/rubygem-grape11|devel/rubygem-grape|2020-08-03|Has expired: use devel/rubygem-grape instead
|
||||||
astro/pyephem|astro/py-ephem|2020-08-04|Has expired: Use py-ephem instead.
|
astro/pyephem|astro/py-ephem|2020-08-04|Has expired: Use py-ephem instead.
|
||||||
|
www/mod_log_sql2|www/mod_log_sql|2020-08-06|Remove Apache major version suffix since it is the only version in ports tree
|
||||||
|
|
|
@ -378,7 +378,7 @@
|
||||||
SUBDIR += mod_jk
|
SUBDIR += mod_jk
|
||||||
SUBDIR += mod_limitipconn2
|
SUBDIR += mod_limitipconn2
|
||||||
SUBDIR += mod_line_edit
|
SUBDIR += mod_line_edit
|
||||||
SUBDIR += mod_log_sql2
|
SUBDIR += mod_log_sql
|
||||||
SUBDIR += mod_maxminddb
|
SUBDIR += mod_maxminddb
|
||||||
SUBDIR += mod_memcache
|
SUBDIR += mod_memcache
|
||||||
SUBDIR += mod_memcache_block
|
SUBDIR += mod_memcache_block
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= mod_log_sql
|
PORTNAME= mod_log_sql
|
||||||
PORTVERSION= 1.101
|
PORTVERSION= 1.101
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= www databases
|
CATEGORIES= www databases
|
||||||
MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/
|
MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/
|
||||||
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
||||||
|
@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
||||||
MAINTAINER= apache@FreeBSD.org
|
MAINTAINER= apache@FreeBSD.org
|
||||||
COMMENT= Allows Apache to log to a MySQL database
|
COMMENT= Allows Apache to log to a MySQL database
|
||||||
|
|
||||||
USES= apache:2.2+ gmake mysql tar:bzip2
|
USES= apache gmake mysql tar:bzip2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
|
@ -1,4 +1,4 @@
|
||||||
This add-on module allows the apache web server to use a MySQL database for
|
This add-on module allows the apache web server to use a MySQL database for
|
||||||
logging of all operations.
|
logging of all operations.
|
||||||
|
|
||||||
WWW: http://www.outoforder.cc/projects/apache/mod_log_sql/
|
WWW: http://www.outoforder.cc/projects/httpd/mod_log_sql/
|
Loading…
Reference in a new issue