FreeBSD Bugzilla – Attachment 203360 Details for
Bug 236998
databases/py-pymssql: Unbreak Python 3 build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch.txt (text/plain), 1.57 KB, created by
Craig Leres
on 2019-04-04 01:37:51 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2019-04-04 01:37:51 UTC
Size:
1.57 KB
patch
obsolete
>Index: databases/py-pymssql/Makefile >=================================================================== >--- databases/py-pymssql/Makefile (revision 497725) >+++ databases/py-pymssql/Makefile (working copy) >@@ -18,6 +18,12 @@ > USES= python > USE_PYTHON= autoplist distutils cython > >+.include <bsd.port.pre.mk> >+ >+.if ${PYTHON_MAJOR_VER} == 3 >+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-pymssql.pyx >+.endif >+ > post-extract: > @${RM} ${WRKSRC}/_mssql.c > >@@ -25,4 +31,4 @@ > @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_mssql.so \ > ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pymssql.so > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >Index: databases/py-pymssql/files/extra-patch-pymssql.pyx >=================================================================== >--- databases/py-pymssql/files/extra-patch-pymssql.pyx (nonexistent) >+++ databases/py-pymssql/files/extra-patch-pymssql.pyx (working copy) >@@ -0,0 +1,9 @@ >+--- pymssql.pyx.orig 2019-04-04 01:13:16 UTC >++++ pymssql.pyx >+@@ -1,5 +1,6 @@ >+ """DB-SIG compliant module for communicating with MS SQL servers""" >+ # pymssql.pyx >++# cython: language_level=3 >+ # >+ # Copyright (C) 2003 Joon-cheol Park <jooncheol@gmail.com> >+ # 2008 Andrzej Kukula <akukula@gmail.com> > >Property changes on: databases/py-pymssql/files/extra-patch-pymssql.pyx >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
leres
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 236998
: 203360 |
203381