Subject: pkg/29504: mail/ssmtp fixes / enhancements
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <j+nbsd@2005.salmi.ch>
List: pkgsrc-bugs
Date: 02/22/2005 11:32:00
>Number:         29504
>Category:       pkg
>Synopsis:       mail/ssmtp fixes / enhancements
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Feb 22 11:32:00 +0000 2005
>Originator:     Jukka Salmi
>Release:        NetBSD 2.99.16
>Environment:
System: NetBSD moray.salmi.ch 2.99.16 NetBSD 2.99.16 (GENERIC.APM) #0: Sat Feb 19 02:34:18 CET 2005 build@moray.salmi.ch:/build/nbsd/i386/sys/arch/i386/compile/GENERIC.APM i386
Architecture: i386
Machine: i386
>Description:
Bug:     mail/ssmtp installs it's configuration files to ${LOCALBASE}/etc
         even if PKG_SYSCONFBASE is changed from the default.
Request: Make ssmtp use the pkgsrc options framework. It would be nice to
         be able to e.g. not link against libssl, especially on systems
         where storage is small. ssmtp is probably often used with such
         systems.
>How-To-Repeat:
Set PKG_SYSCONFBASE to e.g. /etc/pkg and build and install ssmtp. Config
files are installed to ${LOCALBASE}/etc/ssmtp instead of /etc/pkg/ssmtp.
>Fix:
I'll append a patch to this PR which fixes the bug and adds the options
framework soon.