From owner-freebsd-ports@freebsd.org Sat Oct 29 17:05:33 2016 Return-Path: Delivered-To: freebsd-ports@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 BA39EC20238 for ; Sat, 29 Oct 2016 17:05:33 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-it0-x22e.google.com (mail-it0-x22e.google.com [IPv6:2607:f8b0:4001:c0b::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 8C05FFB9; Sat, 29 Oct 2016 17:05:33 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-it0-x22e.google.com with SMTP id e187so22714217itc.0; Sat, 29 Oct 2016 10:05:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=LzzuDaz+6nQxG9JRYYPCIQ9WXVXQLi0MrM7PUGP75Q8=; b=xgCWBysPsz/tPQe1ko1Q+gCPhnf51lQ2WMCrzPxrIOU6VZs+7gK9QP6pgjjXV2Zp6Z afrKPpC+o6A6s0Fjt5hD7bjjznuNx7PhG0SWQnki0rOQ6Q4n7ySnjwDpSvF1baLY6z4/ P+r+fTtmk9skHHnZ7O7XQvCGLohdoZdiEYWrCpyYLW7HDalTwwI3CveF29jzrEQYVfIX Mgd5kdQfKJYn35u0qkgMhVtSgH1Du1QHHFv5xAawpKbv80X7xSWUCyjXnpGyYg4phMsT gv9FvEKHCmBeePzbaM2Yinv07Dkfc5NN5snTALE9PokjzxG/XTAASlZQCzBJOr99Npr1 a5Xg== 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:from:date :message-id:subject:to:cc; bh=LzzuDaz+6nQxG9JRYYPCIQ9WXVXQLi0MrM7PUGP75Q8=; b=nBOP+uHXfynduyhOiWgN2K0344uWMOPkE8WhmSYf1jitPSHczU4kUZY+3Ya+f4Kfpm GxdNZb+POaR4lv2ojvyEzEOhhDhJ7XsuB80u3Zhh1rJPRoYWooT72ztDIExWnDaLQhKS 7XBiiT/AugUxnPqDqb/7qgdWZiUBGlB2ddwlIkamyIjLJY5lvgABUOvUflaL8siZ8osQ EeKgcFHwAkk2bx8Lys1X7LfpxH7lROIJWnVXqiOXXn22MpY2RToBwBqqucJFUb13/FBe +1uXOOsn5X6jAqsNRT45WqNUt3EmPqGZtIuaTgVRCTFOxOgZke+Xo51ZOQbZEjU1k44B 3I7A== X-Gm-Message-State: ABUngvfgjRP1VcHGFTsCqhOSAs9duWYbz73Ojer3G7MR86vHIOkessxImzyEVNiB7fQ4YCPEGV8hRrHt+QZiWQ== X-Received: by 10.107.47.16 with SMTP id j16mr16595815ioo.108.1477760732818; Sat, 29 Oct 2016 10:05:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.67.196 with HTTP; Sat, 29 Oct 2016 10:05:32 -0700 (PDT) In-Reply-To: <20160906204506.GD23964@csarch> References: <57C6E416.50900@physics.org> <20160906204506.GD23964@csarch> From: Ben Woods Date: Sun, 30 Oct 2016 01:05:32 +0800 Message-ID: Subject: Re: Split irc/quassel into irc/quassel-client and irc/quassel-core To: Christian Schwarz Cc: FreeBSD ports , makc@freebsd.org, "Tobias C. Berner" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2016 17:05:33 -0000 On 7 September 2016 at 04:45, Christian Schwarz wrote: > > May I suggest just having a slave port for quassel-core? The client and > > mono appear to have the heaviest dependencies. > > > > Example at https://www.bayofrum.net/~crees/patches/quassel-core.diff > (It's > > ready to commit, so if you're happy Max it can go in) > > > > Has anything happened about this? > > -- > Christian > Hi Christian, This split of irc/quassel into 2 parts (one for client and one for server) has now been completed in r424921: https://svnweb.freebsd.org/ports?view=revision&revision=424921 Regards, Ben -- From: Benjamin Woods woodsb02@gmail.com