From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 7 22:10:09 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20DD816A41F for ; Wed, 7 Sep 2005 22:10:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBA8943D45 for ; Wed, 7 Sep 2005 22:10:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j87MA811059986 for ; Wed, 7 Sep 2005 22:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j87MA8ZV059985; Wed, 7 Sep 2005 22:10:08 GMT (envelope-from gnats) Date: Wed, 7 Sep 2005 22:10:08 GMT Message-Id: <200509072210.j87MA8ZV059985@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Dmitry Marakasov Cc: Subject: Re: ports/85818: New port: games/vor Dodge the rocks until you die X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2005 22:10:09 -0000 The following reply was made to PR ports/85818; it has been noted by GNATS. From: Dmitry Marakasov To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/85818: New port: games/vor Dodge the rocks until you die Date: Thu, 8 Sep 2005 02:04:10 +0400 Sorry, that was my first port, so here's patch to Makefile with some changes I forgot to include when submitting PR. --- Makefile.patch begins here --- --- Makefile Thu Sep 8 01:59:15 2005 +++ Makefile Wed Sep 7 22:18:18 2005 @@ -10,7 +10,7 @@ CATEGORIES= games MASTER_SITES= http://qualdan.com/vor/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@mail.ru COMMENT= Dodge the rocks until you die BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone @@ -24,9 +24,9 @@ .for file in main.c shape.h sound.h @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/${file} .endfor - ${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's|^\(my_objects.*\)$$|\1 ${LOCALBASE}/lib/libargp.a|' ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's|/usr/share/vor|${PREFIX}/share/vor|g' ${WRKSRC}/config.h + @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|^\(my_objects.*\)$$|\1 ${LOCALBASE}/lib/libargp.a|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|/usr/share/vor|${PREFIX}/share/vor|g' ${WRKSRC}/config.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vor ${PREFIX}/bin --- Makefile.patch ends here --- -- Best regards, Dmitry mailto:amdmi3@mail.ru