Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Apr 2016 12:48:02 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412742 - in head/graphics/ida: . files
Message-ID:  <201604081248.u38Cm2uf014284@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Apr  8 12:48:02 2016
New Revision: 412742
URL: https://svnweb.freebsd.org/changeset/ports/412742

Log:
  Update to 2.12.
  
  PR:		208614
  Submitted by:	tkato432 yahoo com
  Sponsored by:	Absolight

Modified:
  head/graphics/ida/Makefile   (contents, props changed)
  head/graphics/ida/distinfo   (contents, props changed)
  head/graphics/ida/files/patch-GNUmakefile   (contents, props changed)

Modified: head/graphics/ida/Makefile
==============================================================================
--- head/graphics/ida/Makefile	Fri Apr  8 12:38:23 2016	(r412741)
+++ head/graphics/ida/Makefile	Fri Apr  8 12:48:02 2016	(r412742)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ida
-PORTVERSION=	2.11
+PORTVERSION=	2.12
 CATEGORIES=	graphics
 MASTER_SITES=	https://www.kraxel.org/releases/fbida/
 DISTNAME=	fbida-${PORTVERSION}
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libexif.so:graphics/libexif
 
-USES=		desktop-file-utils gmake iconv jpeg motif perl5
+USES=		desktop-file-utils gmake iconv jpeg motif perl5 pkgconfig
 USE_PERL5=	build
 MAKEFILE=	GNUmakefile
 MAKE_ARGS=	verbose=yes

Modified: head/graphics/ida/distinfo
==============================================================================
--- head/graphics/ida/distinfo	Fri Apr  8 12:38:23 2016	(r412741)
+++ head/graphics/ida/distinfo	Fri Apr  8 12:48:02 2016	(r412742)
@@ -1,2 +1,2 @@
-SHA256 (fbida-2.11.tar.gz) = 7caa63d6d09aeeef6209556f3e2d05083a6a9ffc47636dee7e6019b3eea5a103
-SIZE (fbida-2.11.tar.gz) = 285691
+SHA256 (fbida-2.12.tar.gz) = d33193105cce77057c919761728cee9bbe8ec8ec4f12a770a600cab33611822f
+SIZE (fbida-2.12.tar.gz) = 294842

Modified: head/graphics/ida/files/patch-GNUmakefile
==============================================================================
--- head/graphics/ida/files/patch-GNUmakefile	Fri Apr  8 12:38:23 2016	(r412741)
+++ head/graphics/ida/files/patch-GNUmakefile	Fri Apr  8 12:48:02 2016	(r412742)
@@ -1,4 +1,4 @@
---- GNUmakefile.orig	2016-03-24 14:39:02 UTC
+--- GNUmakefile.orig	2016-04-05 09:59:50 UTC
 +++ GNUmakefile
 @@ -8,7 +8,7 @@ resdir	=  $(DESTDIR)$(RESDIR)
  
@@ -7,9 +7,9 @@
 -CFLAGS	+= -Wno-pointer-sign
 +CFLAGS	+= -idirafter /usr/include/sys
  
- # default target
- all: build
-@@ -51,7 +51,7 @@ HAVE_LIBWEBP	:= $(call ac_lib,WebPDecode
+ # 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)
@@ -18,7 +18,7 @@
  JPEG_VER        := $(call ac_jpeg_ver)
  endef
  
-@@ -145,15 +145,15 @@ OBJS_IDA := \
+@@ -169,8 +169,8 @@ OBJS_IDA := \
  OBJS_IDA += $(call ac_lib_mkvar,$(ida_libs),OBJS)
  
  # for X11 + Motif
@@ -29,7 +29,8 @@
  ida : LDLIBS	+= -lXm -lXpm -lXt -lXext -lX11
  
  # jpeg/exif libs
- ida : LDLIBS	+= -ljpeg -lexif -lm
+@@ -179,7 +179,7 @@ ida : LDLIBS += $(shell $(PKG_CONFIG) --
+ ida : LDLIBS += -ljpeg -lm
  
  # RegEdit.c is good old K&R ...
 -RegEdit.o : CFLAGS += -Wno-missing-prototypes -Wno-strict-prototypes -Wno-maybe-uninitialized



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