non port: lang/luajit/Makefile |
SVNWeb
|
Number of commits found: 49 |
Sat, 12 Aug 2023
|
[ 01:37 Piotr Kubaj (pkubaj) ] 953225a
lang/luajit: remove workaround for EOL FreeBSD / powerpc*
|
Wed, 4 Jan 2023
|
[ 23:04 Piotr Kubaj (pkubaj) ] 44378cf
lang/luajit: use clang on powerpc
Merge recent patch for luajit that fixes build with clang.
Since clang's assembler before LLVM 14 doesn't understand some
instructions, use binutils' as when using older LLVM.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f98ae56 (Only the first 10 of 255 ports in this commit are shown above. )
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 13 Jan 2022
|
[ 00:03 Adam Weinberger (adamw) ] 9208edb
lang/luajit: Fix option description
|
Wed, 5 Jan 2022
|
[ 22:20 Sergey A. Osokin (osa) ] 68954ed
lang/luajit: link with pthread
Bump PORTREVISION.
PR: 191476
|
Thu, 28 Oct 2021
|
[ 01:10 Sergey A. Osokin (osa) ] 8823f79
lang/Makefile: connect lang/luajit-devel to build
Update CONFLICTS for lang/luajit and lang/luajit-openresty.
|
Sun, 29 Aug 2021
|
[ 19:17 Bernhard Froehlich (decke) ] 16369f0
lang/luajit: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 1 Feb 2021
|
[ 12:42 rene ] (Only the first 10 of 17 ports in this commit are shown above. )
Remove support for FreeBSD 12.1 from various ports.
FreeBSD 12.1 reached end-of-life today. Adjust the message
for the wine ports while here, since stable/13 has branched.
Submitted by: rene
Reviewed by: jbeich, mandree, mat, osa
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D28406
|
Sat, 2 Jan 2021
|
[ 01:46 linimon ] (Only the first 10 of 34 ports in this commit are shown above. )
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
|
Thu, 29 Oct 2020
|
[ 23:53 kevans ]
lang/luajit: switch to LLVM10 from ports for 12.1/amd64
12.1 shipped with LLVM 8.0.1 which links libluajit with a bogus (improperly
aligned) TLS segment offset. Notably, this breaks under 12.2 rtld and causes
a SIGBUS when an error is raised.
Since the issue is technically a broken binary, the attached patch pins
12.1/amd64 builds of luajit to devel/llvm10 so that they can be rebuilt with
a linker that will handle this properly and stop breaking luajit-dependant
applications on 12.2 while the packages are still built on 12.1. This will
naturally fall away when portmgr goes to axe conditionals solely for FreeBSD
12.1 after it goes EOL.
The src/Makefile patch has been dropped in this version in favor of just
supplying the variables it was unsetting via Make arguments as a minor
cleanup.
PR: 250707, 250726
Reported by: many
Investigation by: Andrew Gierth <andrew tao11 riddles org uk>
Confirmation from: kib
Approved by: osa (maintainer)
MFH: 2020Q4 (blanket: runtime fix)
|
Mon, 3 Feb 2020
|
[ 19:47 sunpoet ]
Update MASTER_SITES and WWW: use https:// instead of http://
Approved by: portmgr (blanket)
|
Mon, 9 Sep 2019
|
[ 09:00 mm ]
Add luajit-openresty to CONFLICTS_INSTALL for luajit
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Mon, 29 Oct 2018
|
[ 07:14 linimon ]
Give the powerpc64 failure mode a more useful message.
While here, swap BROKEN for IGNORED. "Not supported upstream" is
supposed to be the latter.
Approved by: portmgr (tier-2 blanket)
|
Mon, 10 Sep 2018
|
[ 09:08 amdmi3 ]
- Add LICENSE
Approved by: portmgr blanket
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Sun, 18 Mar 2018
|
[ 15:08 linimon ]
Mark as broken on aarch64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Wed, 10 Jan 2018
|
[ 03:51 jhibbits ]
Add support for GCC-based targets to luajit
Summary:
luajit requires CC to be passed on the command line, not via the Make
environment in order to override the Makefile. Pass it explicitly, and for GCC
targets (powerpc, mips, sparc64) explicitly use ports GCC.
Reviewed By: mat
Differential Revision: https://reviews.freebsd.org/D13804
|
Sun, 31 Dec 2017
|
[ 00:50 dim ]
Fix lang/luajit object file .strtab section size
When luajit writes a ELF object file (using the -b option), it sets the
size of the .strtab section one byte too short. In function
bcsave_elfobj(), the offset of the .rodata section after .strtab is
already calculated correctly, but the size of .strtab itself is one byte
too small. Even though there is a zero byte after the last string in
the table, the short size causes lld (the LLVM linker) to show an error
message similar to:
ld: error: obj/bytecode.o: string table non-null terminated
Fix it by increasing the size of the .strtab section by one byte. This
change has also been accepted upstream, but there is no new stable
release yet.
Approved by: portmgr (antoine)
PR: 223688
|
Tue, 10 Oct 2017
|
[ 21:31 linimon ] (Only the first 10 of 44 ports in this commit are shown above. )
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial)
|
Mon, 26 Jun 2017
|
[ 23:44 linimon ] (Only the first 10 of 13 ports in this commit are shown above. )
Sort ARCHS. Pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Wed, 3 May 2017
|
[ 21:37 osa ]
Upgrade from 2.0.4 to 2.0.5.
Sort pkg-plist.
|
Thu, 23 Jun 2016
|
[ 06:45 bapt ]
Prefer relative symlinks to be relocation friendly
|
Thu, 14 Apr 2016
|
[ 19:08 adamw ]
No need for pre/post here.
Committed under just-fix-it.
|
Mon, 1 Jun 2015
|
[ 23:30 osa ]
Upgrade from 2.0.3 to 2.0.4.
ChangeLog: http://luajit.org/changes.html
|
Sat, 2 May 2015
|
[ 18:43 sbruno ]
This time, don't delete the requisite includes for the post-install bits.
Reimplement ONLY_FOR_ARCHS such that we know that this port requires newer
compiler features (which aren't very clear from the port itself). Probably
need to validate this on powerpc as we have clang available and gcc ports.
PR: 197132
|
[ 17:59 sbruno ]
revert r385200 as it is breaks the port due to missing include.
|
[ 17:52 sbruno ]
lang/luajit requires a much more modern compiler than the gcc4.2.1 available
on non-clang architechtures. In addition, if there is no lang/gcc available
for the architecuture, we can't build it via that method either.
Rework archtecture disable to use ONLY_FOR_ARCHS and give a clearer reason
why this is being disabled on powrepc/mips/sparc64.
PR: 197132
Reviewed by: osa@freebsd.org (maintainer)
|
[ 17:18 osa ]
Fix luajit.pc file.
PR: 199121
|
Sat, 16 Aug 2014
|
[ 15:08 osa ]
Update from 2.0.2 to 2.0.3.
<ChangeLog>
Add PS4 port.
Add support for multilib distro builds.
Fix OSX build.
Fix MinGW build.
Fix Xbox 360 build.
Improve ULOAD forwarding for open upvalues.
Fix GC steps threshold handling when called by JIT-compiled code.
Fix argument checks for math.deg() and math.rad().
Fix jit.flush(func|true).
Respect jit.off(func) when returning to a function, too.
Fix compilation of string.byte(s, nil, n). (Only the first 15 lines of the commit message are shown above )
|
Sat, 5 Jul 2014
|
[ 19:27 olgeni ] (Only the first 10 of 86 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.
CR: D305
Approved by: portmgr (swills)
|
Sat, 1 Feb 2014
|
[ 17:10 miwi ]
- Stage support
|
Fri, 20 Sep 2013
|
[ 19:53 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
|
Wed, 10 Jul 2013
|
[ 17:57 osa ]
Update from 2.0.1 to 2.0.2.
Install link to shared object. (*)
PR: 177881 (*)
|
Mon, 18 Mar 2013
|
[ 09:34 osa ]
Apply hotfix from upstream.
Bump PORTREVISION.
|
Mon, 25 Feb 2013
|
[ 16:39 osa ]
Update from 2.0.0 to 2.0.1.
ChangeLog: http://luajit.org/changes.html
|
Wed, 14 Nov 2012
|
[ 10:20 osa ]
Finally update from 2.0.0-rc3 to 2.0.0 release.
ChangeLog: http://luajit.org/changes.html
Feature safe: yes
|
Thu, 8 Nov 2012
|
[ 21:31 osa ]
Update from 2.0.0-rc2 to 2.0.0-rc3.
ChangeLog: http://luajit.org/changes.html
Feature safe: yes
|
Tue, 6 Nov 2012
|
[ 18:42 osa ]
Update from 2.0.0-rc1 to 2.0.0-rc2.
Feature safe: yes.
|
Thu, 1 Nov 2012
|
[ 18:54 osa ]
Update from 2.0.0-beta11 to 2.0.0-rc1.
ChangeLog: http://luajit.org/changes.html
Feature safe: yes
|
Thu, 18 Oct 2012
|
[ 18:17 osa ]
Update from 2.0.0-beta10 to 2.0.0-beta11.
Remove needless patch.
ChangeLog: http://luajit.org/changes.html
Feature safe: yes
|
Tue, 4 Sep 2012
|
[ 06:57 linimon ]
Mark as broken on powerpc and sparc64 (and, presumably, ia64).
Hat: portmgr
|
Fri, 11 May 2012
|
[ 10:32 osa ]
Update from 2.0.0-beta9 to 2.0.0-beta10.
Remove needless patches.
ChangeLog: http://luajit.org/changes.html
|
Mon, 2 Apr 2012
|
[ 09:51 osa ]
Replace unwind.h definitions with luajit own.
Bump PORTREVISION.
Patch obtained from browsable mirror of luajit
http://repo.or.cz/w/luajit-2.0.git.
Feature safe: yes
|
Thu, 9 Feb 2012
|
[ 16:36 osa ]
Apply hotfix from upstream.
Bump PORTREVISION.
|
Thu, 19 Jan 2012
|
[ 18:09 osa ] (Only the first 10 of 19 ports in this commit are shown above. )
Move luajit from devel to lang directory.
Notice from: linimon
|
Number of commits found: 49 |