From owner-svn-ports-head@freebsd.org Thu Aug 3 17:47:34 2017 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 1EA34DCAA73; Thu, 3 Aug 2017 17:47:34 +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 EEC13645AE; Thu, 3 Aug 2017 17:47:33 +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 v73HlXda055095; Thu, 3 Aug 2017 17:47:33 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v73HlWS7055091; Thu, 3 Aug 2017 17:47:32 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201708031747.v73HlWS7055091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Thu, 3 Aug 2017 17:47:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447272 - in head/graphics/iccexamin: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bsam X-SVN-Commit-Paths: in head/graphics/iccexamin: . files X-SVN-Commit-Revision: 447272 X-SVN-Commit-Repository: ports 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: Thu, 03 Aug 2017 17:47:34 -0000 Author: bsam Date: Thu Aug 3 17:47:32 2017 New Revision: 447272 URL: https://svnweb.freebsd.org/changeset/ports/447272 Log: graphics/iccexamin: Update to version 0.56. Moved to github. Added: head/graphics/iccexamin/files/patch-fl_i18n_fl_i18n.H (contents, props changed) Modified: head/graphics/iccexamin/Makefile head/graphics/iccexamin/distinfo head/graphics/iccexamin/pkg-plist Modified: head/graphics/iccexamin/Makefile ============================================================================== --- head/graphics/iccexamin/Makefile Thu Aug 3 17:36:58 2017 (r447271) +++ head/graphics/iccexamin/Makefile Thu Aug 3 17:47:32 2017 (r447272) @@ -1,11 +1,8 @@ # $FreeBSD$ -PORTNAME= iccexamin -PORTVERSION= 0.55 -PORTREVISION= 2 +PORTNAME= icc-examin +PORTVERSION= 0.56 CATEGORIES= graphics -MASTER_SITES= SF/oyranos/ICC%20Examin/ICC%20Examin%20${PORTVERSION} -DISTNAME= icc_examin-${PORTVERSION} MAINTAINER= bsam@FreeBSD.org COMMENT= ICC profile viewer and colour visualisation @@ -13,17 +10,24 @@ COMMENT= ICC profile viewer and colour visualisation LICENSE= GPLv2 LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ libftgl.so:graphics/ftgl \ - liblcms.so:graphics/lcms \ + liblcms2.so:graphics/lcms2 \ + libOyranos.so:graphics/oyranos \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ - liboyranos.so:graphics/oyranos + libXcm.so:x11/libXcm +USE_GITHUB= yes +GH_ACCOUNT= oyranos-cms + MAKE_JOBS_UNSAFE= yes -USES= desktop-file-utils gettext iconv jpeg pkgconfig tar:bzip2 +USES= desktop-file-utils gettext iconv jpeg pkgconfig HAS_CONFIGURE= yes INSTALLS_ICONS= yes -USE_XORG= # +USE_GL= gl glu +USE_XORG= x11 xcursor xext xfixes xft xinerama xpm xrandr xxf86vm CONFIGURE_ARGS+=--mandir=${PREFIX}/man --disable-openmp post-patch: Modified: head/graphics/iccexamin/distinfo ============================================================================== --- head/graphics/iccexamin/distinfo Thu Aug 3 17:36:58 2017 (r447271) +++ head/graphics/iccexamin/distinfo Thu Aug 3 17:47:32 2017 (r447272) @@ -1,2 +1,3 @@ -SHA256 (icc_examin-0.55.tar.bz2) = e44fe003e5aa7bd70a5b137c094a3047b356755be376977a1aa402c65d0ba2fc -SIZE (icc_examin-0.55.tar.bz2) = 594646 +TIMESTAMP = 1484860305 +SHA256 (oyranos-cms-icc-examin-0.56_GH0.tar.gz) = f939184e2e0552956363cd370d1502db59215ca43008c20fbfe64c60fa247333 +SIZE (oyranos-cms-icc-examin-0.56_GH0.tar.gz) = 723999 Added: head/graphics/iccexamin/files/patch-fl_i18n_fl_i18n.H ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/iccexamin/files/patch-fl_i18n_fl_i18n.H Thu Aug 3 17:47:32 2017 (r447272) @@ -0,0 +1,11 @@ +--- fl_i18n/fl_i18n.H.orig 2017-08-03 12:43:05.703182000 +0300 ++++ fl_i18n/fl_i18n.H 2017-08-03 12:43:23.617338000 +0300 +@@ -31,7 +31,7 @@ + #ifndef FL_I18N_H + #define FL_I18N_H + +-#include "config.h" ++#include "../config.h" + #define FL_I18N_VERSION 101 + + #if defined(_WIN32) && !defined(__MINGW32__) Modified: head/graphics/iccexamin/pkg-plist ============================================================================== --- head/graphics/iccexamin/pkg-plist Thu Aug 3 17:36:58 2017 (r447271) +++ head/graphics/iccexamin/pkg-plist Thu Aug 3 17:47:32 2017 (r447272) @@ -3,10 +3,10 @@ man/man1/iccexamin.1.gz share/applications/iccexamin.desktop share/fonts/FreeSans.ttf share/icons/hicolor/128x128/apps/iccexamin.png -share/locale/cs/LC_MESSAGES/icc_examin.mo -share/locale/de/LC_MESSAGES/icc_examin.mo -share/locale/eo/LC_MESSAGES/icc_examin.mo -share/locale/eu/LC_MESSAGES/icc_examin.mo -share/locale/fr/LC_MESSAGES/icc_examin.mo +share/locale/cs/LC_MESSAGES/icc-examin.mo +share/locale/de/LC_MESSAGES/icc-examin.mo +share/locale/eo/LC_MESSAGES/icc-examin.mo +share/locale/eu/LC_MESSAGES/icc-examin.mo +share/locale/fr/LC_MESSAGES/icc-examin.mo share/pixmaps/hicolor/scalable/iccexamin.svg share/pixmaps/iccexamin.png