<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/misc/pdmenu, 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-23T19:02:54Z</updated>
<entry>
<title>misc/pdmenu: update to 1.3.3</title>
<updated>2014-08-23T19:02:54Z</updated>
<author>
<name>William Grzybowski</name>
<email>wg@FreeBSD.org</email>
</author>
<published>2014-08-23T19:02:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=070ae96b8358a4fd11cd83971d15e0d48554a744'/>
<id>urn:sha1:070ae96b8358a4fd11cd83971d15e0d48554a744</id>
<content type='text'>
PR:		192805
Submitted by:	tkato432 yahoo com
</content>
</entry>
<entry>
<title>Modernize LIB_DEPENDS</title>
<updated>2014-07-14T18:42:04Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-07-14T18:42:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ffb7170399b77f34a48875ad6468eb796f00aed3'/>
<id>urn:sha1:ffb7170399b77f34a48875ad6468eb796f00aed3</id>
<content type='text'>
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>- Support staging</title>
<updated>2014-03-20T10:13:21Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2014-03-20T10:13:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a13d44a2df172d40a941f495ab8263d22561c767'/>
<id>urn:sha1:a13d44a2df172d40a941f495ab8263d22561c767</id>
<content type='text'>
- USES -&gt; gmake
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: misc)</title>
<updated>2013-09-20T20:50:57Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T20:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8ac99398e2b62e1b10333d4c88ae273f4f0ed365'/>
<id>urn:sha1:8ac99398e2b62e1b10333d4c88ae273f4f0ed365</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Remove MAKE_JOBS_SAFE variable</title>
<updated>2013-08-14T22:35:50Z</updated>
<author>
<name>Alex Kozlov</name>
<email>ak@FreeBSD.org</email>
</author>
<published>2013-08-14T22:35:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d4041784dc51fbd5b1e6a77c341ba00b18e4cd60'/>
<id>urn:sha1:d4041784dc51fbd5b1e6a77c341ba00b18e4cd60</id>
<content type='text'>
Approved by:	portmgr (bdrewery)
</content>
</entry>
<entry>
<title>- Convert USE_GETTEXT to USES (part 3)</title>
<updated>2013-04-24T18:10:30Z</updated>
<author>
<name>Alex Kozlov</name>
<email>ak@FreeBSD.org</email>
</author>
<published>2013-04-24T18:10:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e1598249298974c6e8c61c34d927acabee345542'/>
<id>urn:sha1:e1598249298974c6e8c61c34d927acabee345542</id>
<content type='text'>
Approved by:	portmgr (bapt)
</content>
</entry>
<entry>
<title>Cleanup unmaintained ports in the misc category:</title>
<updated>2013-03-25T18:44:20Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2013-03-25T18:44:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fbc06e4df689468b9a53f8781af64bd1849abb24'/>
<id>urn:sha1:fbc06e4df689468b9a53f8781af64bd1849abb24</id>
<content type='text'>
	- Single space for WWW in pkg-descr
	- Ordering if of items in Makefile
	- Trim headers
	- Comment should not begin with leading article
	- Pet portlint
</content>
</entry>
<entry>
<title>- update png to 1.5.10</title>
<updated>2012-06-01T05:26:28Z</updated>
<author>
<name>Dirk Meyer</name>
<email>dinoex@FreeBSD.org</email>
</author>
<published>2012-06-01T05:26:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2b74a89bc8342f0b9b737c37d87737caf7b0ea1e'/>
<id>urn:sha1:2b74a89bc8342f0b9b737c37d87737caf7b0ea1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to 1.3.2</title>
<updated>2011-08-31T18:22:19Z</updated>
<author>
<name>Sylvio Cesar Teixeira</name>
<email>sylvio@FreeBSD.org</email>
</author>
<published>2011-08-31T18:22:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=eb0b65e0fc7eccaaf63d933d4daa6aa86d593cf2'/>
<id>urn:sha1:eb0b65e0fc7eccaaf63d933d4daa6aa86d593cf2</id>
<content type='text'>
</content>
</entry>
</feed>
