mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/glibd: Unbreak build against new glib
Sponsored by: Serenity Cybersecurity, LLC
This commit is contained in:
parent
bf4e34d028
commit
839f49baf4
2 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= glibd
|
PORTNAME= glibd
|
||||||
PORTVERSION= 2.4.3
|
PORTVERSION= 2.4.3
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= arrowd@FreeBSD.org
|
MAINTAINER= arrowd@FreeBSD.org
|
||||||
|
@ -10,8 +11,6 @@ WWW= https://github.com/gtkd-developers/GlibD
|
||||||
LICENSE= LGPL3
|
LICENSE= LGPL3
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BROKEN= https://github.com/gtkd-developers/GlibD/issues/20
|
|
||||||
|
|
||||||
BUILD_DEPENDS= girtod:lang/gir-to-d \
|
BUILD_DEPENDS= girtod:lang/gir-to-d \
|
||||||
ldc2:lang/ldc
|
ldc2:lang/ldc
|
||||||
LIB_DEPENDS= libphobos2-ldc-shared.so:lang/ldc \
|
LIB_DEPENDS= libphobos2-ldc-shared.so:lang/ldc \
|
||||||
|
|
9
devel/glibd/files/patch-src_APILookupGio.txt
Normal file
9
devel/glibd/files/patch-src_APILookupGio.txt
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue