Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2017 13:07:39 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451609 - in head/graphics/ida: . files
Message-ID:  <201710091307.v99D7dV7078754@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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