aboutsummaryrefslogtreecommitdiff
path: root/www/mod_backhand
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to AP_FAST_BUILD / AP_GENPLISTPhilip M. Gollucci2010-06-072-9/+6
| | | | | | | | - Don't list freefall/people in MASTER_SITES - Pet Portlint Notes: svn path=/head/; revision=255987
* - use %%AP_MODULE%% PLIST_SUB var in pkg-plist sPhilip M. Gollucci2010-06-061-1/+1
| | | | | | | | | PR: ports/147143 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) Notes: svn path=/head/; revision=255876
* - 2/3:Philip M. Gollucci2010-05-271-2/+2
| | | | | | | | | | | - consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists PR: ports/147142 Reviewed by: portmgr (pav) With Hat: apache@ Notes: svn path=/head/; revision=255195
* - 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
* - Use APACHEMODDIR and APACHEETCDIR consistently in pkg-plistsPhilip M. Gollucci2009-05-171-1/+1
| | | | | | | - DO NOT bump PORTREVISION Notes: svn path=/head/; revision=234069
* - Mark SAFE apache@ ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-171-0/+2
| | | | Notes: svn path=/head/; revision=234060
* - USE_APACHE=yes is deprecatedPhilip M. Gollucci2009-04-131-1/+1
| | | | Notes: svn path=/head/; revision=232266
* Unmaintained www/mod_* ports over to apache@ maintainerPhilip M. Gollucci2008-12-271-1/+1
| | | | | | | | | mod_$lang excluded Approved by: portmgr (erwin) Notes: svn path=/head/; revision=224861
* - Fix wrong memory quantities shown in the "Total mem" and "Avail mem" columnsAlejandro Pulver2007-02-051-0/+204
| | | | | | | | | | on the status page when the server has more than 2GB of memory. PR: ports/106134 Submitted by: Barrie Archer <barrie.archer@uk.fujitsu.com> Notes: svn path=/head/; revision=184282
* Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.Mark Linimon2006-12-131-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=179668
* Clear errno on library load. Fixes the symptom of mod_backhand aborting onSean Chittenden2006-02-212-0/+11
| | | | | | | | | | | systems with nss. Notified upstream maintainers. Port rev bump. PR: ports/75048 Submitted by: Rachel Willmer <rachel@hobthross.com> Fix obtained from: Scott Wilson <scott.wilson@gmail.com> Notes: svn path=/head/; revision=156565
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Spelling and grammar fixes.Gregory Sutter2005-10-271-3/+3
| | | | Notes: svn path=/head/; revision=146510
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-4/+1
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* Add an additional mirror hosted by the module author's company.Sean Chittenden2003-10-151-1/+2
| | | | Notes: svn path=/head/; revision=91263
* Update mod_backhand to 1.2.2Sean Chittenden2003-10-142-3/+3
| | | | | | | | PR: ports/58013 Submitted by: Marcus Grando <marcus@corp.groupos.com.br> Notes: svn path=/head/; revision=91238
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Updating maintainer e-mail addressSean Chittenden2002-09-041-1/+1
| | | | | | | | Reviewed by: knu (mentor) Approved by: knu (mentor) Notes: svn path=/head/; revision=65616
* update distinfoYing-Chieh Liao2001-12-181-1/+1
| | | | | | | | PR: 32692 Submitted by: maintainer Notes: svn path=/head/; revision=51751
* upgrade to 1.2.1Ying-Chieh Liao2001-12-113-7/+7
| | | | | | | | PR: 32692 Submitted by: maintainer Notes: svn path=/head/; revision=51347
* - update to 1.2.0Pete Fritchman2001-10-052-3/+3
| | | | | | | | | | - give maintainership to submitter PR: 30981 Submitted by: Sean Chittenden <sean-freebsd-gnats@chittenden.org> Notes: svn path=/head/; revision=48439
* Hopefully fix build for bento.Will Andrews2001-04-131-1/+1
| | | | Notes: svn path=/head/; revision=41325
* Add mod_backhand 1.1.1pre4, an apache module that allows seamlessWill Andrews2001-04-105-0/+38
redirection of HTTP requests. Prompted by: message on freebsd-mumble@ from rwatson Notes: svn path=/head/; revision=41237