As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@

This commit is contained in:
purplerain 2024-05-26 03:08:12 +00:00
parent 83a0aaf92c
commit 9a3af55370
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
59377 changed files with 98673 additions and 4712155 deletions

View file

@ -2,11 +2,13 @@ COMMENT-main= hierarchical memory pool system with destructors
COMMENT-python= Python ${MODPY_VERSION} bindings for talloc
# Keep in sync with the version bundled in net/samba
V= 2.4.1
V= 2.4.2
DISTNAME= talloc-$V
PKGNAME-main= lib${DISTNAME}
PKGNAME-python= py3-${DISTNAME}
REVISION-main= 0
REVISION-python=0
MULTI_PACKAGES= -main -python
@ -20,7 +22,8 @@ CATEGORIES= devel
HOMEPAGE= https://talloc.samba.org/
MAINTAINER= Jeremie Courreges-Anglas <jca@wxcvbn.org>
MAINTAINER= Ian McWilliam <kaosagnt@gmail.com>, \
Bjorn Ketelaars <bket@openbsd.org>
# LGPLv3+
PERMIT_PACKAGE= Yes

View file

@ -1,2 +1,2 @@
SHA256 (talloc-2.4.1.tar.gz) = QQpUfwhVcAe+DogZTyGIaDWO3Aq5jJi6jBZ5MNs9M/k=
SIZE (talloc-2.4.1.tar.gz) = 679160
SHA256 (talloc-2.4.2.tar.gz) = hez55GXiD5j5lQpS6aQR4UMgvFVfolfYdpe356mx2KY=
SIZE (talloc-2.4.2.tar.gz) = 679750

View file

@ -3,7 +3,7 @@
Index: buildtools/wafsamba/wafsamba.py
--- buildtools/wafsamba/wafsamba.py.orig
+++ buildtools/wafsamba/wafsamba.py
@@ -281,6 +281,16 @@ def SAMBA_LIBRARY(bld, libname, source,
@@ -292,6 +292,16 @@ def SAMBA_LIBRARY(bld, libname, source,
realname = bld.map_shlib_extension(realname, python=(target_type=='PYTHON'))
link_name = bld.map_shlib_extension(link_name, python=(target_type=='PYTHON'))