Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 836088

Summary: net-mail/safecat: uses variables banned in scope (VariableScope)
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 775191    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-26 03:40:49 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope net-mail/safecat
net-mail/safecat
  VariableScope: version 1.13: variable 'D' used in 'src_configure', line 40
Comment 1 Larry the Git Cow gentoo-dev 2024-06-15 22:03:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ef13ef2d97eecefe30c83a4dfcca76732c0f71

commit 69ef13ef2d97eecefe30c83a4dfcca76732c0f71
Author:     Robin H. Johnson <robbat2@gentoo.org>
AuthorDate: 2024-06-15 21:59:21 +0000
Commit:     Robin H. Johnson <robbat2@gentoo.org>
CommitDate: 2024-06-15 22:03:05 +0000

    net-mail/safecat: EAPI 8 bump, some fixes
    
    This does not include a full suite of Clang fixes, due to upstream's C
    coding style: significant work to fix all of the prototypes in this code
    base, and align with modern types.
    
    Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=725030
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=836088

 .../files/safecat-1.13-dup-obj-makefile.patch      | 39 +++++++++
 net-mail/safecat/files/safecat-1.13-include.patch  | 97 ++++++++++++++++++++++
 net-mail/safecat/safecat-1.13-r1.ebuild            | 51 ++++++++++++
 net-mail/safecat/safecat-1.13.ebuild               |  7 +-
 4 files changed, 190 insertions(+), 4 deletions(-)