svn commit: r312602 - in head/sysutils/freeipmi: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Feb 19 20:39:03 UTC 2013
Author: sunpoet
Date: Tue Feb 19 20:39:02 2013
New Revision: 312602
URL: http://svnweb.freebsd.org/changeset/ports/312602
Log:
- Fix build with clang
- Remove unrecognized CONFIGURE_ARGS
- Remove PTHREAD_LIBS [1]
Submitted by: gahr [1]
Added:
head/sysutils/freeipmi/files/patch-man-Makefile.in (contents, props changed)
Modified:
head/sysutils/freeipmi/Makefile
Modified: head/sysutils/freeipmi/Makefile
==============================================================================
--- head/sysutils/freeipmi/Makefile Tue Feb 19 20:35:39 2013 (r312601)
+++ head/sysutils/freeipmi/Makefile Tue Feb 19 20:39:02 2013 (r312602)
@@ -19,13 +19,11 @@ OPTIONS_DEFINE= DEBUG DOCS IOPERM
IOPERM_DESC= Use i386_set_ioperm (i386/amd64 only)
CONFIGURE_ARGS= --disable-init-scripts \
- --disable-logdir \
- --disable-logrotate-config \
--localstatedir=/var \
--sysconfdir=${CONF_DIR} \
--with-ipmi-monitoring-sdr-cache-dir=${CACHE_DIR}/ipmimonitoringsdrcache \
--with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig
-CONFIGURE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS}
+CONFIGURE_ENV= PTHREAD_LIBS=-pthread ac_cv_path_CPP=${CPP}
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
Added: head/sysutils/freeipmi/files/patch-man-Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/freeipmi/files/patch-man-Makefile.in Tue Feb 19 20:39:02 2013 (r312602)
@@ -0,0 +1,11 @@
+--- man/Makefile.in.orig 2013-01-11 03:00:35.000000000 +0800
++++ man/Makefile.in 2013-02-02 03:18:42.250624916 +0800
+@@ -896,7 +896,7 @@
+
+
+ $(MANS_CPP): $(MANS_CPP:%=%.pre)
+- $(CPP) -w -C -P -I$(top_srcdir)/man $@.pre $@
++ $(CPP) -w -C -I$(top_srcdir)/man $@.pre | grep -v '^#' > $@
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
More information about the svn-ports-head
mailing list