svn commit: r445030 - in head/print/texinfo: . files

Jochen Neumeister joneum at FreeBSD.org
Sat Jul 8 14:36:51 UTC 2017



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


More information about the svn-ports-all mailing list