[Bug 283863] [NEW PORT] textproc/libinfinity: Collaborative editing library

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 05 Jan 2025 18:23:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283863

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=256448&action=edit
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=                https://github.com/gobby/libinfinity
 LICENSE=       LGPL21
 LICENSE_FILE=  ${WRKSRC}/COPYING

-BUILD_DEPENDS= gtkdocize:textproc/gtk-doc \
-               intltoolize:textproc/intltool
+BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
 LIB_DEPENDS=   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=          autoreconf gettext gmake gnome libtool:build pathfix pkgconfig
-USE_GNOME=     cairo gdkpixbuf2 libxml2 pango
+USE_GNOME=     cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango
 USE_LDCONFIG=  yes

 GNU_CONFIGURE= yes

I switched some of available LIB_DEPENDS to USE_GNOME.

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