<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/textproc/libucl, branch 10-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=10-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=10-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2018-07-01T09:17:45Z</updated>
<entry>
<title>Mark these ports broken on mips64 and/or mips.</title>
<updated>2018-07-01T09:17:45Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2018-07-01T09:17:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c7df1277c6283a340bd9eefc52a20ae4a157aa22'/>
<id>urn:sha1:c7df1277c6283a340bd9eefc52a20ae4a157aa22</id>
<content type='text'>
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
</content>
</entry>
<entry>
<title>Remove all _USE=openssl occurrences.</title>
<updated>2017-03-15T14:45:54Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2017-03-15T14:45:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e51bbb58a4c6768d011c6b5ec5e74fd757f85e57'/>
<id>urn:sha1:e51bbb58a4c6768d011c6b5ec5e74fd757f85e57</id>
<content type='text'>
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Use USES=pathfix where applicable.</title>
<updated>2016-10-21T15:21:13Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-10-21T15:21:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a0bcd2cf684ff6bc2faf242e6678282f20a3ee44'/>
<id>urn:sha1:a0bcd2cf684ff6bc2faf242e6678282f20a3ee44</id>
<content type='text'>
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
</content>
</entry>
<entry>
<title>Most commonly used build systems support silent builds, when they</title>
<updated>2016-09-09T19:42:46Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2016-09-09T19:42:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=30a00f2227a3e53b607331247c81c2911c1e98ef'/>
<id>urn:sha1:30a00f2227a3e53b607331247c81c2911c1e98ef</id>
<content type='text'>
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)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
</content>
</entry>
<entry>
<title>textproc/libucl: Fix builds with multiple lua versions installed</title>
<updated>2016-06-30T12:23:47Z</updated>
<author>
<name>Kubilay Kocak</name>
<email>koobs@FreeBSD.org</email>
</author>
<published>2016-06-30T12:23:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=38a31b30c1f7f2f5802b8889deb1644a8e5eed08'/>
<id>urn:sha1:38a31b30c1f7f2f5802b8889deb1644a8e5eed08</id>
<content type='text'>
The LUA_{LIB,INC}DIR variables point to the default Lua version
specified in ports (in this case 5.2) or by the user.

When multiple versions of Lua are installed (in this case 5.2 and 5.3),
libucl's ./configure auto-detects Lua 5.3 (or perhaps the latest version
available), which is a mismatch against those in the provided
include/library paths:

checking for a Lua interpreter with version &gt;= 5.1... lua53 &lt;-- detected
checking for lua53... /usr/local/bin/lua53
checking for lua53 version... 5.3
...
checking for Lua header version... 5.2 &lt;-- Passed by LUA_INCDIR
checking if Lua header version matches 5.3... no

This change explicitly specifies the version of the Lua interpreter we
want to use, which appears to sufficienty influence the behaviour of the
./configure macros.

PR:		209887
Reported by:	olgeni
MFH:		2016Q2
</content>
</entry>
<entry>
<title>textproc/libucl: Update to 0.8.0</title>
<updated>2016-03-04T13:22:37Z</updated>
<author>
<name>Kubilay Kocak</name>
<email>koobs@FreeBSD.org</email>
</author>
<published>2016-03-04T13:22:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=598273ac6b7a6348d2e4507edef9370dfd314e39'/>
<id>urn:sha1:598273ac6b7a6348d2e4507edef9370dfd314e39</id>
<content type='text'>
- Update PORTVERSION and distinfo checksum (0.8.0)
- Update pkg-plist accordingly
- Help ./configure find Lua with {CPP,LD}FLAGS
- Update UTILS_DESC (new tool installed)
- Sort all OPTION_* entries alphabetically
- Use the new test framework
- Group *_TARGET entries
- Whitespace prettiness

Changes:

  https://github.com/vstakhov/libucl/blob/0.8.0/ChangeLog.md
</content>
</entry>
<entry>
<title>Remove trailing whitespace from Makefiles, M-X.</title>
<updated>2015-10-08T15:12:22Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2015-10-08T15:12:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=eb8748bedad607ac907ca3545ad41d6931f779fc'/>
<id>urn:sha1:eb8748bedad607ac907ca3545ad41d6931f779fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ports in the remaining categories to not use GH_COMMIT.</title>
<updated>2015-05-07T20:24:15Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2015-05-07T20:24:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb4deed87383132ec64330d18d953402c2229e9b'/>
<id>urn:sha1:fb4deed87383132ec64330d18d953402c2229e9b</id>
<content type='text'>
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>textproc/libucl: Fix shared library packaging</title>
<updated>2015-03-19T03:05:51Z</updated>
<author>
<name>Kubilay Kocak</name>
<email>koobs@FreeBSD.org</email>
</author>
<published>2015-03-19T03:05:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=16f4e768bd6b222a2b1da9d03dfce4ece9a294a4'/>
<id>urn:sha1:16f4e768bd6b222a2b1da9d03dfce4ece9a294a4</id>
<content type='text'>
Reported by:	pkg-fallout
</content>
</entry>
<entry>
<title>textproc/libucl: Update to 0.7.3 (Hi #bhyvecon!)</title>
<updated>2015-03-12T08:43:17Z</updated>
<author>
<name>Kubilay Kocak</name>
<email>koobs@FreeBSD.org</email>
</author>
<published>2015-03-12T08:43:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a3f9fd4d1c759851061b6b6f4ad097faff31cd4f'/>
<id>urn:sha1:a3f9fd4d1c759851061b6b6f4ad097faff31cd4f</id>
<content type='text'>
Update libucl to 0.7.3 while Allan Jude is talking about libucl @ AsiaBSDCon
right now!
</content>
</entry>
</feed>
