Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2015 16:22:29 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392738 - in head/lang: yap yap-devel yap-devel/files yap/files
Message-ID:  <201507231622.t6NGMTgf039553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Thu Jul 23 16:22:28 2015
New Revision: 392738
URL: https://svnweb.freebsd.org/changeset/ports/392738

Log:
  - Fix docs build after texlive upgrade
  - Fix build without docs

Added:
  head/lang/yap-devel/files/patch-Makefile.in   (contents, props changed)
  head/lang/yap/files/patch-Makefile.in   (contents, props changed)
Modified:
  head/lang/yap-devel/Makefile
  head/lang/yap/Makefile

Modified: head/lang/yap-devel/Makefile
==============================================================================
--- head/lang/yap-devel/Makefile	Thu Jul 23 15:59:13 2015	(r392737)
+++ head/lang/yap-devel/Makefile	Thu Jul 23 16:22:28 2015	(r392738)
@@ -38,7 +38,7 @@ STRIP=	#none
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--enable-max-performance --disable-clpbn-bp
-USES=		gmake shebangfix
+USES=		gmake libarchive readline shebangfix
 SHEBANG_FILES=	packages/http/examples/demo_inetd
 SHEBANG_LANG=	swipl
 swipl_OLD_CMD=	/usr/bin/swipl

Added: head/lang/yap-devel/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/yap-devel/files/patch-Makefile.in	Thu Jul 23 16:22:28 2015	(r392738)
@@ -0,0 +1,20 @@
+--- Makefile.in.orig	2015-07-23 15:50:49 UTC
++++ Makefile.in
+@@ -94,7 +94,7 @@ SO=@SO@
+ MAKEINFO=makeinfo
+ TEXI2DVI=texi2dvi
+ TEXI2HTML=texi2html
+-TEXI2PDF=texi2pdf
++TEXI2PDF=texi2pdf -b
+ YAPLIB=@YAPLIB@
+ SONAMEFLAG=@SONAMEFLAG@
+ 
+@@ -1015,7 +1015,7 @@ yap.ps:  $(YAPDOCS)
+ pdf: yap.pdf
+ 
+ yap.pdf:  $(YAPDOCS)
+-	$(TEXI2PDF) $(srcdir)/docs/yap.tex
++	-$(TEXI2PDF) $(srcdir)/docs/yap.tex
+ 
+ clean_docs:
+ 	rm -f *.aux *.ca *.cas *.cn *.cns *.cp *.cps *.cy *.cys *.dvi *.fn *.fns *.ky *.log *.sa *.sas *.sn *.sns *.sy *.sys *~ *.tp *.vr *.toc *.pg

Modified: head/lang/yap/Makefile
==============================================================================
--- head/lang/yap/Makefile	Thu Jul 23 15:59:13 2015	(r392737)
+++ head/lang/yap/Makefile	Thu Jul 23 16:22:28 2015	(r392738)
@@ -23,7 +23,7 @@ DOCS_INSTALL_TARGET=	install install_doc
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-max-performance
-USES=		gmake
+USES=		gmake readline
 USE_GCC=	any
 
 DOCSDIR=	${PREFIX}/share/doc/Yap

Added: head/lang/yap/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/yap/files/patch-Makefile.in	Thu Jul 23 16:22:28 2015	(r392738)
@@ -0,0 +1,20 @@
+--- Makefile.in.orig	2015-07-23 15:33:43 UTC
++++ Makefile.in
+@@ -94,7 +94,7 @@ SO=@SO@
+ MAKEINFO=makeinfo
+ TEXI2DVI=texi2dvi
+ TEXI2HTML=texi2html
+-TEXI2PDF=texi2pdf
++TEXI2PDF=texi2pdf -b
+ YAPLIB=@YAPLIB@
+ SONAMEFLAG=@SONAMEFLAG@
+ 
+@@ -776,7 +776,7 @@ yap.ps:  $(YAPDOCS)
+ pdf: yap.pdf
+ 
+ yap.pdf:  $(YAPDOCS)
+-	$(TEXI2PDF) $(srcdir)/docs/yap.tex
++	-$(TEXI2PDF) $(srcdir)/docs/yap.tex
+ 
+ clean_docs:
+ 	rm -f *.aux *.ca *.cas *.cn *.cns *.cp *.cps *.cy *.cys *.dvi *.fn *.fns *.ky *.log *.sa *.sas *.sn *.sns *.sy *.sys *~ *.tp *.vr *.toc *.pg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507231622.t6NGMTgf039553>