Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 2014 06:06:46 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370971 - head/editors/slime/files
Message-ID:  <201410160606.s9G66kQu019261@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Thu Oct 16 06:06:45 2014
New Revision: 370971
URL: https://svnweb.freebsd.org/changeset/ports/370971
QAT: https://qat.redports.org/buildarchive/r370971/

Log:
  Update editors/slime to 2.10
  
  PR:		ports/194240
  Submitted by:	joe@thrallingpenguin.com (maintainer)
  Approved by:	mentors (implicit)

Added:
  head/editors/slime/files/patch-doc-Makefile   (contents, props changed)

Added: head/editors/slime/files/patch-doc-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/slime/files/patch-doc-Makefile	Thu Oct 16 06:06:45 2014	(r370971)
@@ -0,0 +1,18 @@
+--- doc/Makefile.orig	2014-10-07 19:28:38.000000000 -0700
++++ doc/Makefile	2014-10-07 19:29:45.000000000 -0700
+@@ -35,13 +35,13 @@
+ 	dvips -o $@ $<
+ 
+ slime.info: $(TEXI)
+-	makeinfo $<
++	/usr/local/bin/texi2any $<
+ 
+ slime.html: $(TEXI)
+ 	texi2html --css-include=slime.css $<
+ 
+ html/index.html: $(TEXI)
+-	makeinfo -o html --css-include=slime.css --html $<
++	/usr/local/bin/texi2any -o html --css-include=slime.css --html $<
+ 
+ html.tgz: html/index.html
+ 	tar -czf $@ html



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