ping.

On 2023-04-25 5:23 a.m., Brad Smith wrote:
ping.

On 2022-12-26 4:49 a.m., Brad Smith wrote:
Here is an update to nasm 2.16.01


Support for the rdf format has been discontinued and all the RDOFF utilities has been removed.


Support for the RDOFF output format and the RDOFF tools have been removed. The RDOFF tools had already been broken since at least NASM 2.14. For flat code the ELF output format recommended;
for segmented code the obj (OMF) output format.

https://nasm.us/doc/nasmdocc.html


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/devel/nasm/Makefile,v
retrieving revision 1.50
diff -u -p -u -p -r1.50 Makefile
--- Makefile    11 Mar 2022 18:50:51 -0000    1.50
+++ Makefile    26 Dec 2022 08:52:58 -0000
@@ -2,7 +2,7 @@ ONLY_FOR_ARCHS=    amd64 i386
    COMMENT=    general-purpose multi-platform x86 assembler
  -VERSION=    2.15.05
+VERSION=    2.16.01
  DISTNAME=    nasm-${VERSION}
  CATEGORIES=    devel lang
  MASTER_SITES= ${HOMEPAGE}/pub/nasm/releasebuilds/${VERSION}/
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/devel/nasm/distinfo,v
retrieving revision 1.26
diff -u -p -u -p -r1.26 distinfo
--- distinfo    31 Aug 2020 20:18:10 -0000    1.26
+++ distinfo    26 Dec 2022 08:53:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (nasm-2.15.05.tar.xz) = PK9nKcEHO/lmKbV87jHutU9PgSmwGQLHNCiDZVCzCj8=
-SIZE (nasm-2.15.05.tar.xz) = 995732
+SHA256 (nasm-2.16.01.tar.xz) = x3dF9IAjde/u4uxcCta38DfqnIfJKxSaljf/CZ8WJVg=
+SIZE (nasm-2.16.01.tar.xz) = 1017732
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/devel/nasm/pkg/PLIST,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 PLIST
--- pkg/PLIST    11 Mar 2022 18:50:51 -0000    1.16
+++ pkg/PLIST    26 Dec 2022 08:54:12 -0000
@@ -1,25 +1,7 @@
-@bin bin/ldrdf
  @bin bin/nasm
  @bin bin/ndisasm
-@bin bin/rdf2bin
-bin/rdf2com
-bin/rdf2ihx
-bin/rdf2ith
-bin/rdf2srec
-@bin bin/rdfdump
-@bin bin/rdflib
-@bin bin/rdx
-@man man/man1/ldrdf.1
  @man man/man1/nasm.1
  @man man/man1/ndisasm.1
-@man man/man1/rdf2bin.1
-@man man/man1/rdf2com.1
-@man man/man1/rdf2ihx.1
-@man man/man1/rdf2ith.1
-@man man/man1/rdf2srec.1
-@man man/man1/rdfdump.1
-@man man/man1/rdflib.1
-@man man/man1/rdx.1
  share/doc/nasm/
  share/doc/nasm/html/
  share/doc/nasm/html/local.css
@@ -43,6 +25,7 @@ share/doc/nasm/html/nasmdocb.html
  share/doc/nasm/html/nasmdocc.html
  share/doc/nasm/html/nasmdocd.html
  share/doc/nasm/html/nasmdoce.html
+share/doc/nasm/html/nasmdocf.html
  share/doc/nasm/html/nasmdoci.html
  share/doc/nasm/html/nasmlogw.png
  share/doc/nasm/internal.doc


Reply via email to