mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
Unbreak staging against modern Gauche (ABI version had been bumped from
0.9 to 0.97 previously, but this port had slipped though the cracks).
This commit is contained in:
parent
c425f018ab
commit
88270f435e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505146
@ -15,8 +15,6 @@ COMMENT= OpenGL binding for Gauche
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN= fails to stage
|
||||
|
||||
BUILD_DEPENDS= gosh:lang/gauche
|
||||
RUN_DEPENDS= gosh:lang/gauche
|
||||
|
||||
@ -26,11 +24,12 @@ USE_XORG= ice sm x11 xext xmu xi
|
||||
USE_GL= gl glu glut
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
GAUCHE_ABI= 0.97
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME}
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/gauche/${PORTNAME}
|
||||
|
||||
PLIST_SUB= TARGET="${CONFIGURE_TARGET}"
|
||||
PLIST_SUB= TARGET="${CONFIGURE_TARGET}" ABI_VER=${GAUCHE_ABI}
|
||||
|
||||
INFO= gauche-gl-refe gauche-gl-refj
|
||||
|
||||
@ -50,7 +49,7 @@ do-install:
|
||||
${GZCAT} ${WRKSRC}/doc/${i}.info.gz \
|
||||
> ${STAGEDIR}${PREFIX}/${INFO_PATH}/${i}.info
|
||||
.endfor
|
||||
@(cd ${STAGEDIR}${PREFIX}/lib/gauche-0.9/site/${CONFIGURE_TARGET} && \
|
||||
@(cd ${STAGEDIR}${PREFIX}/lib/gauche-${GAUCHE_ABI}/site/${CONFIGURE_TARGET} && \
|
||||
${CHMOD} u+w libgauche-*.so && ${STRIP_CMD} libgauche-*.so && \
|
||||
${CHMOD} u-w libgauche-*.so)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
lib/gauche-0.9/site/%%TARGET%%/libgauche-gl.so
|
||||
lib/gauche-0.9/site/%%TARGET%%/libgauche-glut.so
|
||||
lib/gauche-0.9/site/%%TARGET%%/libgauche-math3d.so
|
||||
lib/gauche-0.9/site/include/gauche/math3d.h
|
||||
lib/gauche-%%ABI_VER%%/site/%%TARGET%%/libgauche-gl.so
|
||||
lib/gauche-%%ABI_VER%%/site/%%TARGET%%/libgauche-glut.so
|
||||
lib/gauche-%%ABI_VER%%/site/%%TARGET%%/libgauche-math3d.so
|
||||
lib/gauche-%%ABI_VER%%/site/include/gauche/math3d.h
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cg/README
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cg/cg-gl-vertex-example.cg
|
||||
@ -74,9 +74,9 @@ lib/gauche-0.9/site/include/gauche/math3d.h
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slbook/ogl2particle/particle.frag
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slbook/ogl2particle/particle.vert
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slbook/ogl2particle/run.sh
|
||||
share/gauche-0.9/site/lib/gl.scm
|
||||
share/gauche-0.9/site/lib/gl/glut.scm
|
||||
share/gauche-0.9/site/lib/gl/math3d.scm
|
||||
share/gauche-0.9/site/lib/gl/simple-image.scm
|
||||
share/gauche-0.9/site/lib/gl/simple/image.scm
|
||||
share/gauche-0.9/site/lib/gl/simple/viewer.scm
|
||||
share/gauche-%%ABI_VER%%/site/lib/gl.scm
|
||||
share/gauche-%%ABI_VER%%/site/lib/gl/glut.scm
|
||||
share/gauche-%%ABI_VER%%/site/lib/gl/math3d.scm
|
||||
share/gauche-%%ABI_VER%%/site/lib/gl/simple-image.scm
|
||||
share/gauche-%%ABI_VER%%/site/lib/gl/simple/image.scm
|
||||
share/gauche-%%ABI_VER%%/site/lib/gl/simple/viewer.scm
|
||||
|
Loading…
Reference in New Issue
Block a user