pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ddclient



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 17 05:41:50 UTC 2025

Modified Files:
        pkgsrc/net/ddclient: distinfo
Added Files:
        pkgsrc/net/ddclient/patches: patch-Makefile.am

Log Message:
ddclient: fix build with automake 1.18


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/ddclient/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/ddclient/patches/patch-Makefile.am

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

Modified files:

Index: pkgsrc/net/ddclient/distinfo
diff -u pkgsrc/net/ddclient/distinfo:1.15 pkgsrc/net/ddclient/distinfo:1.16
--- pkgsrc/net/ddclient/distinfo:1.15   Mon Dec  2 17:59:49 2024
+++ pkgsrc/net/ddclient/distinfo        Thu Jul 17 05:41:50 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.15 2024/12/02 17:59:49 abs Exp $
+$NetBSD: distinfo,v 1.16 2025/07/17 05:41:50 wiz Exp $
 
 BLAKE2s (ddclient-3.11.2.tar.gz) = 4448187c55cd926c797aad6744f1a367e0b86420cfad9a14759af593f2b70660
 SHA512 (ddclient-3.11.2.tar.gz) = b0d275f5ccc36cd8b532b6176de885696ff189dbdffa71bc63e9fa6db2aaf4ab5ff3290c251e318f05b2163c546dcc785eb3582388d9fb70e8439e35e5cbcd7f
 Size (ddclient-3.11.2.tar.gz) = 278314 bytes
+SHA1 (patch-Makefile.am) = 12612a178bc77321ab5ddd59693332ed0e7e6303

Added files:

Index: pkgsrc/net/ddclient/patches/patch-Makefile.am
diff -u /dev/null pkgsrc/net/ddclient/patches/patch-Makefile.am:1.1
--- /dev/null   Thu Jul 17 05:41:51 2025
+++ pkgsrc/net/ddclient/patches/patch-Makefile.am       Thu Jul 17 05:41:50 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.am,v 1.1 2025/07/17 05:41:50 wiz Exp $
+
+Makefile.am:20: warning: escaping \# comment markers is not portable
+
+--- Makefile.am.orig   2025-07-17 05:38:39.150518850 +0000
++++ Makefile.am
+@@ -19,7 +19,7 @@ CLEANFILES =
+ # Command that replaces substitution variables with their values.
+ subst = sed \
+       -e 's|@PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \
+-      -e '1 s|^\#\!.*perl$$|\#\!$(PERL)|g' \
++      -e '1 s|^\(.\)\!.*perl$$|\1\!$(PERL)|g' \
+       -e 's|@localstatedir[@]|$(localstatedir)|g' \
+       -e 's|@runstatedir[@]|$(runstatedir)|g' \
+       -e 's|@sysconfdir[@]|$(sysconfdir)|g' \



Home | Main Index | Thread Index | Old Index