Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2006 16:00:39 GMT
From:      Erik Greenwald <erik@smluc.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/95221 : [Maintainer Update] graphics/gauche-gl minor fix for 'broken' status
Message-ID:  <200606021600.k52G0dfT046161@freefall.freebsd.org>

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

From: Erik Greenwald <erik@smluc.org>
To: bug-followup@FreeBSD.org, vs@freebsd.org
Cc: erik@math.missouristate.edu
Subject: Re: ports/95221 : [Maintainer Update] graphics/gauche-gl minor fix for 'broken' status
Date: Mon, 29 May 2006 12:15:12 -0500

 Ah, there was a typo'd #ifdef in that file, as well. I have submitted a
 patch to the gauche-gl project to fix it. In the interim, here is a
 fresh diff. Patch is also available at
 http://math.missouristate.edu/~erik/fbsd/graphics_gauche-gl.patch if
 easier... Thanks!
 
 --- graphics_gauche-gl.patch begins here ---
 Index: graphics/gauche-gl/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/graphics/gauche-gl/Makefile,v
 retrieving revision 1.19
 diff -u -r1.19 Makefile
 --- graphics/gauche-gl/Makefile	25 Feb 2006 21:40:30 -0000	1.19
 +++ graphics/gauche-gl/Makefile	29 May 2006 17:05:18 -0000
 @@ -7,7 +7,7 @@
  
  PORTNAME=	gl
  PORTVERSION=	0.4.1
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics scheme
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	gauche
 @@ -22,8 +22,6 @@
  LIB_DEPENDS=	glut.4:${PORTSDIR}/graphics/libglut
  RUN_DEPENDS=	${BUILD_DEPENDS}
  
 -BROKEN=		Does not build
 -
  USE_GL=		yes
  GNU_CONFIGURE=	yes
  CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include"
 @@ -37,6 +35,9 @@
  INFO=		gauche-gl-refe gauche-gl-refj
  .endif
  
 +post-patch:
 +	${REINPLACE_CMD} s/VESRION/VERSION/ ${WRKSRC}/src/gen-ptrs.scm
 +
  do-install:
  	cd ${WRKSRC}/src; ${MAKE} ${INSTALL_TARGET}
  	cd ${WRKSRC}/lib; ${MAKE} ${INSTALL_TARGET}
 --- graphics_gauche-gl.patch ends here ---



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