pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/50106: misc/pciids update and use by x11/libpciaccess
The following reply was made to PR pkg/50106; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/50106: misc/pciids update and use by x11/libpciaccess
Date: Thu, 10 Sep 2015 15:18:30 +0200
On Thu, Sep 10, 2015 at 07:00:01AM +0000, David Shao wrote:
> Sorry for the blunder about the constantly changing versions of pci.ids.
No, that's fine. DIST_SUBDIR handles this.
> Below is a patch that will match what FreeBSD ports does.
They make their own separate copy of the distfile under a new name.
> As an aside, is the
>
> INSTALLATION_DIRS= share/pciids
> ...
>
> do-install:
> ${INSTALL_DATA} ${WRKSRC}/pci.ids ${DESTDIR}${PREFIX}/share/pciids
>
> equivalent to the previous
>
> do-install:
> ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/pciids
> ${INSTALL_DATA} ${WRKSRC}/pci.ids ${DESTDIR}${PREFIX}/share/pciids
Yes. pkglint suggests the upper version of the two.
> Finally here is the patch.
I'd actually prefer to leave it alone for now. The distfile is on
nbftp, so everyone can install it correctly.
Thomas
Home |
Main Index |
Thread Index |
Old Index