Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 18:23:35 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        sbz@FreeBSD.org
Subject:   ports/188462: [PATCH] archivers/py-lzma: [PORTTOOLS: SUMMARIZE CHANGES]
Message-ID:  <201404111623.s3BGNZwc084559@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404111630.s3BGU1hM031449@freefall.freebsd.org>

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

>Number:         188462
>Category:       ports
>Synopsis:       [PATCH] archivers/py-lzma: [PORTTOOLS: SUMMARIZE CHANGES]
>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 Apr 11 16:30:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST
>Description:
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)
>How-To-Repeat:
>Fix:

--- py-lzma-0.4.4.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 351000)
+++ Makefile	(working copy)
@@ -15,7 +15,6 @@
 
 ONLY_FOR_ARCHS=	i386
 
-NO_STAGE=	yes
 USE_DOS2UNIX=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
@@ -33,8 +32,8 @@
 
 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>
--- py-lzma-0.4.4.patch ends here ---

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



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