Index: head/devel/gauche-sdl/Makefile =================================================================== --- head/devel/gauche-sdl/Makefile (revision 250266) +++ head/devel/gauche-sdl/Makefile (revision 250267) @@ -1,51 +1,53 @@ # New ports collection makefile for: gauche # Date created: 9 September 2002 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= gauche-sdl PORTVERSION= 0.5.1 PORTREVISION= 6 CATEGORIES= devel scheme MASTER_SITES= http://michaelvess.com/files/ DISTNAME= ${PORTFAKENAME} EXTRACT_SUFX= .tgz MAINTAINER= erik@smluc.org COMMENT= Scheme script interpreter with multibyte character handling BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche \ ${LOCALBASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/rgb RUN_DEPENDS= gosh:${PORTSDIR}/lang/gauche \ ${LOCALBASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/rgb +BROKEN= does not compile + PLIST_SUB= GAUCHE_VERSION="`gauche-config -V`"\ TARGET="${CONFIGURE_TARGET}" PORTFAKENAME= Gauche-sdl-${PORTVERSION} USE_SDL= image mixer sdl ttf GNU_CONFIGURE= yes CFLAGS+= -fPIC MAKE_JOBS_UNSAFE= yes pre-configure: .for DIR in . image mixer ttf ${REINPLACE_CMD} \ -e "s|^CFLAGS .*|& `${SDL_CONFIG} --cflags`|"\ -e "s|-lSDL|`${SDL_CONFIG} --libs`|"\ ${WRKSRC}/src/${DIR}/Makefile.in .endfor .for FILE in gfx/gauche-sdl-gfx.h image/gauche-sdl-image.h \ mixer/gauche-sdl-mixer.h ttf/gauche-sdl-ttf.h gauche-sdl.h ${REINPLACE_CMD} -e "s|SDL/SDL|SDL|g" ${WRKSRC}/src/${FILE} .endfor ${REINPLACE_CMD} \ -e "s|SDL/SDL|SDL|g"\ -e "s|%%SDL_CFLAGS%%|`${SDL_CONFIG} --cflags`|"\ -e "s|\"-lSDL\"|\"`${SDL_CONFIG} --libs`\"|" \ ${WRKSRC}/configure ${REINPLACE_CMD} -e "s|^CFLAGS.*|& `${SDL_CONFIG} --cflags`|" \ ${WRKSRC}/src/gfx/Makefile.in .include Property changes on: head/devel/gauche-sdl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/x11-toolkits/gauche-gtk/Makefile =================================================================== --- head/x11-toolkits/gauche-gtk/Makefile (revision 250266) +++ head/x11-toolkits/gauche-gtk/Makefile (revision 250267) @@ -1,55 +1,57 @@ # New ports collection makefile for: Gauche-gtk # Date created: 3 November 2002 # Whom: Kimura Fuyuki # # $FreeBSD$ # PORTNAME= gauche PORTVERSION= 0.4.1 PORTREVISION= 11 CATEGORIES= x11-toolkits scheme MASTER_SITES= SF/${PORTNAME}/Gauche-gtk/${PORTVERSION} PKGNAMESUFFIX= -gtk DISTNAME= Gauche${PKGNAMESUFFIX}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= erik@smluc.org COMMENT= GTK2 binding for Gauche BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= does not compile + USE_GNOME= gtk20 # this alters CONFIGURE_TARGET! GNU_CONFIGURE= yes EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}/gtk DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}/gtk PLIST_SUB= VERSION="`gauche-config -V`" \ TARGET="${MACHINE_ARCH}-portbld-freebsd${OSREL}" CFLAGS+= -fPIC .if defined(WITH_GTKGLEXT) LIB_DEPENDS+= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext CONFIGURE_ARGS= --enable-gtkgl PLIST_SUB+= GTKGLEXT="" .else PLIST_SUB+= GTKGLEXT="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|n-bytes|x-n-bytes|g' -e 's|text-size|x-text-size|g' \ ${WRKSRC}/src/gtkentry.stub post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.scm ${EXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/gtk-tutorial ${EXAMPLESDIR} .if defined(WITH_GTKGLEXT) ${CP} -R ${WRKSRC}/examples/gtkglext ${EXAMPLESDIR} .endif ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/x11-toolkits/gauche-gtk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property