Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2021 09:05:19 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563791 - head/math/p5-Text-AsciiTeX
Message-ID:  <202102020905.11295Jnf027299@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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