<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/coreutils, branch 2015Q1</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2015Q1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2015Q1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-11-22T09:13:35Z</updated>
<entry>
<title>Cleanup plist</title>
<updated>2014-11-22T09:13:35Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2014-11-22T09:13:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=23b328aaf92d41146bb67d97e1b60088eab480e0'/>
<id>urn:sha1:23b328aaf92d41146bb67d97e1b60088eab480e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sysutils/coreutils: fix pkg-plist for NLS=off</title>
<updated>2014-08-03T09:40:06Z</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2014-08-03T09:40:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e840be18ada98a5b13279dbe9e8c44ef05c5a7c0'/>
<id>urn:sha1:e840be18ada98a5b13279dbe9e8c44ef05c5a7c0</id>
<content type='text'>
PR:		192309
Submitted by:	mat
</content>
</entry>
<entry>
<title>sysutils/coreutils: avoid rebuilding WRKSRC/doc/coreutils.info</title>
<updated>2014-08-01T19:36:55Z</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2014-08-01T19:36:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=eb2643090cb76eda012d18513ff617189cf27b49'/>
<id>urn:sha1:eb2643090cb76eda012d18513ff617189cf27b49</id>
<content type='text'>
PR:		192309
Submitted by:	Martin Birgmeier &lt;la5lbtyi@aon.at&gt;
</content>
</entry>
<entry>
<title>sysutils/coreutils: 8.22 -&gt; 8.23</title>
<updated>2014-08-01T11:54:55Z</updated>
<author>
<name>Kurt Jaeger</name>
<email>pi@FreeBSD.org</email>
</author>
<published>2014-08-01T11:54:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a767a1d09a76bd3294173ffa5a2b2caca9df336c'/>
<id>urn:sha1:a767a1d09a76bd3294173ffa5a2b2caca9df336c</id>
<content type='text'>
- fix CONFLICTS

PR:		192304
Submitted by:	jharris@widomaker.com (maintainer)
</content>
</entry>
<entry>
<title>- Submitter take maintainership</title>
<updated>2014-06-27T12:29:20Z</updated>
<author>
<name>Philippe Audeoud</name>
<email>jadawin@FreeBSD.org</email>
</author>
<published>2014-06-27T12:29:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=237f8bd9c9eacccbe57b7c150fed42c8e11df5e3'/>
<id>urn:sha1:237f8bd9c9eacccbe57b7c150fed42c8e11df5e3</id>
<content type='text'>
- While I'm here use tar:xz

PR:		ports/191409
Submitted by:	jharris@widomaker.com
</content>
</entry>
<entry>
<title>Convert GMAKE to MAKE_CMD</title>
<updated>2014-06-25T05:35:31Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-06-25T05:35:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a33191366c083aad8ab7cd37d06db2d4790f3e39'/>
<id>urn:sha1:a33191366c083aad8ab7cd37d06db2d4790f3e39</id>
<content type='text'>
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
</content>
</entry>
<entry>
<title>Support LIBS like LDFLAGS.</title>
<updated>2014-06-11T14:49:59Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2014-06-11T14:49:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92'/>
<id>urn:sha1:9f8b4bcde30c0ca3bf6cead5f48aa102536e0e92</id>
<content type='text'>
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION &lt; 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
</content>
</entry>
<entry>
<title>sysutils/coreutils: Reset maintainer</title>
<updated>2014-06-10T12:35:48Z</updated>
<author>
<name>John Marino</name>
<email>marino@FreeBSD.org</email>
</author>
<published>2014-06-10T12:35:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7741f8bee46ad84eb02e54df4f81d960399fb2a8'/>
<id>urn:sha1:7741f8bee46ad84eb02e54df4f81d960399fb2a8</id>
<content type='text'>
Three consecutive PR timeouts...
</content>
</entry>
<entry>
<title>- Add missing dependency on iconv.</title>
<updated>2014-02-12T12:01:35Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2014-02-12T12:01:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=61237efd1f43a7cf5cc0ea158d5b19331b3cc0e9'/>
<id>urn:sha1:61237efd1f43a7cf5cc0ea158d5b19331b3cc0e9</id>
<content type='text'>
- Fix GMP option.
</content>
</entry>
<entry>
<title>- Fix package build</title>
<updated>2014-02-10T07:15:19Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2014-02-10T07:15:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ce7038d597209606aa1e687b55d77ada5e8fa5e1'/>
<id>urn:sha1:ce7038d597209606aa1e687b55d77ada5e8fa5e1</id>
<content type='text'>
</content>
</entry>
</feed>
