From owner-cvs-all@FreeBSD.ORG Mon Aug 2 12:32:21 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 020D9106567A; Mon, 2 Aug 2010 12:32:21 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 339A28FC20; Mon, 2 Aug 2010 12:32:19 +0000 (UTC) Received: by fxm13 with SMTP id 13so1744604fxm.13 for ; Mon, 02 Aug 2010 05:32:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=ZCyV29FMD6B4yGG2a4IW8MvXw2SHYzYppiz/EyfVeY4=; b=krckKkmop5VEMKm1yLkMlK8l4lGWo9+/tArqXF5EiLNP6c4Bt7aXvMjkZ08gqj/ZYV zqtjmqILqPhuez36Wc90a/eea2ZXHbOXjTXzVQ+lkcfLObO/dpisMjbdwxb8YCm65gq5 OM3P9EofXRoS4dHYhdKLzyeFfBgMQxENq7foY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=AVHbi9DgYsnScyCKoMkYH+dX+9/XYeTBay++phCIGMns/4cp14HCcob2qNfXrX6y0K OTtdRn6U4+1NF7VW4Z1qM/KmyLLCgywjS/qImoXzUCJf88cEejySISyVBJTN2agBxHEx nv1unFz6mnG+ikxsRzqrHuWU5flgbwyd7WJIo= Received: by 10.223.119.131 with SMTP id z3mr5724118faq.61.1280752338837; Mon, 02 Aug 2010 05:32:18 -0700 (PDT) Received: from localhost (torexit1.talkflack.com [173.193.216.91]) by mx.google.com with ESMTPS id r10sm1986081faq.5.2010.08.02.05.32.13 (version=SSLv3 cipher=RC4-MD5); Mon, 02 Aug 2010 05:32:17 -0700 (PDT) From: Anonymous To: Max Khon References: <201008021152.o72Bq4KZ071513@repoman.freebsd.org> Date: Mon, 02 Aug 2010 16:32:09 +0400 In-Reply-To: <201008021152.o72Bq4KZ071513@repoman.freebsd.org> (Max Khon's message of "Mon, 2 Aug 2010 11:52:04 +0000 (UTC)") Message-ID: <86ocdlry9i.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/wxgtk28 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2010 12:32:21 -0000 Max Khon writes: > fjoe 2010-08-02 11:52:04 UTC > > FreeBSD ports repository > > Modified files: > x11-toolkits/wxgtk28 Makefile pkg-plist > Log: > Move gstreamer and mspack to OPTIONS. > > PR: 146551 > Submitted by: Anonymous > > Revision Changes Path > 1.55 +25 -5 ports/x11-toolkits/wxgtk28/Makefile > 1.12 +3 -3 ports/x11-toolkits/wxgtk28/pkg-plist A bit of cleaning up that I've noticed too late. %% diff --git a/Makefile b/Makefile index 89e4ade..4a3ea85 100644 --- a/Makefile +++ b/Makefile @@ -34,9 +34,7 @@ CONFIGURE_ARGS= --with-libpng=sys\ --with-zlib=sys\ --with-expat=sys\ --with-opengl\ - --with-mspack\ --with-gtk\ - --enable-mediactrl\ --disable-backtrace\ --enable-graphics_ctx CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}"\ %%