Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2015 12:45:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385951 - in head/sysutils/freeipmi: . files
Message-ID:  <201505101245.t4ACjkbH011682@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505101245.t4ACjkbH011682>