pkgsrc-WIP-changes archive

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

Fixed pkglint errors, updated TODO



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Mon Jun 15 20:38:11 2020 +0530
Changeset:	a8f9cc8d92faaa2b7d4f6d6bcca653c22e2d6e5f

Modified Files:
	felinks/Makefile
	felinks/PLIST
	felinks/TODO
	felinks/distinfo
	felinks/patches/patch-src_util_memory.c

Log Message:
Fixed pkglint errors, updated TODO

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

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

diffstat:
 felinks/Makefile                        | 4 ++++
 felinks/PLIST                           | 1 -
 felinks/TODO                            | 5 -----
 felinks/distinfo                        | 2 +-
 felinks/patches/patch-src_util_memory.c | 2 ++
 5 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/felinks/Makefile b/felinks/Makefile
index 4b7dac0e9b..98c64ce73e 100644
--- a/felinks/Makefile
+++ b/felinks/Makefile
@@ -22,6 +22,10 @@ pre-configure:
 	cd ${WRKSRC}; \
 	aclocal; autoheader; automake -a --foreign -i; autoconf
 
+post-install:
+	${RM} -f ${DESTDIR}${PREFIX}/lib/charset.alias
+
+
 CONFIGURE_ARGS+=	--datadir=${PREFIX}/share/${PKGBASE}
 CONFIGURE_ARGS+=	--enable-256-colors
 CONFIGURE_ARGS+=	--enable-utf-8
diff --git a/felinks/PLIST b/felinks/PLIST
index 6cc32be0bc..f4b777230f 100644
--- a/felinks/PLIST
+++ b/felinks/PLIST
@@ -1,6 +1,5 @@
 @comment $NetBSD$
 bin/elinks
-lib/charset.alias
 man/man1/elinks.1
 man/man5/elinks.conf.5
 man/man5/elinkskeys.5
diff --git a/felinks/TODO b/felinks/TODO
index 2ac0488ddb..6e20759866 100644
--- a/felinks/TODO
+++ b/felinks/TODO
@@ -1,6 +1 @@
 Makefile: set -e is standard practice in pre-configure. Was removed because of some errors which are supposedly like warnings.
-
-pkglint errors:
-
-ERROR: PLIST:3: Only the libiconv package may install lib/charset.alias.
-ERROR: patches/patch-src_util_memory.c:3: Each patch must be documented.
diff --git a/felinks/distinfo b/felinks/distinfo
index 6b482681c4..f6bc88315c 100644
--- a/felinks/distinfo
+++ b/felinks/distinfo
@@ -4,4 +4,4 @@ SHA1 (felinks/v0.13.2.tar.gz) = 34d1ee729442b391422bf8a0485d3ae734dd38c8
 RMD160 (felinks/v0.13.2.tar.gz) = 71b855c4d0a7383a57afa065b7f8e259f0d9ec98
 SHA512 (felinks/v0.13.2.tar.gz) = 7136ad8d5bf1a7a5aa40f213815f62fb92cdd56f6ad7e45f0526a30d90885c7a1e40a72317d3bbe0da8222e2cfd5439b4778f60c5418ff130a7cae97402080d0
 Size (felinks/v0.13.2.tar.gz) = 3588685 bytes
-SHA1 (patch-src_util_memory.c) = 20422812957f5e7c6595eed6760c47157291e74b
+SHA1 (patch-src_util_memory.c) = 615884f30a34e3de6a7a8a0cdf4344668516c50c
diff --git a/felinks/patches/patch-src_util_memory.c b/felinks/patches/patch-src_util_memory.c
index cbc16b4ff0..6c5bb4ce96 100644
--- a/felinks/patches/patch-src_util_memory.c
+++ b/felinks/patches/patch-src_util_memory.c
@@ -1,5 +1,7 @@
 $NetBSD$
 
+Use macro to make mremap compatible to NetBSD
+
 --- src/util/memory.c.orig	2020-05-31 13:15:37.000000000 +0000
 +++ src/util/memory.c
 @@ -21,6 +21,14 @@


Home | Main Index | Thread Index | Old Index