FreeBSD Bugzilla – Attachment 119770 Details for
Bug 162418
[PATCH] math/py27-matplotlib: add missing RUN_DEPENDS and fix warnings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py27-matplotlib-1.0.1_2.patch
py27-matplotlib-1.0.1_2.patch (text/plain), 2.45 KB, created by
Jimmy Olgeni
on 2011-11-09 23:30:09 UTC
(
hide
)
Description:
py27-matplotlib-1.0.1_2.patch
Filename:
MIME Type:
Creator:
Jimmy Olgeni
Created:
2011-11-09 23:30:09 UTC
Size:
2.45 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/math/py-matplotlib/Makefile,v >retrieving revision 1.39 >diff -u -u -r1.39 Makefile >--- Makefile 29 Jun 2011 01:59:58 -0000 1.39 >+++ Makefile 9 Nov 2011 23:18:00 -0000 >@@ -8,7 +8,7 @@ > > PORTNAME= matplotlib > PORTVERSION= 1.0.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math python > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -21,13 +21,15 @@ > ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz > LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ > png.6:${PORTSDIR}/graphics/png >-RUN_DEPENDS= ${PYNUMPY} >+RUN_DEPENDS= ${PYNUMPY} \ >+ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ >+ ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz > > USE_PYTHON= 2.4+ >-USE_PYDISTUTILS= yes >+USE_PYDISTUTILS=yes > CFLAGS+= -I${LOCALBASE}/include > >-OPTIONS= GTKBACKEND "GTK backend support" ON \ >+OPTIONS= GTKBACKEND "GTK backend support" ON \ > GTKAGGBACKEND "GTKAgg backend support" ON \ > TKAGGBACKEND "TKAgg backend support" ON \ > WXAGGBACKEND "WXAgg backend support" OFF >@@ -47,23 +49,23 @@ > .endif > > .if defined(WITH_GTKBACKEND) && !defined(WITHOUT_GTKBACKEND) >-GTK_BACKEND=True >+GTK_BACKEND= True > >-PLIST_SUB+= GTKBACKEND="" >+PLIST_SUB+= GTKBACKEND="" > .else >-GTK_BACKEND=False >+GTK_BACKEND= False > >-PLIST_SUB+= GTKBACKEND="@comment " >+PLIST_SUB+= GTKBACKEND="@comment " > .endif > > .if defined(WITH_GTKAGGBACKEND) >-GTKAGG_BACKEND=True >+GTKAGG_BACKEND= True > >-PLIST_SUB+= GTKAGGBACKEND="" >+PLIST_SUB+= GTKAGGBACKEND="" > .else >-GTKAGG_BACKEND=False >+GTKAGG_BACKEND= False > >-PLIST_SUB+= GTKAGGBACKEND="@comment " >+PLIST_SUB+= GTKAGGBACKEND="@comment " > .endif > > .if defined(WITH_TKAGGBACKEND) >@@ -73,27 +75,27 @@ > USE_TCL_RUN= yes > USE_TK_RUN= yes > >-TKAGG_BACKEND=True >+TKAGG_BACKEND= True > >-PLIST_SUB+= TKAGGBACKEND="" >+PLIST_SUB+= TKAGGBACKEND="" > .else >-TKAGG_BACKEND=False >+TKAGG_BACKEND= False > >-PLIST_SUB+= TKAGGBACKEND="@comment " >+PLIST_SUB+= TKAGGBACKEND="@comment " > .endif > > .if defined(WITH_WXAGGBACKEND) >-USE_WX= 2.6 >+USE_WX= 2.6 > WX_COMPS= python > CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" > >-WXAGG_BACKEND=True >+WXAGG_BACKEND= True > >-PLIST_SUB+= WXAGGBACKEND="" >+PLIST_SUB+= WXAGGBACKEND="" > .else >-WXAGG_BACKEND=False >+WXAGG_BACKEND= False > >-PLIST_SUB+= WXAGGBACKEND="@comment " >+PLIST_SUB+= WXAGGBACKEND="@comment " > .endif > > .include <bsd.port.pre.mk>
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 162418
: 119770