pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/attr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 14 08:28:06 UTC 2024

Modified Files:
        pkgsrc/sysutils/attr: Makefile PLIST

Log Message:
attr: rename two man pages to avoid a CONFLICT with ncurses

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/attr/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/attr/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/attr/Makefile
diff -u pkgsrc/sysutils/attr/Makefile:1.10 pkgsrc/sysutils/attr/Makefile:1.11
--- pkgsrc/sysutils/attr/Makefile:1.10  Sat Jan 13 19:31:30 2024
+++ pkgsrc/sysutils/attr/Makefile       Sun Jan 14 08:28:05 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2024/01/13 19:31:30 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/01/14 08:28:05 wiz Exp $
 
 DISTNAME=      attr-2.5.1
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  https://download.savannah.gnu.org/releases/attr/
 EXTRACT_SUFX=  .tar.xz
@@ -30,6 +31,10 @@ pre-configure:
 
 post-install:
        ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/xattr.conf ${DESTDIR}${PREFIX}/share/examples/attr
+       # https://savannah.nongnu.org/bugs/index.php?65161
+       cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3 && \
+               ${MV} attr_get.3 attr_attr_get.3 && \
+               ${MV} attr_set.3 attr_attr_set.3
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/sysutils/attr/PLIST
diff -u pkgsrc/sysutils/attr/PLIST:1.3 pkgsrc/sysutils/attr/PLIST:1.4
--- pkgsrc/sysutils/attr/PLIST:1.3      Sat Jan 13 19:30:47 2024
+++ pkgsrc/sysutils/attr/PLIST  Sun Jan 14 08:28:05 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2024/01/13 19:30:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/01/14 08:28:05 wiz Exp $
 bin/attr
 bin/getfattr
 bin/setfattr
@@ -10,7 +10,8 @@ lib/pkgconfig/libattr.pc
 man/man1/attr.1
 man/man1/getfattr.1
 man/man1/setfattr.1
-man/man3/attr_get.3
+man/man3/attr_attr_get.3
+man/man3/attr_attr_set.3
 man/man3/attr_getf.3
 man/man3/attr_list.3
 man/man3/attr_listf.3
@@ -18,7 +19,6 @@ man/man3/attr_multi.3
 man/man3/attr_multif.3
 man/man3/attr_remove.3
 man/man3/attr_removef.3
-man/man3/attr_set.3
 man/man3/attr_setf.3
 share/doc/attr/CHANGES
 share/doc/attr/COPYING



Home | Main Index | Thread Index | Old Index