Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2005 22:10:08 GMT
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/85818: New port: games/vor Dodge the rocks until you die
Message-ID:  <200509072210.j87MA8ZV059985@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/85818; it has been noted by GNATS.

From: Dmitry Marakasov <amdmi3@mail.ru>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509072210.j87MA8ZV059985>