aboutsummaryrefslogtreecommitdiff
path: root/www/mod_log_sql2
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - allow build with apache22/24Olli Hauer2014-09-107-47/+105
| | | | | | | | | | | | | | - add pkg-message - remove install message from Makefile - remove apache13 fix - add sample module config file instead using apxs to install the LoadModule lines into httpd.conf - install module file into APACHEETCDIR/modules.d Special Thanks to Simon Wright for testing the port! Notes: svn path=/head/; revision=367890
* - Switch databases/libdbi to USES=libtool, drop .la filesDmitry Marakasov2014-08-261-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=366176
* - Fix plist for WITH_DBI caseDmitry Marakasov2014-08-192-0/+4
| | | | | | | | Approved by: portmgr blanket MFH: 2014Q3 Notes: svn path=/head/; revision=365378
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* - Covert USE_GMAKE, USE_BZIP2, USE_XZ to USESMartin Wilke2014-03-151-2/+1
| | | | Notes: svn path=/head/; revision=348295
* - fix commit r346541Olli Hauer2014-03-022-4/+58
| | | | | | | Pointyhat to: miwi Notes: svn path=/head/; revision=346813
* - Stage supportMartin Wilke2014-02-281-2/+1
| | | | Notes: svn path=/head/; revision=346541
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - USE_APACHE= s/22+/22/Olli Hauer2012-09-221-5/+2
| | | | | | | | | | | | | | - 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@ Notes: svn path=/head/; revision=304723
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-1/+1
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - change required APACHE version from 13+ to 20+Olli Hauer2012-01-011-6/+1
| | | | | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@ Notes: svn path=/head/; revision=288372
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-1/+1
| | | | Notes: svn path=/head/; revision=280086
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* - dbi.0 => dbi.1Cheng-Lung Sung2011-03-071-2/+2
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=270452
* - 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