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: David Shao <davshao%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/50106: misc/pciids update and use by x11/libpciaccess
Date: Sun, 6 Sep 2015 21:03:16 -0700

 Thank you for the helpful feedback.  The reason why I made the
 inexplicable MAINTAINER change is I didn't know what I was doing. :-)
 
 Also in my new proposed set of patches, I removed the change to
 buildlink3.mk because that isn't desired as well.
 
 There is a 2015-09-07 version of pci.ids.  I don't know if the actual
 pci data differs from that of the previous one(s).  I did check a
 pci.ids file with embedded date of 2015-09-07 is installed at
 /usr/pkg/share/pciids/
 
 
 diff -Nurb pciids.orig/Makefile pciids/Makefile
 --- pciids.orig/Makefile    2012-10-08 02:57:34.000000000 -0700
 +++ pciids/Makefile    2015-09-06 20:51:30.385700000 -0700
 @@ -1,10 +1,12 @@
  # $NetBSD: Makefile,v 1.9 2012/10/08 09:57:34 asau Exp $
  #
 
 -DISTNAME=    pciids-20091229
 +DISTNAME=    pci.ids
  CATEGORIES=    misc
 -MASTER_SITES=    http://people.freebsd.org/~ahze/distfiles/
 -EXTRACT_SUFX=    .tar.bz2
 +PKGNAME=    pciids-20150907
 +EXTRACT_SUFX=    .bz2
 +DIST_SUBDIR=    ${PKGNAME_NOREV}
 +MASTER_SITES=    http://pci-ids.ucw.cz/v2.2/
 
  MAINTAINER=    mark%coris.org.uk@localhost
  HOMEPAGE=    http://pciids.sourceforge.net/
 @@ -15,6 +17,6 @@
 
  do-install:
      ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/pciids
 -    ${INSTALL_DATA} ${WRKSRC}/pci.ids ${DESTDIR}${PREFIX}/share/pciids
 +    ${INSTALL_DATA} ${WRKDIR}/pci.ids ${DESTDIR}${PREFIX}/share/pciids
 
  .include "../../mk/bsd.pkg.mk"
 diff -Nurb pciids.orig/distinfo pciids/distinfo
 --- pciids.orig/distinfo    2010-02-05 04:59:46.000000000 -0800
 +++ pciids/distinfo    2015-09-06 20:36:44.696056000 -0700
 @@ -1,5 +1,5 @@
 -$NetBSD: distinfo,v 1.6 2010/02/05 12:59:46 wiz Exp $
 +$NetBSD$
 
 -SHA1 (pciids-20091229.tar.bz2) = 6de623563a5e13f0f191b404dcd736cf56776181
 -RMD160 (pciids-20091229.tar.bz2) = 3c7256739c4bdd4e5d5312764b21071ca8ae17ba
 -Size (pciids-20091229.tar.bz2) = 156325 bytes
 +SHA1 (pciids-20150907/pci.ids.bz2) = d725f7bf3c868e2d9a133d0c6ee55c5185575f28
 +RMD160 (pciids-20150907/pci.ids.bz2) = bbf85850096ea5909ce16a1ca1dbbdc73924d1c0
 +Size (pciids-20150907/pci.ids.bz2) = 219031 bytes
 


Home | Main Index | Thread Index | Old Index