pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkglint errors fixed and some added to TODO
Module Name: pkgsrc-wip
Committed By: Charlie Root <mayuresh%acm.org@localhost>
Pushed By: mayuresh
Date: Mon Jun 15 08:14:54 2020 +0530
Changeset: eba752b098a73e9b9e506b6c08de643e5746f4da
Modified Files:
felinks/Makefile
felinks/TODO
Log Message:
pkglint errors fixed and some added to TODO
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eba752b098a73e9b9e506b6c08de643e5746f4da
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
felinks/Makefile | 12 ++++++------
felinks/TODO | 5 +++++
2 files changed, 11 insertions(+), 6 deletions(-)
diffs:
diff --git a/felinks/Makefile b/felinks/Makefile
index 8ec4aa41e9..4b7dac0e9b 100644
--- a/felinks/Makefile
+++ b/felinks/Makefile
@@ -22,17 +22,17 @@ pre-configure:
cd ${WRKSRC}; \
aclocal; autoheader; automake -a --foreign -i; autoconf
-CONFIGURE_ARGS+= --datadir=${PREFIX}/share/${PKGBASE}
-CONFIGURE_ARGS+= --enable-256-colors
-CONFIGURE_ARGS+= --enable-utf-8
-CONFIGURE_ARGS+= --without-lzma
-CONFIGURE_ARGS+= --without-lua
+CONFIGURE_ARGS+= --datadir=${PREFIX}/share/${PKGBASE}
+CONFIGURE_ARGS+= --enable-256-colors
+CONFIGURE_ARGS+= --enable-utf-8
+CONFIGURE_ARGS+= --without-lzma
+CONFIGURE_ARGS+= --without-lua
.include "../../mk/bsd.prefs.mk"
# for backtrace
.if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h)
-LIBS+= -lexecinfo
+LIBS+= -lexecinfo
.endif
.include "../../archivers/bzip2/buildlink3.mk"
diff --git a/felinks/TODO b/felinks/TODO
index 6e20759866..2ac0488ddb 100644
--- a/felinks/TODO
+++ b/felinks/TODO
@@ -1 +1,6 @@
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.
Home |
Main Index |
Thread Index |
Old Index