Date: Tue, 24 Nov 2015 22:21:16 +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: r402380 - head/x11-wm/openbox Message-ID: <201511242221.tAOMLGps029613@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Tue Nov 24 22:21:16 2015 New Revision: 402380 URL: https://svnweb.freebsd.org/changeset/ports/402380 Log: 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 MFH: 2015Q4 Modified: head/x11-wm/openbox/Makefile Modified: head/x11-wm/openbox/Makefile ============================================================================== --- head/x11-wm/openbox/Makefile Tue Nov 24 21:53:09 2015 (r402379) +++ head/x11-wm/openbox/Makefile Tue Nov 24 22:21:16 2015 (r402380) @@ -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?201511242221.tAOMLGps029613>