From owner-svn-ports-head@freebsd.org Sat Apr 22 08:39:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09C11D49CAD; Sat, 22 Apr 2017 08:39:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 CE1F0196; Sat, 22 Apr 2017 08:39:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3M8dLFK080434; Sat, 22 Apr 2017 08:39:21 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3M8dL8w080433; Sat, 22 Apr 2017 08:39:21 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201704220839.v3M8dL8w080433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 22 Apr 2017 08:39:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439138 - head/x11-wm/openbox 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.23 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: Sat, 22 Apr 2017 08:39:23 -0000 Author: miwi Date: Sat Apr 22 08:39:21 2017 New Revision: 439138 URL: https://svnweb.freebsd.org/changeset/ports/439138 Log: - Fix shebangs - Add missing dependency Approved by: maintainer via irc Modified: head/x11-wm/openbox/Makefile Modified: head/x11-wm/openbox/Makefile ============================================================================== --- head/x11-wm/openbox/Makefile Sat Apr 22 08:28:19 2017 (r439137) +++ head/x11-wm/openbox/Makefile Sat Apr 22 08:39:21 2017 (r439138) @@ -3,7 +3,7 @@ PORTNAME= openbox PORTVERSION= 3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://openbox.org/dist/openbox/ @@ -12,11 +12,16 @@ COMMENT= Small, fast, standards complian LICENSE= GPLv2 +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig -USE_GNOME= glib20 libxml2 -USE_XORG= xcursor xext xft xinerama xrandr xau +USES= gmake libtool pathfix python:run pkgconfig shebangfix +USE_GNOME= cairo glib20 libxml2 +USE_XORG= ice sm x11 xcursor xext xft xinerama xrandr \ + xrender xau USE_LDCONFIG= yes +SHEBANG_FILES= data/autostart/openbox-xdg-autostart CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lXext