Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 18:36:20 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327101 - in head/mail/libvmime: . files
Message-ID:  <201309121836.r8CIaK1Z023873@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Thu Sep 12 18:36:20 2013
New Revision: 327101
URL: http://svnweb.freebsd.org/changeset/ports/327101

Log:
  Fix a build.

Added:
  head/mail/libvmime/files/patch-vmime__utility__smartPtrInt.hpp   (contents, props changed)
Modified:
  head/mail/libvmime/Makefile

Modified: head/mail/libvmime/Makefile
==============================================================================
--- head/mail/libvmime/Makefile	Thu Sep 12 18:28:45 2013	(r327100)
+++ head/mail/libvmime/Makefile	Thu Sep 12 18:36:20 2013	(r327101)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libvmime
 PORTVERSION=	0.9.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	mail
 MASTER_SITES=	SF/vmime/vmime/0.9
 

Added: head/mail/libvmime/files/patch-vmime__utility__smartPtrInt.hpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/libvmime/files/patch-vmime__utility__smartPtrInt.hpp	Thu Sep 12 18:36:20 2013	(r327101)
@@ -0,0 +1,11 @@
+--- ./vmime/utility/smartPtrInt.hpp.orig	2009-09-06 05:10:27.000000000 -0700
++++ ./vmime/utility/smartPtrInt.hpp	2013-09-12 11:22:28.695743913 -0700
+@@ -28,6 +28,8 @@
+ #include "vmime/config.hpp"
+ #include "vmime/utility/smartPtr.hpp"
+ 
++#include <pthread.h>
++
+ 
+ namespace vmime {
+ namespace utility {



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