Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2015 22:43:21 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r402465 - branches/2015Q4/x11-wm/openbox
Message-ID:  <201511262243.tAQMhLIQ081316@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Thu Nov 26 22:43:21 2015
New Revision: 402465
URL: https://svnweb.freebsd.org/changeset/ports/402465

Log:
  MFH: r402380
  
  x11-wm/openbox: fix dependencies and default package
  
  At build time openbox tries to detect presence of some
  X11 extentions libs and headers and silently disables
  support for them if they cannot be found.
  
  When building from port, these extensions are usually
  available already, so user gets a fully functional package,
  however, when installing from package user gets a package with
  a limited functionality.
  
  Fix this by adding all the required dependencies to USE_XORG.
  
  PR:		204706
  Approved by:	portmgr (erwin)

Modified:
  branches/2015Q4/x11-wm/openbox/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/x11-wm/openbox/Makefile
==============================================================================
--- branches/2015Q4/x11-wm/openbox/Makefile	Thu Nov 26 22:20:28 2015	(r402464)
+++ branches/2015Q4/x11-wm/openbox/Makefile	Thu Nov 26 22:43:21 2015	(r402465)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openbox
 PORTVERSION=	3.6
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://openbox.org/dist/openbox/
 
@@ -14,7 +15,7 @@ LICENSE=	GPLv2
 GNU_CONFIGURE=	yes
 USES=		gmake libtool pathfix pkgconfig
 USE_GNOME=	glib20 libxml2
-USE_XORG=	xext xft
+USE_XORG=	xcursor xext xft xinerama xrandr xau
 USE_LDCONFIG=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include



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