Stuart Henderson, 11 Feb 2015 22:43:
> On 2015/02/11 22:28, frantisek holop wrote:
> > + chmod -R a+r ${WRKSRC}
> > + find ${WRKSRC} -type d -exec chmod a+x {} \;
>
> allow me to introduce you to chmod a+rX
ai iai iai. perfect.
at least i wasn't the only one in the ports tree.
new patch att
On 2015/02/11 22:28, frantisek holop wrote:
> + chmod -R a+r ${WRKSRC}
> + find ${WRKSRC} -type d -exec chmod a+x {} \;
allow me to introduce you to chmod a+rX
let's try again with a ugly hack to fix the file
permissions. will raise an issue with the project.
please test and commit.
-f
--
everyone has a photographic memory, some don't have film.
Index: Makefile
===
RCS file: /cvs/ports/t
the archive extracts files with only owner and group
permissions and 'make package' complains about
'weird mode'.
what is the easiest/most elegant way of fixing this?
post-extract:
chmod -R a+r ${WRKSRC}
find ${WRKSRC} -type d -exec chmod a+r {} \;
-f
--
to refuse to decide is
hold on, something wrong :[
disregard for the moment please
-f
frantisek holop, 11 Feb 2015 22:10:
>
> a simple patch to py-numpydoc.
> please test and commit.
>
> -f
> --
> if you stand up to be counted someone will take your seat.
> Index: Makefile
> ===
a simple patch to py-numpydoc.
please test and commit.
-f
--
if you stand up to be counted someone will take your seat.
Index: Makefile
===
RCS file: /cvs/ports/textproc/py-numpydoc/Makefile,v
retrieving revision 1.1.1.1
diff -u -p