From owner-svn-ports-head@FreeBSD.ORG Tue Dec 25 17:02:11 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAA5CE48; Tue, 25 Dec 2012 17:02:11 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B53C28FC0C; Tue, 25 Dec 2012 17:02:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBPH2BOe093968; Tue, 25 Dec 2012 17:02:11 GMT (envelope-from ume@svn.freebsd.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBPH2BJ6093966; Tue, 25 Dec 2012 17:02:11 GMT (envelope-from ume@svn.freebsd.org) Message-Id: <201212251702.qBPH2BJ6093966@svn.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 25 Dec 2012 17:02:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309488 - in head/security/cyrus-sasl2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2012 17:02:12 -0000 Author: ume Date: Tue Dec 25 17:02:10 2012 New Revision: 309488 URL: http://svnweb.freebsd.org/changeset/ports/309488 Log: Add upstream commit to define size_t in sasl.h. PR: ports/174379, ports/174692 Submitted by: rakuco Obtained from: http://git.cyrusimap.org/cyrus-sasl/commit/include/sasl.h?id=67a188693796a14e3a76ac603104807fbbfddfc4 Added: head/security/cyrus-sasl2/files/patch-include::sasl.h (contents, props changed) Modified: head/security/cyrus-sasl2/Makefile Modified: head/security/cyrus-sasl2/Makefile ============================================================================== --- head/security/cyrus-sasl2/Makefile Tue Dec 25 16:28:34 2012 (r309487) +++ head/security/cyrus-sasl2/Makefile Tue Dec 25 17:02:10 2012 (r309488) @@ -2,7 +2,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 2.1.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/ Added: head/security/cyrus-sasl2/files/patch-include::sasl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/cyrus-sasl2/files/patch-include::sasl.h Tue Dec 25 17:02:10 2012 (r309488) @@ -0,0 +1,23 @@ +From 67a188693796a14e3a76ac603104807fbbfddfc4 Mon Sep 17 00:00:00 2001 +From: Ken Murchison +Date: Thu, 20 Dec 2012 23:14:50 +0000 +Subject: sasl.h: #include for size_t on NetBSD + +--- +(limited to 'include/sasl.h') + +diff --git a/include/sasl.h b/include/sasl.h +index fef4d51..8b8a63f 100755 +--- include/sasl.h ++++ include/sasl.h +@@ -121,6 +121,8 @@ + #ifndef SASL_H + #define SASL_H 1 + ++#include /* For size_t */ ++ + /* Keep in sync with win32/common.mak */ + #define SASL_VERSION_MAJOR 2 + #define SASL_VERSION_MINOR 1 +-- +cgit v0.9.0.2