git: afc34de8e3e1 - main - x11/alltray: remove gconf option entirely
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jun 2022 20:18:23 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=afc34de8e3e18e6ce82f8949f65aff64be5931a8
commit afc34de8e3e18e6ce82f8949f65aff64be5931a8
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-06-08 20:10:53 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-06-08 20:18:07 +0000
x11/alltray: remove gconf option entirely
While here mark it as deprecated: abandonware [1]
Approved by: acm (maintainer)
Suggested by: acm [1]
---
x11/alltray/Makefile | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/x11/alltray/Makefile b/x11/alltray/Makefile
index c43a8413682b..7727980fc367 100644
--- a/x11/alltray/Makefile
+++ b/x11/alltray/Makefile
@@ -2,7 +2,7 @@
PORTNAME= alltray
PORTVERSION= 0.70
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= x11
MASTER_SITES= SF
@@ -12,6 +12,9 @@ COMMENT= Dock any application with no native tray icon
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= abandonware
+EXPIRATION_DATE= 2022-07-08
+
USES= gnome libtool pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
@@ -21,16 +24,7 @@ CFLAGS+= -fcommon
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
-
-OPTIONS_DEFINE= KDE
-KDE_DESC= Support only KDE desktop
-KDE_CONFIGURE_ON= --disable-gconf
-
-.include <bsd.port.options.mk>
-
-.if ! ${PORT_OPTIONS:MKDE}
-USE_GNOME+= gconf2
-.endif
+CONFIGURE_ARGS= --disable-gconf
post-patch:
@${CHMOD} +x ${WRKSRC}/install-sh