Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2014 14:58:52 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358012 - in head/devel/smack: . files
Message-ID:  <201406161458.s5GEwqOx049113@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jun 16 14:58:52 2014
New Revision: 358012
URL: http://svnweb.freebsd.org/changeset/ports/358012
QAT: https://qat.redports.org/buildarchive/r358012/

Log:
  - Stagify
  - Fix build with clang
  
  Approved by:	portmgr blanket

Added:
  head/devel/smack/files/
  head/devel/smack/files/patch-include__smack__blob.hpp   (contents, props changed)
Modified:
  head/devel/smack/Makefile

Modified: head/devel/smack/Makefile
==============================================================================
--- head/devel/smack/Makefile	Mon Jun 16 14:56:34 2014	(r358011)
+++ head/devel/smack/Makefile	Mon Jun 16 14:58:52 2014	(r358012)
@@ -24,7 +24,6 @@ USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	EXAMPLES
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MEXAMPLES}

Added: head/devel/smack/files/patch-include__smack__blob.hpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/smack/files/patch-include__smack__blob.hpp	Mon Jun 16 14:58:52 2014	(r358012)
@@ -0,0 +1,11 @@
+--- include/smack/blob.hpp.orig	2012-12-06 22:30:27.000000000 +0400
++++ include/smack/blob.hpp	2014-06-16 17:12:07.000000000 +0400
+@@ -589,7 +589,7 @@
+ 			if (idx != -1) {
+ 				m_chunk_idx = idx;
+ 				fin_t in;
+-				m_files[idx]->read_index<fin_t>(in, m_chunks, m_chunks_unsorted, 0);
++				m_files[idx]->template read_index<fin_t>(in, m_chunks, m_chunks_unsorted, 0);
+ 
+ 				log(SMACK_LOG_INFO, "%s: read-index: idx: %d, sorted: %zd, unsorted: %zd, num: %zd\n",
+ 						m_path.c_str(), idx, m_chunks.size(), m_chunks_unsorted.size(), this->num());



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