From owner-svn-ports-head@freebsd.org Thu May 26 13:20:35 2016 Return-Path: Delivered-To: svn-ports-head@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 08E3BB4B911; Thu, 26 May 2016 13:20:35 +0000 (UTC) (envelope-from amdmi3@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 B565E1CC1; Thu, 26 May 2016 13:20:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QDKXRs047953; Thu, 26 May 2016 13:20:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QDKX2S047951; Thu, 26 May 2016 13:20:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605261320.u4QDKX2S047951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 26 May 2016 13:20:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415894 - in head/graphics/gimageview: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2016 13:20:35 -0000 Author: amdmi3 Date: Thu May 26 13:20:33 2016 New Revision: 415894 URL: https://svnweb.freebsd.org/changeset/ports/415894 Log: - Take maintainership - Switch to USES=localbase - Fix EXIF option: libexif is bundled, don't use external header (unfortunately, couldn't make it work with external libexif) - Add possibly empty directory to plist Deleted: head/graphics/gimageview/files/extra-patch-src-exit_view.c Modified: head/graphics/gimageview/Makefile head/graphics/gimageview/pkg-plist Modified: head/graphics/gimageview/Makefile ============================================================================== --- head/graphics/gimageview/Makefile Thu May 26 13:18:16 2016 (r415893) +++ head/graphics/gimageview/Makefile Thu May 26 13:20:33 2016 (r415894) @@ -7,7 +7,7 @@ PORTREVISION= 21 CATEGORIES= graphics MASTER_SITES= SF/gtkmmviewer/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Yet another GTK+ based image viewer LICENSE= GPLv2+ @@ -15,13 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -USES= gmake jpeg libtool pkgconfig +USES= gmake jpeg libtool localbase pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_XORG= ice xinerama CONFIGURE_ARGS= --with-gtk2 -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= SPLASH NLS LIBMNG LIBWMF LIBRSVG2 LIBEXIF MPLAYER LIBXINE DOCS @@ -43,9 +41,8 @@ LIBWMF_LIB_DEPENDS= libwmf.so:graphics/l LIBRSVG2_CONFIGURE_WITH=librsvg LIBRSVG2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2 -LIBEXIF_CONFIGURE_ENABLE=exif -LIBEXIF_LIB_DEPENDS= libexif.so:graphics/libexif -LIBEXIF_EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-exit_view.c +LIBEXIF_CONFIGURE_ENABLE=exif # bundled exif is used +LIBEXIF_BROKEN_OFF= does not build without libexif support MPLAYER_CONFIGURE_ENABLE=mplayer MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer Modified: head/graphics/gimageview/pkg-plist ============================================================================== --- head/graphics/gimageview/pkg-plist Thu May 26 13:18:16 2016 (r415893) +++ head/graphics/gimageview/pkg-plist Thu May 26 13:20:33 2016 (r415894) @@ -119,3 +119,4 @@ share/gimageview/pixmaps/default/zoom_ou %%NLS%%share/locale/fr/LC_MESSAGES/gimageview.mo %%NLS%%share/locale/ja/LC_MESSAGES/gimageview.mo share/pixmaps/gimv.png +@dir lib/gimageview/image_view