Index: head/audio/dumb/Makefile =================================================================== --- head/audio/dumb/Makefile (revision 148108) +++ head/audio/dumb/Makefile (revision 148109) @@ -1,43 +1,43 @@ # New ports collection makefile for: dumb # Date created: 26 January 2005 # Whom: Andreas Kohn # # $FreeBSD$ # PORTNAME= dumb PORTVERSION= 0.9.3 CATEGORIES= devel audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dumb MAINTAINER= andreas@syndrom23.de COMMENT= IT, XM, S3M and MOD player library USE_REINPLACE= yes USE_GMAKE= yes .include .if defined(WITH_ALLEGRO) -LIB_DEPENDS+= alleg.41:${PORTSDIR}/devel/allegro +LIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro PLIST_SUB+= ALLEGRO="" MAKE_ARGS= _PORT_ALLEGRO_CFLAGS="`allegro-config --cflags`" .else PLIST_SUB+= ALLEGRO="@comment " MAKE_ARGS= _PORT_ALLEGRO_CFLAGS= .endif post-patch: @${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/Makefile pre-configure: @${CP} ${FILESDIR}/config.txt ${WRKSRC}/make @${REINPLACE_CMD} -e "s,@LOCALBASE@,${LOCALBASE}," ${WRKSRC}/make/config.txt .if defined(WITH_ALLEGRO) @${REINPLACE_CMD} -e "s,@ALLEGRO@,," ${WRKSRC}/make/config.txt .else @${REINPLACE_CMD} -e "s,@ALLEGRO@,#," ${WRKSRC}/make/config.txt .endif .include Property changes on: head/audio/dumb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/adime/Makefile =================================================================== --- head/devel/adime/Makefile (revision 148108) +++ head/devel/adime/Makefile (revision 148109) @@ -1,40 +1,41 @@ # New ports collection makefile for: adime # Date Created: 20 Aug 2005 # Whom: Alejandro Pulver # # $FreeBSD$ # PORTNAME= adime PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= alejandro@varnet.biz COMMENT= Generate Allegro dialogs in a very simple way -LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro USE_GMAKE= yes USE_REINPLACE= yes .include "Makefile.man" INFO= adime MAKEFILE= makefile INSTALL_TARGET= install install-info install-man INSTALLS_SHLIB= yes pre-build: @(cd ${WRKSRC} && ${SH} fix.sh unix) post-patch: # Fix Makefile @${REINPLACE_CMD} -e 's|gcc|${CC}| ; \ s|%%CFLAGS%%|${CFLAGS}| ; \ s|/usr/local|${PREFIX}| ; s|$$(OPT)||' \ ${WRKSRC}/misc/makefile.uni .include Property changes on: head/devel/adime/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/dumb/Makefile =================================================================== --- head/devel/dumb/Makefile (revision 148108) +++ head/devel/dumb/Makefile (revision 148109) @@ -1,43 +1,43 @@ # New ports collection makefile for: dumb # Date created: 26 January 2005 # Whom: Andreas Kohn # # $FreeBSD$ # PORTNAME= dumb PORTVERSION= 0.9.3 CATEGORIES= devel audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dumb MAINTAINER= andreas@syndrom23.de COMMENT= IT, XM, S3M and MOD player library USE_REINPLACE= yes USE_GMAKE= yes .include .if defined(WITH_ALLEGRO) -LIB_DEPENDS+= alleg.41:${PORTSDIR}/devel/allegro +LIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro PLIST_SUB+= ALLEGRO="" MAKE_ARGS= _PORT_ALLEGRO_CFLAGS="`allegro-config --cflags`" .else PLIST_SUB+= ALLEGRO="@comment " MAKE_ARGS= _PORT_ALLEGRO_CFLAGS= .endif post-patch: @${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/Makefile pre-configure: @${CP} ${FILESDIR}/config.txt ${WRKSRC}/make @${REINPLACE_CMD} -e "s,@LOCALBASE@,${LOCALBASE}," ${WRKSRC}/make/config.txt .if defined(WITH_ALLEGRO) @${REINPLACE_CMD} -e "s,@ALLEGRO@,," ${WRKSRC}/make/config.txt .else @${REINPLACE_CMD} -e "s,@ALLEGRO@,#," ${WRKSRC}/make/config.txt .endif .include Property changes on: head/devel/dumb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/emulators/o2em/Makefile =================================================================== --- head/emulators/o2em/Makefile (revision 148108) +++ head/emulators/o2em/Makefile (revision 148109) @@ -1,51 +1,52 @@ # New ports collection makefile for: o2em # Date created: 24 June 2005 # Whom: Gunter Wambaugh # # $FreeBSD$ # PORTNAME= o2em PORTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= emulators games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/o2em/:S/$/:1/} \ http://o2em.sourceforge.net/files/:2 DISTFILES= o2em117src.zip:1 \ o2mainsamp.zip:2 MAINTAINER= techgunter@yahoo.com COMMENT= An Odyssey2 / Videopac console emulator -LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro WRKSRC= ${WRKDIR}/o2em117src MAKEFILE= Makefile.freebsd USE_ZIP= yes USE_GMAKE= yes USE_REINPLACE= yes MAKE_ENV= LDFLAGS="${PTHREAD_LIBS}" post-extract: @${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|h|txt)" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/o2em ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/dis48 ${PREFIX}/bin @${MKDIR} ${PREFIX}/${PORTNAME} @${MKDIR} ${PREFIX}/${PORTNAME}/bios ${INSTALL_DATA} ${WRKSRC}/O2ROM.BIN ${PREFIX}/${PORTNAME}/bios/o2rom.bin @${MKDIR} ${PREFIX}/${PORTNAME}/voice ${INSTALL_DATA} ${WRKDIR}/*.WAV ${PREFIX}/${PORTNAME}/voice/ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/O2EM.txt ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/changelog.txt ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/license.txt ${DOCSDIR} .endif post-install: ${MKDIR} ${PREFIX}/o2em/roms @${CAT} ${PKGMESSAGE} .include Property changes on: head/emulators/o2em/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/emulators/raine/Makefile =================================================================== --- head/emulators/raine/Makefile (revision 148108) +++ head/emulators/raine/Makefile (revision 148109) @@ -1,38 +1,39 @@ # New ports collection makefile for: raine # Date created: Jul 22 2004 # Whom: Florent Thoumie # # $FreeBSD$ # PORTNAME= raine PORTVERSION= 0.42.3 +PORTREVISION= 1 CATEGORIES= emulators games MASTER_SITES= http://www.rainemu.com/html/archive/ DISTNAME= ${PORTNAME}s-${PORTVERSION} MAINTAINER= flz@FreeBSD.org COMMENT= Arcade Emulator for M68000, M68020 and Z80 based hardware BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm -LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes USE_X_PREFIX= yes USE_SDL= sdl MAKEFILE= makefile MAKE_ENV= PREFIX=${PREFIX} ONLY_FOR_ARCHS= i386 .include post-patch: ${REINPLACE_CMD} -e "s, [$$]_mcpu,,g" ${WRKSRC}/detect-cpu ${REINPLACE_CMD} -e "s,sdl-config,${SDL_CONFIG},g" ${WRKSRC}/makefile ${REINPLACE_CMD} -e "s,/usr/share/games/raine,${DATADIR},g" ${WRKSRC}/source/raine.c .include Property changes on: head/emulators/raine/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/games/fargoal/Makefile =================================================================== --- head/games/fargoal/Makefile (revision 148108) +++ head/games/fargoal/Makefile (revision 148109) @@ -1,48 +1,48 @@ # New ports collection makefile for: fargoal # Date Created: 13 December 2003 # Whom: chris_pressey@yahoo.ca # # $FreeBSD$ # PORTNAME= fargoal PORTVERSION= 20030731b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= squidfighter DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Remake of classic roguelike game "Sword of Fargoal" -LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro WRKSRC= ${WRKDIR}/fargoal/src USE_X_PREFIX= yes USE_ZIP= yes USE_GMAKE= yes do-install: ${MKDIR} ${PREFIX}/share/fargoal ${MKDIR} ${PREFIX}/share/fargoal/data @${INSTALL_DATA} ${WRKSRC}/../data/sof.cfg ${PREFIX}/share/fargoal/data/sof.cfg ${MKDIR} ${PREFIX}/share/fargoal/gfx .for i in black.bmp chars.bmp chars_ep.bmp dmz_chars.bmp dmz_layout.bmp \ dmz_tiles.bmp layout.bmp layout_ep.bmp originalchars.bmp \ originalset.bmp sword.dat tiles.bmp tiles_ep.bmp @${INSTALL_DATA} ${WRKSRC}/../gfx/${i} ${PREFIX}/share/fargoal/gfx/${i} .endfor ${MKDIR} ${PREFIX}/share/fargoal/sfx .for i in attack beacon boom chop clang claw climb clink crash crunch \ ding down fight gnarl gold intro item levelup move pit potion \ sacrifice shred shriek slain slash spell step teleport thump \ ugh up victory @${INSTALL_DATA} ${WRKSRC}/../sfx/${i}.wav ${PREFIX}/share/fargoal/sfx/${i}.wav .endfor @${INSTALL_PROGRAM} ${WRKSRC}/../sword ${PREFIX}/bin/sword @${SED} s^%%FARGOAL_ROOT%%^${PREFIX}/share/fargoal^g \ < ${FILESDIR}/fargoal > ${WRKDIR}/fargoal/fargoal @${INSTALL_SCRIPT} ${WRKDIR}/fargoal/fargoal ${PREFIX}/bin/fargoal .include Property changes on: head/games/fargoal/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/games/liquidwar/Makefile =================================================================== --- head/games/liquidwar/Makefile (revision 148108) +++ head/games/liquidwar/Makefile (revision 148109) @@ -1,34 +1,34 @@ # New ports collection makefile for: liquidwar # Date created: 9 October 2005 # Whom: Edwin Groothuis # # $FreeBSD$ # PORTNAME= liquidwar PORTVERSION= 5.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://liquidwar.sunsite.dk/archive/ \ ${MASTER_SITE_SAVANNAH} \ http://ufoot.hd.free.fr/pub/archive/ MASTER_SITE_SUBDIR= liquidwar MAINTAINER= edwin@mavetju.org COMMENT= You control an army of liquid and have to try and eat your opponents -LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --disable-target-opt --disable-doc-ps --disable-doc-pdf USE_PYTHON_BUILD= yes INFO= liquidwar MANCOMPRESSED= yes MAN6= liquidwar.6 \ liquidwar-server.6 \ liquidwar-mapgen.6 .include Property changes on: head/games/liquidwar/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/games/pinball/Makefile =================================================================== --- head/games/pinball/Makefile (revision 148108) +++ head/games/pinball/Makefile (revision 148109) @@ -1,60 +1,60 @@ # New ports collection makefile for: pinball # Date created: Tue 13 aug 2002 22:46:02 CEST # Whom: thierry@pompo.net # # $FreeBSD$ # PORTNAME= pinball PORTVERSION= 0.3.1 PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= thierry@FreeBSD.org COMMENT= Emilia Pinball is a free pinball game .if !defined(WITH_ALLEGRO) BUILD_DEPENDS= ${SDL_CONFIG}:${PORTSDIR}/devel/sdl12 .else BROKEN= "support with Allegro is (temporarily) broken as of version 0.3.1" BUILD_DEPENDS= ${ALLEGRO_CONFIG}:${PORTSDIR}/devel/allegro -LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro .endif USE_SDL= image mixer sdl USE_X_PREFIX= yes USE_GMAKE= yes USE_GL= yes USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_ARGS= --prefix=${PREFIX} --without-debug .if defined(WITH_ALLEGRO) CONFIGURE_ARGS+= --with-allegro EXTRA_LIBS= -lGL -lGLU .endif CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include -DRZR_LIBSTATIC" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${EXTRA_LIBS}" ALLEGRO_CONFIG= ${LOCALBASE}/bin/allegro-config DOCS= README .include post-install: @${MV} ${PREFIX}/bin/${MACHINE_ARCH}-unknown-freebsd${OSREL}-pinball \ ${PREFIX}/bin/pinball @${MV} ${PREFIX}/bin/${MACHINE_ARCH}-unknown-freebsd${OSREL}-pinball-config \ ${PREFIX}/bin/pinball-config .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif .include Property changes on: head/games/pinball/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/graphics/allegrogl/Makefile =================================================================== --- head/graphics/allegrogl/Makefile (revision 148108) +++ head/graphics/allegrogl/Makefile (revision 148109) @@ -1,58 +1,59 @@ # New ports collection makefile for: allegrogl # Date created: 22 Jan 2004 # Whom: Igor Pokrovsky # # $FreeBSD$ # PORTNAME= allegrogl PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= alleggl-${PORTVERSION} MAINTAINER= ip@doom.homeunix.org COMMENT= OpenGL inteface for Allegro library -LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes USE_GL= yes USE_X_PREFIX= yes USE_AUTOCONF_VER=253 GNU_CONFIGURE= yes MAKEFILE= makefile ALL_TARGET= lib INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/alleggl ALLEGRO_CONFIG?=${LOCALBASE}/bin/allegro-config post-patch: @${REINPLACE_CMD} -e 's|%%GMAKE%%|${GMAKE}|g; \ s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure.in @${REINPLACE_CMD} -e 's|%%ALLEGRO_CONFIG%%|${ALLEGRO_CONFIG}|g' \ ${WRKSRC}/make/makefile.unx post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examp/* ${EXAMPLESDIR} @${PERL} -pi -e 's|%%CC%%|${CC}|g; \ s|%%RM%%|${RM}|g; \ s|%%CFLAGS%%|${CFLAGS}|g; \ s|%%PREFIX%%|${PREFIX}|g; \ s|%%X11BASE%%|${X11BASE}|g; \ s|%%ALLEGRO_CONFIG%%|${ALLEGRO_CONFIG}|g' \ <${PATCHDIR}/makefile.ex >${EXAMPLESDIR}/makefile .ifndef (NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} .endif .include Property changes on: head/graphics/allegrogl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/math/chryzodus/Makefile =================================================================== --- head/math/chryzodus/Makefile (revision 148108) +++ head/math/chryzodus/Makefile (revision 148109) @@ -1,31 +1,32 @@ # New ports collection makefile for: chryzodus # Date created: 2005-07-09 # Whom: Nicola Vitale # # $FreeBSD$ # PORTNAME= chryzodus PORTVERSION= 0.32 +PORTREVISION= 1 DISTVERSIONSUFFIX= -src CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nivit@email.it COMMENT= A chryzode (http//www.chryzode.org) explorer -LIB_DEPENDS= alleg.41:${PORTSDIR}/devel/allegro +LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= makefile.unx do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}; \ ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif .include Property changes on: head/math/chryzodus/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property