Summary: | lang/ghc: Various pkg checksum mismatch issues in ghc-8.0.2_2 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | martin |
Component: | Individual Port(s) | Assignee: | freebsd-haskell (Nobody) <haskell> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | arrowd, bhtooefr |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(haskell) |
Version: | Latest | ||
Hardware: | amd64 | ||
OS: | Any |
Description
martin
2017-12-04 15:44:58 UTC
This is expected for all doc files and package.cache file - these get updated whenever any hs-* package is installed. Not sure about haddock executable, though. Perhaps the files should be removed from the package itself (and managed entirely by the post-install/post-deinstall)? It looks like haddock is also both symlinked in the post-install and listed in the package, so that it probably the same issue. The issue arises because the latest version of pkg has security_status_pkgchecksum_enable=YES by default (/usr/local/etc/periodic/security/460.pkg-checksum), so it now warns about these checksums every night. A commit references this bug: Author: arrowd Date: Tue May 28 15:53:09 UTC 2019 New revision: 502898 URL: https://svnweb.freebsd.org/changeset/ports/502898 Log: Merge lang/ghcXXX ports into lang/ghc. Remove OPTIONS support from library Haskell ports. Do not install documentation by library Haskell ports. Remove deprecation notice from library ports, that still needed. PR: 224083 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20247 Changes: head/MOVED head/devel/hs-data-default/Makefile head/devel/hs-data-default-class/Makefile head/devel/hs-data-default-instances-base/Makefile head/devel/hs-data-default-instances-containers/Makefile head/devel/hs-data-default-instances-dlist/Makefile head/devel/hs-data-default-instances-old-locale/Makefile head/devel/hs-dlist/Makefile head/devel/hs-extensible-exceptions/Makefile head/devel/hs-haddock/Makefile head/devel/hs-hashable/Makefile head/devel/hs-mtl/Makefile head/devel/hs-old-locale/Makefile head/devel/hs-old-time/Makefile head/devel/hs-random/Makefile head/devel/hs-setlocale/Makefile head/devel/hs-transformers-compat/Makefile head/devel/hs-unordered-containers/Makefile head/devel/hs-utf8-string/Makefile head/lang/Makefile head/lang/ghc/Makefile head/lang/ghc/bsd.cabal.mk head/lang/ghc/bsd.cabal.options.mk head/lang/ghc/bsd.ghc.mk head/lang/ghc/distinfo head/lang/ghc/files843/ head/lang/ghc/files843/build.mk.in head/lang/ghc/files843/extra-patch-aclocal.m4 head/lang/ghc/files843/patch-configure head/lang/ghc/files843/patch-configure.ac head/lang/ghc/files843/patch-ghc.mk head/lang/ghc/files843/patch-libraries__Cabal__Cabal__Distribution__Simple__Program__Builtin.hs head/lang/ghc/files843/patch-llvm-targets head/lang/ghc/files843/wrap.c head/lang/ghc/files844/ head/lang/ghc/files844/build.mk.in head/lang/ghc/files844/extra-patch-aclocal.m4 head/lang/ghc/files844/patch-configure head/lang/ghc/files844/patch-configure.ac head/lang/ghc/files844/patch-fix-build-on-arm head/lang/ghc/files844/patch-ghc.mk head/lang/ghc/files844/patch-libraries__Cabal__Cabal__Distribution__Simple__Program__Builtin.hs head/lang/ghc/files844/patch-llvm-targets head/lang/ghc/files844/patch-rts_posix_OSMem.c head/lang/ghc/files844/wrap.c head/lang/ghc/files862/ head/lang/ghc/files862/build.mk.in head/lang/ghc/files862/extra-patch-aclocal.m4 head/lang/ghc/files862/patch-configure.ac head/lang/ghc/files862/patch-ghc.mk head/lang/ghc/files862/patch-libraries__Cabal__Cabal__Distribution__Simple__Program__Builtin.hs head/lang/ghc/files862/patch-ppc64 head/lang/ghc/files862/wrap.c head/lang/ghc/pkg-plist head/lang/ghc843/ head/lang/ghc844/ head/lang/ghc862/ head/math/hs-semigroups/Makefile head/net/hs-network/Makefile head/x11/hs-X11/Makefile head/x11/hs-X11-xft/Makefile head/x11-wm/hs-xmonad/Makefile head/x11-wm/hs-xmonad-contrib/Makefile |