svn commit: r388906 - head/sysutils/geomWatch

Jan Beich jbeich at FreeBSD.org
Tue Jun 9 10:30:16 UTC 2015


Author: jbeich
Date: Tue Jun  9 10:30:15 2015
New Revision: 388906
URL: https://svnweb.freebsd.org/changeset/ports/388906

Log:
  sysutils/geomWatch: unbreak build on 11.0C after base at 284107
  
  /tmp/geomWatch-a60166.o: In function `ZPool::update()':
  geomWatch.cpp:(.text+0x4a7d): undefined reference to `illumos_nvlist_free'
  geomWatch.cpp:(.text+0x5017): undefined reference to `illumos_nvlist_free'
  geomWatch.cpp:(.text+0x5305): undefined reference to `illumos_nvlist_free'
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/geomWatch/Makefile

Modified: head/sysutils/geomWatch/Makefile
==============================================================================
--- head/sysutils/geomWatch/Makefile	Tue Jun  9 09:51:07 2015	(r388905)
+++ head/sysutils/geomWatch/Makefile	Tue Jun  9 10:30:15 2015	(r388906)
@@ -33,7 +33,7 @@ IGNORE=		requires geom(4) support
 
 post-extract:
 # base r279437 renamed libnvpair symbols
-.if ${OSVERSION} > 1100062
+.if ${OSVERSION} > 1100062 && ${OSVERSION} < 1100077
 	${CP} ${_DISTDIR}/${DISTFILES:M*\:nvpair:C/:.*//} \
 		${WRKSRC}/zfs/v28/sys/cddl/compat/opensolaris/sys/nvpair.h
 .endif


More information about the svn-ports-all mailing list