Bug 188462 - [PATCH] archivers/py-lzma: [PORTTOOLS: SUMMARIZE CHANGES]
Summary: [PATCH] archivers/py-lzma: [PORTTOOLS: SUMMARIZE CHANGES]
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: Sofian Brabez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-11 17:30 UTC by Bartek Rutkowski
Modified: 2014-05-06 12:20 UTC (History)
1 user (show)

See Also:


Attachments
py-lzma-0.4.4.patch (554 bytes, patch)
2014-04-11 17:30 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-11 17:30:01 UTC
Staging support, report: http://poudriere.ithil.palantiri.org:443/11i386-default/2014-04-11_18h13m08s/logs/py27-lzma-0.4.4.log

Port maintainer (sbz@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-11 17:30:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sbz

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-06 12:17:33 UTC
Author: sbz
Date: Tue May  6 11:17:29 2014
New Revision: 353083
URL: http://svnweb.freebsd.org/changeset/ports/353083
QAT: https://qat.redports.org/buildarchive/r353083/

Log:
  - Support STAGEDIR
  
  PR:		ports/188462
  Submitted by:	Bartek Rutkowski <ports at robakdesign.com>

Modified:
  head/archivers/py-lzma/Makefile

Modified: head/archivers/py-lzma/Makefile
==============================================================================
--- head/archivers/py-lzma/Makefile	Tue May  6 10:09:00 2014	(r353082)
+++ head/archivers/py-lzma/Makefile	Tue May  6 11:17:29 2014	(r353083)
@@ -15,7 +15,6 @@ LICENSE=	LGPL21
 
 ONLY_FOR_ARCHS=	i386
 
-NO_STAGE=	yes
 USE_DOS2UNIX=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
@@ -33,8 +32,8 @@ OPTIONS_DEFINE=	DOCS
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .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"
Comment 3 Sofian Brabez freebsd_committer freebsd_triage 2014-05-06 12:18:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!