ports/comms/ebusd/files/patch-configure.ac
Oleksii Samorukov c934fdfbf6 comms/ebusd: update to 23.3
- remove outdated patches and update existing
- temporary remove ebusfeed tool as it is now broken (reported to
  upstream)
- remove dependency on libargp

ChangeLog: https://github.com/john30/ebusd/discussions/1107
2023-12-27 22:28:09 +01:00

11 lines
951 B
Text

--- configure.ac.orig 2023-12-27 11:22:31 UTC
+++ configure.ac
@@ -146,7 +146,7 @@ AM_COND_IF([KNX], [AC_CONFIG_FILES([
])])
AC_DEFINE_UNQUOTED(PACKAGE_PIDFILE, "${localstatedir}/run/${PACKAGE_NAME}.pid", [The path and name of the PID file.])
-AC_DEFINE_UNQUOTED(PACKAGE_LOGFILE, "${localstatedir}/log/${PACKAGE_NAME}.log", [The path and name of the log file.])
+AC_DEFINE_UNQUOTED(PACKAGE_LOGFILE, "${localstatedir}/log/${PACKAGE_NAME}/${PACKAGE_NAME}.log", [The path and name of the log file.])
AC_DEFINE(SCAN_VERSION, "[m4_esyscmd_s([sed -e 's#^\([0-9]*\.[0-9]*\).*#\1#' -e 's#\.\([0-9]\)$#0\1#' -e 's#\.##' VERSION])]", [The version of the package formatted for the scan result.])
AC_DEFINE(PACKAGE_VERSION_MAJOR, [m4_esyscmd_s([sed -e 's#^\([0-9]*\)\..*$#\1#' VERSION])], [The major version of the package.])
AC_DEFINE(PACKAGE_VERSION_MINOR, [m4_esyscmd_s([sed -e 's#^.*\.\([0-9]*\)$#\1#' VERSION])], [The minor version of the package.])