<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/php53, branch 2014Q3</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2014Q3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2014Q3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-06-11T14:49:59Z</updated>
<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>Add CPE information.</title>
<updated>2014-06-04T16:54:47Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2014-06-04T16:54:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8fcb1fe02b4f073dc91a02a592643bb4ee535690'/>
<id>urn:sha1:8fcb1fe02b4f073dc91a02a592643bb4ee535690</id>
<content type='text'>
With hat:	ports-secteam
</content>
</entry>
<entry>
<title>Fix unixODBC vs libiodbc conflicts</title>
<updated>2014-05-05T16:24:00Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-05-05T16:24:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f4f46a920e21b409b3f3b16873c6cef1eb4af378'/>
<id>urn:sha1:f4f46a920e21b409b3f3b16873c6cef1eb4af378</id>
<content type='text'>
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time

While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql

Discussed with:	rakuco (kde)
With hat:	portmgr
</content>
</entry>
<entry>
<title>- Fix CVE-2014-0185 via patch until 5.3.29 is released</title>
<updated>2014-05-02T17:48:14Z</updated>
<author>
<name>Florian Smeets</name>
<email>flo@FreeBSD.org</email>
</author>
<published>2014-05-02T17:48:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e9fa73c505773f14ada77be4c2acc6ae953b2246'/>
<id>urn:sha1:e9fa73c505773f14ada77be4c2acc6ae953b2246</id>
<content type='text'>
- Use DEFAULT_VERSIONS [1]

PR:		ports/188061 [1]
Submitted by:	Spil &lt;spil.oss@gmail.com&gt; [1]
MFH:		2014Q2
</content>
</entry>
<entry>
<title>Fix libfreetype dependencies.</title>
<updated>2014-04-19T15:57:46Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2014-04-19T15:57:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5fbf541c7d2b75a225573a4da3bc687a821f5cef'/>
<id>urn:sha1:5fbf541c7d2b75a225573a4da3bc687a821f5cef</id>
<content type='text'>
PR:		ports/188792
</content>
</entry>
<entry>
<title>The FreeBSD x11@ and graphics team proudly presents</title>
<updated>2014-04-16T18:28:47Z</updated>
<author>
<name>Niclas Zeising</name>
<email>zeising@FreeBSD.org</email>
</author>
<published>2014-04-16T18:28:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=39fc32e82863cce17f070122d498ce82cf7ea7af'/>
<id>urn:sha1:39fc32e82863cce17f070122d498ce82cf7ea7af</id>
<content type='text'>
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
</content>
</entry>
<entry>
<title>Allow the use of //TRANSLIT and //IGNORE with PHP iconv.</title>
<updated>2014-01-29T20:41:27Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2014-01-29T20:41:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b2f07a8a49a583ed3aa4ef5338ef4a16fcf5e176'/>
<id>urn:sha1:b2f07a8a49a583ed3aa4ef5338ef4a16fcf5e176</id>
<content type='text'>
PR:		ports/184596
Tested by:	grembo
Approved by:	ale (maintainer)
</content>
</entry>
<entry>
<title>Update freetype to 2.5.2.</title>
<updated>2013-12-24T21:22:21Z</updated>
<author>
<name>Koop Mast</name>
<email>kwm@FreeBSD.org</email>
</author>
<published>2013-12-24T21:22:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b1bf1620a6571c5eb84bed4e3f06cf52094d0a48'/>
<id>urn:sha1:b1bf1620a6571c5eb84bed4e3f06cf52094d0a48</id>
<content type='text'>
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
</content>
</entry>
<entry>
<title>Update to 5.3.28</title>
<updated>2013-12-14T23:30:36Z</updated>
<author>
<name>Florian Smeets</name>
<email>flo@FreeBSD.org</email>
</author>
<published>2013-12-14T23:30:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6fbff9d8da5f697bf20dd4e9a07fb83463ecd15b'/>
<id>urn:sha1:6fbff9d8da5f697bf20dd4e9a07fb83463ecd15b</id>
<content type='text'>
Security:	47b4e713-6513-11e3-868f-0025905a4771
</content>
</entry>
<entry>
<title>Add LDFLAGS to the sqlite3 section, otherwise configure cannot properly</title>
<updated>2013-11-02T00:56:23Z</updated>
<author>
<name>Florian Smeets</name>
<email>flo@FreeBSD.org</email>
</author>
<published>2013-11-02T00:56:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c5228684886472c1298a8050fa58e32e734773c4'/>
<id>urn:sha1:c5228684886472c1298a8050fa58e32e734773c4</id>
<content type='text'>
detect whether sqlite3 was built with sqlite3_load_extension or not.

PR:		ports/182927
Submitted by:	Birger Schacht &lt;birger.schacht@tuwien.ac.at&gt;
</content>
</entry>
</feed>
