Index: head/emulators/mame/Makefile =================================================================== --- head/emulators/mame/Makefile (revision 206561) +++ head/emulators/mame/Makefile (revision 206562) @@ -1,55 +1,59 @@ # New ports collection makefile for: sdlmame # Date created: 2007-01-10 # Whom: alepulver # # $FreeBSD$ # PORTNAME= sdlmame PORTVERSION= 0.120u2 CATEGORIES= emulators MASTER_SITES= ftp://ftp.alepulver.com.ar/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= alepulver@FreeBSD.org COMMENT= SDL port of the popular MAME (Multi Arcade Machine Emulator) USE_ZIP= yes USE_GL= yes USE_GMAKE= yes USE_SDL= sdl MAKEFILE= makefile SUB_FILES= ${PORTNAME} pkg-message do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${PREFIX}/libexec/sdlmame .for f in obj/sdl/mame/build/file2str obj/sdl/mame/build/png2bdc mame testkeys romcmp \ chdman jedutil makemeta regrep srcclean ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/libexec/sdlmame .endfor ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/ui.bdf ${DATADIR} ${CP} -R ${WRKSRC}/keymaps ${DATADIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} ${CP} -R ${WRKSRC}/docs ${DOCSDIR} .endif post-install: @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} .include # In FreeBSD 5.x fails to build due to an internal compiler error. Using the # version 3.4 from ports which probably fixes this error requires a hack to # get around bsd.gcc.mk handling, so use a higher version than in base system. .if ${OSVERSION} < 600000 USE_GCC= 4.2+ .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + .include Property changes on: head/emulators/mame/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/emulators/mame-devel/Makefile =================================================================== --- head/emulators/mame-devel/Makefile (revision 206561) +++ head/emulators/mame-devel/Makefile (revision 206562) @@ -1,55 +1,59 @@ # New ports collection makefile for: sdlmame # Date created: 2007-01-10 # Whom: alepulver # # $FreeBSD$ # PORTNAME= sdlmame PORTVERSION= 0.120u2 CATEGORIES= emulators MASTER_SITES= ftp://ftp.alepulver.com.ar/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= alepulver@FreeBSD.org COMMENT= SDL port of the popular MAME (Multi Arcade Machine Emulator) USE_ZIP= yes USE_GL= yes USE_GMAKE= yes USE_SDL= sdl MAKEFILE= makefile SUB_FILES= ${PORTNAME} pkg-message do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${PREFIX}/libexec/sdlmame .for f in obj/sdl/mame/build/file2str obj/sdl/mame/build/png2bdc mame testkeys romcmp \ chdman jedutil makemeta regrep srcclean ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/libexec/sdlmame .endfor ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/ui.bdf ${DATADIR} ${CP} -R ${WRKSRC}/keymaps ${DATADIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} ${CP} -R ${WRKSRC}/docs ${DOCSDIR} .endif post-install: @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} .include # In FreeBSD 5.x fails to build due to an internal compiler error. Using the # version 3.4 from ports which probably fixes this error requires a hack to # get around bsd.gcc.mk handling, so use a higher version than in base system. .if ${OSVERSION} < 600000 USE_GCC= 4.2+ .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + .include Property changes on: head/emulators/mame-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/emulators/mess/Makefile =================================================================== --- head/emulators/mess/Makefile (revision 206561) +++ head/emulators/mess/Makefile (revision 206562) @@ -1,48 +1,54 @@ # New ports collection makefile for: sdlmess # Date created: 2007-01-10 # Whom: alepulver # # $FreeBSD$ # PORTNAME= sdlmess PORTVERSION= 0.120 CATEGORIES= emulators MASTER_SITES= ftp://ftp.alepulver.com.ar/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= alepulver@FreeBSD.org COMMENT= SDL port of MESS (Multiple Emulator Super System) USE_ZIP= yes USE_GL= yes USE_GMAKE= yes USE_SDL= sdl MAKEFILE= makefile.sdl SUB_FILES= ${PORTNAME} pkg-message do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${PREFIX}/libexec/sdlmess .for f in obj/sdl/mess/build/file2str obj/sdl/mess/build/png2bdc mess \ testkeys dat2html messtest messdocs imgtool romcmp chdman jedutil \ makemeta regrep srcclean ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/libexec/sdlmess .endfor ${MKDIR} ${DATADIR} .for f in artwork hash keymaps sysinfo.dat ${CP} -R ${WRKSRC}/${f} ${DATADIR} .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} ${CP} -R ${WRKSRC}/docs ${DOCSDIR} .endif post-install: @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} -.include +.include + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + +.include Property changes on: head/emulators/mess/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/emulators/sdlmame/Makefile =================================================================== --- head/emulators/sdlmame/Makefile (revision 206561) +++ head/emulators/sdlmame/Makefile (revision 206562) @@ -1,55 +1,59 @@ # New ports collection makefile for: sdlmame # Date created: 2007-01-10 # Whom: alepulver # # $FreeBSD$ # PORTNAME= sdlmame PORTVERSION= 0.120u2 CATEGORIES= emulators MASTER_SITES= ftp://ftp.alepulver.com.ar/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= alepulver@FreeBSD.org COMMENT= SDL port of the popular MAME (Multi Arcade Machine Emulator) USE_ZIP= yes USE_GL= yes USE_GMAKE= yes USE_SDL= sdl MAKEFILE= makefile SUB_FILES= ${PORTNAME} pkg-message do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${PREFIX}/libexec/sdlmame .for f in obj/sdl/mame/build/file2str obj/sdl/mame/build/png2bdc mame testkeys romcmp \ chdman jedutil makemeta regrep srcclean ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/libexec/sdlmame .endfor ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/ui.bdf ${DATADIR} ${CP} -R ${WRKSRC}/keymaps ${DATADIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} ${CP} -R ${WRKSRC}/docs ${DOCSDIR} .endif post-install: @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} .include # In FreeBSD 5.x fails to build due to an internal compiler error. Using the # version 3.4 from ports which probably fixes this error requires a hack to # get around bsd.gcc.mk handling, so use a higher version than in base system. .if ${OSVERSION} < 600000 USE_GCC= 4.2+ .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + .include Property changes on: head/emulators/sdlmame/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/emulators/sdlmame-devel/Makefile =================================================================== --- head/emulators/sdlmame-devel/Makefile (revision 206561) +++ head/emulators/sdlmame-devel/Makefile (revision 206562) @@ -1,55 +1,59 @@ # New ports collection makefile for: sdlmame # Date created: 2007-01-10 # Whom: alepulver # # $FreeBSD$ # PORTNAME= sdlmame PORTVERSION= 0.120u2 CATEGORIES= emulators MASTER_SITES= ftp://ftp.alepulver.com.ar/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= alepulver@FreeBSD.org COMMENT= SDL port of the popular MAME (Multi Arcade Machine Emulator) USE_ZIP= yes USE_GL= yes USE_GMAKE= yes USE_SDL= sdl MAKEFILE= makefile SUB_FILES= ${PORTNAME} pkg-message do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${PREFIX}/libexec/sdlmame .for f in obj/sdl/mame/build/file2str obj/sdl/mame/build/png2bdc mame testkeys romcmp \ chdman jedutil makemeta regrep srcclean ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/libexec/sdlmame .endfor ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/ui.bdf ${DATADIR} ${CP} -R ${WRKSRC}/keymaps ${DATADIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} ${CP} -R ${WRKSRC}/docs ${DOCSDIR} .endif post-install: @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} .include # In FreeBSD 5.x fails to build due to an internal compiler error. Using the # version 3.4 from ports which probably fixes this error requires a hack to # get around bsd.gcc.mk handling, so use a higher version than in base system. .if ${OSVERSION} < 600000 USE_GCC= 4.2+ .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + .include Property changes on: head/emulators/sdlmame-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/emulators/sdlmess/Makefile =================================================================== --- head/emulators/sdlmess/Makefile (revision 206561) +++ head/emulators/sdlmess/Makefile (revision 206562) @@ -1,48 +1,54 @@ # New ports collection makefile for: sdlmess # Date created: 2007-01-10 # Whom: alepulver # # $FreeBSD$ # PORTNAME= sdlmess PORTVERSION= 0.120 CATEGORIES= emulators MASTER_SITES= ftp://ftp.alepulver.com.ar/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= alepulver@FreeBSD.org COMMENT= SDL port of MESS (Multiple Emulator Super System) USE_ZIP= yes USE_GL= yes USE_GMAKE= yes USE_SDL= sdl MAKEFILE= makefile.sdl SUB_FILES= ${PORTNAME} pkg-message do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${PREFIX}/libexec/sdlmess .for f in obj/sdl/mess/build/file2str obj/sdl/mess/build/png2bdc mess \ testkeys dat2html messtest messdocs imgtool romcmp chdman jedutil \ makemeta regrep srcclean ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/libexec/sdlmess .endfor ${MKDIR} ${DATADIR} .for f in artwork hash keymaps sysinfo.dat ${CP} -R ${WRKSRC}/${f} ${DATADIR} .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} ${CP} -R ${WRKSRC}/docs ${DOCSDIR} .endif post-install: @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} -.include +.include + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + +.include Property changes on: head/emulators/sdlmess/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property