a86b498d5c
pkgsrc changes: drop egg.mk from xentools415 (it's not suitable for this package and causes duplicate targets); and instead mark as incompatible with python2.7 and TOOL_DEPEND on py-setuptool. See http://mail-index.netbsd.org/tech-pkg/2022/07/04/msg026500.html and followups for details Upstream changes are mostly bugfixes
20 lines
718 B
Makefile
20 lines
718 B
Makefile
# $NetBSD: version.mk,v 1.2 2022/07/05 15:56:33 bouyer Exp $
|
|
#
|
|
# Version number is used by xentools415 and xenstoretools
|
|
|
|
VERSION= 4.15.3
|
|
|
|
DIST_SUBDIR= xen415
|
|
DISTNAME= xen-${VERSION}
|
|
MASTER_SITES= https://downloads.xenproject.org/release/xen/${VERSION}/
|
|
DISTFILES= ${DISTNAME}.tar.gz
|
|
|
|
IPXE_VERSION= 988d2c13cdf0f0b4140685af35ced70ac5b3283c
|
|
IPXE_DIST= ipxe-${IPXE_VERSION}.tar.gz
|
|
DISTFILES+= ${IPXE_DIST}
|
|
SITES.${IPXE_DIST}= -https://github.com/ipxe/ipxe/archive/${IPXE_VERSION}.tar.gz
|
|
|
|
SEABIOS_VERSION= 1.14.0
|
|
SEABIOS_DIST= seabios-${SEABIOS_VERSION}.tar.gz
|
|
DISTFILES+= ${SEABIOS_DIST}
|
|
SITES.${SEABIOS_DIST}= -http://xenbits.xen.org/gitweb/?p=seabios.git;a=snapshot;h=refs/tags/rel-${SEABIOS_VERSION};sf=tgz
|