pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/gvfs gvfs: Change dependency to samba4
details: https://anonhg.NetBSD.org/pkgsrc/rev/7aeb8a6473a0
branches: trunk
changeset: 412959:7aeb8a6473a0
user: gdt <gdt%pkgsrc.org@localhost>
date: Fri Mar 13 22:56:30 2020 +0000
description:
gvfs: Change dependency to samba4
Previously, this depended on the unmaintained net/samba (3).
(Perhaps this should not depend on samba by default, and perhaps
PGKREVISION 47 is a clue that packages should stop depending on gvfs;
those issues are left for future work.)
diffstat:
sysutils/gvfs/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 9c77c84004a9 -r 7aeb8a6473a0 sysutils/gvfs/Makefile
--- a/sysutils/gvfs/Makefile Fri Mar 13 22:12:38 2020 +0000
+++ b/sysutils/gvfs/Makefile Fri Mar 13 22:56:30 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.107 2020/03/10 22:10:59 wiz Exp $
+# $NetBSD: Makefile,v 1.108 2020/03/13 22:56:30 gdt Exp $
#
DISTNAME= gvfs-1.6.7
-PKGREVISION= 46
+PKGREVISION= 47
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gvfs/1.6/}
EXTRACT_SUFX= .tar.bz2
@@ -43,7 +43,7 @@
.if !empty(PKG_OPTIONS:Msamba)
CONFIGURE_ARGS+= --with-samba-includes=${BUILDLINK_PREFIX.samba}/include
CONFIGURE_ARGS+= --with-samba-libs=${BUILDLINK_PREFIX.samba}/lib
-.include "../../net/samba/buildlink3.mk"
+.include "../../net/samba4/buildlink3.mk"
PLIST.samba= yes
.else
CONFIGURE_ARGS+= --disable-samba
Home |
Main Index |
Thread Index |
Old Index