<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/php5/Makefile, 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-27T12:20:40Z</updated>
<entry>
<title>Update to 5.4.32 release.</title>
<updated>2014-08-27T12:20:40Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2014-08-27T12:20:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8ab83160e5049928edeb44d81fc126fce5e53c66'/>
<id>urn:sha1:8ab83160e5049928edeb44d81fc126fce5e53c66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Berkeley DB cleanup, remove versions 4.0 ... 4.7.</title>
<updated>2014-08-21T22:50:29Z</updated>
<author>
<name>Matthias Andree</name>
<email>mandree@FreeBSD.org</email>
</author>
<published>2014-08-21T22:50:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b50a4b0708948c5766fb92a70bfc082efa53857b'/>
<id>urn:sha1:b50a4b0708948c5766fb92a70bfc082efa53857b</id>
<content type='text'>
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
</content>
</entry>
<entry>
<title>Update to 5.4.31 release.</title>
<updated>2014-08-04T15:03:44Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2014-08-04T15:03:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a2df0fbb926d860eb6498ca22314264707af2f8f'/>
<id>urn:sha1:a2df0fbb926d860eb6498ca22314264707af2f8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to 5.4.30 release</title>
<updated>2014-07-07T09:23:06Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2014-07-07T09:23:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bd9297188f8379762d42804ed2bfa02433044b06'/>
<id>urn:sha1:bd9297188f8379762d42804ed2bfa02433044b06</id>
<content type='text'>
- Add extra patch to enable ipv6 support in fpm [1]

PR:		190190 [1]
Submitted by:	melvyn@magemana.nl
</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>Add CPE information.</title>
<updated>2014-06-04T16:54:43Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2014-06-04T16:54:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8d617af08fe0a39e29fadd6d2aea3bbe321d2e7b'/>
<id>urn:sha1:8d617af08fe0a39e29fadd6d2aea3bbe321d2e7b</id>
<content type='text'>
With hat:	ports-secteam
</content>
</entry>
<entry>
<title>Update to 5.4.29 release.</title>
<updated>2014-06-03T12:17:51Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2014-06-03T12:17:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0d50cb1e16ed600698566aa8b23b5cc5e11cebb3'/>
<id>urn:sha1:0d50cb1e16ed600698566aa8b23b5cc5e11cebb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 5.4.28 release.</title>
<updated>2014-05-02T06:18:30Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2014-05-02T06:18:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3b1e743b3af0c16b9071f2af945a96744aa7bd93'/>
<id>urn:sha1:3b1e743b3af0c16b9071f2af945a96744aa7bd93</id>
<content type='text'>
</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>Force users to update their options file if APACHE was selected.</title>
<updated>2014-04-08T15:15:31Z</updated>
<author>
<name>Alex Dupre</name>
<email>ale@FreeBSD.org</email>
</author>
<published>2014-04-08T15:15:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f392fc829579e6a6d974c2422d18f1dda65c0d90'/>
<id>urn:sha1:f392fc829579e6a6d974c2422d18f1dda65c0d90</id>
<content type='text'>
</content>
</entry>
</feed>
