aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_mysql
Commit message (Collapse)AuthorAgeFilesLines
* - portlintOlli Hauer2011-07-022-5/+4
| | | | Notes: svn path=/head/; revision=276912
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
| | | | Notes: svn path=/head/; revision=271309
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - update or remove pkg-descr WWW urlsPhilip M. Gollucci2010-10-201-1/+1
| | | | | | | | Reported by: distilator With Hat: apache@ Notes: svn path=/head/; revision=263315
* 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
* - Fix pkg-plistPhilip M. Gollucci2009-12-251-2/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=246581
* - USE_APACHE instead of _DEPENDSPhilip M. Gollucci2009-12-251-6/+4
| | | | | | | | - Fix pkg-plist leftovers - / ify dirs Notes: svn path=/head/; revision=246580
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with W Notes: svn path=/head/; revision=240077
* - Mark SAFE apache@ ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-171-0/+2
| | | | Notes: svn path=/head/; revision=234060
* - Update to 3.2Philip M. Gollucci2009-02-035-789/+8
| | | | Notes: svn path=/head/; revision=227508
* 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
* - Get rid of obsolete WANT_APACHE stuff which led it to get tagged asClement Laforet2008-01-201-5/+1
| | | | | | | BROKEN Notes: svn path=/head/; revision=205881
* Reset jeh@FreeBSD.org, who is away from FreeBSD work for a while.Mark Linimon2007-06-061-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=192882
* BROKEN: Does not buildKris Kennaway2007-03-111-0/+2
| | | | Notes: svn path=/head/; revision=187101
* The buffer for creating a scrambled password is too small for newerJames E. Housley2006-07-112-6/+22
| | | | | | | versions of MySQL and was causing segfaults Notes: svn path=/head/; revision=167466
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* - oops. I missed some ${.CURDIR}../apache2/ .includeClement Laforet2005-12-041-1/+1
| | | | Notes: svn path=/head/; revision=150356
* Actually commit what I wantedJames E. Housley2005-02-111-2/+2
| | | | Notes: svn path=/head/; revision=128537
* ${.CURDIR}/../ is needed instead of ${PORTSDIR}James E. Housley2005-02-111-2/+2
| | | | | | | Bump PORTREVISION Notes: svn path=/head/; revision=128536
* Ports that previously depended on www/apache2 now show as depending onJames E. Housley2005-02-111-2/+1
| | | | | | | | | | | | | | | | | | | www/apache13. This problem is occuring because of a recent change to www/apache2's Makefile.modules.3rd file (revision 1.18). This change made the APACHE_PORT variable overrideable even when WITH_APACHE2 is defined. Previously, it set the variable with APACHE_PORT=www/apache2. The APACHE_PORT variable gets defined in <bsd.port.mk> to www/apache13 if it wasn't previously defined. The affected ports include <bsd.port.pre.mk> before "Makefile.modules.3rd". Submitted by: Scot Hetzel Notes: svn path=/head/; revision=128527
* * Use PLIST_FILES to add libauth_mysql.soJames E. Housley2005-01-101-1/+2
| | | | | | | * Bump PORTREVISION Notes: svn path=/head/; revision=126056
* * Fix PLIST by using www/apache2/Makefile.modules.3rdJames E. Housley2005-01-082-33/+11
| | | | | | | * Bump PORTREVISION Notes: svn path=/head/; revision=125790
* SIZEifyJames E. Housley2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104548
* * Update websiteJames E. Housley2004-02-243-7/+8
| | | | | | | | * Fix patch to allow MySQL 4.0.x work properly, found by Stephen Forbes. * Bump PORTREVISION Notes: svn path=/head/; revision=101959
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-5/+2
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* Jeremy Prior pointed out that there is USE_MYSQL= available, use thatJames E. Housley2003-09-291-7/+2
| | | | | | | instead. No version bump. Notes: svn path=/head/; revision=89777
* Patches to allow to compile with MySQL 4.0 and probably 4.1James E. Housley2003-09-282-6/+24
| | | | Notes: svn path=/head/; revision=89707
* Remove pkg-comment and place in MakefileJames E. Housley2003-03-032-1/+1
| | | | Notes: svn path=/head/; revision=76777
* Currently mod_auth_mysql logs authentication error in the access log, andJames E. Housley2002-11-052-0/+33
| | | | | | | | | | not in the error log. This new patch logs in both the access log and the error log, to not break existing scripts. Submitted by: Steve Ungerer <sau1@cornell.edu> Notes: svn path=/head/; revision=69522
* Update MASTER_SITES so it is fetchable again.James E. Housley2001-12-211-4/+2
| | | | Notes: svn path=/head/; revision=51933
* Add a couple of good mirrors.James E. Housley2001-11-261-4/+2
| | | | Notes: svn path=/head/; revision=50583
* Update mirrors. download.sourceforge.net has changed.James E. Housley2001-10-221-3/+6
| | | | | | | Submitted by: port survey Notes: svn path=/head/; revision=49064
* Update the WWW link.James E. Housley2001-03-311-1/+1
| | | | | | | Submitted by: "David W. Chapman Jr." <dwcjr@inethouston.net> Notes: svn path=/head/; revision=40679
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-211-1/+1
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-5/+5
| | | | Notes: svn path=/head/; revision=37252
* Add another MASTER_SITES. SourceForge is now mirroring this.James E. Housley2000-10-051-0/+1
| | | | Notes: svn path=/head/; revision=33437
* Change MAINTAINERship to my committers address.James E. Housley2000-10-021-1/+1
| | | | | | | Approved: will Notes: svn path=/head/; revision=33307
* Don't use ${APXS} if dso support isn't compiled in.Bill Fenner2000-08-301-0/+3
| | | | | | | | PR: ports/20911 Reviewed by: Jim Housley <jim@thehousleys.net> Notes: svn path=/head/; revision=32139
* Change Maintainer (ports@FreeBSD.org -> jim@thehousleys.net)Chris D. Faulhaber2000-08-121-1/+1
| | | | | | | | PR: 20505 Submitted by: jim@thehousleys.net Notes: svn path=/head/; revision=31569
* Add mod_auth_mysql, allowing apache to authenticate against a mysqlNeil Blakey-Milner2000-08-038-0/+847
database. PR: ports/18730 Submitted by: James Housley <jim@thehousleys.net> Notes: svn path=/head/; revision=31273