From owner-svn-ports-all@FreeBSD.ORG Sat Jun 7 04:12:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0ADF0810; Sat, 7 Jun 2014 04:12: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 EC94325E9; Sat, 7 Jun 2014 04:12:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s574Cswb065492; Sat, 7 Jun 2014 04:12:54 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s574CsLb065489; Sat, 7 Jun 2014 04:12:54 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201406070412.s574CsLb065489@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sat, 7 Jun 2014 04:12:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356878 - head/mail/xfaces 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.18 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, 07 Jun 2014 04:12:55 -0000 Author: danilo Date: Sat Jun 7 04:12:54 2014 New Revision: 356878 URL: http://svnweb.freebsd.org/changeset/ports/356878 QAT: https://qat.redports.org/buildarchive/r356878/ Log: - Add stage support - Convert LIB_DEPENDS to new syntax PR: ports/190733 Submitted by: faber@vim.isi.edu Modified: head/mail/xfaces/Makefile head/mail/xfaces/pkg-plist Modified: head/mail/xfaces/Makefile ============================================================================== --- head/mail/xfaces/Makefile Sat Jun 7 02:46:34 2014 (r356877) +++ head/mail/xfaces/Makefile Sat Jun 7 04:12:54 2014 (r356878) @@ -20,18 +20,15 @@ PATCH_DIST_STRIP= MAINTAINER= faber@isi.edu COMMENT= Display shaped icons for mail spool contents -LIB_DEPENDS= compface:${PORTSDIR}/mail/faces +LIB_DEPENDS= libcompface.so:${PORTSDIR}/mail/faces # GNU make properly processes some overridden rules in the makefile that # imake generates. Specifically, installing the html docs. USES= imake gmake USE_XORG= ice sm x11 xaw xext xmu xt xpm -MAN1= xfaces.1 - -NO_STAGE= yes post-install: - ${MKDIR} ${DATADIR}/images - ${INSTALL_DATA} ${WRKSRC}/images/* ${DATADIR}/images + @${MKDIR} ${STAGEDIR}${DATADIR}/images + ${INSTALL_DATA} ${WRKSRC}/images/* ${STAGEDIR}${DATADIR}/images .include Modified: head/mail/xfaces/pkg-plist ============================================================================== --- head/mail/xfaces/pkg-plist Sat Jun 7 02:46:34 2014 (r356877) +++ head/mail/xfaces/pkg-plist Sat Jun 7 04:12:54 2014 (r356878) @@ -1,4 +1,5 @@ bin/xfaces +man/man1/xfaces.1.gz lib/X11/app-defaults/XFaces %%DATADIR%%/images/andrew-shape.xpm %%DATADIR%%/images/andrew.xpm