Summary: | net/openntpd: fails to build with DEFAULT_VERSIONS=ssl=openssl | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||
Component: | Individual Port(s) | Assignee: | Jan Beich <jbeich> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | brnrd, sgs | ||||
Priority: | --- | Keywords: | patch, regression | ||||
Version: | Latest | Flags: | jbeich:
merge-quarterly?
|
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | 213890 | ||||||
Bug Blocks: | 213691 | ||||||
Attachments: |
|
Description
Jan Beich
![]() ![]() Comment on attachment 176281 [details] partial fix (only poudriere) ports 424947 landed libressl part. Bernard, can you land security/openssl-devel part as well? As the comment within says it just applies ports r422717. A commit references this bug: Author: jbeich Date: Wed Nov 2 07:15:09 UTC 2016 New revision: 425117 URL: https://svnweb.freebsd.org/changeset/ports/425117 Log: security/openssl-devel: adjust conflicts like r422717 and r424947 This permits bundling when DEPENDS_TARGET != install e.g., BUILD_DEPENDS += ${NONEXISTENT}:security/openssl-devel:stage CPPFLAGS+= -I${WRKDIR}/openssl-devel/include LDFLAGS+= -L${WRKDIR}/openssl-devel/lib pre-configure: @(cd `${MAKE} -V STAGEDIR -C ${PORTSDIR}/security/openssl-devel`${LOCALBASE} \ && ${COPYTREE_SHARE} . ${WRKDIR}/openssl-devel "! -name *.so*") PR: 213889 Approved by: portmgr blanket Changes: head/security/openssl-devel/Makefile |