pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/filesystems/glusterfs8
Module Name: pkgsrc
Committed By: riastradh
Date: Tue Aug 6 18:55:09 UTC 2024
Modified Files:
pkgsrc/filesystems/glusterfs8: Makefile
Log Message:
filesystems/glusterfs8: Fix broken SUBST_FILES.mtab.
- `mtab' does not appear in doc/mount.glusterfs.8
- libglusterfs/src/compat.h does not exist
No functional change intended -- these entries were overwritten
anyway.
While here, nix trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/filesystems/glusterfs8/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/filesystems/glusterfs8/Makefile
diff -u pkgsrc/filesystems/glusterfs8/Makefile:1.10 pkgsrc/filesystems/glusterfs8/Makefile:1.11
--- pkgsrc/filesystems/glusterfs8/Makefile:1.10 Tue Aug 6 18:55:00 2024
+++ pkgsrc/filesystems/glusterfs8/Makefile Tue Aug 6 18:55:09 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/08/06 18:55:00 riastradh Exp $
+# $NetBSD: Makefile,v 1.11 2024/08/06 18:55:09 riastradh Exp $
DISTNAME= glusterfs-8.2
PKGREVISION= 17
@@ -76,8 +76,6 @@ CHECK_PORTABILITY_SKIP+= extras/peer_add
SUBST_CLASSES+= mtab
SUBST_STAGE.mtab= post-build
-SUBST_FILES.mtab= doc/mount.glusterfs.8
-SUBST_FILES.mtab= libglusterfs/src/compat.h
SUBST_FILES.mtab= xlators/mount/fuse/utils/mount.glusterfs.in
SUBST_SED.mtab= -e "s,mtab,/proc/mounts,g"
@@ -111,7 +109,7 @@ post-install:
${DESTDIR}/${PREFIX}/sbin/mount_glusterfs
# Debug
-CFLAGS+= -g
+CFLAGS+= -g
INSTALL_UNSTRIPPED= yes
CONFIGURE_ARGS+= --enable-debug
#.include "../../devel/boehm-gc/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index