svn commit: r433309 - head/deskutils/xfce4-generic-slider

Emanuel Haupt ehaupt at FreeBSD.org
Sat Feb 4 13:09:38 UTC 2017


Author: ehaupt
Date: Sat Feb  4 13:09:36 2017
New Revision: 433309
URL: https://svnweb.freebsd.org/changeset/ports/433309

Log:
  Revert deprecation/broken. It turned out that an old configuration setting on my
  side caused the application to crash. Starting with a new, clean homedir won't
  crash the plugin. Further investigation is ongoing.
  
  Discussed on:	ports, Andrea Venturoli <ml at netfence.it>

Modified:
  head/deskutils/xfce4-generic-slider/Makefile

Modified: head/deskutils/xfce4-generic-slider/Makefile
==============================================================================
--- head/deskutils/xfce4-generic-slider/Makefile	Sat Feb  4 12:52:03 2017	(r433308)
+++ head/deskutils/xfce4-generic-slider/Makefile	Sat Feb  4 13:09:36 2017	(r433309)
@@ -15,10 +15,6 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-BROKEN=		crashes when trying to open properties
-DEPRECATED=	crashes when trying to open properties
-EXPIRATION_DATE=	2017-04-25
-
 USES=		gettext-runtime pkgconfig xfce
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango
 USE_XFCE=	libgui panel


More information about the svn-ports-all mailing list