From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 21:35:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 532EA4E9 for ; Sat, 7 Sep 2013 21:35:45 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF0752692 for ; Sat, 7 Sep 2013 21:35:44 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id q8so3873204lbi.39 for ; Sat, 07 Sep 2013 14:35:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=6MHxFhercB7/ia2C1TVvnge0PffcwRWmwYFOklx+78c=; b=YH8OrxLfc9zCnl5X9HDKK/UQS5T2yyQ0HdnIwhHVIL2362Hiq30wRooeyvi3jms+lB xAZtC001Hf6X/WpxMLV4y2EUbUnD719xHCDTwTcm/Xvz3ED+/VUpOCxUJF5mt65C+HKC a7qzwR5FG0jquhXfmpLblsM4bexRwjI6Svwc+MtgnUz6GsYfSP50DFPlff7NoFl4pzwV KqQZBQZghmZJ6HUmDO2dbBEK+3gHmVWKZRDHc1STLbXlXqgHhNUNTbjlYpO+kxJxomLF L0qaI6Eexf9BR351IenpHIXTOjVM6+8T/l95NmqL45LPmDeI+KbopXmpbymfxaTsRudi YxPg== X-Gm-Message-State: ALoCoQkHTSAOgfXV7tO0obMZdQXtv/uB2K3hQSV5O+h7CJN5U3rPOXKO8LiuRHgIzyTiXwjHSSXV X-Received: by 10.152.19.1 with SMTP id a1mr8472520lae.8.1378589736915; Sat, 07 Sep 2013 14:35:36 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.91.9 with HTTP; Sat, 7 Sep 2013 14:35:16 -0700 (PDT) In-Reply-To: <20130907203916.GI77141@ithaqua.etoilebsd.net> References: <201309071838.r87IcQk9091946@svn.freebsd.org> <20130907203916.GI77141@ithaqua.etoilebsd.net> From: Sunpoet Po-Chuan Hsieh Date: Sun, 8 Sep 2013 05:35:16 +0800 X-Google-Sender-Auth: bFuQgRhFTIEUJcPyfqulTs6n9XE Message-ID: Subject: Re: svn commit: r326679 - head/irc/bitchx To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers 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: Sat, 07 Sep 2013 21:35:45 -0000 On Sun, Sep 8, 2013 at 4:39 AM, Baptiste Daroussin wrote: > On Sat, Sep 07, 2013 at 06:38:26PM +0000, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Sat Sep 7 18:38:25 2013 > > New Revision: 326679 > > URL: http://svnweb.freebsd.org/changeset/ports/326679 > > > > Log: > > - Remove deprecated GTK/XMMS support > > - While I'm here: > > - Add DOCS to OPTIONS_DEFINE > > - Remove IPV6 from OPTIONS_DEFAULT > > > > PR: ports/181628 > > Submitted by: Chris Petrik > (co-maintainer) > > > > Modified: > > head/irc/bitchx/Makefile > > head/irc/bitchx/pkg-plist > > > Now WANT_GNOME seems useless, am I wrong? > > regards, > Bapt > Removed. Thanks! Regards, sunpoet