Date: Wed, 28 Dec 2022 10:27:51 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f455d1891e9a - main - sysutils/conky-awesome: disable WAYLAND like X11 after cbe413ca7749 Message-ID: <202212281027.2BSARps7074171@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f455d1891e9abaf4c86b8a4a8947f28586a5eb54 commit f455d1891e9abaf4c86b8a4a8947f28586a5eb54 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-12-28 10:07:56 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-12-28 10:27:30 +0000 sysutils/conky-awesome: disable WAYLAND like X11 after cbe413ca7749 This is a headless package, used via a client pipe by x11-wm/awesome. PR: 268597 --- sysutils/conky-awesome/Makefile | 2 +- sysutils/conky/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile index 8e8ac9d7fc85..5e4151392bb0 100644 --- a/sysutils/conky-awesome/Makefile +++ b/sysutils/conky-awesome/Makefile @@ -9,6 +9,6 @@ DESCR= ${.CURDIR}/pkg-descr CONFLICTS= conky OPTIONS_EXCLUDE= X11 ARGB DOUBLE_BUFFER IMLIB2 XFT XINERAMA LUA_CAIRO LUA_IMLIB2 \ - LUA_RSVG + LUA_RSVG WAYLAND .include "${MASTERDIR}/Makefile" diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index 13b30fbba7c6..6f9d0043758b 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -1,7 +1,7 @@ PORTNAME= conky PORTVERSION= 1.16.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212281027.2BSARps7074171>