svn commit: r364966 - head/x11-wm/openbox

Roman Bogorodskiy novel at FreeBSD.org
Fri Aug 15 12:20:12 UTC 2014


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
 


More information about the svn-ports-all mailing list