From owner-svn-ports-head@FreeBSD.ORG Thu May 1 04:32:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0052E6AF; Thu, 1 May 2014 04:32:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E32821061; Thu, 1 May 2014 04:32:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s414Wt20039516; Thu, 1 May 2014 04:32:55 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s414Wt2Y039514; Thu, 1 May 2014 04:32:55 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201405010432.s414Wt2Y039514@svn.freebsd.org> From: Jung-uk Kim Date: Thu, 1 May 2014 04:32:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352720 - in head/x11-wm/compiz: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2014 04:32:56 -0000 Author: jkim Date: Thu May 1 04:32:55 2014 New Revision: 352720 URL: http://svnweb.freebsd.org/changeset/ports/352720 QAT: https://qat.redports.org/buildarchive/r352720/ Log: Explicitly set libX11 dependency to fix build. Modified: head/x11-wm/compiz/Makefile head/x11-wm/compiz/files/patch-configure Modified: head/x11-wm/compiz/Makefile ============================================================================== --- head/x11-wm/compiz/Makefile Thu May 1 04:31:11 2014 (r352719) +++ head/x11-wm/compiz/Makefile Thu May 1 04:32:55 2014 (r352720) @@ -21,7 +21,7 @@ INSTALL_TARGET= install-strip USES= gettext gmake libtool pathfix tar:bzip2 USE_GL= glu USE_GNOME= gconf2 libxslt -USE_XORG= glproto ice sm xcomposite xdamage xext xfixes xinerama \ +USE_XORG= glproto ice sm x11 xcomposite xdamage xext xfixes xinerama \ xrandr xrender USE_LDCONFIG= yes # Workaround buggy pkg_install Modified: head/x11-wm/compiz/files/patch-configure ============================================================================== --- head/x11-wm/compiz/files/patch-configure Thu May 1 04:31:11 2014 (r352719) +++ head/x11-wm/compiz/files/patch-configure Thu May 1 04:32:55 2014 (r352720) @@ -1,7 +1,12 @@ --- configure +++ configure -@@ -17021,6 +17021,7 @@ - COMPIZ_REQUIRES="xcomposite \ +@@ -17018,9 +17018,11 @@ + metadatadir=$datadir/compiz + + +-COMPIZ_REQUIRES="xcomposite \ ++COMPIZ_REQUIRES="x11 \ ++ xcomposite \ xfixes \ xdamage \ + xext \