Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2019 10:03:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229801] [NEW PORT]: graphics/gimp-dds-plugin: Direct Draw Surface plugin
Message-ID:  <bug-229801-7788-0cBYl8GvPk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229801-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229801-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=3D229801

Tobias Kortkamp <tobik@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Assignee|ports-bugs@FreeBSD.org      |tobik@freebsd.org
           Keywords|                            |needs-patch, needs-qa

--- Comment #4 from Tobias Kortkamp <tobik@freebsd.org> ---
+MASTER_SITES=3D=20
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google=
.com/gimp-dds/

I don't like the idea of adding a new port that relies on a Google
Code archive.  This suggests that there is no active upstream.

Skimming [1] suggests that the GIMP developers have added a version
of the plugin to their repository [2].  So I think the proper way to
get this is to wait until there is a GIMP release that has it.

Ignoring all of that the port as submitted does not build in Poudriere:
=3D=3D=3D>  Building for gimp-dds-plugin-3.0.1
gmake[1]: Entering directory
'/wrkdirs/usr/ports/graphics/gimp-dds-plugin/work/gimp-dds-3.0.1'
gmake[1]: pkg-config: Command not found
gmake[1]: pkg-config: Command not found
gmake[1]: pkg-config: Command not found
[CC]\tcolor.c
gmake[1]: pkg-config: Command not found
gmake[1]: pkg-config: Command not found
gmake[1]: pkg-config: Command not found
[CC]\tdds.c
dds.c:27:10: fatal error: gtk/gtk.h: No such file or directory
 #include <gtk/gtk.h>
          ^~~~~~~~~~~
compilation terminated.

+BUILD_DEPENDS=3D gcc:lang/gcc \

Have you tried with

BINARY_ALIAS=3D   gcc=3D${CC}
USE_GCC=3D        yes

instead?

[1] https://gitlab.gnome.org/GNOME/gimp/issues/1023
[2] https://gitlab.gnome.org/GNOME/gimp/tree/master/plug-ins/file-dds

--=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-229801-7788-0cBYl8GvPk>