non port: devel/lua-alien/Makefile |
SVNWeb
|
Number of commits found: 21 |
Sun, 15 Sep 2019
|
[ 17:28 antoine ] (Only the first 10 of 354 ports in this commit are shown above. )
Deprecate a few ports
|
Sun, 4 Aug 2019
|
[ 10:02 antoine ] (Only the first 10 of 27 ports in this commit are shown above. )
Mark BROKEN: unfetchable
|
Tue, 3 Jan 2017
|
[ 18:12 mat ] (Only the first 10 of 58 ports in this commit are shown above. )
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight
|
Fri, 9 Sep 2016
|
[ 19:42 amdmi3 ] (Only the first 10 of 100 ports in this commit are shown above. )
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 21 Jan 2016
|
[ 19:36 amdmi3 ]
- Switch to options helpers
|
Mon, 19 Oct 2015
|
[ 14:50 amdmi3 ] (Only the first 10 of 93 ports in this commit are shown above. )
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756
|
Wed, 21 May 2014
|
[ 05:38 miwi ]
- Update to 0.7.0
PR: 187972
Submitted by: Ports Fury
|
Mon, 5 May 2014
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
Sun, 20 Apr 2014
|
[ 09:21 bapt ]
Convert to lua 5.2
|
Tue, 1 Apr 2014
|
[ 08:10 pawel ]
- Add staging support
- Convert to new LIB_DEPENDS format
- Define DOCS, EXAMPLES options
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Tue, 29 Jan 2013
|
[ 00:35 jkim ] (Only the first 10 of 16 ports in this commit are shown above. )
- Update devel/libffi to 3.0.11.
- Reset maintainership for libffi. See ports/164941.
PR: ports/171768
Submitted by: Takefu <takefu@airport.fm>
|
Wed, 16 May 2012
|
[ 04:51 miwi ]
- Cleanup
PR: 166315
Submitted by: Jan Beich <jbeich@tormail.net>
|
Wed, 8 Feb 2012
|
[ 20:09 pgollucci ]
- Update to 0.5.1
PR: ports/161002
Submitted by: h h <aakuusta@gmail.com>
Approved by: maintainer timeout (philip ; 136 days)
|
Mon, 26 Dec 2011
|
[ 16:12 tabthorpe ] (Only the first 10 of 13 ports in this commit are shown above. )
- Reset ports to heap due to mail bounces
<swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said:
550-5.1.1 The email account that you tried to reach does not exist. Please
try 550-5.1.1 double-checking the recipient's email address for typos or
550-5.1.1 unnecessary spaces. Learn more at
550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596
d6si2748840pbk.7 (in reply to RCPT TO command)
With Hat: portmgr
|
Tue, 19 Oct 2010
|
[ 00:15 pgollucci ]
- remove symlink even if regression-test target fails
DATADIR/tests/alien
DATADIR/tests/alien.lua
- Split regression-test into smaller chunks
PR: ports/151539
Submitted by: swell.k@gmail.com (maintainer)
|
Wed, 22 Sep 2010
|
[ 10:10 philip ]
Make the regression target depend on build instead of install.
This will fix the tinderbox build.
PR: ports/150800
Submitted by: Anonymous <swell.k@gmail.com> (maintainer)
|
Sat, 18 Sep 2010
|
[ 18:29 philip ]
Add a regression test target. Attempt to fix the build on sparc64.
PR: ports/150632
Submitted by: Anonymous <swell.k -at- gmail.com> (maintainer)
|
Wed, 1 Sep 2010
|
[ 07:29 pav ]
- Fix build on 6.X
Submitted by: Anonymous <swell.k@gmail.com> (maintainer)
|
Thu, 26 Aug 2010
|
[ 10:49 philip ]
Add lua-alien 0.5.0, lua -> C FFI.
PR: ports/149983
Submitted by: Anonymous <swell.k-at-gmail.com>
|
Number of commits found: 21 |