mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
cad/oregano: Fix build by updating waf
Reported by: fallout
This commit is contained in:
parent
dbe2f6240e
commit
d09cc80b42
@ -3,6 +3,9 @@ DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.84.43
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= https://waf.io/:new_waf # for Python-3.11 compatibility
|
||||
DISTFILES= waf-2.1.1:new_waf
|
||||
EXTRACT_ONLY= ${GH_ACCOUNT}-${GH_PROJECT}-${DISTVERSIONFULL}_GH0${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Schematic capture and circuit simulator
|
||||
@ -28,6 +31,9 @@ GLIB_SCHEMAS= io.ahoi.oregano.gschema.xml
|
||||
CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
||||
.endif
|
||||
|
||||
post-extract: # use newer waf that is Python-3.11 compatible
|
||||
@${CP} ${DISTDIR}/waf-2.1.1 ${WRKSRC}/waf
|
||||
|
||||
post-stage:
|
||||
@cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/oregano bin/microtests
|
||||
${RM} ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/gschemas.compiled
|
||||
|
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1579937881
|
||||
TIMESTAMP = 1717897892
|
||||
SHA256 (waf-2.1.1) = 2e66e01fd564f09106419389119c78143327c89a35f26ee3ed376f0ee410a14d
|
||||
SIZE (waf-2.1.1) = 108070
|
||||
SHA256 (drahnr-oregano-v0.84.43_GH0.tar.gz) = c62442f2fdb01899f6f76b13099a043c563e43de9b356e6f1b18974d70a07111
|
||||
SIZE (drahnr-oregano-v0.84.43_GH0.tar.gz) = 1881499
|
||||
|
Loading…
Reference in New Issue
Block a user