diff options
author | bapt <bapt@FreeBSD.org> | 2012-09-21 01:16:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-09-21 01:16:02 +0800 |
commit | e010b7e5c032c998b819cfbad80cd87d818edc23 (patch) | |
tree | 0c37cefde80813c7a9a33d2035450fa6362f9e7f /x11-toolkits | |
parent | 3ea0b8d98cb459c71c432246ce04fabbd245f6c3 (diff) | |
download | freebsd-ports-gnome-e010b7e5c032c998b819cfbad80cd87d818edc23.tar.gz freebsd-ports-gnome-e010b7e5c032c998b819cfbad80cd87d818edc23.tar.zst freebsd-ports-gnome-e010b7e5c032c998b819cfbad80cd87d818edc23.zip |
wxGTK 2.4 is no more supported upstream, consider using the current stable
version: x11-toolkits/wxgtk28
Approved by: fjoe
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-SciParam/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/py-wxPython24/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/wxgtk24-docs/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/wxgtk24/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/py-SciParam/Makefile b/x11-toolkits/py-SciParam/Makefile index 53bf31b1d767..edbbb0e53451 100644 --- a/x11-toolkits/py-SciParam/Makefile +++ b/x11-toolkits/py-SciParam/Makefile @@ -19,6 +19,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Scientific Parameter Dialogs in wxPython based user interfaces +DEPRECATED= Depends on the deprecated wx 2.4 +EXPIRATION_DATE= 2012-10-20 + USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/x11-toolkits/py-wxPython24/Makefile b/x11-toolkits/py-wxPython24/Makefile index cb6ca2abd74b..eb6ce1ad65ad 100644 --- a/x11-toolkits/py-wxPython24/Makefile +++ b/x11-toolkits/py-wxPython24/Makefile @@ -16,6 +16,9 @@ DISTNAME= ${PORTNAME}Src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python bindings for the wxWidgets/GTK GUI toolkit +DEPRECATED= No more supported upstream +EXPIRATION_DATE= 2012-10-20 + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl WRKSRC= ${WRKDIR}/${DISTNAME}/wxPython diff --git a/x11-toolkits/wxgtk24-docs/Makefile b/x11-toolkits/wxgtk24-docs/Makefile index 42d3cb60d1f9..4bf33b6be6f6 100644 --- a/x11-toolkits/wxgtk24-docs/Makefile +++ b/x11-toolkits/wxgtk24-docs/Makefile @@ -14,6 +14,9 @@ DISTNAME= wxWindows-${PORTVERSION}-HTML MAINTAINER= ports@FreeBSD.org COMMENT= wxWindows documentation in HTML +DEPRECATED= No more supported upstream, consider using more recent versions +EXPIRATION_DATE= 2012-10-20 + LATEST_LINK= wxgtk24_doc NO_BUILD= YES diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile index dc666e63f90c..695c9f80cb00 100644 --- a/x11-toolkits/wxgtk24/Makefile +++ b/x11-toolkits/wxgtk24/Makefile @@ -16,6 +16,9 @@ DISTNAME= wxGTK-${PORTVERSION} MAINTAINER?= fjoe@FreeBSD.org COMMENT?= The wxWidgets GUI toolkit with GTK+ bindings +DEPRECATED= Not supported upstream anymore, consider using more recent versions +EXPIRATION_DATE= 2012-10-20 + LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff |