Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Dec 2016 13:11:11 +0300
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        Mathieu Arnold <mat@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r427485 - head/graphics/blender-doc
Message-ID:  <20161202101111.GA47835@hades.panopticon>
In-Reply-To: <8cc30576-4ab4-71bb-0642-d3ff9a0e418f@FreeBSD.org>
References:  <201612011033.uB1AXvRf067704@repo.freebsd.org> <8cc30576-4ab4-71bb-0642-d3ff9a0e418f@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Mathieu Arnold (mat@FreeBSD.org) wrote:
> Le 01/12/2016 à 11:33, Dmitry Marakasov a écrit :
> > Author: amdmi3
> > Date: Thu Dec  1 10:33:57 2016
> > New Revision: 427485
> > URL: https://svnweb.freebsd.org/changeset/ports/427485
> >
> > Log:
> >   - Always chmod 755 directories, this is not OSVERSION-dependent
> 
> Yes it is, please back this out.

How come? I've fixed it because it failed to build from non-root
somewhere.

> > Modified:
> >   head/graphics/blender-doc/Makefile
> >
> > Modified: head/graphics/blender-doc/Makefile
> > ==============================================================================
> > --- head/graphics/blender-doc/Makefile	Thu Dec  1 10:19:51 2016	(r427484)
> > +++ head/graphics/blender-doc/Makefile	Thu Dec  1 10:33:57 2016	(r427485)
> > @@ -17,20 +17,13 @@ NO_ARCH=	yes
> >  
> >  SUB_FILES=	pkg-message
> >  
> > -.include <bsd.port.pre.mk>
> > -
> >  post-extract:
> > -.if ${OSVERSION} < 1100077
> > -# chmod -R bug.
> > -# Do not use "-exec ... +", because of the same bug, it will not work.
> >  	@${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \;
> > -.endif
> > -
> >  	@cd ${WRKSRC}/htmlI/PartAT/volumetrics/gfx/ && \
> >  		${RM} -r  "Nuova cartella" "Nuova cartella (2)"
> >  
> >  do-install:
> >  	@${MKDIR} ${STAGEDIR}${DOCSDIR}
> > -	@cd ${WRKSRC}/&&${COPYTREE_SHARE} "htmlI htmlII" ${STAGEDIR}${DOCSDIR}/
> > +	@cd ${WRKSRC} && ${COPYTREE_SHARE} "htmlI htmlII" ${STAGEDIR}${DOCSDIR}/
> >  
> > -.include <bsd.port.post.mk>
> > +.include <bsd.port.mk>

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru      http://amdmi3.ru



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