svn commit: r427485 - head/graphics/blender-doc

Dmitry Marakasov amdmi3 at amdmi3.ru
Fri Dec 2 10:11:59 UTC 2016


* Mathieu Arnold (mat at 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 at amdmi3.ru  ..:  jabber: amdmi3 at jabber.ru      http://amdmi3.ru


More information about the svn-ports-all mailing list