Date: Tue, 9 Jun 2015 10:30:16 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388906 - head/sysutils/geomWatch Message-ID: <201506091030.t59AUGBB094883@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506091030.t59AUGBB094883>