From owner-svn-ports-all@FreeBSD.ORG Thu Sep 5 23:28:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CEBD3A13 for ; Thu, 5 Sep 2013 23:28:06 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A62F127C0 for ; Thu, 5 Sep 2013 23:28:06 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id ld10so2563650pab.22 for ; Thu, 05 Sep 2013 16:28:05 -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:date :message-id:subject:from:to:cc:content-type; bh=Ydnu2AI6OLRLnDrpkSUdaD380bSPfQsF1A5kPQNFGWo=; b=kDeDXndWYhN9jIhpwz1tYXpsCqbwe5qVtghIZhw00Hi7YKjaHV/HGSmSLdWOJWz4Nb oiCYih+ybLhDbH8H7aTkJX/d5DYyZe/4fEzep7YS0xyzMWKBF9mnszzeuiNuJGR/R0+N EgAr4Em06GwG9ZCNDXV6VozqVDwi6oeCz8R+Y3gh+1RWqiXN5Oyr31fnGG1ExF0cWUN9 /D2b8w/XLYFpBBPlGqlwkkTPIyvMOA/qI5rY31V3+mA9eMnBnL0CY9Ym7N0quC7PZVa9 Wj8lNbzQ7dYi2RTBHbWV+eis/Rxg0Cg0/uZeIlWPtYSZ3LLUX6ndsZgNlPVq7j2z7UKk 28mA== X-Gm-Message-State: ALoCoQlUuXrL5BK3S0WojwtLTxn1Uyk5SdC558f8QXMa4b8SwlzmwLLWk1uRqH2xc7zd2O/0cx+l MIME-Version: 1.0 X-Received: by 10.68.220.1 with SMTP id ps1mr11748132pbc.30.1378421912814; Thu, 05 Sep 2013 15:58:32 -0700 (PDT) Sender: bsd-src@helfman.org Received: by 10.70.100.165 with HTTP; Thu, 5 Sep 2013 15:58:32 -0700 (PDT) In-Reply-To: <201309051804.r85I4g3D000266@svn.freebsd.org> References: <201309051804.r85I4g3D000266@svn.freebsd.org> Date: Thu, 5 Sep 2013 15:58:32 -0700 X-Google-Sender-Auth: BE-TKgINqt0ruYEasxmXNv-Bba4 Message-ID: Subject: Re: svn commit: r326430 - head/www/flickcurl From: Jason Helfman To: Sunpoet Po-Chuan Hsieh Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 23:28:06 -0000 Did you test this? This is now broken, as a result. I suggest reverting. -jgh On Thu, Sep 5, 2013 at 11:04 AM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Thu Sep 5 18:04:42 2013 > New Revision: 326430 > URL: http://svnweb.freebsd.org/changeset/ports/326430 > > Log: > - Fix CONFIGURE_ARGS > > Modified: > head/www/flickcurl/Makefile > > Modified: head/www/flickcurl/Makefile > > ============================================================================== > --- head/www/flickcurl/Makefile Thu Sep 5 17:58:00 2013 (r326429) > +++ head/www/flickcurl/Makefile Thu Sep 5 18:04:42 2013 (r326430) > @@ -31,9 +31,9 @@ USE_LDCONFIG= yes > MAN1= flickcurl.1 flickcurl-config.1 flickrdf.1 > > OFFLINE_CONFIGURE_ON= --enable-offline > -OFFLINE_CONFIGURE_OFF= offline=no > +OFFLINE_CONFIGURE_OFF= --offline=no > CAPTURE_CONFIGURE_ON= --enable-capture > -CAPTURE_CONFIGURE_OFF= capture=no > +CAPTURE_CONFIGURE_OFF= --capture=no > RAPTOR_LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 > RAPTOR_CONFIGURE_ON= --with-raptor=2 > RAPTOR_CONFIGURE_OFF= --with-raptor=no > > -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve