Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2024 20:22:21 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 839f49baf48c - main - devel/glibd: Unbreak build against new glib
Message-ID:  <202404202022.43KKML1P022742@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=839f49baf48c0ec149d60e79c282ab343be08ec2

commit 839f49baf48c0ec149d60e79c282ab343be08ec2
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-04-20 20:17:37 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-04-20 20:22:17 +0000

    devel/glibd: Unbreak build against new glib
    
    Sponsored by:   Serenity Cybersecurity, LLC
---
 devel/glibd/Makefile                         | 3 +--
 devel/glibd/files/patch-src_APILookupGio.txt | 9 +++++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/devel/glibd/Makefile b/devel/glibd/Makefile
index 1852310d7778..8c5c131c2b06 100644
--- a/devel/glibd/Makefile
+++ b/devel/glibd/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	glibd
 PORTVERSION=	2.4.3
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	arrowd@FreeBSD.org
@@ -10,8 +11,6 @@ WWW=		https://github.com/gtkd-developers/GlibD
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		https://github.com/gtkd-developers/GlibD/issues/20
-
 BUILD_DEPENDS=	girtod:lang/gir-to-d \
 		ldc2:lang/ldc
 LIB_DEPENDS=	libphobos2-ldc-shared.so:lang/ldc \
diff --git a/devel/glibd/files/patch-src_APILookupGio.txt b/devel/glibd/files/patch-src_APILookupGio.txt
new file mode 100644
index 000000000000..ee64f1561fb2
--- /dev/null
+++ b/devel/glibd/files/patch-src_APILookupGio.txt
@@ -0,0 +1,9 @@
+--- src/APILookupGio.txt.orig	2024-02-13 22:43:28 UTC
++++ src/APILookupGio.txt
+@@ -572,3 +572,6 @@ version: end
+ 	version 2.58: move: unix_mount_get_options UnixMountEntry get_options
+ 	version 2.60: move: unix_mount_get_root_path UnixMountEntry get_root_path
+ version: end
++
++struct: Socket
++noCode: receive_bytes_from



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404202022.43KKML1P022742>