1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 2.12.

PR:		208614
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-04-08 12:48:02 +00:00
parent 5567074a86
commit dade563c84
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412742
3 changed files with 11 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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