From owner-svn-ports-head@freebsd.org Fri Dec 9 20:02:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0375BC6F3A0; Fri, 9 Dec 2016 20:02:37 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2251914; Fri, 9 Dec 2016 20:02:36 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB9K2aAk040242; Fri, 9 Dec 2016 20:02:36 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB9K2ZOs040238; Fri, 9 Dec 2016 20:02:35 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201612092002.uB9K2ZOs040238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Fri, 9 Dec 2016 20:02:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428238 - in head/graphics/colord: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 20:02:37 -0000 Author: bsam Date: Fri Dec 9 20:02:35 2016 New Revision: 428238 URL: https://svnweb.freebsd.org/changeset/ports/428238 Log: graphics/colord: Update to version 1.2.12, plus: . add LICENSE (GPLv2); . incorporate USES+=localbase; . . build and install libcolordcompat [*]. [*] Argyllcms uses libcolordcompat to manage colors. Here is the output of "dispwin -D1" command without and with libcolordcompat: === Got EDID for display using ucmm for profile installation --- Got EDID for display using colord for profile installation === So, Argyll uses colord only when libcolordcompat is installed. PR: 214728 Submitted by: bsam (me) Approved by: kwm (maintainer timeout, 2 weeks+) Modified: head/graphics/colord/Makefile head/graphics/colord/distinfo head/graphics/colord/files/patch-Makefile.in head/graphics/colord/pkg-plist Modified: head/graphics/colord/Makefile ============================================================================== --- head/graphics/colord/Makefile Fri Dec 9 19:44:11 2016 (r428237) +++ head/graphics/colord/Makefile Fri Dec 9 20:02:35 2016 (r428238) @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= colord -PORTVERSION= 1.2.11 -PORTREVISION= 1 +PORTVERSION= 1.2.12 CATEGORIES= graphics MASTER_SITES= http://www.freedesktop.org/software/colord/releases/ MAINTAINER= kwm@FreeBSD.org COMMENT= Manage color profiles to accurately color input/output devices +LICENSE= GPLv2 + BUILD_DEPENDS= spotread:graphics/argyllcms LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit \ libdbus-1.so:devel/dbus \ @@ -19,7 +20,7 @@ RUN_DEPENDS= spotread:graphics/argyllcms USERS= colord GROUPS= colord -USES= gettext gmake libtool pathfix pkgconfig sqlite tar:xz +USES= gettext gmake libtool localbase pathfix pkgconfig sqlite tar:xz USE_GNOME= glib20 intlhack introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -31,9 +32,8 @@ CONFIGURE_ARGS= --disable-udev \ --disable-gusb \ --disable-sane \ --with-daemon-user=colord \ - --disable-systemd-login -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib + --disable-systemd-login \ + --enable-libcolordcompat CONFIGURE_ENV= USB_CFLAGS="-I/usr/include" \ USB_LIBS="-L/usr/lib -lusb" INSTALL_TARGET= install-strip Modified: head/graphics/colord/distinfo ============================================================================== --- head/graphics/colord/distinfo Fri Dec 9 19:44:11 2016 (r428237) +++ head/graphics/colord/distinfo Fri Dec 9 20:02:35 2016 (r428238) @@ -1,2 +1,3 @@ -SHA256 (colord-1.2.11.tar.xz) = dac29c83659703a8548db561bc670832f26b30f7a88ed90a6530eb052a10df8f -SIZE (colord-1.2.11.tar.xz) = 1205468 +TIMESTAMP = 1479744381 +SHA256 (colord-1.2.12.tar.xz) = d5241864c16a37f9e40d38d5009255456495a67f170ce0dc9250774442d68c3a +SIZE (colord-1.2.12.tar.xz) = 1214992 Modified: head/graphics/colord/files/patch-Makefile.in ============================================================================== --- head/graphics/colord/files/patch-Makefile.in Fri Dec 9 19:44:11 2016 (r428237) +++ head/graphics/colord/files/patch-Makefile.in Fri Dec 9 20:02:35 2016 (r428238) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2015-04-26 18:53:13.990362000 +0200 -+++ Makefile.in 2015-04-26 18:54:20.559863000 +0200 -@@ -92,7 +92,6 @@ +--- Makefile.in.orig 2016-11-21 22:27:07 UTC ++++ Makefile.in +@@ -92,7 +92,6 @@ host_triplet = @host@ @HAVE_UNIX_TRUE@am__append_1 = \ @HAVE_UNIX_TRUE@ man \ @HAVE_UNIX_TRUE@ policy \ Modified: head/graphics/colord/pkg-plist ============================================================================== --- head/graphics/colord/pkg-plist Fri Dec 9 19:44:11 2016 (r428237) +++ head/graphics/colord/pkg-plist Fri Dec 9 20:02:35 2016 (r428238) @@ -11,6 +11,7 @@ include/colord-1/colord/cd-buffer.h include/colord-1/colord/cd-client-sync.h include/colord-1/colord/cd-client.h include/colord-1/colord/cd-color.h +include/colord-1/colord/cd-compat-edid.h include/colord-1/colord/cd-device-sync.h include/colord-1/colord/cd-device.h include/colord-1/colord/cd-dom.h @@ -42,6 +43,8 @@ lib/libcolord.a lib/libcolord.so lib/libcolord.so.2 lib/libcolord.so.2.0.4 +lib/libcolordcompat.a +lib/libcolordcompat.so lib/libcolordprivate.a lib/libcolordprivate.so lib/libcolordprivate.so.2