aboutsummaryrefslogtreecommitdiff
path: root/www/mod_log_sql2
Commit message (Collapse)AuthorAgeFilesLines
* - fix pkg-plistOlli Hauer2011-02-132-4/+9
| | | | | | | | | | - cleanup Makefile - remove MD5 from distfile PR: ports/147009 Notes: svn path=/head/; revision=269093
* - 1/3:Philip M. Gollucci2010-05-271-1/+1
| | | | | | | | | | | | - apxs -a is install - apxs -A is uninstall PR: ports/147139 Reviewed by: portmgr (pav) With Hat: apache@ Notes: svn path=/head/; revision=255193
* Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mkPhilip M. Gollucci2010-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=255075
* - Mark SAFE apache@ ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-171-0/+2
| | | | Notes: svn path=/head/; revision=234060
* - Update to 1.101Clement Laforet2007-03-203-10/+10
| | | | | | | - Convert to USE_APACHE framework Notes: svn path=/head/; revision=187769
* Remove USE_REINPLACE from categories starting with WEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162218
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* - prepare removal of www/apache2 in favor of www/apache20 for namingClement Laforet2005-12-041-1/+1
| | | | | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus Notes: svn path=/head/; revision=150328
* Append missing space separator for $SSL variable.Jun Kuriyama2005-01-221-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=127084
* - Update to 1.100Clement Laforet2005-01-163-85/+16
| | | | Notes: svn path=/head/; revision=126593
* - Fix build without SSL support (common case, with apache13* ports)Clement Laforet2004-09-141-3/+27
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118166
* - Assign maintainership to freshly created apache@ mailing listClement Laforet2004-08-181-1/+1
| | | | Notes: svn path=/head/; revision=116602
* - We are no more forced to used libdbiClement Laforet2004-08-082-2/+52
| | | | | | | Obtained from: authors Notes: svn path=/head/; revision=115621
* - Update to 1.99Clement Laforet2004-07-313-34/+6
| | | | | | | | | This release reuires an useless dependency on libdbi (since dbi support is not complete). I'll try to make this ports libdbi-free soon. Notes: svn path=/head/; revision=115145
* - Fix LATEST_LINK conflictClement Laforet2004-04-301-1/+2
| | | | | | | - Grab back maintainership Notes: svn path=/head/; revision=108021
* - Remove blank line at the end of pkg-plistClement Laforet2004-04-182-1/+1
| | | | | | | - Cosmetic changes in Makefile Notes: svn path=/head/; revision=107415
* Add mod_log_sql 1.97.Clement Laforet2004-04-166-0/+89
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/ This release add supports for apache2. Notes: svn path=/head/; revision=107264