notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/lua/Makefile

Number of commits found: 57

Saturday, 8 Feb 2014
12:32 miwi search for other commits by this committer
- Stage suppot
Original commitRevision:343323 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Monday, 5 Aug 2013
20:37 mandree search for other commits by this committer
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@
Original commitRevision:324286 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Friday, 29 Mar 2013
18:41 mandree search for other commits by this committer
Do not let portscout grab 5.2 versions for the 5.1 port.
Original commitRevision:315557 
Saturday, 5 Jan 2013
22:47 mandree search for other commits by this committer
Bugfix:
- Record liblua's dependency on libm.so explicitly. [1]

Assorted lint removals:
- Convert to Options NG
- Reduce old-style Makefile header
- USE_GNOME=pkgconfig -> USE_PKGCONFIG=yes

PR:		ports/174964
Submitted by:	Matthew X. Economou
Original commitRevision:309971 
Wednesday, 26 Sep 2012
21:29 mandree search for other commits by this committer
Set LICENSE=MIT per <http://www.lua.org/license.html>
Original commitRevision:304932 
Friday, 13 Apr 2012
18:18 mandree search for other commits by this committer
Clarify effect of __MAKE_CONF change, and point to Wiki URL (in a comment).
Original commit
Thursday, 12 Apr 2012
20:51 mandree search for other commits by this committer
Remove CFLAGS=${CFLAGS} regression from MAKE_ARGS again (leftover from
testing).

Reported by:        Valentin Zahariev
Brown paper bag to: mandree@
Original commit
Wednesday, 11 Apr 2012
22:26 mandree search for other commits by this committer
Forced commit to mention that ohauer@ has joined lua@.
Original commit
21:21 mandree search for other commits by this committer
Add explanatory comment about butchering __MAKE_CONF.
Original commit
21:15 mandree search for other commits by this committer
Support builds that set CFLAGS=... in /etc/make.conf (discouraged).
Original commit
Tuesday, 10 Apr 2012
19:08 mandree search for other commits by this committer
Fix regressions, reinstating io.popen support.

Reported by:  Pierre Guinoiseau
PR:           ports/166753
Reported by:  Vrachnis Ilias-Dimitrios
PR:           ports/166804
Fixed by:     Olli Hauer (ports/166753)
Feature safe: yes
Original commit
Friday, 6 Apr 2012
17:50 mandree search for other commits by this committer
Bring in additional changes by ohauer to preserve LUA_LDIR/LUA_CDIR.

Submitted by: ohauer
PR:           ports/166540
Feature safe: yes
Original commit
17:39 mandree search for other commits by this committer
Update to bug-fix release 5.1.5.

Submitted by: ohauer
Feature safe: yes
PR:           ports/166540
Original commit
Friday, 16 Mar 2012
18:18 mandree search for other commits by this committer
Be sure to pass CFLAGS properly if set in /etc/make.conf.

Reported by:  mezz
Feature safe: yes
Original commit
Thursday, 29 Dec 2011
14:14 mandree search for other commits by this committer
Hand over mantainership to a newly-formed lua team,
currently consisting of Matthias Andree (mandree@) and Niclas Zeising.

Approved by: garga@ (maintainer)
Original commit
Friday, 4 Nov 2011
20:01 garga search for other commits by this committer
- Remove gmake as a dependency, it's not necessary

PR:             ports/162279
Submitted by:   Lyndon Nerenberg <lyndon@orthanc.ca>
Original commit
Wednesday, 6 Jul 2011
00:13 garga search for other commits by this committer
Update patch to 5.1.4-3
Original commit
Thursday, 30 Sep 2010
17:23 garga search for other commits by this committer
Cleanup MASTER_SITES
Original commit
Tuesday, 21 Sep 2010
15:38 garga search for other commits by this committer
After some mistakes i made on this port last days, i hop^W believe this is the
last commit.

The original problem is port was broken on amd64 when you have CFLAGS= defined
on make.conf. On last commit i thought it was fixed, but no, i don't know why
but it was building without define LUA_USE_LINUX and the binary generated was
wrong.

I figured out just using GMAKE fixes everything, it respect CFLAGS= when you
have, add -fPIC for amd64 and use correct defines for building, so, lets use
gmake to build this port for now.

Pointyhats to:  garga@
Original commit
Monday, 20 Sep 2010
14:08 garga search for other commits by this committer
- Make lua respect CFLAGS= defined on /etc/make.conf and still plus -fPIC on
  necessary archs.
- Remove unecessary dependency gmake
- Bump PORTREVISION because of gmake removal

Thanks to:      johans@
Original commit
12:01 garga search for other commits by this committer
- Fix build on amd64
- Bump PORTREVISION

Reported by:    Eduardo Schoedler <eschoedler@viavale.com.br> and
                Robert Huff <roberthuff@rcn.com>
Original commit
Thursday, 16 Sep 2010
13:54 garga search for other commits by this committer
- Add upstream patches for version 1.5.4
- Bump PORTREVISION
Original commit
Wednesday, 1 Sep 2010
12:02 garga search for other commits by this committer
- Make the port respect -O from make.conf and deal fine with WITH_DEBUG

PR:             ports/150173
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Monday, 16 Aug 2010
12:29 garga search for other commits by this committer
- Make LUA_ROOT respect PREFIX
- Bump PORTREVISION

PR:             ports/149706
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Tuesday, 1 Jun 2010
15:19 garga search for other commits by this committer
Fix build on powerpc

Submitted by:   lx@
Original commit
Saturday, 28 Mar 2009
17:53 garga search for other commits by this committer
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
Original commit
Thursday, 5 Feb 2009
18:14 garga search for other commits by this committer
- Update to 5.1.4
- Use PORTDOCS facility
- Remove a simple patch and use REINPLACE_CMD instead
- Take maintainership
Original commit
Friday, 28 Nov 2008
23:36 linimon search for other commits by this committer
Reset andrew+ports@fubar.geek.nz due to maintainer-timeouts and no response
to email.

Hat:    portmgr
Original commit
Sunday, 10 Aug 2008
19:29 alepulver search for other commits by this committer
- Merge patch-Makefile into patch-src-Makefile (both actually patch same file).
- Patch lang/lua to behave as expected by the framework.
- Add missing library dependency (only run before) when using lua 5.1.
- Add notes in bsd.lua.mk for updating lang/lua* ports describing how they are
  integrated into the ports tree.

PR:             ports/126207
Submitted by:   Daniel Roethlisberger <daniel@roe.ch>
Original commit
Friday, 4 Jul 2008
00:55 araujo search for other commits by this committer
- liblua.so is required in building mod_security, wireshark and possibly others
with lua support, now create a shared lib is needed.
- Bump PORTREVISION.

PR:             ports/124297
Submitted by:   Tomoyuki Sakurai <cherry@trombik.org>
Approved by:    maintainer timeout ( > 2 weeks)
Original commit
Wednesday, 19 Mar 2008
16:20 vanilla search for other commits by this committer
Integrate with maintainer's patch.
Original commit
07:12 vanilla search for other commits by this committer
Upgrade to 5.1.3.

PR:             ports/120542
Submitted by:   Hirohisa Yamaguchi <umq at ueo dot co dot jp>
Approved by:    maintainer
Original commit
Saturday, 31 Mar 2007
20:40 philip search for other commits by this committer
Change maintainer at previous maintainer's request.

PR:             ports/111047
Submitted by:   Richard Kiss <him -at- richardkiss.com> (maintainer)
Original commit
Saturday, 16 Sep 2006
22:01 linimon search for other commits by this committer
Update PORTREVISION for previous commits where plist changed.

PR:             ports/101612
Submitted by:   alepulver
Hat:            portmgr
Pointy hat to:  linimon
Original commit
Friday, 15 Sep 2006
08:17 linimon search for other commits by this committer
Modify these files to reflect bsd.lua.mk as tested on the cluster.

PR:             ports/101612
Submitted by:   alepulver
Hat:            portmgr
Original commit
Tuesday, 22 Aug 2006
09:02 philip search for other commits by this committer
Update lua to 5.1.1

PR:             ports/102364
Submitted by:   Richard Kiss <kiss -at- gizzywump.com> (maintainer)
Original commit
Sunday, 18 Jun 2006
12:41 philip search for other commits by this committer
Make lua always respect ${LOCALBASE}.

PR:             ports/98998
Submitted by:   Dmitry Marakasov <amdmi3 -at- mail.ru>
Approved by:    Richard Kiss <him -at- richardkiss.com> (maintainer)
Original commit
Wednesday, 3 May 2006
13:30 pav search for other commits by this committer
- Make the lua ports conflict each another
Original commit
13:25 pav search for other commits by this committer
- Update to 5.1

PR:             ports/96449
Submitted by:   Richard Kiss <him@richardkiss.com> (maintainer)
Original commit
Tuesday, 5 Jul 2005
22:16 pav search for other commits by this committer
- Enable popen(3) support

PR:             ports/82959
Submitted by:   Ed Schouten <ed@fxq.nl>
Approved by:    Richard Kiss <him@richardkiss.com> (maintainer)
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Thursday, 1 Apr 2004
21:49 pav search for other commits by this committer
- Update to 5.0.2

PR:             ports/65046
Requested by:   Stephane Lentz <milter@free.fr>
Approved by:    maintainer
Original commit
Sunday, 22 Feb 2004
18:25 arved search for other commits by this committer
Fix build on AMD64

PR:             63203
Submitted by:   Hendrik Scholz <hendrik@scholz.net>
Original commit
Sunday, 1 Feb 2004
18:28 pav search for other commits by this committer
- Update to 5.0.1

PR:             ports/62224
Submitted by:   Richard Kiss <him@richardkiss.com> (maintainer)
Original commit
Wednesday, 12 Nov 2003
04:15 ijliao search for other commits by this committer
add .so support
utilize DOCSDIR

PR:             59199
Submitted by:   maintainer
Original commit
Tuesday, 13 May 2003
09:40 perky search for other commits by this committer
Update maintainer's email address

Submitted by:   maintainer
Original commit
Saturday, 10 May 2003
22:29 perky search for other commits by this committer
Upgrade to 5.0 and keep 4.0 as lang/lua4
Original commit
Friday, 21 Feb 2003
12:35 knu search for other commits by this committer
De-pkg-comment.
Original commit
Sunday, 23 Sep 2001
20:50 dwcjr search for other commits by this committer
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer
exists.    
Original commit
Monday, 14 May 2001
01:13 jeh search for other commits by this committer
Added WWW URL.   Minor portlint cleanup in Makefile    
Original commit
Monday, 30 Apr 2001
07:54 kris search for other commits by this committer
Use random()/srandom() for better PRNG properties than rand()/srand().   Bump
PORTREVISION.    
Original commit
Tuesday, 16 Jan 2001
17:33 sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
Original commit
Wednesday, 3 Jan 2001
08:45 kevlo search for other commits by this committer
Update to 4.0    
Original commit

Number of commits found: 57