svn commit: r331973 - in head: accessibility/accerciser accessibility/at-spi accessibility/orca accessibility/py-atspi accessibility/speech-dispatcher devel/glib20 devel/libglade2 devel/py-dbus dev...
Koop Mast
kwm at FreeBSD.org
Tue Oct 29 17:05:55 UTC 2013
Author: kwm
Date: Tue Oct 29 17:05:50 2013
New Revision: 331973
URL: http://svnweb.freebsd.org/changeset/ports/331973
Log:
Restrict python to -2.7
Submitted by: mva@
Modified:
head/accessibility/accerciser/Makefile
head/accessibility/accerciser/pkg-plist
head/accessibility/at-spi/Makefile
head/accessibility/orca/Makefile
head/accessibility/py-atspi/Makefile
head/accessibility/speech-dispatcher/Makefile
head/devel/glib20/Makefile
head/devel/libglade2/Makefile
head/devel/py-dbus/Makefile
head/devel/py-notify/Makefile
head/devel/py-xdg/Makefile
head/multimedia/py-gstreamer/Makefile
head/textproc/gnome-doc-utils/Makefile
head/www/webkit-gtk2/Makefile
head/x11-toolkits/py-gnome-desktop/Makefile
head/x11-toolkits/py-gnome2/Makefile
head/x11/gnome-desktop/Makefile
head/x11/gnome-menus/Makefile
head/x11/gnome-panel/Makefile
Modified: head/accessibility/accerciser/Makefile
==============================================================================
--- head/accessibility/accerciser/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/accessibility/accerciser/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -12,10 +12,9 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome at FreeBSD.org
COMMENT= Interactive Python accessibility explorer for GNOME
-NO_STAGE= yes
USE_BZIP2= yes
USE_GNOME= pygnomedesktop atspi intlhack
-USE_PYTHON= yes
+USE_PYTHON= -2.7
USES= display:configure gettext gmake pkgconfig
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
@@ -24,6 +23,5 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= accerciser.schemas
-MAN1= accerciser.1
.include <bsd.port.mk>
Modified: head/accessibility/accerciser/pkg-plist
==============================================================================
--- head/accessibility/accerciser/pkg-plist Tue Oct 29 17:03:09 2013 (r331972)
+++ head/accessibility/accerciser/pkg-plist Tue Oct 29 17:05:50 2013 (r331973)
@@ -56,6 +56,7 @@ bin/accerciser
%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.py
%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.pyc
%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.pyo
+man/man1/accerciser.1.gz
%%DATADIR%%/pixmaps/hicolor/22x22/acceleratorlabel.png
%%DATADIR%%/pixmaps/hicolor/22x22/alert.png
%%DATADIR%%/pixmaps/hicolor/22x22/animation.png
Modified: head/accessibility/at-spi/Makefile
==============================================================================
--- head/accessibility/at-spi/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/accessibility/at-spi/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -22,7 +22,7 @@ NO_STAGE= yes
USES= gmake gettext pkgconfig
USE_GNOME= gnomehack gnomehier intlhack gtk20 gconf2 libbonobo
USE_XORG= x11 xtst
-USE_PYTHON= yes
+USE_PYTHON= -2.7
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static
Modified: head/accessibility/orca/Makefile
==============================================================================
--- head/accessibility/orca/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/accessibility/orca/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_
NO_STAGE= yes
USE_BZIP2= yes
USES= gmake gettext pkgconfig
-USE_PYTHON= yes
+USE_PYTHON= -2.7
USE_GNOME= gnomeprefix gnomehack libgnomeui gnomespeech pygnome2 \
pygnomedesktop
INSTALLS_ICONS= yes
Modified: head/accessibility/py-atspi/Makefile
==============================================================================
--- head/accessibility/py-atspi/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/accessibility/py-atspi/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -23,7 +23,7 @@ USE_XZ= yes
USES= gettext gmake pathfix pkgconfig
USE_GNOME= gnomehier intlhack pygobject3
GNU_CONFIGURE= yes
-USE_PYTHON= yes
+USE_PYTHON= -2.7
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/accessibility/speech-dispatcher/Makefile
==============================================================================
--- head/accessibility/speech-dispatcher/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/accessibility/speech-dispatcher/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -104,7 +104,7 @@ CONFIGURE_ARGS+=--without-pulse
.endif
.if ${PORT_OPTIONS:MPYTHON}
-USE_PYTHON= 2.5+
+USE_PYTHON= -2.7
CONFIGURE_ARGS+=--enable-python
PLIST_SUB+= PYTHON=""
.else
Modified: head/devel/glib20/Makefile
==============================================================================
--- head/devel/glib20/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/devel/glib20/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -26,7 +26,7 @@ USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
USES= gettext gmake iconv pathfix pkgconfig shebangfix perl5
USE_GNOME= ltverhack
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
CONFIGURE_ARGS= --enable-static \
--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
--disable-man --without-xml-catalog \
Modified: head/devel/libglade2/Makefile
==============================================================================
--- head/devel/libglade2/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/devel/libglade2/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -41,7 +41,7 @@ NO_STAGE= yes
.if ${PORT_OPTIONS:MPYTHON}
-USE_PYTHON= yes
+USE_PYTHON= -2.7
PLIST_SUB+= PYTHON=""
.else
PLIST_SUB+= PYTHON="@comment "
Modified: head/devel/py-dbus/Makefile
==============================================================================
--- head/devel/py-dbus/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/devel/py-dbus/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -15,7 +15,7 @@ COMMENT= Python bindings for the D-BUS m
LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
USES= gettext pathfix pkgconfig
-USE_PYTHON= yes
+USE_PYTHON= -2.7
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${PYTHON_INCLUDEDIR}
Modified: head/devel/py-notify/Makefile
==============================================================================
--- head/devel/py-notify/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/devel/py-notify/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -16,7 +16,7 @@ LIB_DEPENDS= notify.4:${PORTSDIR}/devel/
USE_BZIP2= yes
USES= gmake pkgconfig
USE_GNOME= gnomehack pygtk2
-USE_PYTHON= yes
+USE_PYTHON= -2.7
GNU_CONFIGURE= yes
DOCS= AUTHORS COPYING ChangeLog NEWS
Modified: head/devel/py-xdg/Makefile
==============================================================================
--- head/devel/py-xdg/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/devel/py-xdg/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -12,7 +12,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= gnome at FreeBSD.org
COMMENT= A python library to access freedesktop.org standards
-USE_PYTHON= yes
+USE_PYTHON= -2.7
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= pyxdg
Modified: head/multimedia/py-gstreamer/Makefile
==============================================================================
--- head/multimedia/py-gstreamer/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/multimedia/py-gstreamer/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -20,7 +20,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libx
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2
USES= pkgconfig
-USE_PYTHON= yes
+USE_PYTHON= -2.7
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= pygobject gnomehack
Modified: head/textproc/gnome-doc-utils/Makefile
==============================================================================
--- head/textproc/gnome-doc-utils/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/textproc/gnome-doc-utils/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -22,7 +22,7 @@ USE_XZ= yes
MAKE_JOBS_UNSAFE=yes
USES= gettext gmake pathfix pkgconfig
USE_GNOME= gnomehier libxslt intlhack
-USE_PYTHON= yes
+USE_PYTHON= -2.7
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/omf
Modified: head/www/webkit-gtk2/Makefile
==============================================================================
--- head/www/webkit-gtk2/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/www/webkit-gtk2/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -21,7 +21,7 @@ LIB_DEPENDS= libenchant.so:${PORTSDIR}/t
libsoup-2.4.so:${PORTSDIR}/devel/libsoup
USE_XZ= yes
-USE_PYTHON_BUILD= yes
+USE_PYTHON_BUILD= -2.7
USE_GSTREAMER= yes
USE_XORG= xt
USES= bison gmake pkgconfig gettext perl5
Modified: head/x11-toolkits/py-gnome-desktop/Makefile
==============================================================================
--- head/x11-toolkits/py-gnome-desktop/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/x11-toolkits/py-gnome-desktop/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -27,7 +27,7 @@ RUN_DEPENDS= bug-buddy:${PORTSDIR}/devel
USE_BZIP2= yes
USES= gmake pkgconfig
-USE_PYTHON= yes
+USE_PYTHON= -2.7
USE_GNOME= gnomehack libgnomeprintui gnomepanel gnomedesktop \
gtksourceview libwnck nautilus2 pygnome2 metacity \
evolutiondataserver
Modified: head/x11-toolkits/py-gnome2/Makefile
==============================================================================
--- head/x11-toolkits/py-gnome2/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/x11-toolkits/py-gnome2/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ORBit.
LATEST_LINK= py-gnome2
USE_BZIP2= yes
-USE_PYTHON= yes
+USE_PYTHON= -2.7
USE_LDCONFIG= yes
USES= gettext gmake pkgconfig
USE_GNOME= gnomehack libgnomeui pygtk2
Modified: head/x11/gnome-desktop/Makefile
==============================================================================
--- head/x11/gnome-desktop/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/x11/gnome-desktop/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -22,7 +22,7 @@ USE_XORG= xpm
USES= bison pathfix gettext pkgconfig gmake
USE_GNOME= gnomeprefix intlhack gnomedocutils gconf2 pygtk2 \
ltverhack referencehack
-USE_PYTHON= yes
+USE_PYTHON= -2.7
INSTALLS_OMF= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
Modified: head/x11/gnome-menus/Makefile
==============================================================================
--- head/x11/gnome-menus/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/x11/gnome-menus/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -19,7 +19,7 @@ USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack
USES= pkgconfig gettext
USE_AUTOTOOLS= libtool
-USE_PYTHON= yes
+USE_PYTHON= -2.7
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/x11/gnome-panel/Makefile
==============================================================================
--- head/x11/gnome-panel/Makefile Tue Oct 29 17:03:09 2013 (r331972)
+++ head/x11/gnome-panel/Makefile Tue Oct 29 17:05:50 2013 (r331973)
@@ -23,7 +23,7 @@ LIB_DEPENDS= gweather:${PORTSDIR}/net/li
CONFLICTS= gnome-panel-3.[0-9]*
USE_XORG= ice sm x11 xau xrandr
-USE_PYTHON= yes
+USE_PYTHON= -2.7
INSTALLS_OMF= yes
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
More information about the svn-ports-all
mailing list