aboutsummaryrefslogtreecommitdiff
path: root/databases/py-MySQLdb
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port:Rene Ladan2020-12-294-90/+0
| | | | | | | 2020-12-29 databases/py-MySQLdb: Uses deprecated version of python Notes: svn path=/head/; revision=559575
* Explicitely deprecate more python 2.7 portsAntoine Brodin2020-12-241-0/+3
| | | | Notes: svn path=/head/; revision=559059
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* databases/py-MySQLdb: fix build with GCC-based architecturesPiotr Kubaj2019-07-051-1/+1
| | | | | | | | | | Add USES=compiler:c11: /usr/bin/ld: cannot find -latomic Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=505901
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-1/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Convert to options target helperSunpoet Po-Chuan Hsieh2017-08-051-11/+8
| | | | | | | | - Use PORTVERSION - Sort USE_PYTHON and USES Notes: svn path=/head/; revision=447420
* bases/py-MySQLdb: Fix build with MariaDB 10.2.7Bernard Spil2017-07-242-5/+21
| | | | | | | | | | | | | | | | | | With MariaDB 10.2.6 the Connect/C is updated to ~3.0. This means the C interface changed slightly and some functions are changed. - Replace direct struct access with accessor in _mysql.c - Add LICENSE/LICENSE_FILE - Strip Binaries - Remove conflict with itself PR: 219797 Reviewed_by: sunpoet, koobs, brnrd Submitted by: sirl33tname@gmail.com Approved by: koobs (python) Differential Revision: https://reviews.freebsd.org/D11054 Notes: svn path=/head/; revision=446515
* Register conflict with newly added databases/py-mysqlclientPawel Pekala2016-06-221-1/+1
| | | | Notes: svn path=/head/; revision=417333
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-251-3/+1
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* Cleanup GH_* and variables order.Mathieu Arnold2015-12-291-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=404743
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-1/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.Mathieu Arnold2015-05-182-3/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386691
* - Update to 1.2.5Sunpoet Po-Chuan Hsieh2015-04-273-9/+8
| | | | | | | | | | | | - Update MASTER_SITES - Remove DOCS from OPTIONS_DEFAULT - Update WWW Changes: https://github.com/farcepest/MySQLdb1/blob/master/HISTORY https://github.com/farcepest/MySQLdb1/commits/master Notes: svn path=/head/; revision=384855
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-5/+4
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* Fix SSL support.Dmitry Sivachenko2014-03-182-1/+14
| | | | | | | | PR: 187666 Submitted by: Michael Gmelin <freebsd@grem.de> Notes: svn path=/head/; revision=348573
* Back to python@Tom Judge2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345550
* - make py*-MySQLdb ports actually conflict with each other [1]Ruslan Makhmatkhanov2014-02-092-69/+8
| | | | | | | | | | | | | | | while here: - do not use easy_install and add stage support - convert to auto-generated packing list - bump PORTREVISION - add py-MySQLdb56 port as a slave to py-MySQLdb PR: 177620 [1] (based on) Submitted by: Craig Leres <leres@ee.lbl.gov> Approved by: maintainer timeout (10 months) Notes: svn path=/head/; revision=343503
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340671
* Reduce over inclusion of bsd.port.mkBaptiste Daroussin2014-01-151-3/+1
| | | | Notes: svn path=/head/; revision=339870
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - modify port to install the egg file as an unzipped archiveDiane Bruce2012-07-182-5/+66
| | | | | | | | | | | otherwise www/google-appengine 1.7.0 will fail Submitted by: nivit Reviewed by: tj Obtained from: email via tj Notes: svn path=/head/; revision=301054
* Update my email address.Tom Judge2012-05-311-1/+1
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=297898
* - Pass maintainership to Tom Judge <tom@tomjudge.com> (discussed on IRC)Julien Laffaye2012-05-141-1/+1
| | | | Notes: svn path=/head/; revision=296620
* - Strict python versionWen Heping2012-02-031-1/+1
| | | | | | | | PR: ports/163826 Submitted by: wen@(myself) Notes: svn path=/head/; revision=290332
* - Reassign to the heapThomas Abthorpe2012-02-011-1/+1
| | | | Notes: svn path=/head/; revision=290231
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
| | | | Notes: svn path=/head/; revision=271309
* - Update to 1.2.3Marcus Alves Grando2010-10-074-64/+8
| | | | | | | | PR: 151159 Submitted by: lwhsu Notes: svn path=/head/; revision=262562
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+2
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Update to 1.2.2Marcus Alves Grando2007-04-063-5/+18
| | | | Notes: svn path=/head/; revision=189322
* - Install README too.Marcus Alves Grando2006-04-231-1/+2
| | | | Notes: svn path=/head/; revision=160186
* - Update to 1.2.1_p2 [1]Marcus Alves Grando2006-04-233-89/+61
| | | | | | | | | | - Use OPTIONS PR: 96117 [1] Submitted by: Soeren Straarup <xride___x12.dk> Notes: svn path=/head/; revision=160185
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147666
* Update my emailMarcus Alves Grando2005-09-161-1/+1
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142945
* - Change default mysql lib to libmysqlclient_r.Pav Lucistnik2005-02-092-15/+18
| | | | | | | | | | | WITHOUT_MYSQLCLIENT_R=yes use libmysqlclient. - Update very old pkg-descr PR: ports/77284 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Notes: svn path=/head/; revision=128397
* - Update to 1.2.0Pav Lucistnik2005-02-084-42/+18
| | | | | | | | PR: ports/77245 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Notes: svn path=/head/; revision=128322
* INTAINER] Update port: databases/py-MySQLdb to 1.0.1Edwin Groothuis2005-01-123-19/+16
| | | | | | | | | | | | | | Update port: databases/py-MySQLdb to 1.0.1 - Change to 1.0.1 - Rediff patch-_mysql.c - Install more docs PR: ports/75866 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=126267
* - Convert hard py- into PKGNAMEPREFIXPav Lucistnik2004-12-181-8/+14
| | | | | | | | | | | - Convert OPTIONS to plain knobs - Add conflict with devel version PR: ports/75220 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Notes: svn path=/head/; revision=124435
* - Use OPTIONS and add various knob [1]Clement Laforet2004-11-282-3/+30
| | | | | | | | | | | | | - Fix build with mysql-client-5.0.x [2] - Pass maintainership to submitter of [1] PRs: ports/72656 [1], ports/70082 [2] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1], Roman Bogorodskiy <bogorodskiy@inbox.ru> [2] Notes: svn path=/head/; revision=122701
* - Fix build with MySQL < 4.1.3Clement Laforet2004-08-021-1/+1
| | | | | | | | | Submitted by: Claudiu Bosioc <claudiu at casi dot ro> PR: 69871 Pointy hat to: clement Notes: svn path=/head/; revision=115236
* - Fix build with MySQL 4.1.3Clement Laforet2004-07-311-0/+21
| | | | | | | | | Reported by: crappy, thierry Submitted by: thierry Obtained from: http://sourceforge.net/tracker/index.php?func=detail&aid=998151&group_id=22307&atid=374934 Notes: svn path=/head/; revision=115175
* - Update to 1.0.0Clement Laforet2004-07-094-40/+14
| | | | Notes: svn path=/head/; revision=113261
* oups I forgot Makefile in previous commit :/Clement Laforet2004-05-071-1/+0
| | | | | | | | | - works with MySQL 4.1 Reported by: Patrick Crosby <patrick@okcupid.com> Notes: svn path=/head/; revision=108615
* - works with MySQL 4.1 [1]Clement Laforet2004-05-071-1/+1
| | | | | | | | | - add trailing "/" to url Reported by: Patrick Crosby <patrick@okcupid.com> [1] Notes: svn path=/head/; revision=108614
* Make portlint happy (remove blank line @ the end of Makefile)Clement Laforet2004-03-181-1/+0
| | | | | | | | PR: 64393 Noticed by: eik Notes: svn path=/head/; revision=104491
* - SIZEify distinfoClement Laforet2004-02-071-0/+1
| | | | Notes: svn path=/head/; revision=100265
* - Update WWWClement Laforet2003-12-212-2/+2
| | | | | | | | | - Change my email address Approved by: erwin (mentor) Notes: svn path=/head/; revision=96339
* [patch] databases/py-MySQLdb: take maintainership and misc improvement.Edwin Groothuis2003-10-062-18/+19
| | | | | | | | | | | | | * Use USE_MYSQL and BROKEN_WITH_MYSQL for 4.1.x since it doesn't work (thanks to Guy Middleton <guy@obstruction.com> for testing it with MySQL 4.0.x) * use %%DOCSDIR%% * take maintainership PR: ports/56579 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=90444