Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.16.03,2 20 Apr 2024 10:01:35 |
Lorenzo Salvadore (salvadore) |
devel/nasm: Update to 2.16.03
Changes: https://nasm.us/doc/nasmdocc.html |
2.16.02,2 08 Apr 2024 19:27:11 |
Lorenzo Salvadore (salvadore) |
devel/nasm: Update to 2.16.02
Changes: https://nasm.us/doc/nasmdocc.html#section-C.1.1 |
2.16.01_1,2 23 Jan 2024 15:59:55 |
Muhammad Moinur Rahman (bofh) |
devel/nasm: Impelled to share/man
Approved by: portmgr (blanket) |
2.16.01,2 30 Dec 2022 23:11:48 |
Lorenzo Salvadore (salvadore) |
devel/nasm: Update to 2.16.01 (second attempt)
- The first attempt to update devel/nasm to version 2.16.01 failed due
to a bug in tmpfs with updating timestamps using ": >". In particular,
the bug is reproduced in poudriere using default configuration due to
USE_TMPFS=all.
The bug in tmpfs is being fixed, starting with commit
860399eb86cc431412bfbce0ab76c6652e5b6c07 in the src repository. Until
the commit is merged in all officially supported FreeBSD versions, the
patch files/patch-Makefile.in is necessary: it is a workaround that
replaces ": >" with "touch" in Makefile.in [1].
- The file files/patch-d85890aa.c is being removed as it is now obsolete:
the commit from which the patch was taken is already included in the (Only the first 15 lines of the commit message are shown above ) |
2.15.05,2 23 Dec 2022 18:16:54 |
Antoine Brodin (antoine) |
devel/nasm: bump PORTEPOCH |
2.15.05,1 23 Dec 2022 18:16:06 |
Antoine Brodin (antoine) |
devel/nasm: Revert "devel/nasm: Update to 2.16.01"
It kills package builders
This reverts commit 7fd00ba8fde1fa40bcf4db886ad24429f851c8a6. |
2.16.01,1 22 Dec 2022 23:06:11 |
Lorenzo Salvadore (salvadore) |
devel/nasm: Update to 2.16.01
The file files/patch-d85890aa.c is being removed as it is now obsolete:
the commit from which the patch was taken is already included in the
update.
Changes: https://nasm.us/doc/nasmdocc.html |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.15.05,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.15.05,1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.15.05,1 02 May 2022 11:08:23 |
Lorenzo Salvadore (salvadore) |
devel/nasm: Style improvement, take maintainership
- Improve style according to portclippy and portfmt.
- Regenerate patch using 'make makepatch' as suggested by portlint.
Approved by: gerald (mentor) |
2.15.05,1 02 May 2022 10:46:28 |
Rene Ladan (rene) |
grimreaper: return zeising's ports to the pool after safekeeping his ports bit. |
2.15.05,1 14 Sep 2021 10:55:10 |
Bernhard Froehlich (decke) |
devel/nasm: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket) |
2.15.05,1 29 Aug 2021 11:36:08 |
Bernhard Froehlich (decke) |
devel/nasm: Add CPE information
Approved by: portmgr (blanket) |
2.15.05,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.15.05,1 18 Sep 2020 22:03:42 |
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 |
2.15.03,1 22 Jul 2020 16:18:52 |
zeising |
devel/nasm: Update to 2.15.03
Update devel/nasm to 2.15.03
Changelog:
https://nasm.us/doc/nasmdocc.html
MFH: 2020Q3 |
2.15.02,1 21 Jul 2020 17:52:03 |
pkubaj |
devel/nasm: fix build on GCC architectures
Use newer GCC:
asm/nasm.c:1730: error: #pragma GCC diagnostic not allowed inside functions |
2.15.02,1 20 Jul 2020 18:22:03 |
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 |
2.14.02,1 09 Jul 2019 19:52:23 |
zeising |
devel/nasm: Use https to fetch distfiles
PR: 239077
Submitted by: Miyashita Touka |
2.14.02,1 05 Jan 2019 10:28:40 |
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) |
2.13.03,1 26 Jul 2018 09:37:50 |
amdmi3 |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
2.13.03,1 10 Feb 2018 22:15:15 |
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 |
2.13.03,1 10 Feb 2018 21:34:18 |
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. |
2.13.02,1 31 Dec 2017 12:44:15 |
zeising |
Grab |
2.13.02,1 31 Dec 2017 01:49:07 |
danilo |
- Update to 2.13.02
- Back to the pool
Approved by: maintainer |
2.13.01,1 18 Aug 2017 18:32:25 |
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) |
2.11.08_1,1 07 Jan 2017 17:43:57 |
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 |
2.11.08_1,1 12 Oct 2015 14:18:57 |
culot |
- Update maintainer's address
PR: 203717
Submitted by: serio.jeffrey@riseup.net (maintainer) |
2.11.08_1,1 28 Sep 2015 06:21:45 |
sunpoet |
- Pass maintainership to submitter
PR: 203397
Submitted by: Jeffrey Serio <serio.jeffrey@riseup.net> |
2.11.08_1,1 01 Sep 2015 16:20:48 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
2.11.08_1,1 19 Apr 2015 19:06:55 |
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. |
2.11.08,1 22 Feb 2015 15:21:03 |
adamw |
Update to 2.11.08.
Changes: http://www.nasm.us/doc/nasmdocc.html |
2.11.06,1 21 Oct 2014 22:11:30 |
adamw |
Update to 2.11.06. |
2.11.05,1 17 Jul 2014 12:26:21 |
adamw |
Clean up Makefiles. |
2.11.05,1 12 Jun 2014 21:09:48 |
adamw |
Update to 2.11.05. Turn DOCS and the RDOFF stuff into OPTIONS. |
2.10.09_1,1 12 Jun 2014 20:40:42 |
adamw |
Take these two. |
2.10.09_1,1 05 Jun 2014 20:09:56 |
swills |
- Fix plist
Reviewed by: bdrewery
With hat: portmgr |
2.10.09,1 05 Jun 2014 18:01:32 |
amdmi3 |
- Convert USE_XZ to USES
Approved by: portmgr blanket |
2.10.09,1 07 Feb 2014 07:04:23 |
bapt |
Update license |
2.10.09,1 15 Oct 2013 20:00:31 |
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) |
2.10.03,1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.10.03,1 17 Aug 2012 15:12:40 |
dhn |
- Update to 2.10.03 |
2.10.01,1 11 Jun 2012 16:36:18 |
dhn |
- Update to 2.10.01 |
2.09.10,1 23 Jul 2011 23:59:03 |
dhn |
- Update to 2.09.10 |
2.09.08,1 10 Apr 2011 16:04:11 |
dhn |
- Update to 2.09.08 |
2.09.07,1 13 Mar 2011 14:03:01 |
dhn |
- Update to 2.09.07 |
2.09.06,1 01 Mar 2011 20:20:51 |
dhn |
- Update to 2.09.06 |
2.09.05,1 22 Feb 2011 20:29:29 |
dhn |
- Update to 2.09.05 |
2.09.04,1 28 Dec 2010 08:37:32 |
dhn |
- Take Maintainership |
2.09.04,1 28 Dec 2010 08:11:16 |
linimon |
Reset krion@FreeBSD.org due to 6 months of inactivity and maintainer-
timeouts.
Hat: portmgr |
2.09.04,1 25 Nov 2010 09:23:17 |
danfe |
- Update to version 2.09.04
- Unbreak parallel builds by switching to GNU make
Approved by: krion (maintainer) |
2.08.02,1 20 Jul 2010 16:38:56 |
danfe |
- Update to version 2.08.02
- Add LICENSE (BSD)
Approved by: maintainer (krion) |
2.08.01,1 23 May 2010 14:50:33 |
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) |
2.07,1 21 May 2010 18:32:47 |
danfe |
Reformat, fix grammar and couple of typos, kill EOL whitespace.
Approved by: krion (maintainer) |
2.07,1 07 Sep 2009 12:06:56 |
krion |
Update to 2.07
PR: ports/137711 ports/136191
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>,
bf1783@googlemail.com |
2.05.01,1 02 Sep 2009 15:01:56 |
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) |
2.05.01,1 21 May 2009 11:55:56 |
pav |
- Mark MAKE_JOBS_UNSAFE
Submitted by: David Naylor <naylor.b.david@gmail.com> |
2.05.01,1 02 Nov 2008 19:48:03 |
krion |
- Update to 2.05.01
- Sort plist
PR: ports/128500
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
2.03,1 04 Oct 2008 11:41:19 |
krion |
Update to 2.03
PR: ports/124870
Submitted by: bf2006a@yahoo.com |
2.02,1 11 Apr 2008 21:50:06 |
pav |
- Update to 2.02
- Install rdf utilities
PR: ports/121342
Submitted by: bf <bf2006a@yahoo.com>
Approved by: maintainer timeout (krion; 1 month) |
0.98.39,1 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
0.98.39,1 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.98.39 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.98.39 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.98.39,1 24 Jan 2005 23:14:55 |
krion |
Update to 0.98.39 |
0.98.38_2,1 17 Dec 2004 09:30:08 |
krion |
Use PLIST_FILES
Change WWW: line, |
0.98.38_2,1 17 Dec 2004 09:14:26 |
krion |
Change sprintf()/vsprintf() to snprintf()/vsnprintf() to prevent
vulnerability for buffer overflow exploits.
Bump PORTREVISION.
Submitted by: azhe
Obtained from: nasm CVS |
0.98.38_1,1 01 Apr 2004 09:45:20 |
krion |
- Remove USE_SIZE |
0.98.38_1,1 30 Jan 2004 14:05:15 |
krion |
- SIZEify |
0.98.38_1,1 14 Dec 2003 15:40:49 |
krion |
- Fix a bug to create the stabs table
Submitted by: Patrick MARIE <mycroft@virgaria.org> |
0.98.38,1 06 Nov 2003 23:07:40 |
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] |
0.98.35,1 06 Nov 2003 21:43:49 |
murray |
Give up maintainership of this port. |
0.98.35,1 11 Jul 2003 07:01:53 |
demon |
Update after recent switch to bzipped tarball. |
0.98.35,1 11 Jul 2003 04:18:58 |
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> |
0.98.35,1 29 Mar 2003 18:51:04 |
murray |
Replace portepoch line. Sorry for the trouble
Submitted by: several |
0.98.35 28 Mar 2003 11:28:08 |
murray |
Update nasm to 0.98.35.
PR: 50373
Submitted by: Hendrik Scholz <hendrik@scholz.net> |
0.98.33,1 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.98.33,1 07 Jun 2002 16:22:34 |
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. |