Bug 182910 - Support staging for astro/xearth
Summary: Support staging for astro/xearth
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-11 20:00 UTC by Mathieu Arnold
Modified: 2013-10-15 15:30 UTC (History)
0 users

See Also:


Attachments
astro_xearth.diff (1.08 KB, patch)
2013-10-11 20:00 UTC, Mathieu Arnold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold freebsd_committer freebsd_triage 2013-10-11 20:00:00 UTC

    
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2013-10-11 20:26:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mat

Take
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-14 15:36:33 UTC
Maintainer of astro/xearth,

Please note that PR ports/182910 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182910

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-14 15:36:34 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Anton Shterenlikht 2013-10-15 13:27:58 UTC
I'm waiting for redports to build
the patched port on all standard configurations.
Comment 5 Mathieu Arnold 2013-10-15 13:56:14 UTC
Already did, but feel free :-)

-- 
Mathieu Arnold
Comment 6 Anton Shterenlikht 2013-10-15 15:13:44 UTC
passed all redports builds + my ia64 build.
Please commit.
Comment 7 Mathieu Arnold freebsd_committer freebsd_triage 2013-10-15 15:22:51 UTC
State Changed
From-To: feedback->closed

Committed.
Comment 8 dfilter service freebsd_committer freebsd_triage 2013-10-15 15:23:36 UTC
Author: mat
Date: Tue Oct 15 14:23:29 2013
New Revision: 330402
URL: http://svnweb.freebsd.org/changeset/ports/330402

Log:
  Support staging.
  
  PR:		ports/182910
  Submitted by:	mat (me)
  Approved by:	maintainer

Modified:
  head/astro/xearth/Makefile

Modified: head/astro/xearth/Makefile
==============================================================================
--- head/astro/xearth/Makefile	Tue Oct 15 14:23:28 2013	(r330401)
+++ head/astro/xearth/Makefile	Tue Oct 15 14:23:29 2013	(r330402)
@@ -12,20 +12,19 @@ COMMENT=	Set the root window to the imag
 
 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>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"