pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/58647: Add buildlink3.mk to net/knot



>Number:         58647
>Category:       pkg
>Synopsis:       Add buildlink3.mk to net/knot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 26 10:40:01 +0000 2024
>Originator:     Marcin Gondek
>Release:        pkgsrc current
>Organization:
e-utp.net
>Environment:
NetBSD devil.e-utp.net 10.99.11 NetBSD 10.99.11 (DEVIL) #4: Fri Aug 23 22:42:19 CEST 2024  root%devil.e-utp.net@localhost:/usr/obj/sys/arch/amd64/compile/DEVIL amd64
>Description:
Hi

Could you add buildlink3.mk to net/knot, this allow me to build knot-resolver package based on "libknot" delivered by knot.

Default, below one did a trick:

# $NetBSD$
# XXX
# XXX This file was created automatically using createbuildlink-3.19.
# XXX After this file has been verified as correct, the comment lines
# XXX beginning with "XXX" should be removed.  Please do not commit
# XXX unverified buildlink3.mk files.

BUILDLINK_TREE+=        knot

.if !defined(KNOT_BUILDLINK3_MK)
KNOT_BUILDLINK3_MK:=

# XXX
# XXX Packages that only install static libraries or headers should
# XXX include the following line:
# XXX
# XXX   BUILDLINK_DEPMETHOD.knot?=      build

BUILDLINK_API_DEPENDS.knot+=    knot>=3.3.8
BUILDLINK_PKGSRCDIR.knot?=      ../../net/knot

# XXX
# XXX Uncomment and keep only the buildlink3 lines below which are directly
# XXX needed for dependencies to compile, link, and run.  If this package
# XXX provides a wrappered API or otherwise does not expose the APIs of the
# XXX buildlink3 lines below to dependencies, remove them.
# XXX
#.include "../../databases/lmdb/buildlink3.mk"
#.include "../../devel/editline/buildlink3.mk"
#.include "../../devel/libidn/buildlink3.mk"
#.include "../../devel/userspace-rcu/buildlink3.mk"
#.include "../../devel/zlib/buildlink3.mk"
#.include "../../security/gnutls/buildlink3.mk"
#.include "../../textproc/jansson/buildlink3.mk"
.endif  # KNOT_BUILDLINK3_MK

BUILDLINK_TREE+=        -knot

>How-To-Repeat:
Always
>Fix:
Create buildlink
createbuildlink > buildlink3.mk

Review, commit.

PS: I hope that I've requested it properly.


Home | Main Index | Thread Index | Old Index