From owner-svn-ports-all@FreeBSD.ORG Sat Mar 29 15:35:17 2014 Return-Path: Delivered-To: svn-ports-all@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 1F0EB615; Sat, 29 Mar 2014 15:35:17 +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 0BFC3D81; Sat, 29 Mar 2014 15:35:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TFZGIT044166; Sat, 29 Mar 2014 15:35:16 GMT (envelope-from novel@svn.freebsd.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2TFZG2s044165; Sat, 29 Mar 2014 15:35:16 GMT (envelope-from novel@svn.freebsd.org) Message-Id: <201403291535.s2TFZG2s044165@svn.freebsd.org> From: Roman Bogorodskiy Date: Sat, 29 Mar 2014 15:35:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349544 - head/x11-wm/obconf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 15:35:17 -0000 Author: novel Date: Sat Mar 29 15:35:16 2014 New Revision: 349544 URL: http://svnweb.freebsd.org/changeset/ports/349544 QAT: https://qat.redports.org/buildarchive/r349544/ Log: - Stage support - Use new style LIB_DEPENDS syntax - Add desktop-file-utils and shared-mime-info to USES Modified: head/x11-wm/obconf/Makefile Modified: head/x11-wm/obconf/Makefile ============================================================================== --- head/x11-wm/obconf/Makefile Sat Mar 29 15:34:42 2014 (r349543) +++ head/x11-wm/obconf/Makefile Sat Mar 29 15:35:16 2014 (r349544) @@ -9,15 +9,15 @@ MASTER_SITES= http://openbox.org/dist/ob MAINTAINER= novel@FreeBSD.org COMMENT= Preferences manager for the Openbox window manager -LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \ - obrender:${PORTSDIR}/x11-wm/openbox +LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ + libobrender.so:${PORTSDIR}/x11-wm/openbox -USES= pkgconfig +USES= pkgconfig desktop-file-utils shared-mime-info USE_GNOME= gnomehier libglade2 GNU_CONFIGURE= yes CONFIGURE_ENV= OPENBOX_CFLAGS="`pkg-config --cflags obrender-3.5 obt-3.5`" \ OPENBOX_LIBS="`pkg-config --libs obrender-3.5 obt-3.5`" -CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openbox +CONFIGURE_ARGS= --sysconfdir=${STAGEDIR}${PREFIX}/etc/openbox MAKE_ARGS= mkdir_p='${MKDIR}' CPPFLAGS+= -I${LOCALBASE}/include @@ -25,8 +25,6 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= ABOUT-NLS AUTHORS README TODO -NO_STAGE= yes - OPTIONS_DEFINE= DOCS NLS .include @@ -43,7 +41,7 @@ post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .endif