Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 2018 15:18:19 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460820 - in head/graphics/pngquant: . files
Message-ID:  <201802031518.w13FIJu9052168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Sat Feb  3 15:18:19 2018
New Revision: 460820
URL: https://svnweb.freebsd.org/changeset/ports/460820

Log:
  - Update to 2.11.7

Modified:
  head/graphics/pngquant/Makefile
  head/graphics/pngquant/distinfo
  head/graphics/pngquant/files/patch-configure

Modified: head/graphics/pngquant/Makefile
==============================================================================
--- head/graphics/pngquant/Makefile	Sat Feb  3 15:09:40 2018	(r460819)
+++ head/graphics/pngquant/Makefile	Sat Feb  3 15:18:19 2018	(r460820)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pngquant
-PORTVERSION=	2.11.2
+PORTVERSION=	2.11.7
 DISTVERSIONSUFFIX=	-src
 CATEGORIES=	graphics
 MASTER_SITES=	http://pngquant.org/

Modified: head/graphics/pngquant/distinfo
==============================================================================
--- head/graphics/pngquant/distinfo	Sat Feb  3 15:09:40 2018	(r460819)
+++ head/graphics/pngquant/distinfo	Sat Feb  3 15:18:19 2018	(r460820)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510574278
-SHA256 (pngquant-2.11.2-src.tar.gz) = c8142084d056ad35b5c2616077735f40453202f4b47e99a762fe0f9ac305112b
-SIZE (pngquant-2.11.2-src.tar.gz) = 141729
+TIMESTAMP = 1517669180
+SHA256 (pngquant-2.11.7-src.tar.gz) = d70b46c3335c7abf21944aced2d9d2b54819ab84ed1a140b354d5e8cc9f0fb0a
+SIZE (pngquant-2.11.7-src.tar.gz) = 141959

Modified: head/graphics/pngquant/files/patch-configure
==============================================================================
--- head/graphics/pngquant/files/patch-configure	Sat Feb  3 15:09:40 2018	(r460819)
+++ head/graphics/pngquant/files/patch-configure	Sat Feb  3 15:18:19 2018	(r460820)
@@ -1,5 +1,5 @@
 Index: configure
-@@ -1,15 +1,15 @@
+@@ -1,11 +1,11 @@
 -#!/usr/bin/env bash
 +#!/bin/sh
  
@@ -13,11 +13,6 @@ Index: configure
  SSE=auto
  OPENMP=
  LIBPNG_DIR=.
--if [[ "$OSTYPE" =~ "darwin" ]]; then
-+if echo "$OSTYPE" | grep -q "darwin"; then
-     COCOA_READER=auto
-     LCMS2=0
- else
 @@ -41,7 +41,7 @@
          help "--with-libimagequant=<dir>    external libimagequant (lib/ default)"
          help "--with-openmp=static          compile with multicore support"
@@ -153,7 +148,7 @@ Index: configure
          cflags "$OPENMPFLAGS"
          lflags "$OPENMPFLAGS"
          status "OpenMP" "yes"
-@@ -350,11 +349,13 @@
+@@ -342,7 +342,7 @@
  fi
  
  # Cocoa
@@ -161,14 +156,7 @@ Index: configure
 +if echo "$OSTYPE" | grep -q "darwin"; then
      cflags "-mmacosx-version-min=10.6"
      lflags "-mmacosx-version-min=10.6"
- 
--    if [ "$COCOA_READER" != 0 ] && "$CC" 2>/dev/null 1>/dev/null -xc -E <(echo "#import <Cocoa/Cocoa.h>"); then
-+    if [ "$COCOA_READER" != 0 ] && \
-+        echo "#import <Cocoa/Cocoa.h>" | \
-+		"$CC" 2>/dev/null 1>/dev/null -xc -E -; then
-         COCOA_READER=1
-         cflags "-DUSE_COCOA=1"
-         lflags "-framework Cocoa"
+ fi
 @@ -365,32 +366,29 @@
  fi
  



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