From owner-svn-ports-head@FreeBSD.ORG Fri Feb 28 07:11:48 2014 Return-Path: Delivered-To: svn-ports-head@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 4166F87D; Fri, 28 Feb 2014 07:11:48 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2DD1E1898; Fri, 28 Feb 2014 07:11:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1S7Bm1u041461; Fri, 28 Feb 2014 07:11:48 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1S7Bl4X041459; Fri, 28 Feb 2014 07:11:47 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402280711.s1S7Bl4X041459@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 28 Feb 2014 07:11:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346438 - head/x11/xcolorsel 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.17 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: Fri, 28 Feb 2014 07:11:48 -0000 Author: bapt Date: Fri Feb 28 07:11:47 2014 New Revision: 346438 URL: http://svnweb.freebsd.org/changeset/ports/346438 QAT: https://qat.redports.org/buildarchive/r346438/ Log: Support stage Modified: head/x11/xcolorsel/Makefile head/x11/xcolorsel/pkg-plist Modified: head/x11/xcolorsel/Makefile ============================================================================== --- head/x11/xcolorsel/Makefile Fri Feb 28 07:10:26 2014 (r346437) +++ head/x11/xcolorsel/Makefile Fri Feb 28 07:11:47 2014 (r346438) @@ -12,18 +12,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= X utility to translate rgb values into X color names -LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d RUN_DEPENDS= rgb>=1.0.3:${PORTSDIR}/x11/rgb WRKSRC= ${WRKDIR}/xcolorsel USES= imake USE_XORG= xpm -.if !defined(NO_INSTALL_MANPAGES) -MAN1= xcolorsel.1 -.endif - -NO_STAGE= yes post-patch: @${ECHO_CMD} "*.file: ${LOCALBASE}/lib/X11/rgb.txt" >> ${WRKSRC}/Xcolorsel.ad @${REINPLACE_CMD} -e 's|#include ||g' \ Modified: head/x11/xcolorsel/pkg-plist ============================================================================== --- head/x11/xcolorsel/pkg-plist Fri Feb 28 07:10:26 2014 (r346437) +++ head/x11/xcolorsel/pkg-plist Fri Feb 28 07:11:47 2014 (r346438) @@ -2,4 +2,5 @@ bin/xcolorsel lib/X11/app-defaults/Xcolorsel lib/X11/app-defaults/Xcolorsel-color lib/X11/xcolorsel/Xcolorsel.help +man/man1/xcolorsel.1.gz @dirrm lib/X11/xcolorsel