pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/45527 VLC and insufficient PLIST
The following reply was made to PR pkg/45527; it has been noted by GNATS.
From: John Marino <marino%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/45527 VLC and insufficient PLIST
Date: Sat, 12 Nov 2011 08:34:00 +0100
The subject of this existing PR is "PLIST of multimedia/vlc is x86-centric"
It seems the package is also NetBSD-centric, according to PKG_DEVELOPER=yes
Build log:
=======================
=> Automatic manual page handling
=> Generating post-install file lists
=> Checking file-check results for vlc-1.1.12nb1
ERROR: ************************************************************
ERROR: The following files are in /usr/pkg but not in the PLIST:
ERROR:
/work/multimedia/vlc/work/.destdir/usr/pkg/lib/vlc/plugins/access/libcdda_plugin.a
ERROR:
/work/multimedia/vlc/work/.destdir/usr/pkg/lib/vlc/plugins/access/libcdda_plugin.la
ERROR:
/work/multimedia/vlc/work/.destdir/usr/pkg/lib/vlc/plugins/access/libcdda_plugin.so
ERROR:
/work/multimedia/vlc/work/.destdir/usr/pkg/lib/vlc/plugins/access/libvcd_plugin.a
ERROR:
/work/multimedia/vlc/work/.destdir/usr/pkg/lib/vlc/plugins/access/libvcd_plugin.la
ERROR:
/work/multimedia/vlc/work/.destdir/usr/pkg/lib/vlc/plugins/access/libvcd_plugin.so
*** Error code 1
Stop.
bmake: stopped in /usr/pkgsrc/multimedia/vlc
*** Error code 1
=======================
multimedia/vlc Makefile
=======================
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --disable-vcd
.else
PLIST.vcd= yes
# This may need a closer look.
PLIST.cdda= yes
.endif
=======================
The PLIST isn't adapted for what the Makefile is doing, not even on x86*.
John
Home |
Main Index |
Thread Index |
Old Index