FreeBSD Bugzilla – Attachment 68702 Details for
Bug 100922
[PATCH] devel/py24-tables: update to 1.3.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py24-tables-1.3.2.patch
py24-tables-1.3.2.patch (text/plain), 2.52 KB, created by
Shin CHAO
on 2006-07-27 17:20:18 UTC
(
hide
)
Description:
py24-tables-1.3.2.patch
Filename:
MIME Type:
Creator:
Shin CHAO
Created:
2006-07-27 17:20:18 UTC
Size:
2.52 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/zhaoxin/fpcvs/ports/devel/py-tables/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- Makefile 4 May 2006 21:41:03 -0000 1.10 >+++ Makefile 27 Jul 2006 02:27:37 -0000 >@@ -7,7 +7,7 @@ > # > > PORTNAME= tables >-PORTVERSION= 1.1 >+PORTVERSION= 1.3.2 > CATEGORIES= devel python > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= pytables >@@ -28,6 +28,15 @@ > > PLIST_FILES= bin/nctoh5 bin/ptdump bin/ptrepack > >+OPTIONS= PYREX "Use code generated by Pyrex to build" off >+OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options >+ >+.include <bsd.port.pre.mk> >+ >+.if !defined(WITHOUT_PYREX) >+BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/setup.py > >@@ -45,4 +54,4 @@ > ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} > .endif > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >Index: distinfo >=================================================================== >RCS file: /home/zhaoxin/fpcvs/ports/devel/py-tables/distinfo,v >retrieving revision 1.5 >diff -u -r1.5 distinfo >--- distinfo 24 Nov 2005 15:39:52 -0000 1.5 >+++ distinfo 26 Jul 2006 15:32:55 -0000 >@@ -1,3 +1,3 @@ >-MD5 (pytables-1.1.tar.gz) = 62be2271cab933b9c0712887d15522f2 >-SHA256 (pytables-1.1.tar.gz) = b021642e9cb69ea13d2637411005f6b9073e820b87c8914391fcb18f69155245 >-SIZE (pytables-1.1.tar.gz) = 2693924 >+MD5 (pytables-1.3.2.tar.gz) = ba4df36a1b0702eb0314c24c49992fec >+SHA256 (pytables-1.3.2.tar.gz) = b67e524a71c74407c2c3184a2807f847fa374f0b8990dad5fac37d9bced1a06b >+SIZE (pytables-1.3.2.tar.gz) = 3834747 >Index: files/patch-setup.py >=================================================================== >RCS file: /home/zhaoxin/fpcvs/ports/devel/py-tables/files/patch-setup.py,v >retrieving revision 1.1 >diff -u -r1.1 patch-setup.py >--- files/patch-setup.py 11 May 2005 03:11:40 -0000 1.1 >+++ files/patch-setup.py 26 Jul 2006 15:46:16 -0000 >@@ -1,13 +1,13 @@ >---- setup.py.orig Wed May 11 11:04:04 2005 >-+++ setup.py Wed May 11 11:04:38 2005 >-@@ -30,8 +30,8 @@ >+--- setup.py.orig Wed Jul 26 23:43:50 2006 >++++ setup.py Wed Jul 26 23:44:46 2006 >+@@ -72,8 +72,8 @@ >+ debug = '--debug' in sys.argv > > # Global variables >- lflags_arg = [] > -lib_dirs = [] > -inc_dirs = [] > +lib_dirs = ['%%LOCALBASE%%/lib'] > +inc_dirs = ['%%LOCALBASE%%/include'] >+ optional_libs = [] > >- # Some useful functions >- def check_lib_unix(where, libname, headername, compulsory): >+ default_header_dirs = None
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
Actions:
View
|
Diff
Attachments on
bug 100922
: 68702