svn commit: r385951 - in head/sysutils/freeipmi: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 10 12:45:47 UTC 2015
Author: sunpoet
Date: Sun May 10 12:45:45 2015
New Revision: 385951
URL: https://svnweb.freebsd.org/changeset/ports/385951
Log:
- Cleanup CONFIGURE_ARGS: --localstatedir=/var was added by bsd.port.mk since r384380
- Regenerate patch files with makepatch:
Modified:
head/sysutils/freeipmi/Makefile
head/sysutils/freeipmi/files/patch-ipmi-oem-ipmi-oem.h
head/sysutils/freeipmi/files/patch-libfreeipmi-driver-ipmi-kcs-driver.c
head/sysutils/freeipmi/files/patch-man-Makefile.in
Modified: head/sysutils/freeipmi/Makefile
==============================================================================
--- head/sysutils/freeipmi/Makefile Sun May 10 12:45:39 2015 (r385950)
+++ head/sysutils/freeipmi/Makefile Sun May 10 12:45:45 2015 (r385951)
@@ -19,7 +19,6 @@ OPTIONS_DEFINE= DEBUG DOCS IOPERM
IOPERM_DESC= Use i386_set_ioperm
CONFIGURE_ARGS= --disable-init-scripts \
- --localstatedir=/var \
--sysconfdir=${ETCDIR} \
--with-ipmi-monitoring-sdr-cache-dir=${CACHE_DIR}/ipmimonitoringsdrcache \
--with-ipmiseld-cache-dir=${CACHE_DIR}/ipmiseld \
Modified: head/sysutils/freeipmi/files/patch-ipmi-oem-ipmi-oem.h
==============================================================================
--- head/sysutils/freeipmi/files/patch-ipmi-oem-ipmi-oem.h Sun May 10 12:45:39 2015 (r385950)
+++ head/sysutils/freeipmi/files/patch-ipmi-oem-ipmi-oem.h Sun May 10 12:45:45 2015 (r385951)
@@ -1,5 +1,5 @@
---- ipmi-oem/ipmi-oem.h.orig 2014-03-04 03:36:03.000000000 +0800
-+++ ipmi-oem/ipmi-oem.h 2014-03-06 04:16:04.700980190 +0800
+--- ipmi-oem/ipmi-oem.h.orig 2014-01-03 23:45:22 UTC
++++ ipmi-oem/ipmi-oem.h
@@ -20,6 +20,7 @@
#define IPMI_OEM_H
Modified: head/sysutils/freeipmi/files/patch-libfreeipmi-driver-ipmi-kcs-driver.c
==============================================================================
--- head/sysutils/freeipmi/files/patch-libfreeipmi-driver-ipmi-kcs-driver.c Sun May 10 12:45:39 2015 (r385950)
+++ head/sysutils/freeipmi/files/patch-libfreeipmi-driver-ipmi-kcs-driver.c Sun May 10 12:45:45 2015 (r385951)
@@ -1,6 +1,6 @@
---- libfreeipmi/driver/ipmi-kcs-driver.c.orig 2012-01-03 03:25:58.000000000 +0800
-+++ libfreeipmi/driver/ipmi-kcs-driver.c 2012-01-06 04:38:31.485000601 +0800
-@@ -491,7 +491,7 @@
+--- libfreeipmi/driver/ipmi-kcs-driver.c.orig 2014-01-03 23:45:22 UTC
++++ libfreeipmi/driver/ipmi-kcs-driver.c
+@@ -491,7 +491,7 @@ ipmi_kcs_ctx_io_init (ipmi_kcs_ctx_t ctx
#ifdef __FreeBSD__
#ifdef USE_IOPERM
/* i386_set_ioperm has known problems on FBSD 5.x (bus errors). */
Modified: head/sysutils/freeipmi/files/patch-man-Makefile.in
==============================================================================
--- head/sysutils/freeipmi/files/patch-man-Makefile.in Sun May 10 12:45:39 2015 (r385950)
+++ head/sysutils/freeipmi/files/patch-man-Makefile.in Sun May 10 12:45:45 2015 (r385951)
@@ -1,6 +1,6 @@
---- man/Makefile.in.orig 2014-03-04 03:36:13.000000000 +0800
-+++ man/Makefile.in 2014-03-06 04:17:01.801977380 +0800
-@@ -885,7 +885,7 @@
+--- man/Makefile.in.orig 2015-01-07 18:23:47 UTC
++++ man/Makefile.in
+@@ -885,7 +885,7 @@ uninstall-man: uninstall-man3 uninstall-
$(MANS_CPP): $(MANS_CPP:%=%.pre)
More information about the svn-ports-all
mailing list