Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Oct 2018 20:49:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 232047] [patch] graphics/gimp-app: 2.10.6 fails to configure
Message-ID:  <bug-232047-6497@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232047

            Bug ID: 232047
           Summary: [patch] graphics/gimp-app: 2.10.6 fails to configure
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: rsmith@xs4all.nl
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
          Assignee: gnome@FreeBSD.org

Created attachment 197888
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=197888&action=edit
Updated patch-configure file to remove the glib-networking test.

gimp 2.10.6 fails to configure without glib-networking:

    Error: GIMP configuration failed.

      - Error: missing dependency glib-networking
          *** Test for glib-networking failed. This is required.

This is *only* required for reading external help files over the network,
according to the warning in configure:

WARNING: Test for glib-networking cannot be performed while cross-compiling.
         Make sure glib-networking is installed, otherwise GIMP will not be
able
         to display the remote help pages through the help browser, nor will it
         be able to open remote HTTPS (or other protocol using SSL/TLS) files.
         HTTPS is becoming the expected standard and should not be considered
         optional anymore.

Rather than adding more bloat to an already big application and network access
to a program that doesn't really need it to function, I propose to cut the test
out of the configure script. We have a package for the gimp manual, and gimp
can be configured to use that in the preferences.

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

help

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