svn commit: r563791 - head/math/p5-Text-AsciiTeX

Mathieu Arnold mat at FreeBSD.org
Tue Feb 2 09:05:19 UTC 2021


Author: mat
Date: Tue Feb  2 09:05:19 2021
New Revision: 563791
URL: https://svnweb.freebsd.org/changeset/ports/563791

Log:
  Ah, we have a FreeBSD 14 too.
  
  ld: error: duplicate symbol: SYNTAX_ERR_FLAG
  >>> defined at array.c
  >>>            src/asciitex/array.o:(SYNTAX_ERR_FLAG)
  >>> defined at asciiTeX.c
  >>>            src/asciitex/asciiTeX.o:(.bss+0x0)

Modified:
  head/math/p5-Text-AsciiTeX/Makefile   (contents, props changed)

Modified: head/math/p5-Text-AsciiTeX/Makefile
==============================================================================
--- head/math/p5-Text-AsciiTeX/Makefile	Tue Feb  2 08:28:21 2021	(r563790)
+++ head/math/p5-Text-AsciiTeX/Makefile	Tue Feb  2 09:05:19 2021	(r563791)
@@ -12,6 +12,7 @@ MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Convert (La)TeX formulas to ASCII art
 
 BROKEN_FreeBSD_13=	error: duplicate symbol: SYNTAX_ERR_FLAG
+BROKEN_FreeBSD_14=	error: duplicate symbol: SYNTAX_ERR_FLAG
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual


More information about the svn-ports-all mailing list