Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jan 2025 18:23:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 283863] [NEW PORT] textproc/libinfinity: Collaborative editing library
Message-ID:  <bug-283863-7788-Oiuz96GMlR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283863-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283863-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283863

Yusuf Yaman <nxjoseph@protonmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #256445|0                           |1
        is obsolete|                            |

--- Comment #6 from Yusuf Yaman <nxjoseph@protonmail.com> ---
Created attachment 256448
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D256448&action=
=3Dedit
textproc/libinfinity.patch

diff --git a/textproc/libinfinity/Makefile b/textproc/libinfinity/Makefile
index 26ac8a4182e3..3369343138d1 100644
--- a/textproc/libinfinity/Makefile
+++ b/textproc/libinfinity/Makefile
@@ -10,20 +10,16 @@ WWW=3D                https://github.com/gobby/libinfin=
ity
 LICENSE=3D       LGPL21
 LICENSE_FILE=3D  ${WRKSRC}/COPYING

-BUILD_DEPENDS=3D gtkdocize:textproc/gtk-doc \
-               intltoolize:textproc/intltool
+BUILD_DEPENDS=3D gtkdocize:textproc/gtk-doc
 LIB_DEPENDS=3D   libatk-1.0.so:accessibility/at-spi2-core \
                libavahi-client.so:net/avahi-app \
                libdaemon.so:devel/libdaemon \
-               libglib-2.0.so:devel/glib20 \
                libgnutls.so:security/gnutls \
-               libgobject-2.0.so:devel/glib20 \
                libgsasl.so:security/libgsasl \
-               libgtk-3.so:x11-toolkits/gtk30 \
                libharfbuzz.so:print/harfbuzz

 USES=3D          autoreconf gettext gmake gnome libtool:build pathfix pkgc=
onfig
-USE_GNOME=3D     cairo gdkpixbuf2 libxml2 pango
+USE_GNOME=3D     cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango
 USE_LDCONFIG=3D  yes

 GNU_CONFIGURE=3D yes

I switched some of available LIB_DEPENDS to USE_GNOME.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283863-7788-Oiuz96GMlR>