From owner-svn-ports-all@FreeBSD.ORG Wed Sep 25 16:50:13 2013 Return-Path: Delivered-To: svn-ports-all@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 39AB5B3C; Wed, 25 Sep 2013 16:50:13 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A45CC2325; Wed, 25 Sep 2013 16:50:12 +0000 (UTC) Received: by mail-qc0-f177.google.com with SMTP id x12so4255906qcv.22 for ; Wed, 25 Sep 2013 09:50:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7JjUW4Be1G1nLEjXBgnDnv1rRsF/Mb7Xdqouf1ObA34=; b=bp9FDX5pOBCSeuiQOJoJfw9NGe1zVz4N37CJfj2uoOSXR4jHozUnwid4OS9eefVXp6 kiIlT8VtS7Bjh+Xxa0Ju/70drcbYKSwY3gfwoT5Vds27GZhQxppaVcxYGZPVCPdy0ZyM xMo2I6UbAZPhjlNFiflqmKAx4yQvV+3ejgUH4wsbx/s+qxUQxyOgTSUU2xAGSsclyNsd rElo1VeC3UjYLfu2j03Rc4Uwgbp4GvD3eBe/oBQQQ4q/7meird6T8JP6H1kDq1oT2ANv z48QKgJz/HQDUvtziRuwOSuYmQh5EK9UoxIn8eqTHQwiLFrY3v5PjpKZ5tqPMMAxLjaB iTqg== MIME-Version: 1.0 X-Received: by 10.49.50.198 with SMTP id e6mr3663495qeo.76.1380127811782; Wed, 25 Sep 2013 09:50:11 -0700 (PDT) Received: by 10.140.81.233 with HTTP; Wed, 25 Sep 2013 09:50:11 -0700 (PDT) In-Reply-To: References: <201309251631.r8PGVQug087427@svn.freebsd.org> Date: Wed, 25 Sep 2013 13:50:11 -0300 Message-ID: Subject: Re: svn commit: r328299 - head/games/bubble-chains From: William Grzybowski To: Jason Helfman Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , Rusmir Dusko , "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: Wed, 25 Sep 2013 16:50:13 -0000 On Wed, Sep 25, 2013 at 1:46 PM, Jason Helfman wrote: > Great, thanks. Additionally, is there any reason why staging isn't being > supported in recent commits? The commits have been sent to review before the staging was committed. I will make sure all the new ones have staging support. Cheers > On Wed, Sep 25, 2013 at 9:43 AM, William Grzybowski > wrote: >> >> On Wed, Sep 25, 2013 at 1:36 PM, Jason Helfman wrote: >> > You removed NO_STAGE, but are not supporting staging. This should be put >> > back or fixed. >> >> Indeed, the patch he sent us did not have NO_STAGE removed, I'll talk to >> him. >> Sorry about that. >> >> > On Wed, Sep 25, 2013 at 9:31 AM, Rusmir Dusko >> > wrote: >> >> >> >> Author: nemysis >> >> Date: Wed Sep 25 16:31:26 2013 >> >> New Revision: 328299 >> >> URL: http://svnweb.freebsd.org/changeset/ports/328299 >> >> >> >> Log: >> >> - Change Makefile header >> >> - Change maintainer email to @FreeBSD.org >> >> - Add USE_DOS2UNIX >> >> - Change Desktop entry file >> >> - Add DOCS Option >> >> - Add post-configure, fix build with Clang >> >> - Mute dir install >> >> >> >> Approved by: wg/pawel (mentors) >> >> >> >> Modified: >> >> head/games/bubble-chains/Makefile >> >> >> >> Modified: head/games/bubble-chains/Makefile >> >> >> >> >> >> ============================================================================== >> >> --- head/games/bubble-chains/Makefile Wed Sep 25 16:05:48 2013 >> >> (r328298) >> >> +++ head/games/bubble-chains/Makefile Wed Sep 25 16:31:26 2013 >> >> (r328299) >> >> @@ -1,4 +1,4 @@ >> >> -# Created by: nemysis@gmx.ch >> >> +# Created by: nemysis >> >> # $FreeBSD$ >> >> >> >> PORTNAME= bubble-chains >> >> @@ -9,7 +9,7 @@ MASTER_SITES= http://bubble-chains.sinte >> >> DISTNAME= chains-${DISTVERSION} >> >> EXTRACT_SUFX= -src.7z >> >> >> >> -MAINTAINER= nemysis@gmx.ch >> >> +MAINTAINER= nemysis@FreeBSD.org >> >> COMMENT= The aim is to remove all of the targets on each level >> >> >> >> LICENSE= GPLv2 >> >> @@ -22,17 +22,17 @@ WRKSRC= ${WRKDIR}/chains-${PORTVERSION} >> >> USE_SDL= sdl image mixer >> >> USE_GL= glut glew glu >> >> USE_XORG= xrandr >> >> +USE_DOS2UNIX= *.pro *.cpp *.h *.ui *.ui *.rc *.htm *.dat *.css >> >> USE_QT4= moc_build qmake_build rcc_build uic_build iconengines >> >> imageformats \ >> >> corelib svg xml opengl network >> >> >> >> - >> >> PORTDOCS= README >> >> >> >> -DESKTOP_ENTRIES="Bubble Chains" "${COMMENT}" \ >> >> - "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ >> >> +DESKTOP_ENTRIES="Bubble Chains" "${COMMENT}" "${PORTNAME}" \ >> >> "${PORTNAME}" "Game;ArcadeGame;" false >> >> >> >> -NO_STAGE= yes >> >> +OPTIONS_DEFINE= DOCS >> >> + >> >> .include >> >> >> >> P7ZIP_CMD= ${LOCALBASE}/bin/7z >> >> @@ -50,6 +50,11 @@ do-configure: >> >> @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ >> >> ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} >> >> >> >> +post-configure: >> >> + @${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS ?=|' \ >> >> + -e 's|CXXFLAGS =|CXXFLAGS ?=|' \ >> >> + ${WRKSRC}/Makefile >> >> + >> >> do-install: >> >> ${INSTALL_PROGRAM} ${WRKSRC}/bin/chains >> >> ${PREFIX}/bin/${PORTNAME} >> >> @(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${DATADIR}) >> >> @@ -60,7 +65,7 @@ do-install: >> >> ${PREFIX}/share/pixmaps/${PORTNAME}.ico >> >> >> >> .if ${PORT_OPTIONS:MDOCS} >> >> - ${MKDIR} ${DOCSDIR} >> >> + @${MKDIR} ${DOCSDIR} >> >> ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} >> >> .endif >> >> >> >> >> > >> > >> > >> > -- >> > Jason Helfman | FreeBSD Committer >> > jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to >> > Serve >> >> >> >> -- >> William Grzybowski >> ------------------------------------------ >> Curitiba/PR - Brasil >> > > > > -- > Jason Helfman | FreeBSD Committer > jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil