From owner-freebsd-stable@freebsd.org Tue Dec 29 18:38:55 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13B37A55046 for ; Tue, 29 Dec 2015 18:38:55 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB8CF1C66 for ; Tue, 29 Dec 2015 18:38:54 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by mail-io0-x22e.google.com with SMTP id 77so24736401ioc.2 for ; Tue, 29 Dec 2015 10:38:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chen-org-nz.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=rSROFExABc5IW9neTA5eEqSadnXx+G1pQbwswC3GUvY=; b=0biclGmwLXF37gWICfjJrkha3b5oEYuyUIykrD5cqMICItLU+IX7ChB0SYEQ7UHjhF eakZOxcvjlhFTQGGnYAU/iZkRhHZU5AHaoB4YNhnuR6Pn3hiEWkkAo9GkSiXeoESZ2kL QFv1ImXR3teQ6ZnYeDGJoaNcEE9UkCw8LQZbphBAwn8uchh80o+A6NCrHsV50Btf5HbF zbKVy1U/FnkL3sK8PU0tONG0JCtUfgP6RBylnA9fPJZBzvWn09oTevjWaDjT4zJ4ryiv aZh+a5z2i90vXOU8tzsB/n96ufMRc8xv+FTKQHdkQUnBX/OHxMk0GDXYSEP9CCgXVDsU pLSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=rSROFExABc5IW9neTA5eEqSadnXx+G1pQbwswC3GUvY=; b=nMxn0WZL3ycaABeJtqeRam+QQ23O5XMmZKFGxqpL0hE1xRZOQHzGmkXq/uOZdrvSZs CTk428wNxNbY3N5s1va/3Yx+mbSgmBHesnsYSHH39v7c69bQ5qvF52jG8l5fPl4jB/8R Igw/KOuOtw6Iwu1iVFW8ueYVOtYR2LVOhcxCiYLGzoZci1RH/xrwh0F/fFuZqXz5uFNx SoQ0dp/D4P8wS5el4NR3jLGVFJWji0TBwHS97SKHK8cP32BFEmn4qePT/TFgJqZlz0BY UhAv4nikcfea7AYYqeSaciKXUUJTaNVXntZTj/yScxdChakAAykYTxqOrMa0tigbse4w Vmlg== X-Gm-Message-State: ALoCoQlC7dbRinFf19jEDcIJtc7PA8f9JJOybsElSbacIzo9ow7rfrq7gxbzjCvf3hynlQ8dSR2jt0j9Dh8KN+kPyhWC/lH7Hw== MIME-Version: 1.0 X-Received: by 10.107.130.90 with SMTP id e87mr49127528iod.77.1451414334045; Tue, 29 Dec 2015 10:38:54 -0800 (PST) Received: by 10.79.39.147 with HTTP; Tue, 29 Dec 2015 10:38:53 -0800 (PST) X-Originating-IP: [121.98.81.220] In-Reply-To: References: Date: Wed, 30 Dec 2015 07:38:53 +1300 Message-ID: Subject: Re: SOL_TCP def? From: Jonathan Chen To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 18:38:55 -0000 On 30 December 2015 at 07:28, Jonathan Chen wrote: [...] > devel/gsoap will build on older version. My installed devel/gsoap was > last installed on 6-Dec-2015. Rephrasing: devel/gsoap will build on an older snapshot of 10/STABLE. My currently installed devel/gsoap was last installed on 6-Dec-2015. -- Jonathan Chen