pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkglint first cleanup
Module Name: pkgsrc-wip
Committed By: Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By: drixter
Date: Tue Mar 25 15:03:07 2025 +0100
Changeset: a8b0e73cad82dc908db1b09c3514cd8dc9573182
Modified Files:
dnsdist/Makefile
powerdns-recursor52/Makefile
powerdns-recursor52/PLIST
powerdns-recursor52/cargo-depends.mk
powerdns-recursor52/cargo.mk
Log Message:
pkglint first cleanup
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a8b0e73cad82dc908db1b09c3514cd8dc9573182
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
dnsdist/Makefile | 2 +-
powerdns-recursor52/Makefile | 52 +++++++++++------------
powerdns-recursor52/PLIST | 3 +-
powerdns-recursor52/cargo-depends.mk | 82 ++++++++++++++++++------------------
powerdns-recursor52/cargo.mk | 2 +-
5 files changed, 70 insertions(+), 71 deletions(-)
diffs:
diff --git a/dnsdist/Makefile b/dnsdist/Makefile
index 6dfdc06f04..1343ca9fe7 100644
--- a/dnsdist/Makefile
+++ b/dnsdist/Makefile
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --with-lua
CONFIGURE_ARGS+= --with-nghttp2
CONFIGURE_ARGS+= --with-re2
CONFIGURE_ARGS+= --without-net-snmp
-CONFIGURE_ARGS+= --enable-dns-over-https
+CONFIGURE_ARGS+= --enable-dns-over-https
CONFIGURE_ENV+= LIBEDIT_CFLAGS="-I${BUILDLINK_PREFIX.editlinereadline}/include"
CONFIGURE_ENV+= LIBEDIT_LIBS="-L${BUILDLINK_PREFIX.editlinereadline}/lib ${BUILDLINK_LDADD.editlinereadline}"
diff --git a/powerdns-recursor52/Makefile b/powerdns-recursor52/Makefile
old mode 100755
new mode 100644
index 1322218568..4c429b602f
--- a/powerdns-recursor52/Makefile
+++ b/powerdns-recursor52/Makefile
@@ -1,31 +1,31 @@
# $NetBSD$
-DISTNAME= pdns-recursor-5.2.0
-CATEGORIES= net
-MASTER_SITES= https://downloads.powerdns.com/releases/
-EXTRACT_SUFX= .tar.bz2
-PKGNAME= powerdns-recursor-5.2.0
-
-MAINTAINER= drixter%e-utp.net@localhost
-HOMEPAGE= https://downloads.powerdns.com/releases/
-COMMENT= PowerDNS resolver
-LICENSE= gnu-gpl-v2
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake pkg-config
-USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
-USE_CXX_FEATURES+= c++17
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --with-libsodium
-CONFIGURE_ARGS+= --enable-dns-over-tls
-
-CHECK_WRKREF_SKIP+= sbin/pdns_recursor
-
-RCD_SCRIPTS= pdns_recursor
-
-SMF_NAME= pdns-recursor
-SMF_METHODS= pdns_recursor
+DISTNAME= pdns-recursor-5.2.0
+CATEGORIES= net
+MASTER_SITES= https://downloads.powerdns.com/releases/
+EXTRACT_SUFX= .tar.bz2
+PKGNAME= powerdns-recursor-5.2.0
+
+MAINTAINER= drixter%e-utp.net@localhost
+HOMEPAGE= https://downloads.powerdns.com/releases/
+COMMENT= PowerDNS resolver
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake pkg-config
+USE_LIBTOOL= yes
+USE_LANGUAGES= c c++
+USE_CXX_FEATURES+= c++17
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --with-libsodium
+CONFIGURE_ARGS+= --enable-dns-over-tls
+
+CHECK_WRKREF_SKIP+= sbin/pdns_recursor
+
+RCD_SCRIPTS= pdns_recursor
+
+SMF_NAME= pdns-recursor
+SMF_METHODS= pdns_recursor
.include "cargo-depends.mk"
diff --git a/powerdns-recursor52/PLIST b/powerdns-recursor52/PLIST
old mode 100755
new mode 100644
index 2abcaee8c5..b5bf44c000
--- a/powerdns-recursor52/PLIST
+++ b/powerdns-recursor52/PLIST
@@ -1,7 +1,6 @@
@comment $NetBSD$
bin/rec_control
+etc/recursor.yml-dist
man/man1/pdns_recursor.1
man/man1/rec_control.1
sbin/pdns_recursor
-etc/recursor.yml-dist
-
diff --git a/powerdns-recursor52/cargo-depends.mk b/powerdns-recursor52/cargo-depends.mk
old mode 100755
new mode 100644
index 8de4c253fe..013e401e17
--- a/powerdns-recursor52/cargo-depends.mk
+++ b/powerdns-recursor52/cargo-depends.mk
@@ -1,44 +1,44 @@
# $NetBSD$
-CARGO_CRATE_DEPENDS+= equivalent-1.0.1
-CARGO_CRATE_DEPENDS+= termcolor-1.4.1
-CARGO_CRATE_DEPENDS+= version_check-0.9.5
-CARGO_CRATE_DEPENDS+= unicode-ident-1.0.12
-CARGO_CRATE_DEPENDS+= serde-1.0.210
-CARGO_CRATE_DEPENDS+= serde_yml-0.0.12
-CARGO_CRATE_DEPENDS+= hashbrown-0.14.5
-CARGO_CRATE_DEPENDS+= syn-2.0.77
-CARGO_CRATE_DEPENDS+= memchr-2.7.4
-CARGO_CRATE_DEPENDS+= unicode-width-0.1.13
-CARGO_CRATE_DEPENDS+= cxxbridge-macro-1.0.128
-CARGO_CRATE_DEPENDS+= cxxbridge-flags-1.0.128
-CARGO_CRATE_DEPENDS+= libyml-0.0.5
-CARGO_CRATE_DEPENDS+= indexmap-2.5.0
-CARGO_CRATE_DEPENDS+= serde_derive-1.0.210
-CARGO_CRATE_DEPENDS+= ryu-1.0.18
-CARGO_CRATE_DEPENDS+= quote-1.0.37
-CARGO_CRATE_DEPENDS+= cxx-build-1.0.128
-CARGO_CRATE_DEPENDS+= cc-1.1.18
-CARGO_CRATE_DEPENDS+= cxx-1.0.128
-CARGO_CRATE_DEPENDS+= proc-macro2-1.0.86
-CARGO_CRATE_DEPENDS+= anyhow-1.0.87
-CARGO_CRATE_DEPENDS+= shlex-1.3.0
-CARGO_CRATE_DEPENDS+= once_cell-1.19.0
-CARGO_CRATE_DEPENDS+= ipnet-2.10.0
-CARGO_CRATE_DEPENDS+= codespan-reporting-0.11.1
-CARGO_CRATE_DEPENDS+= base64-0.22.1
-CARGO_CRATE_DEPENDS+= scratch-1.0.7
-CARGO_CRATE_DEPENDS+= link-cplusplus-1.0.9
-CARGO_CRATE_DEPENDS+= itoa-1.0.11
-CARGO_CRATE_DEPENDS+= winapi-util-0.1.9
-CARGO_CRATE_DEPENDS+= windows-sys-0.59.0
-CARGO_CRATE_DEPENDS+= windows-targets-0.52.6
-CARGO_CRATE_DEPENDS+= windows_aarch64_gnullvm-0.52.6
-CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.52.6
-CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.52.6
-CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.52.6
-CARGO_CRATE_DEPENDS+= windows_i686_gnullvm-0.52.6
-CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.52.6
-CARGO_CRATE_DEPENDS+= windows_x86_64_gnullvm-0.52.6
-CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.52.6
+CARGO_CRATE_DEPENDS+= equivalent-1.0.1
+CARGO_CRATE_DEPENDS+= termcolor-1.4.1
+CARGO_CRATE_DEPENDS+= version_check-0.9.5
+CARGO_CRATE_DEPENDS+= unicode-ident-1.0.12
+CARGO_CRATE_DEPENDS+= serde-1.0.210
+CARGO_CRATE_DEPENDS+= serde_yml-0.0.12
+CARGO_CRATE_DEPENDS+= hashbrown-0.14.5
+CARGO_CRATE_DEPENDS+= syn-2.0.77
+CARGO_CRATE_DEPENDS+= memchr-2.7.4
+CARGO_CRATE_DEPENDS+= unicode-width-0.1.13
+CARGO_CRATE_DEPENDS+= cxxbridge-macro-1.0.128
+CARGO_CRATE_DEPENDS+= cxxbridge-flags-1.0.128
+CARGO_CRATE_DEPENDS+= libyml-0.0.5
+CARGO_CRATE_DEPENDS+= indexmap-2.5.0
+CARGO_CRATE_DEPENDS+= serde_derive-1.0.210
+CARGO_CRATE_DEPENDS+= ryu-1.0.18
+CARGO_CRATE_DEPENDS+= quote-1.0.37
+CARGO_CRATE_DEPENDS+= cxx-build-1.0.128
+CARGO_CRATE_DEPENDS+= cc-1.1.18
+CARGO_CRATE_DEPENDS+= cxx-1.0.128
+CARGO_CRATE_DEPENDS+= proc-macro2-1.0.86
+CARGO_CRATE_DEPENDS+= anyhow-1.0.87
+CARGO_CRATE_DEPENDS+= shlex-1.3.0
+CARGO_CRATE_DEPENDS+= once_cell-1.19.0
+CARGO_CRATE_DEPENDS+= ipnet-2.10.0
+CARGO_CRATE_DEPENDS+= codespan-reporting-0.11.1
+CARGO_CRATE_DEPENDS+= base64-0.22.1
+CARGO_CRATE_DEPENDS+= scratch-1.0.7
+CARGO_CRATE_DEPENDS+= link-cplusplus-1.0.9
+CARGO_CRATE_DEPENDS+= itoa-1.0.11
+CARGO_CRATE_DEPENDS+= winapi-util-0.1.9
+CARGO_CRATE_DEPENDS+= windows-sys-0.59.0
+CARGO_CRATE_DEPENDS+= windows-targets-0.52.6
+CARGO_CRATE_DEPENDS+= windows_aarch64_gnullvm-0.52.6
+CARGO_CRATE_DEPENDS+= windows_aarch64_msvc-0.52.6
+CARGO_CRATE_DEPENDS+= windows_i686_gnu-0.52.6
+CARGO_CRATE_DEPENDS+= windows_i686_msvc-0.52.6
+CARGO_CRATE_DEPENDS+= windows_i686_gnullvm-0.52.6
+CARGO_CRATE_DEPENDS+= windows_x86_64_gnu-0.52.6
+CARGO_CRATE_DEPENDS+= windows_x86_64_gnullvm-0.52.6
+CARGO_CRATE_DEPENDS+= windows_x86_64_msvc-0.52.6
diff --git a/powerdns-recursor52/cargo.mk b/powerdns-recursor52/cargo.mk
index 81b3606516..6478dbe0c2 100644
--- a/powerdns-recursor52/cargo.mk
+++ b/powerdns-recursor52/cargo.mk
@@ -105,7 +105,7 @@ ALL_ENV+= CARGO_HOME=${WRKDIR}
# # remove files cargo uses for tracking installations
# ${RM} -f ${DESTDIR}${PREFIX}/.crates.toml
# ${RM} -f ${DESTDIR}${PREFIX}/.crates2.json
-
+
#.if ${OPSYS} == "Darwin"
#.PHONY: do-cargo-post-install-darwin-fix-rpath
#post-install: do-cargo-post-install-darwin-fix-rpath
Home |
Main Index |
Thread Index |
Old Index