<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/py-MySQLdb, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2020-12-29T12:36:19Z</updated>
<entry>
<title>Remove expired port:</title>
<updated>2020-12-29T12:36:19Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2020-12-29T12:36:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=67f7823c0cba528545ce845f2b11adb6ae8726b4'/>
<id>urn:sha1:67f7823c0cba528545ce845f2b11adb6ae8726b4</id>
<content type='text'>
2020-12-29 databases/py-MySQLdb: Uses deprecated version of python
</content>
</entry>
<entry>
<title>Explicitely deprecate more python 2.7 ports</title>
<updated>2020-12-24T10:09:34Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2020-12-24T10:09:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bdba7601fe85c6a6ab2e3deb6057e7ccc12aa098'/>
<id>urn:sha1:bdba7601fe85c6a6ab2e3deb6057e7ccc12aa098</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump PORTREVISION for ports depending on the canonical version of GCC</title>
<updated>2019-07-26T20:46:53Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2019-07-26T20:46:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ea8c8ec7da96df12146a2cc428077258141791cf'/>
<id>urn:sha1:ea8c8ec7da96df12146a2cc428077258141791cf</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>databases/py-MySQLdb: fix build with GCC-based architectures</title>
<updated>2019-07-05T15:03:47Z</updated>
<author>
<name>Piotr Kubaj</name>
<email>pkubaj@FreeBSD.org</email>
</author>
<published>2019-07-05T15:03:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=49ddb8780ff200179e8c371b7f715541d199ed1d'/>
<id>urn:sha1:49ddb8780ff200179e8c371b7f715541d199ed1d</id>
<content type='text'>
Add USES=compiler:c11:
/usr/bin/ld: cannot find -latomic

Approved by:	mentors (implicit approval)
</content>
</entry>
<entry>
<title>Reduce dependency on the python2 metaport</title>
<updated>2018-02-19T11:10:43Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2018-02-19T11:10:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f7455240e3b2acb3cd4804dac9a3afe2582a0a96'/>
<id>urn:sha1:f7455240e3b2acb3cd4804dac9a3afe2582a0a96</id>
<content type='text'>
PR:		225752
Submitted by:	Yasuhiro KIMURA
</content>
</entry>
<entry>
<title>Convert to options target helper</title>
<updated>2017-08-05T23:11:08Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2017-08-05T23:11:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=863017417369df9e45e1ab3385288ab825a35177'/>
<id>urn:sha1:863017417369df9e45e1ab3385288ab825a35177</id>
<content type='text'>
- Use PORTVERSION
- Sort USE_PYTHON and USES
</content>
</entry>
<entry>
<title>bases/py-MySQLdb: Fix build with MariaDB 10.2.7</title>
<updated>2017-07-24T09:43:40Z</updated>
<author>
<name>Bernard Spil</name>
<email>brnrd@FreeBSD.org</email>
</author>
<published>2017-07-24T09:43:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=771335e2e82492985fa4413f1c4e5318d28ae8fc'/>
<id>urn:sha1:771335e2e82492985fa4413f1c4e5318d28ae8fc</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Register conflict with newly added databases/py-mysqlclient</title>
<updated>2016-06-22T20:37:42Z</updated>
<author>
<name>Pawel Pekala</name>
<email>pawel@FreeBSD.org</email>
</author>
<published>2016-06-22T20:37:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ba846b08512820cffed950c5a0a283206ecef12c'/>
<id>urn:sha1:ba846b08512820cffed950c5a0a283206ecef12c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove useless WRKSRC definitions.</title>
<updated>2016-05-25T15:43:34Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-05-25T15:43:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=00d52a3e4c5bf9de39ce9d6095393f52407d69df'/>
<id>urn:sha1:00d52a3e4c5bf9de39ce9d6095393f52407d69df</id>
<content type='text'>
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Cleanup GH_* and variables order.</title>
<updated>2015-12-29T14:30:46Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2015-12-29T14:30:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7823fa4b7e3cdfcc53687849cb0ebcf1db29a590'/>
<id>urn:sha1:7823fa4b7e3cdfcc53687849cb0ebcf1db29a590</id>
<content type='text'>
Sponsored by:	Absolight
</content>
</entry>
</feed>
