| Summary: | [MAINTAINER] security/gpa: Mark IGNORE if gpgsm is not found | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jason E. Hale <bsdkaffee> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. amdmi3 2009-12-03 15:55:33 UTC
FreeBSD ports repository
Modified files:
security/gpa Makefile
Log:
- Mark IGNORE if gpgsm is not installed
PR: 140059
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Revision Changes Path
1.35 +4 -0 ports/security/gpa/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks! |
- security/gpa requires gpgsm which is only installed if the GPGSM option is enabled in security/gnupg - check for gpgsm and mark IGNORE if not found (see Fix for details) Fix: - Check if ${LOCALBASE}/bin/gpgsm exists. If it does not, set IGNORE with instructions to install security/gnupg with the GPGSM option enabled. - Consequently, security/gpgme will need rebuilt as well. - If this is a fresh install, the IGNORE message will prevent the port from being built until security/gnupg is installed with GPGSM support. This is just as well since the GPGSM option is non-default. Unfortunately, this will prevent default packages from being built. How-To-Repeat: Use attached diff.