Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 12:20:12 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364966 - head/x11-wm/openbox
Message-ID:  <201408151220.s7FCKC21029380@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Fri Aug 15 12:20:12 2014
New Revision: 364966
URL: http://svnweb.freebsd.org/changeset/ports/364966
QAT: https://qat.redports.org/buildarchive/r364966/

Log:
  Add SVG option for svg icons support using librsvg2. Currently,
  that support is automatically enabled if the configure script
  finds librsvg2 installed, so having an option gives a predictable
  result. This option is enabled by default.
  
  Suggested by:	Kamil Szczesny

Modified:
  head/x11-wm/openbox/Makefile

Modified: head/x11-wm/openbox/Makefile
==============================================================================
--- head/x11-wm/openbox/Makefile	Fri Aug 15 11:47:56 2014	(r364965)
+++ head/x11-wm/openbox/Makefile	Fri Aug 15 12:20:12 2014	(r364966)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openbox
 PORTVERSION=	3.5.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://openbox.org/dist/openbox/
 
@@ -23,8 +23,8 @@ LDFLAGS+=	-L${LOCALBASE}/lib -lXext
 
 PLIST_SUB=	VERSION=${PORTVERSION:C/.[0-9]+\$//}
 
-OPTIONS_DEFINE=	NLS IMLIB PANGO NOTIFY
-OPTIONS_DEFAULT=	IMLIB PANGO NOTIFY
+OPTIONS_DEFINE=	NLS IMLIB PANGO SVG NOTIFY
+OPTIONS_DEFAULT=	IMLIB PANGO NOTIFY SVG
 OPTIONS_SUB=	yes
 
 NLS_USES=		gettext
@@ -39,6 +39,9 @@ NOTIFY_CONFIGURE_OFF=	--disable-startup-
 IMLIB_CONFIGURE_ENABLE=	imlib2
 IMLIB_USE=	EFL=imlib2
 
+SVG_USE=	GNOME=librsvg2
+SVG_CONFIGURE_ENABLE=	librsvg
+
 post-configure:
 	@${CHMOD} +x ${WRKSRC}/install-sh
 



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