Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2014 19:26:06 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351966 - in head/x11-wm/compiz: . files
Message-ID:  <201404231926.s3NJQ6vn098911@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Wed Apr 23 19:26:06 2014
New Revision: 351966
URL: http://svnweb.freebsd.org/changeset/ports/351966
QAT: https://qat.redports.org/buildarchive/r351966/

Log:
  Explicitly set libXext dependency to fix build after r351936.

Added:
  head/x11-wm/compiz/files/patch-configure   (contents, props changed)
Modified:
  head/x11-wm/compiz/Makefile

Modified: head/x11-wm/compiz/Makefile
==============================================================================
--- head/x11-wm/compiz/Makefile	Wed Apr 23 18:41:40 2014	(r351965)
+++ head/x11-wm/compiz/Makefile	Wed Apr 23 19:26:06 2014	(r351966)
@@ -21,7 +21,8 @@ INSTALL_TARGET=	install-strip
 USES=		gettext gmake libtool:keepla pathfix tar:bzip2
 USE_GL=		glu
 USE_GNOME=	gconf2 libxslt
-USE_XORG=	xcomposite xfixes xdamage xrandr xrender ice sm xinerama glproto
+USE_XORG=	glproto ice sm xcomposite xdamage xext xfixes xinerama \
+		xrandr xrender
 USE_LDCONFIG=	yes
 
 GCONF_SCHEMAS=	gwd.schemas \

Added: head/x11-wm/compiz/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/compiz/files/patch-configure	Wed Apr 23 19:26:06 2014	(r351966)
@@ -0,0 +1,10 @@
+--- configure
++++ configure
+@@ -17021,6 +17021,7 @@
+ COMPIZ_REQUIRES="xcomposite \
+ 		 xfixes	    \
+ 		 xdamage    \
++		 xext       \
+ 		 xrandr	    \
+ 		 xinerama   \
+ 		 ice	    \



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