aboutsummaryrefslogtreecommitdiff
path: root/net/libnss-mysql
Commit message (Collapse)AuthorAgeFilesLines
* Use libtool port instead of included version to avoid a.out objformat botchKris Kennaway2007-01-292-0/+2
| | | | Notes: svn path=/head/; revision=183664
* Conversion to a single libtool environment.Ade Lovett2006-02-232-4/+4
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Change my email address to the @FreeBSD oneVasil Dimov2006-01-201-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=153954
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Change --with-mysql-lib and --with-mysql-inc to --with-mysqlRenato Botelho2005-10-191-2/+2
| | | | | | | | PR: ports/87556 Submitted by: maintainer Notes: svn path=/head/; revision=145883
* - Update to 1.5Pav Lucistnik2005-09-105-36/+11
| | | | | | | | PR: ports/85915 Submitted by: Vasil Dimov <vd@datamax.bg> (maintainer) Notes: svn path=/head/; revision=142390
* - Pass maintainership to Vasil Dimov <vd _at_ datamax _dot_ bg>Clement Laforet2005-08-011-1/+1
| | | | Notes: svn path=/head/; revision=140627
* - Fix connection to mysql server via tcpClement Laforet2005-07-303-0/+27
| | | | | | | | PR: ports/82731 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=140499
* - Update to 1.4Clement Laforet2005-05-222-3/+3
| | | | Notes: svn path=/head/; revision=135848
* - Update to 1.3Clement Laforet2004-11-144-11/+9
| | | | Notes: svn path=/head/; revision=121557
* - Update to 1.2Clement Laforet2004-03-302-3/+3
| | | | | | | | This release fixes euid change detection (which broke privsep sshd) and an "initcmd" configuration parameter. Notes: svn path=/head/; revision=105690
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Update to 1.1Clement Laforet2004-03-082-3/+3
| | | | | | | | From Changelog: FreeBSD users should take note of the new samples provided for security reasons. Notes: svn path=/head/; revision=103294
* - SIZEify distinfoClement Laforet2004-02-071-0/+1
| | | | Notes: svn path=/head/; revision=100265
* - Update my email addressClement Laforet2004-01-131-1/+1
| | | | | | | Approved and reviewed by: erwin (mentor) Notes: svn path=/head/; revision=98067
* Fix typo in maintainer address (note the fact that the originatorMark Linimon2003-10-161-1/+1
| | | | | | | is correctly typed). Notes: svn path=/head/; revision=91411
* net/libnss-mysql (NSS module using a MySQL database for backend)Edwin Groothuis2003-08-305-0/+63
libNSS-MySQL allows you to authenticate UNIX groups and users using a MySQL database. It uses the NSS API which provides an abstraction layer between the UNIX authentication API and the related data. NSS-MySQL currently supports the passwd and groups services. Version 1.0 has native FreeBSD suppport. PR: ports/54423 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=88053