On 2021/04/24 07:25, Solene Rapenne wrote:
> CVSROOT:      /cvs
> Module name:  ports
> Changes by:   sol...@cvs.openbsd.org  2021/04/24 07:25:43
> 
> Log message:
>     import pngquant-2.14.1
>     
>     pngquant is a PNG compressor that significantly reduces file
>     sizes by converting images to a more efficient 8-bit PNG format
>     with alpha channel (often 60-80% smaller than 24/32-bit PNG
>     files). Compressed images are fully standards-compliant and
>     are supported by all web browsers and operating systems.
>     
>     ok kmos@
>     
>     Status:
>     
>     Vendor Tag:       solene
>     Release Tags:     solene_20210424
>     
>     N ports/graphics/pngquant/Makefile
>     N ports/graphics/pngquant/distinfo
>     N ports/graphics/pngquant/pkg/DESCR
>     N ports/graphics/pngquant/pkg/PLIST
>     N ports/graphics/pngquant/patches/patch-configure
>     
>     No conflicts created by this import
> 

this one uses the wrong compiler on amd64, and fails to build on arches
that don't have gcc:

===>  Building for pngquant-2.14.1
./configure

./configure: line 278: gcc: command not found
  Compiler: error ... gcc failed to compile anything (make sure it's installed 
and supports C99)

can be fixed with either of these:

MAKE_ENV=               CC="${CC}"

or

CONFIGURE_STYLE=        simple

Reply via email to