svn commit: r432322 - head/print/texlive-texmf

Jan Beich jbeich at FreeBSD.org
Tue Jan 24 11:44:53 UTC 2017


Author: jbeich
Date: Tue Jan 24 11:44:51 2017
New Revision: 432322
URL: https://svnweb.freebsd.org/changeset/ports/432322

Log:
  print/texlive-texmf: unbreak on aarch64 on real hardware
  
  =======================<phase: package        >============================
  ===>  Building package for texlive-texmf-20150523_3
  pkg-static: Warning: @exec is deprecated, please use @[pre|post][un]exec
  ====>> Killing timed out build after 3600 seconds
  ====>> Cleaning up wrkdir
  ===>  Cleaning for texlive-texmf-20150523_3
  pkg-static: lstat(/wrkdirs/usr/ports/print/texlive-texmf/work/stage/usr/local/share/texmf-dist/fonts/type1/public/pl/plti7.pfm): No such file or directory
  pkg-static: lstat(/wrkdirs/usr/ports/print/texlive-texmf/work/stage/usr/local/share/texmf-dist/fonts/type1/public/pl/plti8.pfb): No such file or directory
  pkg-static: lstat(/wrkdirs/usr/ports/print/texlive-texmf/work/stage/usr/local/share/texmf-dist/fonts/type1/public/[...]
  
  Reported by:	pkg-fallout (runaway_proces)
  Approved by:	portmgr blanket (unblocking 172 ports)

Modified:
  head/print/texlive-texmf/Makefile   (contents, props changed)

Modified: head/print/texlive-texmf/Makefile
==============================================================================
--- head/print/texlive-texmf/Makefile	Tue Jan 24 11:31:30 2017	(r432321)
+++ head/print/texlive-texmf/Makefile	Tue Jan 24 11:44:51 2017	(r432322)
@@ -24,6 +24,7 @@ TEXHASHDIRS=	${TEXMFDIR} ${TEXMFDISTDIR}
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 NO_ARCH=	yes
+PKG_CREATE_VERBOSE=	yes
 
 EXCLUDE_FILES=	\*/doc/man \
 	texmf-dist/ls-R \


More information about the svn-ports-all mailing list