pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/gvfs
Module Name: pkgsrc
Committed By: gdt
Date: Fri Mar 13 22:56:30 UTC 2020
Modified Files:
pkgsrc/sysutils/gvfs: Makefile
Log Message:
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.)
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/sysutils/gvfs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/gvfs/Makefile
diff -u pkgsrc/sysutils/gvfs/Makefile:1.107 pkgsrc/sysutils/gvfs/Makefile:1.108
--- pkgsrc/sysutils/gvfs/Makefile:1.107 Tue Mar 10 22:10:59 2020
+++ pkgsrc/sysutils/gvfs/Makefile Fri Mar 13 22:56:30 2020
@@ -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 @@ CONFIGURE_ARGS+= --disable-avahi
.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