svn commit: r384754 - in head/math/eukleides: . files

Ashish SHUKLA ashish at FreeBSD.org
Sun Apr 26 06:07:38 UTC 2015


Author: ashish
Date: Sun Apr 26 06:07:37 2015
New Revision: 384754
URL: https://svnweb.freebsd.org/changeset/ports/384754

Log:
  - Fix breakage on 11-CURRENT
  
  Thanks to astrodog (#bsdports) for testing the port on 11-CURRENT host
  
  PR:		199528
  Submitted by:	jbeich

Added:
  head/math/eukleides/files/patch-doc_eukleides.texi   (contents, props changed)
Modified:
  head/math/eukleides/Makefile

Modified: head/math/eukleides/Makefile
==============================================================================
--- head/math/eukleides/Makefile	Sun Apr 26 05:45:16 2015	(r384753)
+++ head/math/eukleides/Makefile	Sun Apr 26 06:07:37 2015	(r384754)
@@ -3,7 +3,7 @@
 
 PORTNAME=	eukleides
 PORTVERSION=	1.5.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 MASTER_SITES=	http://www.eukleides.org/files/
 

Added: head/math/eukleides/files/patch-doc_eukleides.texi
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/eukleides/files/patch-doc_eukleides.texi	Sun Apr 26 06:07:37 2015	(r384754)
@@ -0,0 +1,20 @@
+
+$FreeBSD$
+
+--- doc/eukleides.texi.orig
++++ doc/eukleides.texi
+@@ -6,12 +6,14 @@
+ 
+ % ------------------------------------------------------------------------------
+ 
++ at iftex
+ \def\LaTeX{L\kern-.34em\raise.49ex\hbox{\sevenrm A}\kern-.18em\TeX}
+ \def\mdeg{$^\circ$}
+ \font\degfont=cmtt8
+ \def\deg{\raise.7ex\hbox{\degfont o}}
+ \def\exm#1{\noindent{\textit Example:}\quad{\texttt #1}}
+ \def\exmp{\noindent{\textit Example:}}
++ at end iftex
+ 
+ % ------------------------------------------------------------------------------
+ 


More information about the svn-ports-all mailing list