diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-19 02:35:38 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-19 02:35:38 +0800 |
commit | 5f5d614f62123ee2c3c88aafd31ce5d439f9788c (patch) | |
tree | dcfb1dad79d4650820e689e5d656a05149e16074 /x11 | |
parent | da0b975a36903072541c2202dc58f83f9a52ae0c (diff) | |
download | freebsd-ports-gnome-5f5d614f62123ee2c3c88aafd31ce5d439f9788c.tar.gz freebsd-ports-gnome-5f5d614f62123ee2c3c88aafd31ce5d439f9788c.tar.zst freebsd-ports-gnome-5f5d614f62123ee2c3c88aafd31ce5d439f9788c.zip |
Deprecate ports broken for more than 6 months
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpra/Makefile | 2 | ||||
-rw-r--r-- | x11/xpyb/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index b5f5a3f8ef35..68a8f846af12 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -13,6 +13,8 @@ COMMENT= Xpra gives you persistent remote applications for X LICENSE= GPLv2 BROKEN= fails to build with cython 0.28 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-12-19 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>2:x11-toolkits/py-gtk2@${PY_FLAVOR} \ ${PYNUMPY} diff --git a/x11/xpyb/Makefile b/x11/xpyb/Makefile index f540eeeab107..2d0a447af4ae 100644 --- a/x11/xpyb/Makefile +++ b/x11/xpyb/Makefile @@ -12,6 +12,8 @@ MAINTAINER= ashish@FreeBSD.org COMMENT= Python bindings to access X Window System protocol via libxcb BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-12-19 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:x11/xcb-proto \ xcb-proto>=1.7.1:x11/xcb-proto |