svn commit: r559829 - in head: . x11 x11/xdialog

Eugene Grosbein eugen at FreeBSD.org
Fri Jan 1 14:43:10 UTC 2021


Author: eugen
Date: Fri Jan  1 14:43:09 2021
New Revision: 559829
URL: https://svnweb.freebsd.org/changeset/ports/559829

Log:
  Recover x11/xdialog under FreeBSD switching it to glib20.
  
  Requested by:	Nick Kostirya

Added:
  head/x11/xdialog/
     - copied from r488005, head/x11/xdialog/
Modified:
  head/MOVED
  head/x11/Makefile
  head/x11/xdialog/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Jan  1 14:15:10 2021	(r559828)
+++ head/MOVED	Fri Jan  1 14:43:09 2021	(r559829)
@@ -10810,7 +10810,6 @@ french/php_doc||2018-12-21|Has expired: unmaintained a
 japanese/php_doc||2018-12-21|Has expired: unmaintained and documents obsolete PHP < 5.6
 net/ntop||2018-12-21|Has expired: Broken for more than 6 months
 textproc/ots||2018-12-21|Has expired: Broken for more than 6 months
-x11/xdialog||2018-12-21|Has expired: Uses obsolete glib12
 net/netdude||2018-12-21|Has expired: Uses obsolete glib12
 japanese/jmode-skk||2018-12-21|Has expired: Uses obsolete glib12
 print/gsview||2018-12-21|Has expired: Uses obsolete glib12

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Fri Jan  1 14:15:10 2021	(r559828)
+++ head/x11/Makefile	Fri Jan  1 14:43:09 2021	(r559829)
@@ -417,6 +417,7 @@
     SUBDIR += xcursorgen
     SUBDIR += xcut
     SUBDIR += xdg-desktop-portal-wlr
+    SUBDIR += xdialog
     SUBDIR += xditview
     SUBDIR += xdm
     SUBDIR += xdo

Modified: head/x11/xdialog/Makefile
==============================================================================
--- head/x11/xdialog/Makefile	Fri Dec 21 14:21:26 2018	(r488005)
+++ head/x11/xdialog/Makefile	Fri Jan  1 14:43:09 2021	(r559829)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xdialog
 PORTVERSION=	2.3.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	x11
 MASTER_SITES=	http://xdialog.free.fr/
 DISTNAME=	${PORTNAME:S/x/X/}-${PORTVERSION}
@@ -11,15 +11,13 @@ DISTNAME=	${PORTNAME:S/x/X/}-${PORTVERSION}
 MAINTAINER=	ler at FreeBSD.org
 COMMENT=	Drop in replacement for the "dialog" or "cdialog" programs
 
-DEPRECATED=	Uses obsolete glib12
-EXPIRATION_DATE=	2018-12-20
-
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		localbase tar:bzip2
-USE_GNOME=	gtk12
+USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-gtk2
 
 OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes


More information about the svn-ports-all mailing list