yasm 1.3.0.90
devel/yasm
Complete rewrite of the NASM assembler
Description
YASM is a complete rewrite of the NASM assembler under the "new" BSD License (some portions are currently under the GNU Lesser General Public License (LGPL)). Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O (32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats.
Dependencies
- build devel/cmake-core
- build devel/gettext-runtime
- build devel/ninja
- build lang/python311
- lib devel/gettext-runtime
Commit History
may be incomplete — full history at freebsd-ports on GitHub
| Commit | Credits | Log message |
|---|---|---|
|
1.3.0-90
a3829bd47b
files touched
|
Yuri Victorovich (yuri) |
devel/yasm: Add USES=python:build because cmake looksfor python
Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> PR: 270129 |
|
1.3.0-90
34c0453b4b
files touched
|
Yuri Victorovich (yuri) |
devel/yasm: update 1.3.0 → 1.3.0.90
PR: 270129 Approved by: johnson.peter@gmail.com (maintainer's timeout; 3 years, 1 month, 10 days) |
|
1.3.0
242dff0e8f
files touched
|
Muhammad Moinur Rahman (bofh) |
devel/yasm: Impelled to share/man
Approved by: portmgr (blanket) |
|
1.3.0
fb16dfecae
files touched
|
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) |
|
1.3.0
b7f05445c0
files touched
|
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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner) |
|
1.3.0
cf118ccf87
files touched
|
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday. Reported by: lwhsu
|
|
1.3.0
305f148f48
files touched
|
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles.
|
|
1.3.0
0f074a97bb
files touched
|
Sunpoet Po-Chuan Hsieh (sunpoet) |
Update WWW
Approved by: portmgr (blanket) |
|
1.3.0
37677d32e3
files touched
|
Mathieu Arnold (mat) |
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries. PR: 226203 Submitted by: Sam H Sponsored by: Absolight |
|
1.3.0
45cb752a04
files touched
|
Mark Linimon (linimon) |
Begin deorbit burn of ia64. We have not attempted to build packages for it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket) |
|
1.3.0
5345aa21a4
files touched
|
Thomas Zander (riggs) |
Update to upstream release 1.3.0; convert to OPTION helpers
PR: 209784 Submitted by: takefu@airport.fm Reviewed by: riggs Approved by: maintainer timeout |
|
1.2.0
282a9bc4b9
files touched
|
Baptiste Daroussin (bapt) |
Cleanup plist
|
|
1.2.0
228ab58873
files touched
|
Antoine Brodin (antoine) |
Change INSTALL_DATA to install with mode 644 Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr |
|
1.2.0
57408cc519
files touched
|
Baptiste Daroussin (bapt) |
Allow packaging as a user
|
|
1.2.0
6de2c30458
files touched
|
Martin Wilke (miwi) |
- Stage support
|
|
1.2.0
3aa1f23716
files touched
|
Tijl Coosemans (tijl) |
Add NLS option.
|
|
1.2.0
77d32abc6b
files touched
|
Baptiste Daroussin (bapt) |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 4)
|
|
1.2.0
d4041784dc
files touched
|
Alex Kozlov (ak) |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
|
1.2.0
821843ca06
files touched
|
Marcus von Appen (mva) |
- Convert USE_ICONV=yes to USES=iconv - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
|
1.2.0
9dbc02d2c5
files touched
|
Baptiste Daroussin (bapt) |
Convert USE_GETTEXT -> USES=gettext
While here: - Trim headers - Remove some useless pre.mk/post.mk - Convert to optionsng |
|
1.2.0
014232b649
files touched
|
Alex Kozlov (ak) |
Fix various errors in ports distinfo (yii-1.1.9.r3527.tar.gz verified against upstream sources)
|
|
1.2.0
c44902c585
files touched
|
Eitan Adler (eadler) |
Update to 1.2.0
PR: ports/165188 Submitted by: Niclas Zeising <zeising@daemonic.se> Approved by: Peter Johnson <johnson.peter@gmail.com> (maintainer) |
|
1.1.0
6f6fbe4bdf
files touched
|
Dmitry Marakasov (amdmi3) |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS) - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav |
|
1.1.0
d6db46aade
files touched
|
Olli Hauer (ohauer) |
-remove MD5
|
|
1.1.0
c4c4c1e254
files touched
|
Sahil Tandon (sahil) |
- Update to 1.1.0 - Define LICENSE - Mark MAKE_JOBS_SAFE
PR: ports/149508 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: Peter Johnson <johnson.peter@gmail.com> (maintainer) |
|
1.0.1
8d837132c7
files touched
|
Ade Lovett (ade) |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
|
1.0.1
7128240bec
files touched
|
Wen Heping (wen) |
- Update to 1.0.1
PR: ports/146689 Submitted by: Peter Johnson <johnson.peter@gmail.com> |
|
1.0.0
3edd8a19d8
files touched
|
Wen Heping (wen) |
- Update to 1.0.0
PR: ports/146512 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: maintainer |
|
0.8.0
03ce6c345e
files touched
|
Dmitry Marakasov (amdmi3) |
- Update to 0.8.0
PR: 134032 Submitted by: Alex Kozlov <spam at rm-rf dot kiev dot ua> Approved by: Peter Johnson <johnson dot peter at gmail dot com> (maintainer) |
|
0.7.2
64ab122e73
files touched
|
Martin Wilke (miwi) |
- Update to 0.7.2
PR: 128018 Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer) |
|
0.7.1
090059a210
files touched
|
Edwin Groothuis (edwin) |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) |
|
0.7.1
67661c4734
files touched
|
Wesley Shields (wxs) |
Update to 0.7.1
PR: ports/124088 Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer) Approved by: garga (mentor, implicit) |
|
0.7.0
4279099b76
files touched
|
Li-Wen Hsu (lwhsu) |
- Update to 0.7.0
PR: ports/123453 Submitted by: bf <bf2006a AT yahoo.com> Approved by: "Peter Johnson" <johnson.peter AT gmail.com> (maintainer) |
|
0.6.2
2c2fddcc39
files touched
|
Li-Wen Hsu (lwhsu) |
- Update to 0.6.2
PR: ports/116553 Submitted by: Peter Johnson <johnson.peter AT gmail.com> (maintainer) |
|
0.6.1
f935a609c5
files touched
|
Rong-En Fan (rafan) |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection.
PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run |
|
0.6.1
dce9b37763
files touched
|
Rong-En Fan (rafan) |
- Update to 0.6.1
PR: ports/113512 Submitted by: Peter Johnson <johnson.peter at gmail.com> (maintainer) |
|
0.6.0
b07cc6da86
files touched
|
Shaun Amott (shaun) |
- Update to 0.6.0. - Hand over maintainership to submitter (who also happens to be the author of yasm)
PR: ports/109511 Submitted by: Peter Johnson <johnson.peter@gmail.com> |
|
0.5.0
cb7949dc0f
files touched
|
Shaun Amott (shaun) |
Fix build on ia64.
|
|
0.5.0
1b220e4184
files touched
|
Kris Kennaway (kris) |
BROKEN on ia64: Does not build
|
|
0.5.0
6cf0eb1b1a
files touched
|
Shaun Amott (shaun) |
Upgrade to 0.5.0.
PR: ports/100459 Submitted by: Peter Johnson <johnson.peter@gmail.com> |
|
0.4.0
5361678373
files touched
|
Shaun Amott (shaun) |
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor) |
|
0.4.0
ec5818c6e5
files touched
|
Renato Botelho (garga) |
- Respect WITHOUT_NLS knob - Take maintainership
PR: ports/96290 Submitted by: Shaun Amott <shaun@inerd.com> |
|
0.4.0
22fea9c3df
files touched
|
Pav Lucistnik (pav) |
- Add some SHA256 checksums
|
|
0.4.0
54a0b86543
files touched
|
Ade Lovett (ade) |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. |
|
0.4.0
1e98473d7e
files touched
|
Volker Stolz (vs) |
Remove obsolete patch now that we don't build the included libltdl anymore
|
|
0.4.0
7d1121db84
files touched
|
Volker Stolz (vs) |
Don't link statically to home-grown libltdl
|
|
0.4.0
66bed85c5a
files touched
|
Sergey Matveychuk (sem) |
Update to 0.4.0
PR: ports/73366 Submitted by: Peter Johnson <freebsd (at) bilogic (dot) org> |
|
0.3.0
4efa9ce4ab
files touched
|
Kirill Ponomarev (krion) |
- Use USE_ICONV knob
Approved by: portmgr |
|
0.3.0
186b8ba82f
files touched
|
Joe Marcus Clarke (marcus) |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento |
|
0.3.0
0c881ba59c
files touched
|
Trevor Johnson (trevor) |
SIZEify.
|