pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wendzelnntpd: Fix interpreter path for bash
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Fri Feb 13 15:01:17 2026 +0100
Changeset: c288d1f217f10ec638724c3e76ddbb9bd479c38a
Modified Files:
wendzelnntpd/COMMIT_MSG
wendzelnntpd/Makefile
wendzelnntpd/TODO
Log Message:
wendzelnntpd: Fix interpreter path for bash
Version is 2.2.0alpha.
Reduce line length in Makefile.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c288d1f217f10ec638724c3e76ddbb9bd479c38a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wendzelnntpd/COMMIT_MSG | 2 +-
wendzelnntpd/Makefile | 10 +++++++---
wendzelnntpd/TODO | 4 +++-
3 files changed, 11 insertions(+), 5 deletions(-)
diffs:
diff --git a/wendzelnntpd/COMMIT_MSG b/wendzelnntpd/COMMIT_MSG
index bcee1d83fa..4c80e68c1b 100644
--- a/wendzelnntpd/COMMIT_MSG
+++ b/wendzelnntpd/COMMIT_MSG
@@ -1,4 +1,4 @@
-news/wendzelnntpd: Import version 2.2.0
+news/wendzelnntpd: Import version 2.2.0alpha
IPv6-ready NNTP usenet-server with the main goal to be as easy to use as
possible.
diff --git a/wendzelnntpd/Makefile b/wendzelnntpd/Makefile
index 1cf58ac5ec..2afbe1a44e 100644
--- a/wendzelnntpd/Makefile
+++ b/wendzelnntpd/Makefile
@@ -13,6 +13,10 @@ LICENSE= gnu-gpl-v3
USE_TOOLS+= bison flex gmake bash:run
USE_FEATURES= err regcomp snprintf
+GNU_CONFIGURE= YES
+
+REPLACE_BASH= create_certificate_raw
+
BUILD_DEFS+= VARBASE
# Directory for example config file
@@ -29,9 +33,9 @@ CONF_FILES_PERMS= ${EGDIR}/wendzelnntpd/wendzelnntpd.conf \
${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0600
WRKSRC= ${WRKDIR}/cdpxe-WendzelNNTPd-bf144dc
-GNU_CONFIGURE= YES
-
-INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR} UDBDIR=${PREFIX}/var/spool/news/wendzelnntpd SQLITEINST=NO CREATE_CERTIFICATES=NO
+INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR} \
+ UDBDIR=${PREFIX}/var/spool/news/wendzelnntpd \
+ SQLITEINST=NO CREATE_CERTIFICATES=NO
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../security/mhash/buildlink3.mk"
diff --git a/wendzelnntpd/TODO b/wendzelnntpd/TODO
index 8fd459cf3c..69d1247125 100644
--- a/wendzelnntpd/TODO
+++ b/wendzelnntpd/TODO
@@ -1,2 +1,4 @@
Not ready for import.
-Needs testing.
+
+[X] Fix interpreter path for bash
+[ ] Test on NetBSD
Home |
Main Index |
Thread Index |
Old Index