<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/multimedia/libmpeg3, branch release/11.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F11.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F11.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2016-04-01T14:16:16Z</updated>
<entry>
<title>Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.</title>
<updated>2016-04-01T14:16:16Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2016-04-01T14:16:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8d6597e0bb9591c40fc6d0c6e2159fca51178d56'/>
<id>urn:sha1:8d6597e0bb9591c40fc6d0c6e2159fca51178d56</id>
<content type='text'>
With hat:	portmgr
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>- Add LICENSE</title>
<updated>2015-12-31T01:16:40Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2015-12-31T01:16:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2162b9656283ecd4780247e311f14b06651df129'/>
<id>urn:sha1:2162b9656283ecd4780247e311f14b06651df129</id>
<content type='text'>
- Switch to options helpers
</content>
</entry>
<entry>
<title>Add USES=alias to several ports</title>
<updated>2014-10-20T08:12:20Z</updated>
<author>
<name>John Marino</name>
<email>marino@FreeBSD.org</email>
</author>
<published>2014-10-20T08:12:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=badd7a1eba6479ee7b956567b6e8eb149be43671'/>
<id>urn:sha1:badd7a1eba6479ee7b956567b6e8eb149be43671</id>
<content type='text'>
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
</content>
</entry>
<entry>
<title>Convert a bunch of USE_BZIP2 to USES=tar:bzip2</title>
<updated>2014-07-29T18:41:15Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2014-07-29T18:41:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bbc8c4d740872dbe971f6164448e5ba893cb166f'/>
<id>urn:sha1:bbc8c4d740872dbe971f6164448e5ba893cb166f</id>
<content type='text'>
Approved by:	portmgr (not really, but touches unstaged ports)
</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>- Stage support</title>
<updated>2014-02-11T09:53:30Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2014-02-11T09:53:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=13b7dba0858d94f87f73d623b3038a3b7d4abb4d'/>
<id>urn:sha1:13b7dba0858d94f87f73d623b3038a3b7d4abb4d</id>
<content type='text'>
- Covert gmake to USES
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia)</title>
<updated>2013-09-20T20:57:48Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T20:57:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=855fb638fbbc3329682faf7c68b135b6e6c1a0ae'/>
<id>urn:sha1:855fb638fbbc3329682faf7c68b135b6e6c1a0ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Style: tab -&gt; space.</title>
<updated>2013-03-28T16:28:59Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2013-03-28T16:28:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d1f32a3e5da5106edfaeb272ae3102f268d57a76'/>
<id>urn:sha1:d1f32a3e5da5106edfaeb272ae3102f268d57a76</id>
<content type='text'>
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
</content>
</entry>
<entry>
<title>Only define MMX on i386</title>
<updated>2012-07-16T11:58:02Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2012-07-16T11:58:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=31a977c4a1880dd76c1b2afb7b5db6b745a3224d'/>
<id>urn:sha1:31a977c4a1880dd76c1b2afb7b5db6b745a3224d</id>
<content type='text'>
</content>
</entry>
</feed>
