Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 18:10:23 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4edfb62f6686 - main - devel/cc65: Fix build with texinfo 7.0.0+
Message-ID:  <202304181810.33IIANVX089281@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4edfb62f6686e16a8c8919576f69c5d89df6cdcd

commit 4edfb62f6686e16a8c8919576f69c5d89df6cdcd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-18 17:59:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-18 18:05:13 +0000

    devel/cc65: Fix build with texinfo 7.0.0+
    
    PR:             270721
    Obtained from:  https://github.com/cc65/cc65/commit/0e55d33cc309b88e04b739638a0ed68bafe98a80
---
 devel/cc65/files/patch-doc_ca65.sgml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/devel/cc65/files/patch-doc_ca65.sgml b/devel/cc65/files/patch-doc_ca65.sgml
index 0171b854d707..10e63ed0ba45 100644
--- a/devel/cc65/files/patch-doc_ca65.sgml
+++ b/devel/cc65/files/patch-doc_ca65.sgml
@@ -1,4 +1,4 @@
---- doc/ca65.sgml.orig	2020-05-20 11:15:00 UTC
+--- doc/ca65.sgml.orig	2020-05-30 19:03:15 UTC
 +++ doc/ca65.sgml
 @@ -621,10 +621,10 @@ problem in most cases.
  <table>
@@ -24,7 +24,7 @@
  *| Multiplication| 2@
  /| Division| 2@
  .MOD| Modulo operator| 2@
-@@ -647,26 +647,26 @@ problem in most cases.
+@@ -647,28 +647,28 @@ problem in most cases.
  .SHL| Shift-left operator| 2@
  &gt;&gt;<newline>
  .SHR| Shift-right operator| 2@
@@ -54,5 +54,8 @@
 -||~@
 +&nbsp; | &nbsp; |~@
  !<newline>
- .NOT| Boolean not| 7@<hline>
+-.NOT| Boolean not| 7@<hline>
++.NOT| Boolean not| 7
  </tabular>
+ <caption>Available operators, sorted by precedence
+ </table>



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