Index: head/games/megaglest/Makefile =================================================================== --- head/games/megaglest/Makefile (revision 303608) +++ head/games/megaglest/Makefile (revision 303609) @@ -1,79 +1,82 @@ # New ports collection makefile for: megaglest # Date created: 2011-02-10 # Whom: Sven Moeller # # $FreeBSD$ # PORTNAME= megaglest -PORTVERSION= 3.5.2 -PORTREVISION= 3 +PORTVERSION= 3.6.0.3 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/current_release/ -DISTNAME= ${PORTNAME}-source-${PORTVERSION}.3 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_${PORTVERSION}/ +DISTNAME= ${PORTNAME}-source-${PORTVERSION} -MAINTAINER= smoeller@nichthelfer.de +MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Open source 3D real-time strategy game LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ jpeg.11:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ + ftgl.2:${PORTSDIR}/graphics/ftgl \ vorbis.4:${PORTSDIR}/audio/libvorbis -RUN_DEPENDS= ${DATADIR}/tutorials/basic_tutorial/basic_tutorial.xml:${PORTSDIR}/games/megaglest-data +BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient \ + ${LOCALBASE}/include/miniupnpc/miniupnpc.h:${PORTSDIR}/net/miniupnpc +RUN_DEPENDS= ${DATADIR}/tutorials/2_basic_tutorial/2_basic_tutorial.xml:${PORTSDIR}/games/megaglest-data SUB_FILES= pkg-message USE_XZ= yes USE_CMAKE= yes USE_DOS2UNIX= yes -USE_GL= yes +USE_GL= glew gl glu USE_LUA= 5.1 USE_OPENAL= al alut USE_SDL= yes USE_WX= 2.8+ +MAKE_JOBS_SAFE= yes CFLAGS+= -I${LOCALBASE}/include/libpng15 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS= EDITOR "Install MegaGlest Editor" off .include .if defined(WITH_EDITOR) PLIST_SUB+= EDITOR="" .else PLIST_SUB+= EDITOR="@comment " .endif post-patch: @${REINPLACE_CMD} -e '//d' \ ${WRKSRC}/source/shared_lib/sources/platform/posix/miniftpclient.cpp do-install: ${STRIP_CMD} ${WRKSRC}/mk/linux/megaglest @${MKDIR} ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .endif ${INSTALL_PROGRAM} ${WRKSRC}/mk/linux/megaglest ${PREFIX}/bin/${PORTNAME} .for f in glest.ini glestkeys.ini servers.ini ${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} .endfor .for f in AUTHORS.source_code.txt CHANGELOG.txt README.txt COPYRIGHT.source_code.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .if defined(WITH_EDITOR) ${INSTALL_PROGRAM} ${WRKSRC}/mk/linux/megaglest_editor ${PREFIX}/bin/megaglest_editor .endif post-install: @${CAT} ${PKGMESSAGE} .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not compile on ia64, powerpc, or sparc64: unrecognized compiler flags .endif .include Index: head/games/megaglest/distinfo =================================================================== --- head/games/megaglest/distinfo (revision 303608) +++ head/games/megaglest/distinfo (revision 303609) @@ -1,2 +1,2 @@ -SHA256 (megaglest-source-3.5.2.3.tar.xz) = 76e1c899aeffa54cbf0de38104a7bc4d6abcc5a504922636bfba4c44d9d40454 -SIZE (megaglest-source-3.5.2.3.tar.xz) = 1185872 +SHA256 (megaglest-source-3.6.0.3.tar.xz) = 700b1eef534d72fa5efd329445aa085259a87dcea5e739eda629e6c41386b9f7 +SIZE (megaglest-source-3.6.0.3.tar.xz) = 1336432 Index: head/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp =================================================================== --- head/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp (nonexistent) +++ head/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp (revision 303609) @@ -0,0 +1,14 @@ +--- source/shared_lib/sources/platform/posix/ircclient.cpp 2012-01-23 14:36:15.000000000 -0600 ++++ source/shared_lib/sources/platform/posix/ircclient.cpp.new 2012-06-24 09:51:37.000000000 -0500 +@@ -14,11 +14,7 @@ + #include "util.h" + #include "platform_common.h" + #include "libircclient.h" +- +-// upstream moved some defines into new headers as of 1.6 +-#ifndef LIBIRCCLIENT_PRE1_6 + #include "libirc_rfcnumeric.h" +-#endif + + #include + #include Property changes on: head/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/megaglest-data/Makefile =================================================================== --- head/games/megaglest-data/Makefile (revision 303608) +++ head/games/megaglest-data/Makefile (revision 303609) @@ -1,66 +1,66 @@ # New ports collection makefile for: megaglest-data # Date created: 2010-11-12 # Whom: Sven Moeller # # $FreeBSD$ # PORTNAME= megaglest -PORTVERSION= 3.5.2 +PORTVERSION= 3.6.0.3 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/current_release/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_${PORTVERSION}/ PKGNAMESUFFIX= -data -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}.3 +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -MAINTAINER= smoeller@nichthelfer.de +MAINTAINER= rnejdl@ringofsaturn.com COMMENT= MegaGlest data files USE_XZ= yes USE_DOS2UNIX= *.log *.ini *.html *.txt *.lng NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST= ${WRKDIR}/pkg-plist pre-install: ${RM} -f ${PLIST} .for DIR in data maps scenarios techs tilesets tutorials @cd ${WRKSRC} && \ ${FIND} ${DIR} -type d -empty | ${SORT} -r | ${SED} -e 's|^|@exec ${MKDIR} %D/%%DATADIR%%/|' -e 's|$$| > /dev/null 2>\&1|' >> ${PLIST} && \ ${FIND} ${DIR} -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \ ${FIND} ${DIR} -type d | ${SORT} -r | ${SED} -e 's|^|@dirrm %%DATADIR%%/|' >> ${PLIST} .endfor @${ECHO_CMD} "share/applications/megaglest.desktop" >> ${PLIST} @${ECHO_CMD} "share/icons/megaglest.png" >> ${PLIST} @${ECHO_CMD} "@dirrmtry share/applications" >> ${PLIST} @${ECHO_CMD} "@dirrmtry share/icons" >> ${PLIST} @${ECHO_CMD} "@dirrm %%DATADIR%%" >> ${PLIST} .if !defined(NOPORTDOCS) @cd ${WRKSRC}/docs && \ - ${FIND} * -type f | ${SORT} | ${SED} -e 's|^|%%PORTDOCS%%%%DOCSDIR%%/|' >> ${PLIST} && \ + ${FIND} * -type f | ${GREP} -v CHANGELOG.txt | ${GREP} -v README.txt | ${SORT} | ${SED} -e 's|^|%%PORTDOCS%%%%DOCSDIR%%/|' >> ${PLIST} && \ ${FIND} * -type d | ${SORT} -r | ${SED} -e 's|^|%%PORTDOCS%%@dirrm %%DOCSDIR%%/|' >> ${PLIST} @${ECHO_CMD} "%%PORTDOCS%%@dirrm %%DOCSDIR%%" >> ${PLIST} .endif do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/glest_factions .for f in AUTHORS.data.txt README.data-license.txt cc-by-sa-3.0-unported.txt COPYRIGHT.data.txt ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} .endfor (cd ${WRKSRC}/docs/glest_factions && ${COPYTREE_SHARE} "*" ${DOCSDIR}/glest_factions) .endif @${MKDIR} ${DATADIR} ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/megaglest.desktop ${PREFIX}/share/applications/ ${MKDIR} ${PREFIX}/share/icons ${INSTALL_DATA} ${WRKSRC}/megaglest.png ${PREFIX}/share/icons/ .for DIR in data maps scenarios techs tilesets tutorials ${MKDIR} ${DATADIR}/${DIR} (cd ${WRKSRC}/${DIR} && ${COPYTREE_SHARE} "*" ${DATADIR}/${DIR}) .endfor .include Index: head/games/megaglest-data/distinfo =================================================================== --- head/games/megaglest-data/distinfo (revision 303608) +++ head/games/megaglest-data/distinfo (revision 303609) @@ -1,2 +1,2 @@ -SHA256 (megaglest-data-3.5.2.3.tar.xz) = d38aa14a1fb07e359946619138ed61b653bcc738fef043c16956da9acfa0b7d2 -SIZE (megaglest-data-3.5.2.3.tar.xz) = 188064952 +SHA256 (megaglest-data-3.6.0.3.tar.xz) = 2a9f0293565a5ec56714b2f73f63e02b807478dce78251cedeeb25b57afb962e +SIZE (megaglest-data-3.6.0.3.tar.xz) = 192795104