From owner-svn-ports-head@freebsd.org Sun Dec 24 17:55:20 2017 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 89C48EA1029; Sun, 24 Dec 2017 17:55:20 +0000 (UTC) (envelope-from tijl@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 53DC63EE4; Sun, 24 Dec 2017 17:55:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBOHtJvW004884; Sun, 24 Dec 2017 17:55:19 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBOHtJL4004882; Sun, 24 Dec 2017 17:55:19 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201712241755.vBOHtJL4004882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 24 Dec 2017 17:55:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457184 - head/graphics/libexif-gtk X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/graphics/libexif-gtk X-SVN-Commit-Revision: 457184 X-SVN-Commit-Repository: ports 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.25 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: Sun, 24 Dec 2017 17:55:20 -0000 Author: tijl Date: Sun Dec 24 17:55:18 2017 New Revision: 457184 URL: https://svnweb.freebsd.org/changeset/ports/457184 Log: - Patch configure instead of configure.ac so USE_AUTOTOOLS can be removed. - Use option helpers, fix pkg-plist and other cleanups. Modified: head/graphics/libexif-gtk/Makefile head/graphics/libexif-gtk/pkg-plist Modified: head/graphics/libexif-gtk/Makefile ============================================================================== --- head/graphics/libexif-gtk/Makefile Sun Dec 24 17:36:04 2017 (r457183) +++ head/graphics/libexif-gtk/Makefile Sun Dec 24 17:55:18 2017 (r457184) @@ -3,7 +3,7 @@ PORTNAME= libexif-gtk PORTVERSION= 0.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/libexif/${PORTNAME}/${PORTVERSION} @@ -14,33 +14,18 @@ LICENSE= LGPL21 LIB_DEPENDS= libexif.so:graphics/libexif -USES= libtool pathfix pkgconfig +GNU_CONFIGURE= yes +USES= libtool pkgconfig USE_GNOME= gtk20 -USE_AUTOTOOLS= autoconf -GUN_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -PORTDOCS= AUTHORS ChangeLog NEWS README +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -OPTIONS_DEFINE= DOCS NLS +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - post-patch: - @${REINPLACE_CMD} 's|-g ||g' ${WRKSRC}/configure.ac - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + @${REINPLACE_CMD} 's|-g -Wall|-Wall|' ${WRKSRC}/configure .include Modified: head/graphics/libexif-gtk/pkg-plist ============================================================================== --- head/graphics/libexif-gtk/pkg-plist Sun Dec 24 17:36:04 2017 (r457183) +++ head/graphics/libexif-gtk/pkg-plist Sun Dec 24 17:55:18 2017 (r457184) @@ -14,6 +14,7 @@ include/libexif-gtk/gtk-exif-entry-version.h include/libexif-gtk/gtk-exif-entry.h lib/libexif-gtk.a lib/libexif-gtk.so +lib/libexif-gtk.so.5 lib/libexif-gtk.so.5.1.0 libdata/pkgconfig/libexif-gtk.pc %%NLS%%share/locale/de/LC_MESSAGES/libexif-gtk-5.mo