svn commit: r368998 - head/misc/pciids
Adam McDougall
mcdouga9 at egr.msu.edu
Mon Sep 22 23:41:24 UTC 2014
On 09/22/2014 17:09, Sunpoet Po-Chuan Hsieh wrote:
> Author: sunpoet
> Date: Mon Sep 22 21:08:59 2014
> New Revision: 368998
> URL: http://svnweb.freebsd.org/changeset/ports/368998
> QAT: https://qat.redports.org/buildarchive/r368998/
>
> Log:
> - Update to 20140922
>
> Changes: http://people.FreeBSD.org/~sunpoet/pciids-20140922.diff
>
> Modified:
> head/misc/pciids/Makefile
> head/misc/pciids/distinfo
>
> Modified: head/misc/pciids/Makefile
> ==============================================================================
> --- head/misc/pciids/Makefile Mon Sep 22 20:58:41 2014 (r368997)
> +++ head/misc/pciids/Makefile Mon Sep 22 21:08:59 2014 (r368998)
> @@ -2,9 +2,9 @@
> # $FreeBSD$
>
> PORTNAME= pciids
> -PORTVERSION= 20140916
> +PORTVERSION= 20140922
I am writing to see if something can be done to reduce the effects of
updating pciids on package builds. Every time poudriere needs to
rebuild pciids, it causes a cascade of rebuilds of hundreds of other
ports and adds a few hours to my build. I'm not familiar enough with
how pciids is used to know if it might get included into other packages
or if it is just a text file that is read at runtime. If it is only
read at runtime, can there be a way to tell poudriere not to delete
dependencies much like it does for pkg itself, or would it be possible
to update this port less frequently such as once a month? My concern
comes from having to do large builds only days apart when there are
otherwise minor updates to the ports tree. I have the same frustration
when curl is updated frequently too. Thanks.
More information about the svn-ports-all
mailing list