From owner-svn-ports-head@freebsd.org Sun Jan 3 10:14:16 2016 Return-Path: Delivered-To: svn-ports-head@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 C0AC7A60A69 for ; Sun, 3 Jan 2016 10:14:16 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-vk0-x230.google.com (mail-vk0-x230.google.com [IPv6:2607:f8b0:400c:c05::230]) (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 783C31A5A for ; Sun, 3 Jan 2016 10:14:16 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-vk0-x230.google.com with SMTP id f2so198575679vkb.3 for ; Sun, 03 Jan 2016 02:14:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=YJHr3oprtcSmP6aq7Op7WnkZGW1Ax3+tmWvd9l4J0qE=; b=Syt2GN9UKepjt+O/fTBIn9jySThiJbPY2ZapA/PYGLp413qRmsxU5m9WENRTHLZ4VE 86cmg2NJwWrwVgE7aEBPHNp4arSzlfGOB/mqmKn4DzZx4V2BBEL8CVMWGe5i0Uwxd9eY wiyYeJs4Nc362wQZDMi6tQOFGUG3a2qjuQl5n5L4rmagu8iMA1NPcdKDfxOZ6M+wha6S qXxWQkKoIq7UZnJKonWKIdiF7FdzcInWcXF53v+8k5UOflkl7U47V5y2D9YvWJipv1zb 7yvA1hv02mR/9HdI39DDoEl1coGWHICnE++Yf1j7OGxA1rdT/Rred2ZWgh5oTNbX4WGT BFHQ== 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=YJHr3oprtcSmP6aq7Op7WnkZGW1Ax3+tmWvd9l4J0qE=; b=OOeIkCW3TyP1sKYAhaQC5ka6c/zO7S6Scz72XZDDzu9+GwOQJhRjyCYJO3TNKo8CMS lbj4G/OdW+pkqT8yp4tCDrGhqz9T2SoMSbHb+S4P7gw/gtOzE6m0BdApVaL3LUTSNY20 kL4R1UPb34PmsmS4E72RvQi6VTkL3uvjnwpVHJhldPYOkdPDdViaESYMDTTRdXln+XAJ 204ApEZ3yoR+TRpaE7PYDE9/6c4q4meywwZiyfT+Dv74OEb8/WnTiO2esABvOxREiXzu YVm4CxxOe3OwP3ayJTmOO+fanrD9yLbkNHYpPF5zbKNYhmH7f2WsDGRjoHbJHSImHrEI nJGQ== X-Gm-Message-State: ALoCoQk+7oBlR7yaFeGqRIT4LR6cjefRjfqHI+COJI/KfjGkmpx5CyfrILNJ1z96qcCLLQUBbnJN6F+OwUI61fta2nZk1ye2Ag== X-Received: by 10.31.0.136 with SMTP id 130mr52139536vka.139.1451816054970; Sun, 03 Jan 2016 02:14:14 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.31.219.3 with HTTP; Sun, 3 Jan 2016 02:13:35 -0800 (PST) In-Reply-To: References: <201601030618.u036INuC073498@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2016 18:13:35 +0800 X-Google-Sender-Auth: esqp6yX-QzVHmNf3RxRGvEw2cyM Message-ID: Subject: Re: svn commit: r405113 - head/x11-toolkits/py-fltk To: Antoine Brodin Cc: Wen Heping , "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 03 Jan 2016 10:14:16 -0000 On Sun, Jan 3, 2016 at 5:24 PM, Antoine Brodin wrote: > On Sun, Jan 3, 2016 at 7:18 AM, Wen Heping wrote: > > Author: wen > > Date: Sun Jan 3 06:18:23 2016 > > New Revision: 405113 > > URL: https://svnweb.freebsd.org/changeset/ports/405113 > > > > Log: > > - Fix build on FreeBSD-9 > > > > Reported by: pkg-fallout@ > > > > Modified: > > head/x11-toolkits/py-fltk/Makefile > > > > Modified: head/x11-toolkits/py-fltk/Makefile > > > ============================================================================== > > --- head/x11-toolkits/py-fltk/Makefile Sun Jan 3 05:47:42 2016 > (r405112) > > +++ head/x11-toolkits/py-fltk/Makefile Sun Jan 3 06:18:23 2016 > (r405113) > > @@ -28,6 +28,12 @@ PORTDOCS= * > > PORTEXAMPLES= * > > WRKSRC= ${WRKDIR}/pyFltk-${PORTVERSION} > > > > +.include > > + > > +#.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 > > +USE_GCC= yes > > +#.endif > > + > > > Hi, > > Are the commented lines intended or not? (this changes depends on FreeBSD > 10+) > It's fixed in r405118. > > Antoine > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" >