Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2011 20:00:24 GMT
From:      Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/157044: x11-toolkits/slgtk: fails to start
Message-ID:  <201108312000.p7VK0Oif021959@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/157044; it has been noted by GNATS.

From: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
To: bug-followup@FreeBSD.org
Cc: jilles@stack.nl, eadler@FreeBSD.org
Subject: Re: ports/157044: x11-toolkits/slgtk: fails to start
Date: Wed, 31 Aug 2011 21:54:07 +0200

 --IS0zKkzwUGydFO0o
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 There is another error report against debian package, too:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577364
 
 I think we should gracefully de-orbit slgtk from the ports.
 Attached patch marks the port and 2 other ports that depend on slgtk
 as DEPRECATED with EXPIRATION_DATE set to the end of this year.
 
 Alexey.
 
 --IS0zKkzwUGydFO0o
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="patch-slgtk.txt"
 
 diff -ruN slgtk.orig/Makefile slgtk/Makefile
 --- slgtk.orig/Makefile	2011-01-26 14:13:50.000000000 +0100
 +++ slgtk/Makefile	2011-08-31 21:33:44.000000000 +0200
 @@ -13,6 +13,9 @@
  MAINTAINER=	shuvaev@physik.uni-wuerzburg.de
  COMMENT=	S-Lang binding for GTK+
  
 +DEPRECATED=	Does not work with newer GTK+, upstream development has ceased
 +EXPIRATION_DATE=	2011-12-31
 +
  LIB_DEPENDS=	slang.2:${PORTSDIR}/devel/libslang2
  
  USE_GNOME=	gtk20
 diff -ruN slglade.orig/Makefile slglade/Makefile
 --- slglade.orig/Makefile	2010-04-17 16:04:47.000000000 +0200
 +++ slglade/Makefile	2011-08-31 21:47:56.000000000 +0200
 @@ -15,6 +15,9 @@
  MAINTAINER=	shuvaev@physik.uni-wuerzburg.de
  COMMENT=	S-Lang binding for libglade
  
 +DEPRECATED=	Depends on non-functional x11-toolkits/slgtk
 +EXPIRATION_DATE=	2011-12-31
 +
  LIB_DEPENDS=	slang.2:${PORTSDIR}/devel/libslang2
  RUN_DEPENDS=	imdisplay:${PORTSDIR}/x11-toolkits/slgtk
  
 diff -ruN slgtkdatabox.orig/Makefile slgtkdatabox/Makefile
 --- slgtkdatabox.orig/Makefile	2010-04-17 16:08:49.000000000 +0200
 +++ slgtkdatabox/Makefile	2011-08-31 21:48:55.000000000 +0200
 @@ -15,6 +15,9 @@
  MAINTAINER=	shuvaev@physik.uni-wuerzburg.de
  COMMENT=	S-Lang binding for gtkdatabox
  
 +DEPRECATED=	Depends on non-functional x11-toolkits/slgtk
 +EXPIRATION_DATE=	2011-12-31
 +
  LIB_DEPENDS=	slang.2:${PORTSDIR}/devel/libslang2 \
  		gtkdatabox-0.9.0.1:${PORTSDIR}/x11-toolkits/gtkdatabox
  RUN_DEPENDS=	imdisplay:${PORTSDIR}/x11-toolkits/slgtk
 
 --IS0zKkzwUGydFO0o--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108312000.p7VK0Oif021959>