| Port details on branch 2020Q3 |
- nasm General-purpose multi-platform x86 and amd64 assembler
- 2.15.03,1 devel
=0 2.15.03,1Version of this port present on the latest quarterly branch. - Maintainer: zeising@FreeBSD.org
 - Port Added: 2020-07-22 16:27:37
- Last Update: 2020-07-29 00:02:40
- Commit Hash: 5181a2c
- Also Listed In: lang
- License: BSD2CLAUSE
- WWW:
- https://www.nasm.us/
- Description:
- The Netwide Assembler (NASM) is an x86 and amd64 (x86-64) assembler designed
for portability and modularity. It will output flat-form binary files, a.out
(Linux and *BSD), COFF, ELF32, ELF64, Mach-O, Microsoft OMF (OBJ), Win32,
Win64, as86 (Minix/Linux bin86 v0.3), LADsoft IEEE-695, Intel hex, Motorola
S-record, and a home-grown format called RDOFF. NASM syntax is similar to
Intel's, but is less complex. It supports Pentium, P6, MMX, 3DNow!, SSE,
SSE2, SSE3, SSE4.1, SSE4.2, XOP/FMA4/CVT16 (rev 3.03), and x64 opcodes, among
others. It has strong support for macro conventions.
The port also includes NDISASM, a binary file disassembler which uses the
same instruction set as NASM.
WWW: https://www.nasm.us/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/nasm/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/nasm
- pkg install nasm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nasm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1595320310
SHA256 (nasm-2.15.03.tar.xz) = c0c39a305f08ccf0c5c6edba4294dd2851b3925b6d9642dd1efd62f72829822f
SIZE (nasm-2.15.03.tar.xz) = 984060
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Build
-
- mail/thunderbird
- multimedia/ffmpeg
- multimedia/libx264
- multimedia/svt-vp9
- net/xrdp
- www/firefox
- www/firefox-esr
Configuration Options:
- ===> The following configuration options are available for nasm-2.15.03,1:
DOCS=on: Build and/or install documentation
RDOFF=on: Install tools to handle RDOFF object files
===> Use 'make config' to modify these settings
- Options name:
- devel_nasm
- USES:
- compiler:c11 tar:xz gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.15.03,1 29 Jul 2020 00:02:40
    |
Piotr Kubaj (pkubaj)  |
MFH: r542766
devel/nasm: fix build on GCC architectures
Use newer GCC:
asm/nasm.c:1730: error: #pragma GCC diagnostic not allowed inside functions
Approved by: portmgr (fix build blanket) |
2.15.03,1 29 Jul 2020 00:02:40
  |
pkubaj  |
MFH: r542766
devel/nasm: fix build on GCC architectures
Use newer GCC:
asm/nasm.c:1730: error: #pragma GCC diagnostic not allowed inside functions
Approved by: portmgr (fix build blanket) |
2.15.03,1 22 Jul 2020 16:27:32
    |
Niclas Zeising (zeising)  |
MFH: r542660 r542869
devel/nasm: Update to 2.15.03
Update devel/nasm to 2.15.03
Add a patch to fix nasm's ELF_OSABI field when emitting object files [1]
Changelog:
https://nasm.us/doc/nasmdocc.html
PR: 245069 [1]
Submitted by: dim [1]
Reported by: unitrunker gmail com [1]
devel/nasm: Update to 2.15.03
Update devel/nasm to 2.15.03
Changelog:
https://nasm.us/doc/nasmdocc.html
Approved by: ports-secteam (joenum) |
2.15.03,1 22 Jul 2020 16:27:32
  |
zeising  |
MFH: r542660 r542869
devel/nasm: Update to 2.15.03
Update devel/nasm to 2.15.03
Add a patch to fix nasm's ELF_OSABI field when emitting object files [1]
Changelog:
https://nasm.us/doc/nasmdocc.html
PR: 245069 [1]
Submitted by: dim [1]
Reported by: unitrunker gmail com [1]
devel/nasm: Update to 2.15.03
Update devel/nasm to 2.15.03
Changelog:
https://nasm.us/doc/nasmdocc.html
Approved by: ports-secteam (joenum) |