non port: lang/lua52/Makefile |
SVNWeb
|
Number of commits found: 27 |
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 )
|
Tue, 31 Aug 2021
|
[ 09:23 Bernhard Froehlich (decke) ] 9fccb72
lang/lua52: 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.
|
Tue, 14 Apr 2020
|
[ 15:49 mat ] (Only the first 10 of 81 ports in this commit are shown above. )
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494
|
Wed, 17 Oct 2018
|
[ 09:39 joneum ]
Pass maintainership to submitter
PR: 232320
Submitted by: John Von Essen <john@essenz.com>
Sponsored by: Netzkommune GmbH
|
Sat, 20 Feb 2016
|
[ 19:19 ian ]
Use -fPIC on all arches; lua builds the object files into a shared lib.
Since the object files get built into a shared lib, using -fPIC on all
arches is the right thing to do, instead of adding it to each new arch that
comes along which doesn't accidentally allow non-PIC modules in shared libs.
PR: 207324
Approved by: mat(mentor)
Differential Revision: https://reviews.freebsd.org/D5362
|
Sun, 19 Jul 2015
|
[ 14:38 bapt ]
Convert to USES=libedit
|
Thu, 25 Jun 2015
|
[ 13:12 emaste ]
lang/lua{51,52,53}: Add -fPIC for arm64
Reviewed by: andrew
Approved by: bapt
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D2904
|
Thu, 16 Apr 2015
|
[ 12:40 bapt ]
Disbanding lua@ which was anyway not a team for a while
I have no time left to work on lua at all for now
|
Sun, 15 Mar 2015
|
[ 13:12 bapt ]
Update to 5.2.4
|
Sat, 17 Jan 2015
|
[ 10:34 antoine ]
Fix build on head
|
[ 01:37 bapt ]
Link on libedit instead of readline
Reduce overlinking on liblua
Enforce libedit from ports
|
Tue, 18 Nov 2014
|
[ 07:12 antoine ]
Package empty LUA_LDIR and LUA_CDIR, as it's more user-friendly
|
Mon, 30 Jun 2014
|
[ 22:49 bapt ]
Fix building with readline from ports
|
Sun, 20 Apr 2014
|
[ 09:30 bapt ]
Remove build dependency on pkgconf
|
Fri, 17 Jan 2014
|
[ 20:52 antoine ]
Set the soname of liblua, it helps ports using cmake to link against it
(otherwise they do not have the correct DT_NEEDED entry)
Approved by: lua (bapt)
|
Fri, 10 Jan 2014
|
[ 08:39 bapt ]
Add missing lua.pc files (missed in previous commits)
Rework the makefile to use jmmv method from PR which is cleaner than my initial
attempt
PR: ports/180786
Submitted by: jmmv
|
[ 08:22 bapt ]
Add a .pc file to lua52
PR: ports/180786
Submitted by: jmmv
|
Sun, 15 Dec 2013
|
[ 00:56 bapt ]
Update to 5.2.3
Pass maintainership to lua@
Lots of cleanup in the Makefile
Reduce patching
Support stage
|
Tue, 19 Nov 2013
|
[ 09:34 bapt ]
Fix package name collision
|
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, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Mon, 5 Aug 2013
|
[ 20:37 mandree ]
Link lua .so + program with pthread to prevent hangs in extensions that
use pthreads.
Bump PORTREVISION to pull this in.
PR: ports/181052
Submitted by: Vitaly Magerya <vmagerya@gmail.com>
Approved by: mandree@ on behalf of lua@
|
Fri, 29 Mar 2013
|
[ 18:49 mandree ]
Update to new upstream version Lua 5.2.2.
According to Luiz Henrique de Figueiredo,
"Lua 5.2.2 fixes all bugs listed in http://www.lua.org/bugs.html#5.2.1 .
Lua 5.2.2 also fixes several other minors glitches and includes
a revised reference manual."
|
Sun, 6 Jan 2013
|
[ 17:42 mandree ]
Fix typo in MAINTAINER address (was also in the submitted .shar).
|
Sat, 5 Jan 2013
|
[ 23:24 mandree ]
Add new port lang/lua52.
Lua is a programming language originally designed for extending applications,
but also frequently used as a general-purpose, stand-alone language. Lua
combines simple procedural syntax (similar to Pascal) with powerful data
description constructs based on associative arrays and extensible semantics.
Lua is dynamically typed, interpreted from bytecodes, and has automatic memory
management with garbage collection, making it ideal for configuration,
scripting, and rapid prototyping.
A fundamental concept in the design of Lua is to provide meta-mechanisms for
implementing features, instead of providing a host of features directly in
the language. For example, although Lua is not a pure object-oriented
language, it does provide meta-mechanisms for implementing classes and
inheritance. Lua's meta-mechanisms bring an economy of concepts and keep the (Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 27 |