Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2017 16:36:40 +0200
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r445030 - in head/print/texinfo: . files
Message-ID:  <3e2cff22-5a92-273c-8da2-afb581f8bf04@FreeBSD.org>
In-Reply-To: <201707041837.v64IbSrD048874@repo.freebsd.org>
References:  <201707041837.v64IbSrD048874@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help


Am 04.07.2017 um 20:37 schrieb Sunpoet Po-Chuan Hsieh:
> Author: sunpoet
> Date: Tue Jul  4 18:37:28 2017
> New Revision: 445030
> URL: https://svnweb.freebsd.org/changeset/ports/445030
>
> Log:
>   Bump PORTREVISION for package change [1]
>   
>   - Use REINPLACE_CMD instead of patch file
>   
>   PR:		220447 [1]
>
> Deleted:
>   head/print/texinfo/files/
> Modified:
>   head/print/texinfo/Makefile
>
> Modified: head/print/texinfo/Makefile
> ==============================================================================
> --- head/print/texinfo/Makefile	Tue Jul  4 17:47:13 2017	(r445029)
> +++ head/print/texinfo/Makefile	Tue Jul  4 18:37:28 2017	(r445030)
> @@ -3,6 +3,7 @@
>  
>  PORTNAME=	texinfo
>  PORTVERSION=	6.4
> +PORTREVISION=	1
>  PORTEPOCH=	1
>  CATEGORIES=	print
>  MASTER_SITES=	GNU \
> @@ -40,8 +41,9 @@ NLS_USES=		gettext
>  post-patch:
>  	@${CP} ${DISTDIR}/${DIST_SUBDIR}/texinfo.tex ${WRKSRC}/doc/
>  	@${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/texi2dvi ${WRKSRC}/util/
> -	@${REINPLACE_CMD} '/rm -f ..DESTDIR/s:$$: $$(DESTDIR)$$(xsdir)/XSParagraph.*:' \
> +	@${REINPLACE_CMD} -e '/rm -f $$(DESTDIR)/ s|$$| $$(DESTDIR)$$(xsdir)/XSParagraph.*|' \
>  		${WRKSRC}/tp/Texinfo/Convert/XSParagraph/Makefile.in
> +	@${REINPLACE_CMD} -e 's|free (.*)|Safe&|' ${WRKSRC}/tp/Texinfo/MiscXS/misc.c
>  
>  post-install:
>  	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/htmlxref.cnf ${STAGEDIR}${DATADIR}
>
Hi,

doesn't build here:

====> Compressing man pages (compress-man)
===>  Installing for texinfo-6.4_1,1
===>  Checking if texinfo already installed
===>   Registering installation for texinfo-6.4_1,1
pkg-static: Unable to access file
/usr/ports/print/texinfo/work/stage/usr/local/lib/texinfo/MiscXS.a:No
such file or directory
pkg-static: Unable to access file
/usr/ports/print/texinfo/work/stage/usr/local/lib/texinfo/MiscXS.so:No
such file or directory
pkg-static: Unable to access file
/usr/ports/print/texinfo/work/stage/usr/local/share/texinfo/Texinfo/Convert/XSParagraph/TestXS.pm:No
such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/print/texinfo
*** Error code 1

Cheers
Jochen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3e2cff22-5a92-273c-8da2-afb581f8bf04>