From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 11 19:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 ESMTP id C8B76878 for ; Fri, 11 Oct 2013 19:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 A2FCC2BA8 for ; Fri, 11 Oct 2013 19:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BJ00Eh094429 for ; Fri, 11 Oct 2013 19:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9BJ00wL094428; Fri, 11 Oct 2013 19:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 11 Oct 2013 19:00:00 GMT Resent-Message-Id: <201310111900.r9BJ00wL094428@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold 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 ESMTP id CB392782 for ; Fri, 11 Oct 2013 18:52:43 +0000 (UTC) (envelope-from mat@aragorn.in.absolight.net) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8DA8D2B3D for ; Fri, 11 Oct 2013 18:52:41 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id D45A7BDC65 for ; Fri, 11 Oct 2013 20:52:38 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 99A43BDC5F for ; Fri, 11 Oct 2013 20:52:38 +0200 (CEST) Received: from aragorn.in.absolight.net (aragorn.in.absolight.net [79.143.241.225]) by gw.in.absolight.net (Postfix) with ESMTP id A55116125 for ; Fri, 11 Oct 2013 20:52:37 +0200 (CEST) Received: by aragorn.in.absolight.net (Postfix, from userid 1000) id D937914269C; Fri, 11 Oct 2013 20:52:36 +0200 (CEST) Message-Id: <20131011185236.D937914269C@aragorn.in.absolight.net> Date: Fri, 11 Oct 2013 20:52:36 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182910: Support staging for astro/xearth. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 19:00:00 -0000 >Number: 182910 >Category: ports >Synopsis: Support staging for astro/xearth. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 11 19:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 9.1-RELEASE-p4 i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.in.absolight.net 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:38:17 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: >How-To-Repeat: >Fix: --- astro_xearth.diff begins here --- Index: astro/xearth/Makefile =================================================================== --- astro/xearth/Makefile (revision 330095) +++ astro/xearth/Makefile (working copy) @@ -12,20 +12,19 @@ USE_XORG= x11 xext sm ice xt USE_XZ= yes -NO_STAGE= yes -MAN1= xearth.1 PLIST_FILES= bin/xearth \ + man/man1/xearth.1.gz \ lib/X11/xearth/freebsd.committers.markers \ lib/X11/xearth/freebsd.ftp.markers PLIST_DIRS= lib/X11/xearth do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/xearth ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/xearth.man ${MANPREFIX}/man/man1/xearth.1 - @${MKDIR} ${PREFIX}/lib/X11/xearth + @${INSTALL_PROGRAM} ${WRKSRC}/xearth ${STAGEDIR}${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/xearth.man ${STAGEDIR}${MANPREFIX}/man/man1/xearth.1 + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xearth # Copy the list of FreeBSD sites & committers locations .for marker in freebsd.committers.markers freebsd.ftp.markers - @${INSTALL_DATA} ${FILESDIR}/${marker} ${PREFIX}/lib/X11/xearth + @${INSTALL_DATA} ${FILESDIR}/${marker} ${STAGEDIR}${PREFIX}/lib/X11/xearth .endfor .include --- astro_xearth.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: