[Bug 229801] [NEW PORT]: graphics/gimp-dds-plugin: Direct Draw Surface plugin

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 27 10:03:32 UTC 2019


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

Tobias Kortkamp <tobik at freebsd.org> changed:

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

--- Comment #4 from Tobias Kortkamp <tobik at freebsd.org> ---
+MASTER_SITES= 
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:
===>  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= gcc:lang/gcc \

Have you tried with

BINARY_ALIAS=   gcc=${CC}
USE_GCC=        yes

instead?

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

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


More information about the freebsd-ports-bugs mailing list