pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/lang/sbcl



PLIST change without any makefile changes suggests it's detecting an
undeclared dependency.

The usual way we deal with those is either:
- Declare the dependency, so everyone gets it, or,
- Force disable it, so people with the dependency installed don't get a
  different PLIST

On Mon, Sep 02, 2019 at 10:16:53PM +0000, Robert Swindells wrote:
> Module Name:  pkgsrc
> Committed By: rjs
> Date:         Mon Sep  2 22:16:53 UTC 2019
> 
> Modified Files:
>       pkgsrc/lang/sbcl: PLIST
> 
> Log Message:
> Add Capstone module.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/sbcl/PLIST
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 

> Modified files:
> 
> Index: pkgsrc/lang/sbcl/PLIST
> diff -u pkgsrc/lang/sbcl/PLIST:1.22 pkgsrc/lang/sbcl/PLIST:1.23
> --- pkgsrc/lang/sbcl/PLIST:1.22       Thu Jan  4 14:47:17 2018
> +++ pkgsrc/lang/sbcl/PLIST    Mon Sep  2 22:16:53 2019
> @@ -1,10 +1,12 @@
> -@comment $NetBSD: PLIST,v 1.22 2018/01/04 14:47:17 jperkin Exp $
> +@comment $NetBSD: PLIST,v 1.23 2019/09/02 22:16:53 rjs Exp $
>  bin/sbcl
>  lib/sbcl/contrib/asdf.fasl
>  lib/sbcl/contrib/sb-aclrepl.asd
>  lib/sbcl/contrib/sb-aclrepl.fasl
>  lib/sbcl/contrib/sb-bsd-sockets.asd
>  lib/sbcl/contrib/sb-bsd-sockets.fasl
> +lib/sbcl/contrib/sb-capstone.asd
> +lib/sbcl/contrib/sb-capstone.fasl
>  lib/sbcl/contrib/sb-cltl2.asd
>  lib/sbcl/contrib/sb-cltl2.fasl
>  lib/sbcl/contrib/sb-concurrency.asd
> 




Home | Main Index | Thread Index | Old Index