The previous change had two errors: The pkg-plist wasn't correct
and USE_AUTOTOOLS+= libtool is still required. This fix was confirmed
in Redports.
Approved by: just-fix-it blanket
- Since xosd shlib version has changed, bump all ports which depend on it
- Stagify deskutils/xneur
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
for at least some gigabit NICs (and, I suspect, all of them on FreeBSD).
Specifically, I know it doesn't work for Intel gigabit NICs that i
use the em(4) driver.
This appears to be due to dodgy bitwise math in the upstream code.
However, I note that the website given for the upstream code no
longer appears to be working, so I'm not sure that there IS an
upstream maintainer any longer.
PR: ports/190160
Submitted by: Rob Levandowski <robl@macwhiz.com>
Because vlc uses a dynamic plist that dynamic plist should be created after the removal of the .la files hence move this target into add-plist-data (this is a dirty workaround) and one more reason why dynamic plist are evil
libvlc.so.X number has changed (hidden by dynamic plist, told you this is evil)
bump all consumers of libvlc.so
Just setting USES=tar:bzip2 is not enough, as ports such as
graphics/kipi-plugin-facebook would still report an invalid distfile if
NO_BUILD was passed.
We now unconditionally set DISTNAME, DISTINFO_FILE and LICENSE besides USES.
being since clang pretends it is GCC, but cannot cope with all GCC specific
input.
Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
Tested with: redports
Setting USES=bzip2 inside the NO_BUILD block caused problems for FreeBSD's
distfile fetcher, which apparently set that flag and was getting an invalid
distfile to fetch from the KDE mirrors.
The rest of the NO_BUILD block needs more attention, but I'll let makc@ and
jhale@ handle that since it's not my area.