pkgsrc-WIP-changes archive

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

Add back header files and manpages.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sun Nov 26 10:51:09 2017 +0100
Changeset:	36bace2cb6d1d64e881ae54e71add9ced6aa7f62

Modified Files:
	linux-attr/Makefile
	linux-attr/PLIST

Log Message:
Add back header files and manpages.

Two of the manpages conflict with ncurses ones of the same name
but different meaning :(.

Bump revision.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=36bace2cb6d1d64e881ae54e71add9ced6aa7f62

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

diffstat:
 linux-attr/Makefile |  8 +++++++-
 linux-attr/PLIST    | 11 +++++++++++
 2 files changed, 18 insertions(+), 1 deletion(-)

diffs:
diff --git a/linux-attr/Makefile b/linux-attr/Makefile
index fe871ff3fa..94dcee7472 100644
--- a/linux-attr/Makefile
+++ b/linux-attr/Makefile
@@ -3,6 +3,7 @@
 
 DISTNAME=		attr-2.4.47.src
 PKGNAME=		linux-${DISTNAME:S/.src//}
+PKGREVISION=		1
 CATEGORIES=		sysutils
 MASTER_SITES=		http://download.savannah.nongnu.org/releases/attr/
 
@@ -17,6 +18,11 @@ WRKSRC=			${WRKDIR}/${DISTNAME:S/.src//}
 GNU_CONFIGURE=		yes
 USE_TOOLS=		gmake
 BUILD_TARGET=		default
-INSTALL_TARGET=		install install-lib # prefix=${DESTDIR}${PREFIX}
+INSTALL_TARGET=		install install-lib install-dev
+
+post-install:
+	# Conflicts with ncurses manpages
+	rm -f ${DESTDIR}${PREFIX}/man/man3/attr_get.3
+	rm -f ${DESTDIR}${PREFIX}/man/man3/attr_set.3
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/linux-attr/PLIST b/linux-attr/PLIST
index 76805781b2..001a316aab 100644
--- a/linux-attr/PLIST
+++ b/linux-attr/PLIST
@@ -2,10 +2,21 @@
 bin/attr
 bin/getfattr
 bin/setfattr
+include/attr/attributes.h
+include/attr/error_context.h
+include/attr/libattr.h
+include/attr/xattr.h
 lib/libattr.la
 man/man1/attr.1
 man/man1/getfattr.1
 man/man1/setfattr.1
+man/man2/getxattr.2
+man/man2/listxattr.2
+man/man2/removexattr.2
+man/man2/setxattr.2
+man/man3/attr_list.3
+man/man3/attr_multi.3
+man/man3/attr_remove.3
 man/man5/attr.5
 share/doc/attr/CHANGES.gz
 share/doc/attr/COPYING


Home | Main Index | Thread Index | Old Index