mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Fix runtime crash bug on amd64
PR: ports/136379 Submitted by: Phil Pennock <phil.pennock@globnix.org>
This commit is contained in:
parent
c8dd199ea3
commit
31af076df8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237424
@ -7,9 +7,10 @@
|
||||
|
||||
PORTNAME= utidy
|
||||
PORTVERSION= 0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
||||
MASTER_SITE_SUBDIR= utidylib
|
||||
MASTER_SITE_SUBDIR= utidylib
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= uTidylib-${PORTVERSION}
|
||||
|
||||
|
10
www/py-utidy/files/patch-tidy-lib.py
Normal file
10
www/py-utidy/files/patch-tidy-lib.py
Normal file
@ -0,0 +1,10 @@
|
||||
--- tidy/lib.py.orig 2004-02-24 08:12:24.000000000 +0100
|
||||
+++ tidy/lib.py 2009-07-08 15:16:11.000000000 +0200
|
||||
@@ -129,6 +129,7 @@
|
||||
return sink
|
||||
|
||||
sinkfactory=SinkFactory()
|
||||
+_tidy.Create.restype = ctypes.POINTER(ctypes.c_void_p)
|
||||
|
||||
class _Document(object):
|
||||
def __init__(self):
|
@ -1,7 +1,6 @@
|
||||
This is uTidylib, the Python wrapper for the HTML cleaning library
|
||||
named TidyLib:
|
||||
This is uTidylib, the Python wrapper for the HTML cleaning library named
|
||||
TidyLib:
|
||||
|
||||
http://tidy.sf.net
|
||||
|
||||
WWW: http://utidylib.sf.net
|
||||
WWW: http://prdownload.berlios.de/utidylib/
|
||||
WWW: http://utidylib.berlios.de/
|
||||
|
Loading…
Reference in New Issue
Block a user