Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 68E3F84ECF for ; Fri, 3 Nov 2023 20:42:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id g0DGVDH8MQgK for ; Fri, 3 Nov 2023 20:42:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B389484D22 for ; Fri, 3 Nov 2023 20:42:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD3BFFA2B; Fri, 3 Nov 2023 20:42:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16990441769130" MIME-Version: 1.0 Date: Fri, 3 Nov 2023 20:42:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/geography/viking To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231103204256.AD3BFFA2B@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16990441769130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Nov 3 20:42:56 UTC 2023 Modified Files: pkgsrc/geography/viking: Makefile Log Message: viking: remove some unneeded dependencies Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 pkgsrc/geography/viking/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16990441769130 Content-Disposition: inline Content-Length: 1220 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/viking/Makefile diff -u pkgsrc/geography/viking/Makefile:1.136 pkgsrc/geography/viking/Makefile:1.137 --- pkgsrc/geography/viking/Makefile:1.136 Tue Oct 24 22:09:21 2023 +++ pkgsrc/geography/viking/Makefile Fri Nov 3 20:42:56 2023 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.136 2023/10/24 22:09:21 wiz Exp $ -# +# $NetBSD: Makefile,v 1.137 2023/11/03 20:42:56 wiz Exp $ VERSION= 1.10 DISTNAME= viking-${VERSION} -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}${VERSION}/ EXTRACT_SUFX= .tar.bz2 @@ -71,11 +70,8 @@ CONFIGURE_ARGS+= --disable-zip .include "../../graphics/png/buildlink3.mk" .include "../../geography/gpsd/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" -.include "../../mk/omf-scrollkeeper.mk" # Avoids internal MD5, and betterintegration with thumbmail cache. .include "../../security/nettle/buildlink3.mk" -# gnome-doc-utils is needed even if not building documentation -.include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../textproc/json-glib/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../x11/gtk3/buildlink3.mk" --_----------=_16990441769130--