From owner-svn-ports-all@freebsd.org Mon Oct 9 13:07:41 2017 Return-Path: Delivered-To: svn-ports-all@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 5CA01E30036; Mon, 9 Oct 2017 13:07:41 +0000 (UTC) (envelope-from vanilla@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 EFCA57DBA9; Mon, 9 Oct 2017 13:07:40 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v99D7eAb078760; Mon, 9 Oct 2017 13:07:40 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v99D7dV7078754; Mon, 9 Oct 2017 13:07:39 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201710091307.v99D7dV7078754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 9 Oct 2017 13:07:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451609 - in head/graphics/ida: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/graphics/ida: . files X-SVN-Commit-Revision: 451609 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Oct 2017 13:07:41 -0000 Author: vanilla Date: Mon Oct 9 13:07:39 2017 New Revision: 451609 URL: https://svnweb.freebsd.org/changeset/ports/451609 Log: Update to 2.14. Modified: head/graphics/ida/Makefile head/graphics/ida/distinfo head/graphics/ida/files/patch-GNUmakefile head/graphics/ida/files/patch-desktop.c head/graphics/ida/files/patch-mk_Autoconf.mk head/graphics/ida/files/patch-mk_Variables.mk Modified: head/graphics/ida/Makefile ============================================================================== --- head/graphics/ida/Makefile Mon Oct 9 11:18:16 2017 (r451608) +++ head/graphics/ida/Makefile Mon Oct 9 13:07:39 2017 (r451609) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ida -PORTVERSION= 2.13 -PORTREVISION= 1 +PORTVERSION= 2.14 CATEGORIES= graphics MASTER_SITES= https://www.kraxel.org/releases/fbida/ DISTNAME= fbida-${PORTVERSION} @@ -17,7 +16,7 @@ LIB_DEPENDS= libexif.so:graphics/libexif USES= desktop-file-utils gmake iconv jpeg motif perl5 pkgconfig USE_PERL5= build -USE_XORG= x11 +USE_XORG= pixman x11 xext xt MAKEFILE= GNUmakefile MAKE_ARGS= verbose=yes Modified: head/graphics/ida/distinfo ============================================================================== --- head/graphics/ida/distinfo Mon Oct 9 11:18:16 2017 (r451608) +++ head/graphics/ida/distinfo Mon Oct 9 13:07:39 2017 (r451609) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488292685 -SHA256 (fbida-2.13.tar.gz) = a887195dcd189055ee9b787eb03c8b7954df3aec540a1f90d8e92f873126db07 -SIZE (fbida-2.13.tar.gz) = 296020 +TIMESTAMP = 1507540862 +SHA256 (fbida-2.14.tar.gz) = 95b7c01556cb6ef9819f358b314ddfeb8a4cbe862b521a3ed62f03d163154438 +SIZE (fbida-2.14.tar.gz) = 296826 Modified: head/graphics/ida/files/patch-GNUmakefile ============================================================================== --- head/graphics/ida/files/patch-GNUmakefile Mon Oct 9 11:18:16 2017 (r451608) +++ head/graphics/ida/files/patch-GNUmakefile Mon Oct 9 13:07:39 2017 (r451609) @@ -1,4 +1,4 @@ ---- GNUmakefile.orig 2016-04-05 09:59:50 UTC +--- GNUmakefile.orig 2017-08-30 10:48:03 UTC +++ GNUmakefile @@ -8,7 +8,7 @@ resdir = $(DESTDIR)$(RESDIR) @@ -9,16 +9,16 @@ # hard build deps PKG_CONFIG = pkg-config -@@ -73,7 +73,7 @@ HAVE_LIBWEBP := $(call ac_pkg_config,lib - HAVE_LIBSANE := $(call ac_lib,sane_init,sane) - HAVE_LIBCURL := $(call ac_lib,curl_easy_init,curl) - HAVE_LIBLIRC := $(call ac_lib,lirc_init,lirc_client) +@@ -71,7 +71,7 @@ HAVE_CAIRO_GL := $(call ac_pkg_config,ca + HAVE_LIBPCD := $(call ac_lib,pcd_open,pcd) + HAVE_LIBGIF := $(call ac_lib,DGifOpenFileName,gif) + HAVE_LIBWEBP := $(call ac_pkg_config,libwebp) -HAVE_MOTIF := $(call ac_lib,XmStringGenerate,Xm,-L/usr/X11R6/$(LIB) -lXpm -lXt -lXext -lX11) +HAVE_MOTIF := $(call ac_lib,XmStringGenerate,Xm,-lXpm -lXt -lXext -lX11) JPEG_VER := $(call ac_jpeg_ver) - endef - -@@ -169,8 +169,8 @@ OBJS_IDA := \ + # deprecated + #HAVE_GLIBC := $(call ac_func,fopencookie) +@@ -170,8 +170,8 @@ OBJS_IDA := \ OBJS_IDA += $(call ac_lib_mkvar,$(ida_libs),OBJS) # for X11 + Motif @@ -29,7 +29,7 @@ ida : LDLIBS += -lXm -lXpm -lXt -lXext -lX11 # jpeg/exif libs -@@ -179,7 +179,7 @@ ida : LDLIBS += $(shell $(PKG_CONFIG) -- +@@ -180,7 +180,7 @@ ida : LDLIBS += $(shell $(PKG_CONFIG) -- ida : LDLIBS += -ljpeg -lm # RegEdit.c is good old K&R ... Modified: head/graphics/ida/files/patch-desktop.c ============================================================================== --- head/graphics/ida/files/patch-desktop.c Mon Oct 9 11:18:16 2017 (r451608) +++ head/graphics/ida/files/patch-desktop.c Mon Oct 9 13:07:39 2017 (r451609) @@ -1,4 +1,4 @@ ---- desktop.c.orig 2016-03-24 14:39:02 UTC +--- desktop.c.orig 2017-08-30 10:48:03 UTC +++ desktop.c @@ -27,7 +27,7 @@ extern int debug; /* desktop files are in utf-8 */ Modified: head/graphics/ida/files/patch-mk_Autoconf.mk ============================================================================== --- head/graphics/ida/files/patch-mk_Autoconf.mk Mon Oct 9 11:18:16 2017 (r451608) +++ head/graphics/ida/files/patch-mk_Autoconf.mk Mon Oct 9 13:07:39 2017 (r451609) @@ -1,4 +1,4 @@ ---- mk/Autoconf.mk.orig 2016-03-24 14:39:02 UTC +--- mk/Autoconf.mk.orig 2017-08-30 10:48:03 UTC +++ mk/Autoconf.mk @@ -110,20 +110,14 @@ ac_binary = $(shell \ # $(call ac_fini)) Modified: head/graphics/ida/files/patch-mk_Variables.mk ============================================================================== --- head/graphics/ida/files/patch-mk_Variables.mk Mon Oct 9 11:18:16 2017 (r451608) +++ head/graphics/ida/files/patch-mk_Variables.mk Mon Oct 9 13:07:39 2017 (r451609) @@ -1,4 +1,4 @@ ---- mk/Variables.mk.orig 2016-03-24 14:39:02 UTC +--- mk/Variables.mk.orig 2017-08-30 10:48:03 UTC +++ mk/Variables.mk @@ -4,12 +4,12 @@ # directories