Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2013 20:52:36 +0200 (CEST)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/182910: Support staging for astro/xearth.
Message-ID:  <20131011185236.D937914269C@aragorn.in.absolight.net>
Resent-Message-ID: <201310111900.r9BJ00wL094428@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
--- astro_xearth.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131011185236.D937914269C>