Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 Sep 2020 22:03:42
2.15.05,1

|
zeising  |
devel/nasm: Update to 2.15.05
update devel/nasm to 2.15.05
Add upstream patch to fix circular dependency in make.
Add perl as a build time dependency, it is needed now.
Disable RDOFF in the default package, since it is going away upstream |
22 Jul 2020 16:18:52
2.15.03,1

|
zeising  |
devel/nasm: Update to 2.15.03
Update devel/nasm to 2.15.03
Changelog:
https://nasm.us/doc/nasmdocc.html
MFH: 2020Q3 |
21 Jul 2020 17:52:03
2.15.02,1

|
pkubaj  |
devel/nasm: fix build on GCC architectures
Use newer GCC:
asm/nasm.c:1730: error: #pragma GCC diagnostic not allowed inside functions |
20 Jul 2020 18:22:03
2.15.02,1

|
zeising  |
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]
MFH: 2020Q3 |
09 Jul 2019 19:52:23
2.14.02,1

|
zeising  |
devel/nasm: Use https to fetch distfiles
PR: 239077
Submitted by: Miyashita Touka |
05 Jan 2019 10:28:40
2.14.02,1

|
zeising  |
devel/nasm: Update to 2.14.02
Update devel/nasm to 2.14.02, this is a quite big update with lots of
changes. For a complete changelog, see the nasm homepage:
https://nasm.us/doc/nasmdocc.html
Big thanks to Antoine for the exp-run!
PR: 234513 (exp-run) |
26 Jul 2018 09:37:50
2.13.03,1

|
amdmi3  |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
10 Feb 2018 22:15:15
2.13.03,1

|
zeising  |
Add a mirror to fetch devel/nasm distfiles.
Currently, nasm.us seem to be down, add another mirror to make the source
fetchable.
Reported by: antoine |
10 Feb 2018 21:34:18
2.13.03,1

|
zeising  |
Update devel/nasm to 2.13.03
Changelog:
* Added AVX and AVX512 VAES* and VPCLMULQDQ instructions.
* Fixed missing dwarf record in x32 ELF output format. |
31 Dec 2017 12:44:15
2.13.02,1

|
zeising  |
Grab |
31 Dec 2017 01:49:07
2.13.02,1

|
danilo  |
- Update to 2.13.02
- Back to the pool
Approved by: maintainer |
18 Aug 2017 18:32:25
2.13.01,1

|
swills  |
devel/nasm: Update to 2.13.01
PR: 219666
Submitted by: Konstantin Pavlov <thresh@nginx.com>
Approved by: serio.jeffrey@gmail.com (maintainer timeout, >1 month) |
07 Jan 2017 17:43:57
2.11.08_1,1

|
jbeich  |
devel/nasm: unbreak with clang 4.0
checking for strspn... no
configure: error: NASM requires ANSI C (specifically, "strspn")
[...]
conftest.c:56:13: error: this function declaration is not a prototype
[-Werror,-Wstrict-prototypes]
char strspn ();
^
void
Regressed by: https://github.com/llvm-mirror/clang/commit/162749f9c543
Approved by: portmgr blanket |
12 Oct 2015 14:18:57
2.11.08_1,1

|
culot  |
- Update maintainer's address
PR: 203717
Submitted by: serio.jeffrey@riseup.net (maintainer) |
28 Sep 2015 06:21:45
2.11.08_1,1

|
sunpoet  |
- Pass maintainership to submitter
PR: 203397
Submitted by: Jeffrey Serio <serio.jeffrey@riseup.net> |
01 Sep 2015 16:20:48
2.11.08_1,1

|
amdmi3  |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
19 Apr 2015 19:06:55
2.11.08_1,1

|
adamw  |
Add a patch, taken from the nasm repo, written by emaste, that fixes
alignment on 64-bit archs.
From emaste:
Essentially what happens is that nasm creates object files that have
section contents aligned to 16 bytes, but it only specifies that the
section requires 4 byte alignment. It seems that the GNU tools (strip
at least) silently correct this to 8, which is what it should be.
This fix only affects FreeBSD -CURRENT in combination with another
(not yet committed) fix to libtool. On stable/10 and earlier GNU ld
masks the nasm bug, and without the libtool fix we don't yet try to
strip debug info from object files in -CURRENT.
PORTREVISION bump for this.
Also, while here, rename two other patches to have proper separators
(_ instead of +).
And, donate this port back to ports@. It is used by many other ports
so it deserves to be maintained by the collective. |
22 Feb 2015 15:21:03
2.11.08,1

|
adamw  |
Update to 2.11.08.
Changes: http://www.nasm.us/doc/nasmdocc.html |
21 Oct 2014 22:11:30
2.11.06,1

|
adamw  |
Update to 2.11.06. |
17 Jul 2014 12:26:21
2.11.05,1

|
adamw  |
Clean up Makefiles. |
12 Jun 2014 21:09:48
2.11.05,1

|
adamw  |
Update to 2.11.05. Turn DOCS and the RDOFF stuff into OPTIONS. |
12 Jun 2014 20:40:42
2.10.09_1,1

|
adamw  |
Take these two. |
05 Jun 2014 20:09:56
2.10.09_1,1

|
swills  |
- Fix plist
Reviewed by: bdrewery
With hat: portmgr |
05 Jun 2014 18:01:32
2.10.09,1

|
amdmi3  |
- Convert USE_XZ to USES
Approved by: portmgr blanket |
07 Feb 2014 07:04:23
2.10.09,1

|
bapt  |
Update license |
15 Oct 2013 20:00:31
2.10.09,1

|
ak  |
- Update to 2.10.09
- Switch to tar.xz distfile [1]
- Support STAGEDIR
PR: ports/177598 (based on) [1]
Submitted by: Takefu <takefu@airport.fm> [1]
Approved by: portmgr (tabthorpe) |
20 Sep 2013 17:13:47
2.10.03,1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
17 Aug 2012 15:12:40
2.10.03,1
|
dhn  |
- Update to 2.10.03 |
11 Jun 2012 16:36:18
2.10.01,1
|
dhn  |
- Update to 2.10.01 |
23 Jul 2011 23:59:03
2.09.10,1
|
dhn  |
- Update to 2.09.10 |
10 Apr 2011 16:04:11
2.09.08,1
|
dhn  |
- Update to 2.09.08 |
13 Mar 2011 14:03:01
2.09.07,1
|
dhn  |
- Update to 2.09.07 |
01 Mar 2011 20:20:51
2.09.06,1
|
dhn  |
- Update to 2.09.06 |
22 Feb 2011 20:29:29
2.09.05,1
|
dhn  |
- Update to 2.09.05 |
28 Dec 2010 08:37:32
2.09.04,1
|
dhn  |
- Take Maintainership |
28 Dec 2010 08:11:16
2.09.04,1
|
linimon  |
Reset krion@FreeBSD.org due to 6 months of inactivity and maintainer-
timeouts.
Hat: portmgr |
25 Nov 2010 09:23:17
2.09.04,1
|
danfe  |
- Update to version 2.09.04
- Unbreak parallel builds by switching to GNU make
Approved by: krion (maintainer) |
20 Jul 2010 16:38:56
2.08.02,1
|
danfe  |
- Update to version 2.08.02
- Add LICENSE (BSD)
Approved by: maintainer (krion) |
23 May 2010 14:50:33
2.08.01,1
|
danfe  |
- Update to version 2.08.01
- Remove SF mirror now that it does not carry new distfiles any more
- Reformat (kill line wrapping) and sort MAN1 values
- Simplify PORTDOCS installation, canonicalize Makefile header
- Replace `x86-64' with FreeBSDish `amd64' in COMMENT
Approved by: krion (maintainer) |
21 May 2010 18:32:47
2.07,1
|
danfe  |
Reformat, fix grammar and couple of typos, kill EOL whitespace.
Approved by: krion (maintainer) |
07 Sep 2009 12:06:56
2.07,1
|
krion  |
Update to 2.07
PR: ports/137711 ports/136191
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>,
bf1783@googlemail.com |
02 Sep 2009 15:01:56
2.05.01,1
|
amdmi3  |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
21 May 2009 11:55:56
2.05.01,1
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Submitted by: David Naylor <naylor.b.david@gmail.com> |
02 Nov 2008 19:48:03
2.05.01,1
|
krion  |
- Update to 2.05.01
- Sort plist
PR: ports/128500
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
04 Oct 2008 11:41:19
2.03,1
|
krion  |
Update to 2.03
PR: ports/124870
Submitted by: bf2006a@yahoo.com |
11 Apr 2008 21:50:06
2.02,1
|
pav  |
- Update to 2.02
- Install rdf utilities
PR: ports/121342
Submitted by: bf <bf2006a@yahoo.com>
Approved by: maintainer timeout (krion; 1 month) |
04 May 2006 21:41:12
0.98.39,1
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
22 Jan 2006 08:30:12
0.98.39,1
|
edwin  |
SHA256ify
Approved by: krion@ |
12 Apr 2005 03:26:57
0.98.39
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
0.98.39
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
24 Jan 2005 23:14:55
0.98.39,1
|
krion  |
Update to 0.98.39 |
17 Dec 2004 09:30:08
0.98.38_2,1
|
krion  |
Use PLIST_FILES
Change WWW: line, |
17 Dec 2004 09:14:26
0.98.38_2,1
|
krion  |
Change sprintf()/vsprintf() to snprintf()/vsnprintf() to prevent
vulnerability for buffer overflow exploits.
Bump PORTREVISION.
Submitted by: azhe
Obtained from: nasm CVS |
01 Apr 2004 09:45:20
0.98.38_1,1
|
krion  |
- Remove USE_SIZE |
30 Jan 2004 14:05:15
0.98.38_1,1
|
krion  |
- SIZEify |
14 Dec 2003 15:40:49
0.98.38_1,1
|
krion  |
- Fix a bug to create the stabs table
Submitted by: Patrick MARIE <mycroft@virgaria.org> |
06 Nov 2003 23:07:40
0.98.38,1
|
krion  |
- Update to version 0.98.38 [1]
- Fix configure warning [2]
- Take maintainership [2]
PR: 58995 [1]
Submitted by: Evgueni V.Gavrilov <aquatique@rusunix.org> [1], krion [2] |
06 Nov 2003 21:43:49
0.98.35,1
|
murray  |
Give up maintainership of this port. |
11 Jul 2003 07:01:53
0.98.35,1
|
demon  |
Update after recent switch to bzipped tarball. |
11 Jul 2003 04:18:58
0.98.35,1
|
murray  |
USE_BZ2 -> USE_BZIP2. The latter does not exists but this port was
still working properly because a .gz archive is also available.
Submitted by: Mark Linimon <linimon@lonesome.com> |
29 Mar 2003 18:51:04
0.98.35,1
|
murray  |
Replace portepoch line. Sorry for the trouble
Submitted by: several |
28 Mar 2003 11:28:08
0.98.35
|
murray  |
Update nasm to 0.98.35.
PR: 50373
Submitted by: Hendrik Scholz <hendrik@scholz.net> |
07 Mar 2003 06:01:16
0.98.33,1
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
07 Jun 2002 16:22:34
0.98.33,1
|
lioux  |
o Update to 0.98.33
o Update WWW tag in DESCR
Approved by: maintainer |
10 Feb 2002 02:27:18

|
murray  |
Revert nasm back to v0.98 and bump PORTEPOCH. The newer version breaks the
audio/lame port. |
31 Jan 2002 07:24:28

|
murray  |
Oops. My last commit left out the 'MASTER_SITE_SUBDIR'. This fixes the
problem, and allows the port to build again. |
30 Jan 2002 00:40:18

|
murray  |
Upgrade nasm to 0.98.21. |
09 Dec 2001 20:26:31

|
murray  |
Doh! This patch was already included. |
08 Dec 2001 03:55:29

|
murray  |
We don't want to include <malloc.h>. |
02 Nov 2001 02:12:18

|
obrien  |
Fix breakage due to bogus include of malloc.h |
08 Oct 2000 02:10:04

|
asami  |
Convert category devel to new layout. |