[Bug 244213] security/p5-openxpki: add github submodule
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 18 15:14:50 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244213
Bug ID: 244213
Summary: security/p5-openxpki: add github submodule
Product: Ports & Packages
Version: Latest
Hardware: Any
URL: https://github.com/openxpki/openxpki
OS: Any
Status: New
Keywords: patch
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: svysh.fbsd at gmail.com
Attachment #211742 maintainer-approval+
Flags:
Created attachment 211742
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211742&action=edit
patch to update the port
- Employ a mechanism of multiple distribution from github, so
to use a new github submodule openxpki-config,
which now holds some code from the main project openxpki:
https://github.com/openxpki/openxpki-config
- I had to redefine variable WRKSRC (to its defaut value)
in a port's Makefile, because this variable got contaminated
due to a conflict between:
1) two github distributions and
2) non-empty variable WRKSRC_SUBDIR.
- "portlint -AC" gives non-relevant warnings.
- "rclint -v files/openxpki.in" gives non-relevant warnings.
- Tested with:
12.1-RELEASE-p2 amd64
poudriere 3.3.3
perl 5.30.1
pkg 1.13.0
ssl=base
- During build, non-relevannt warns are issued about possible redundant use of
modules from perl core.
- Built-in perl tests mostly fail, which is an issue of the tests
themselves, and upstream is working on this. It does not prevent
software from working fine.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list