From owner-svn-ports-head@freebsd.org Sat Aug 27 16:24:40 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 64859B77182; Sat, 27 Aug 2016 16:24:40 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C5CEB9E; Sat, 27 Aug 2016 16:24:39 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip70-178-28-115.ks.ks.cox.net [70.178.28.115]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id A513043BF5; Sat, 27 Aug 2016 11:24:26 -0500 (CDT) Subject: Re: svn commit: r420832 - head/lang/qore To: Wen Heping , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, "B. Estrade" References: <201608250300.u7P30DBt046202@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <624e5728-9366-04e2-c151-d9374c062614@marino.st> Date: Sat, 27 Aug 2016 11:24:25 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201608250300.u7P30DBt046202@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 160827-0, 08/27/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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, 27 Aug 2016 16:24:40 -0000 On 8/24/2016 22:00, Wen Heping wrote: > Author: wen > Date: Thu Aug 25 03:00:13 2016 > New Revision: 420832 > URL: https://svnweb.freebsd.org/changeset/ports/420832 > > Log: > - Update to 0.8.12 > - Switch to USE_GITHUB > - Add missing BUILD_DEPENDS > > PR: 210447 > Submitted by: estrabd@gmail.com(maintainer) > > Modified: > head/lang/qore/Makefile > head/lang/qore/distinfo > head/lang/qore/pkg-plist > > Modified: head/lang/qore/Makefile > ============================================================================== > --- head/lang/qore/Makefile Thu Aug 25 02:25:58 2016 (r420831) > +++ head/lang/qore/Makefile Thu Aug 25 03:00:13 2016 (r420832) > @@ -1,26 +1,28 @@ > # $FreeBSD$ > > PORTNAME= qore > -PORTVERSION= 0.8.11 > +PORTVERSION= 0.8.12 > CATEGORIES= lang > -MASTER_SITES= SF/qore/qore/${PORTVERSION}/ > > MAINTAINER= estrabd@gmail.com > -COMMENT= The Qore Programming Language > +COMMENT= Qore Programming Language > > -LICENSE= GPLv2 > - > -BROKEN_powerpc64= Does not build > +LICENSE= MIT > > LIB_DEPENDS= libpcre.so:devel/pcre \ > libmpfr.so:math/mpfr > BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ > - ${LOCALBASE}/bin/bison:devel/bison > + ${LOCALBASE}/bin/bison:devel/bison \ > + ${LOCALBASE}/bin/bash:shells/bash > > -USES= gmake iconv libtool pathfix tar:bzip2 > +BROKEN_powerpc64= Does not build > + > +USES= gmake iconv libtool:build pathfix autoreconf > USE_OPENSSL= yes > USE_LDCONFIG= yes > GNU_CONFIGURE= yes > +USE_GITHUB= yes > +GH_ACCOUNT= qorelanguage > > CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex" PTHREAD_LIBS="-lpthread" > CONFIGURE_ARGS= --disable-debug --disable-static --with-doxygen=no > @@ -32,10 +34,14 @@ INSTALL_TARGET= install-strip > .include > > .if ${ARCH} == "powerpc" > -BROKEN= Does not compile on powerpc > +BROKEN= Does not compile on powerpc > .endif > Why do have "BROKEN_powerpc64" defined above and '.if ${ARCH} == "powerpc"' below? If you defined "BROKEN_powerpc" then you could get rid of the " .include " and " .include " lines, not to mention increasing consistency. John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus