Skip to content

Commit

Permalink
x11-toolkits/nanogui: fix build with python 3.11
Browse files Browse the repository at this point in the history
update bundled pybind to let it build with py311

PR:		276497
PR:     275494
Approved by:	yuri (maintainer)
  • Loading branch information
mexicarne committed Jan 22, 2024
1 parent 37393e7 commit f6791ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions x11-toolkits/nanogui/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nanogui
DISTVERSION= g20220215
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-toolkits

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -26,7 +26,7 @@ GH_TAGNAME= c6505300bb3036ec87ac68f5f1699c434c3d7fc6
GH_TUPLE= wjakob:nanovg:bf2320d1175122374a9b806d91e9e666c9336375:wjakob_nanovg/ext/nanovg \
wjakob:nanovg_metal:075b04f16c579728c693b46a2ce408f2325968cf:wjakob_nanovg_metal/ext/nanovg_metal \
wjakob:glfw:e130e55a990998c78fd323f21076e798e0efe8a4:wjakob_glfw/ext/glfw \
pybind:pybind11:8de7772cc72daca8e947b79b83fea46214931604:pybind_pybind11/ext/pybind11 \
pybind:pybind11:ce9bbc0a213bfb21b77ada8de5346be5e350e3c4:pybind_pybind11/ext/pybind11 \

CMAKE_ARGS= -DCMAKE_INSTALL_INCLUDEDIR=${LOCALBASE}/include \
-DCMAKE_INSTALL_DATAROOTDIR=${LOCALBASE}/lib
Expand Down
6 changes: 3 additions & 3 deletions x11-toolkits/nanogui/distinfo
@@ -1,4 +1,4 @@
TIMESTAMP = 1648566703
TIMESTAMP = 1705844981
SHA256 (mitsuba-renderer-nanogui-g20220215-c6505300bb3036ec87ac68f5f1699c434c3d7fc6_GH0.tar.gz) = c621cbba97e8ff16454c869db74c83f927c92c19cda3af0f6fd1ace21e39a5b3
SIZE (mitsuba-renderer-nanogui-g20220215-c6505300bb3036ec87ac68f5f1699c434c3d7fc6_GH0.tar.gz) = 2911192
SHA256 (wjakob-nanovg-bf2320d1175122374a9b806d91e9e666c9336375_GH0.tar.gz) = 3e16aece01492a1fc2b398d6f2ad5aeef27a1810bf2b38de635b2e23aa7f0ecb
Expand All @@ -7,5 +7,5 @@ SHA256 (wjakob-nanovg_metal-075b04f16c579728c693b46a2ce408f2325968cf_GH0.tar.gz)
SIZE (wjakob-nanovg_metal-075b04f16c579728c693b46a2ce408f2325968cf_GH0.tar.gz) = 159456
SHA256 (wjakob-glfw-e130e55a990998c78fd323f21076e798e0efe8a4_GH0.tar.gz) = 17343211b79421f6d2b92947915acadebf082d1c16c7ddb757555660d044c5b1
SIZE (wjakob-glfw-e130e55a990998c78fd323f21076e798e0efe8a4_GH0.tar.gz) = 784260
SHA256 (pybind-pybind11-8de7772cc72daca8e947b79b83fea46214931604_GH0.tar.gz) = 53cd43ce8ade975225c2fd99325c2d3e42190b317fcabd6e13c6406972427bd0
SIZE (pybind-pybind11-8de7772cc72daca8e947b79b83fea46214931604_GH0.tar.gz) = 648390
SHA256 (pybind-pybind11-ce9bbc0a213bfb21b77ada8de5346be5e350e3c4_GH0.tar.gz) = 692a4e9c11a63e2afd1413a174c712ad0002c0def72580d5f57586572dff5a78
SIZE (pybind-pybind11-ce9bbc0a213bfb21b77ada8de5346be5e350e3c4_GH0.tar.gz) = 752549

0 comments on commit f6791ce

Please sign in to comment.