ports/95221 : [Maintainer Update] graphics/gauche-gl minor fix for 'broken' status

Erik Greenwald erik at smluc.org
Fri Jun 2 16:00:40 UTC 2006


The following reply was made to PR ports/95221; it has been noted by GNATS.

From: Erik Greenwald <erik at smluc.org>
To: bug-followup at FreeBSD.org, vs at freebsd.org
Cc: erik at 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 ---



More information about the freebsd-ports-bugs mailing list