<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/php5/Makefile.ext, branch pkg-install-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-08-29T10:21:51Z</updated>
<entry>
<title>Fix dependencies on libtidy</title>
<updated>2014-08-29T10:21:51Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2014-08-29T10:21:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=49947868c8fc61e4b048965592161eca4195eb40'/>
<id>urn:sha1:49947868c8fc61e4b048965592161eca4195eb40</id>
<content type='text'>
Reported by:	amdmi3
</content>
</entry>
<entry>
<title>Unbreak php5-readline on head (uncovered by removal of readline dep from pcre)</title>
<updated>2014-07-31T13:16:29Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2014-07-31T13:16:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6a8f9fc236ac474bd43e864a7de231d0ab727d92'/>
<id>urn:sha1:6a8f9fc236ac474bd43e864a7de231d0ab727d92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build of xmlrpc extension.</title>
<updated>2014-05-15T08:08:23Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2014-05-15T08:08:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=59476aaaf826a33232db4de74c9028552ad985e6'/>
<id>urn:sha1:59476aaaf826a33232db4de74c9028552ad985e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix builds of a few extensions.</title>
<updated>2014-05-14T10:20:08Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2014-05-14T10:20:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=127fd80e2a1781f7a3d537c8605b14142c6f5131'/>
<id>urn:sha1:127fd80e2a1781f7a3d537c8605b14142c6f5131</id>
<content type='text'>
</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>Replace DEFAULT_VERSIONS with PHP_DEFAULT.</title>
<updated>2014-03-31T14:25:48Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2014-03-31T14:25:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=aea147b6dff35a5ad92192fdb9f35986796e458c'/>
<id>urn:sha1:aea147b6dff35a5ad92192fdb9f35986796e458c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>No-op, use DEFAULT_VERSIONS.</title>
<updated>2014-03-31T11:03:12Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2014-03-31T11:03:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d5ea3448a95377dc3d91b752ef838fcd2dda45f5'/>
<id>urn:sha1:d5ea3448a95377dc3d91b752ef838fcd2dda45f5</id>
<content type='text'>
PR:		ports/188061
Submitted by:	Spil &lt;spil.oss@gmail.com&gt;
</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>Fix build of ldap module when sasl is enabled and LOCALBASE is not /usr/local.</title>
<updated>2013-12-27T10:24:43Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2013-12-27T10:24:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f0d7ca680e04fc58863f2ba502f767091267725c'/>
<id>urn:sha1:f0d7ca680e04fc58863f2ba502f767091267725c</id>
<content type='text'>
PR:		ports/185151
Submitted by:	Erick Turnquist &lt;jhujhiti@adjectivism.org&gt;
</content>
</entry>
<entry>
<title>Update to 5.4.21 release and STAGify.</title>
<updated>2013-10-18T10:04:26Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2013-10-18T10:04:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7eeea5cc87014e3c6ee3aed17200a4f06f25ed47'/>
<id>urn:sha1:7eeea5cc87014e3c6ee3aed17200a4f06f25ed47</id>
<content type='text'>
</content>
</entry>
</feed>
