FreeBSD Bugzilla – Attachment 129774 Details for
Bug 173822
[PATCH] astro/py-RO optionsng
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.49 KB, created by
Chris Petrik
on 2012-11-21 23:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Chris Petrik
Created:
2012-11-21 23:50:00 UTC
Size:
1.49 KB
patch
obsolete
>Index: py-RO/Makefile >=================================================================== >--- py-RO/Makefile (revision 305494) >+++ py-RO/Makefile (working copy) >@@ -1,9 +1,5 @@ >-# New ports collection makefile for: py-RO >-# Date created: Dec 26, 2010 >-# Whom: Wen Heping <wenheping@gmail.com> >-# >+# Created by: Wen Heping <wenheping@gmail.com> > # $FreeBSD$ >-# > > PORTNAME= RO > PORTVERSION= 2.9.3 >@@ -17,24 +13,27 @@ > BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy > RUN_DEPENDS:= ${BUILD_DEPENDS} > >-OPTIONS= MATPLOTLIB "Add support for Matplotlib" Off \ >- PYFITS "Add Support for PyFITS" On \ >- PYGAME "Add Support for PyGame" Off >+OPTIONS_DEFINE= MATPLOTLIB PYFITS PYGAME >+OPTIONS_DEFAULT= PYFITS > >+MATPLOTLIB_DESC= Add support for Matplotlib >+PYFITS_DESC= Add Support for PyFITS >+PYGAME_DESC= Add Support for PyGame >+ > USE_PYTHON= yes > USE_PYDISTUTILS=easy_install > > .include <bsd.port.pre.mk> > >-.if defined(WITH_MATPLOTLIB) >+.if ${PORT_OPTIONS:MMATPLOTLIB} > RUN_DEPENDS+= ${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib > .endif > >-.if !defined(WITHOUT_PYFITS) >+.if ${PORT_OPTIONS:MPYFITS} > RUN_DEPENDS+= ${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits > .endif > >-.if defined(WITH_PYGAME) >+.if ${PORT_OPTIONS:MPYGAME} > RUN_DEPENDS+= ${PKGNAMEPREFIX}game>=1.8.1:${PORTSDIR}/devel/py-game > .endif
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 173822
: 129774