Path to this page:
Subject: CVS commit: pkgsrc/mail/alpine
From: Benny Siegert
Date: 2023-01-15 18:31:01
Message id: 20230115173101.6980EFA90@cvs.NetBSD.org
Log Message:
alpine: fix subst on macOS
The alpine's Makefile has source string substitution for panic( to Panic(.
However, both the file name search pattern and the replacement string search
pattern is no longer complete, causing some alpine_panic() to still exist,
while the definition has changed to alpine_Panic().
From kflu via github.
Closes NetBSD/pkgsrc#113
Files: