Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Nov 2014 21:45:04 +0300
From:      Boris Samorodov <bsam@passap.ru>
To:        Koop Mast <kwm@rainbow-runner.nl>, ports-committers@freebsd.org,  svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r373070 - head/graphics/argyllcms
Message-ID:  <5470D9B0.2040807@passap.ru>
In-Reply-To: <5470B624.4060907@rainbow-runner.nl>
References:  <201411221610.sAMGAfAU046251@svn.freebsd.org> <5470B624.4060907@rainbow-runner.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------000909070600080602070106
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit

22.11.2014 19:13, Koop Mast пишет:
>
> On 22-11-2014 17:10, Boris Samorodov wrote:
>> Author: bsam
>> Date: Sat Nov 22 16:10:40 2014
>> New Revision: 373070
>> URL: https://svnweb.freebsd.org/changeset/ports/373070
>> QAT: https://qat.redports.org/buildarchive/r373070/
>>
>> Log:
>>     Fix a typo at PORTNAME.
>>
>>     Approved by:	portmgr (just fix it)
>>
>>
> Thanks! it a weird name, I keep thinking about angry :)

NP.

May I suggest a patch? The patch (attached) changes mode for
binaries from 711 to 755.

And may be it's wise to not bump PORTREVISION, the port has
just been created.

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

--------------000909070600080602070106
Content-Type: text/x-diff;
 name="graphics_argyllcms-binary-fix.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="graphics_argyllcms-binary-fix.diff"

Index: Makefile
===================================================================
--- Makefile	(revision 373070)
+++ Makefile	(working copy)
@@ -21,6 +21,9 @@
 USES=		zip
 USE_XORG=	x11 xau xdmcp xext xinerama xrandr xscrnsaver xxf86vm 
 
+post-patch:
+	@${REINPLACE_CMD} 's:711:755:g' ${WRKSRC}/Jambase
+
 do-build:
 	@cd ${WRKSRC} && jam -q -fJambase -j${MAKE_JOBS_NUMBER}
 

--------------000909070600080602070106--



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