Index: head/devel/nasm/Makefile =================================================================== --- head/devel/nasm/Makefile (revision 542659) +++ head/devel/nasm/Makefile (revision 542660) @@ -1,38 +1,38 @@ # Created by: Murray Stokely # $FreeBSD$ PORTNAME= nasm -PORTVERSION= 2.14.02 +PORTVERSION= 2.15.02 PORTEPOCH= 1 CATEGORIES= devel lang MASTER_SITES= https://www.nasm.us/pub/nasm/releasebuilds/${PORTVERSION}/ \ https://mirror.sobukus.de/files/src/nasm/ MAINTAINER= zeising@FreeBSD.org COMMENT= General-purpose multi-platform x86 and amd64 assembler LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_strspn=yes USES= tar:xz gmake MAKE_ARGS+= INSTALLROOT=${STAGEDIR} INSTALL_TARGET= install #needed for RDOFF_INSTALL_TARGET OPTIONS_DEFINE= RDOFF DOCS OPTIONS_DEFAULT=RDOFF OPTIONS_SUB= yes RDOFF_DESC= Install tools to handle RDOFF object files RDOFF_INSTALL_TARGET= install_rdf DOCS_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-xdoc${EXTRACT_SUFX} PORTDOCS= * post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) ${INSTALL_DATA} ${WRKSRC}/doc/nasmdoc.txt ${STAGEDIR}${DOCSDIR} .include Index: head/devel/nasm/distinfo =================================================================== --- head/devel/nasm/distinfo (revision 542659) +++ head/devel/nasm/distinfo (revision 542660) @@ -1,5 +1,5 @@ -TIMESTAMP = 1546207834 -SHA256 (nasm-2.14.02.tar.xz) = e24ade3e928f7253aa8c14aa44726d1edf3f98643f87c9d72ec1df44b26be8f5 -SIZE (nasm-2.14.02.tar.xz) = 827620 -SHA256 (nasm-2.14.02-xdoc.tar.xz) = 5bc115e176521066f2c0678e784103817cb5767f317fdeae2ebf9416f8e893a5 -SIZE (nasm-2.14.02-xdoc.tar.xz) = 742792 +TIMESTAMP = 1594153325 +SHA256 (nasm-2.15.02.tar.xz) = f4fd1329b1713e1ccd34b2fc121c4bcd278c9f91cc4cb205ae8fcd2e4728dd14 +SIZE (nasm-2.15.02.tar.xz) = 978012 +SHA256 (nasm-2.15.02-xdoc.tar.xz) = a2ec81aeb86b61dee8e43bdc561449119a65fb429efa48abdc569dc7471b1981 +SIZE (nasm-2.15.02-xdoc.tar.xz) = 809736 Index: head/devel/nasm/files/patch-output_outelf.c =================================================================== --- head/devel/nasm/files/patch-output_outelf.c (nonexistent) +++ head/devel/nasm/files/patch-output_outelf.c (revision 542660) @@ -0,0 +1,11 @@ +--- output/outelf.c.orig 2020-07-02 04:44:07 UTC ++++ output/outelf.c +@@ -248,7 +248,7 @@ static int32_t elf_gotpc_sect, elf_gotoff_sect; + static int32_t elf_got_sect, elf_plt_sect; + static int32_t elf_sym_sect, elf_gottpoff_sect, elf_tlsie_sect; + +-uint8_t elf_osabi = 0; /* Default OSABI = 0 (System V or Linux) */ ++uint8_t elf_osabi = 9; /* Default OSABI = 9 (FreeBSD) */ + uint8_t elf_abiver = 0; /* Current ABI version */ + + /* Known sections with nonstandard defaults. -n means n*pointer size. */ Property changes on: head/devel/nasm/files/patch-output_outelf.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property