svn commit: r449684 - head/lang/perl5-devel
Mathieu Arnold
mat at FreeBSD.org
Tue Sep 12 12:51:11 UTC 2017
Fun fact, git deletes all lines starting with a # in a commit message,
not just the last block.
Le 12/09/2017 à 14:22, Mathieu Arnold a écrit :
> Author: mat
> Date: Tue Sep 12 12:22:18 2017
> New Revision: 449684
> URL: https://svnweb.freebsd.org/changeset/ports/449684
>
> Log:
> Fix -i -ne usage when the argument has a full path.
>
> Right now, it fails with:
>
$ perl5.27.4 -i.bak -ne 's/foo/bar/' /tmp/foo
> Can't rename in-place work file '/tmp/g5jI40tc' to '/tmp/foo': Capabilities insufficient
>
> Obtained from: #p5p on irc.perl.org
> Sponsored by: Absolight
>
> Modified:
> head/lang/perl5-devel/Makefile (contents, props changed)
>
> Modified: head/lang/perl5-devel/Makefile
> ==============================================================================
> --- head/lang/perl5-devel/Makefile Tue Sep 12 11:15:03 2017 (r449683)
> +++ head/lang/perl5-devel/Makefile Tue Sep 12 12:22:18 2017 (r449684)
> @@ -7,7 +7,7 @@ PORTNAME= perl
> DISTVERSIONPREFIX= v
> DISTVERSION= ${GH_TAGNAME:C/^v//:C/-g[0-9a-f]*$//}
> DISTVERSIONSUFFIX= ${GH_TAGNAME:C/.*-g/-g/}
> -PORTREVISION= 0
> +PORTREVISION= 1
> CATEGORIES= lang devel perl5
> # XXX Leave only CPAN.
> MASTER_SITES= LOCAL/mat/perl GH
> @@ -125,6 +125,10 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \
> CONFIGURE_ARGS+= \
> -Alddlflags='-L${WRKSRC} -L${PREFIX}/${_ARCH_LIB}/CORE -lperl' \
> -Dshrpldflags='$$(LDDLFLAGS:N-L${WRKSRC}:N-L${PREFIX}/${_ARCH_LIB}/CORE:N-lperl) -Wl,-soname,$$(LIBPERL)'
> +
> +# XXX should be fixed soon.
> +CONFIGURE_ARGS+= \
> + -Accflags=-DNO_USE_ATFUNCTIONS
>
> # Give a hint of where libperl.so can be found.
> USE_LDCONFIG= ${PREFIX}/${_ARCH_LIB}/CORE
>
>
--
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20170912/62268621/attachment.sig>
More information about the svn-ports-head
mailing list