svn commit: r451609 - in head/graphics/ida: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Mon Oct 9 13:07:41 UTC 2017
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
More information about the svn-ports-head
mailing list