Index: head/games/0ad/Makefile =================================================================== --- head/games/0ad/Makefile (revision 378800) +++ head/games/0ad/Makefile (revision 378801) @@ -1,89 +1,89 @@ # $FreeBSD$ PORTNAME= 0ad PORTVERSION= 0.0.17 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/zero-ad/releases DISTFILES= ${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \ ${PORTNAME}-${PORTVERSION}-alpha-unix-data.tar.xz MAINTAINER= madpilot@FreeBSD.org COMMENT= Real-time strategy (RTS) game of ancient warfare BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ cmake:${PORTSDIR}/devel/cmake LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libpng.so:${PORTSDIR}/graphics/png \ libogg.so:${PORTSDIR}/audio/libogg \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libcurl.so:${PORTSDIR}/ftp/curl \ libgamin-1.so:${PORTSDIR}/devel/gamin \ libgloox.so:${PORTSDIR}/net-im/gloox \ libminiupnpc.so:${PORTSDIR}/net/miniupnpc \ libnspr4.so:${PORTSDIR}/devel/nspr \ libenet.so:${PORTSDIR}/net/enet WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha BUILD_WRKSRC= ${WRKSRC}/build/workspaces/gcc MAKE_ARGS= config=release USES= compiler:c++11-lang dos2unix gmake iconv openal:al \ pkgconfig tar:xz USE_SDL= sdl USE_GNOME= libxml2 gtk20 USE_GL= gl BUNDLE_LIBS= yes DOS2UNIX_REGEX= .*\.([ch]p{0,2}|make) USE_WX= 2.8+ WX_COMPS= wx:lib WX_UNICODE= yes MAKE_ENV+= JOBS=${_MAKE_JOBS} OPTIONS_DEFINE= PORTSSM PORTSSM_DESC= Use lang/spidermonkey24 instead of bundled one OPTIONS_SUB= yes PORTSSM_LIB_DEPENDS= libmozjs-24.so:${PORTSDIR}/lang/spidermonkey24 MANUAL_PACKAGE_BUILD= huge PORTDATA= * .include .if ${PORT_OPTIONS:MPORTSSM} SMOPT= --with-system-mozjs24 .endif post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ -e 's|%%CC%%|${CC}|' \ ${WRKSRC}/build/premake/premake4.lua @${REINPLACE_CMD} 's,^\(Exec=\)/usr/local,\1${PREFIX},' \ ${WRKSRC}/build/resources/0ad.desktop @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/build/resources/0ad.sh pre-build: (cd ${WRKSRC}/build/workspaces && ${SETENV} ${MAKE_ENV} ./update-workspaces.sh --with-system-miniupnpc ${SMOPT} --bindir=${PREFIX}/bin --datadir=${DATADIR} --libdir=${PREFIX}/lib/${PORTNAME}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/binaries/system/pyrogenesis ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/build/resources/0ad.sh ${STAGEDIR}${PREFIX}/bin/0ad ${INSTALL_PROGRAM} ${WRKSRC}/binaries/system/ActorEditor ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} (cd ${WRKSRC}/binaries/system && ${INSTALL_LIB} libAtlasUI.so libCollada.so libnvcore.so libnvimage.so libnvmath.so libnvtt.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) .if ! ${PORT_OPTIONS:MPORTSSM} (cd ${WRKSRC}/binaries/system && ${INSTALL_LIB} libmozjs24-ps-release.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) .endif ${INSTALL_DATA} ${WRKSRC}/build/resources/0ad.desktop ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/build/resources/0ad.png ${STAGEDIR}${PREFIX}/share/pixmaps ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/binaries/data && ${COPYTREE_SHARE} "config l10n tests tools" ${STAGEDIR}${DATADIR}) ${MKDIR} ${STAGEDIR}${DATADIR}/mods/public ${STAGEDIR}${DATADIR}/mods/mod ${TAR} xf ${WRKSRC}/binaries/data/mods/public/public.zip -C ${STAGEDIR}${DATADIR}/mods/public --no-same-permissions ${TAR} xf ${WRKSRC}/binaries/data/mods/mod/mod.zip -C ${STAGEDIR}${DATADIR}/mods/mod --no-same-permissions .include Index: head/net-im/gloox/Makefile =================================================================== --- head/net-im/gloox/Makefile (revision 378800) +++ head/net-im/gloox/Makefile (revision 378801) @@ -1,35 +1,35 @@ # Created by: trasz # $FreeBSD$ PORTNAME= gloox -PORTVERSION= 1.0.10 -PORTREVISION= 4 +PORTVERSION= 1.0.13 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Jabber/XMPP client library LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ libgnutls.so:${PORTSDIR}/security/gnutls USES= libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +PORTSCOUT= skipv:1.0.x + post-patch: @${REINPLACE_CMD} -e \ - 's| -ansi|| ; \ - s| -lgcrypt||' ${WRKSRC}/configure + 's|"GNU strip"|"strip"| ; \ + s| -ansi||' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's| -pedantic|| ; \ s| -pipe||' .include Index: head/net-im/gloox/distinfo =================================================================== --- head/net-im/gloox/distinfo (revision 378800) +++ head/net-im/gloox/distinfo (revision 378801) @@ -1,2 +1,2 @@ -SHA256 (gloox-1.0.10.tar.bz2) = 300e756af97d43f3f70f1e68e4d4c7129d587dface61633f50d2c490876f58a3 -SIZE (gloox-1.0.10.tar.bz2) = 670288 +SHA256 (gloox-1.0.13.tar.bz2) = 4d9f1eeac97c6563dde11d4bdba346a025ef27908b088b47b5c8d3d03df6ea8a +SIZE (gloox-1.0.13.tar.bz2) = 675842 Index: head/net-im/gloox/pkg-plist =================================================================== --- head/net-im/gloox/pkg-plist (revision 378800) +++ head/net-im/gloox/pkg-plist (revision 378801) @@ -1,153 +1,155 @@ bin/gloox-config include/gloox/adhoc.h include/gloox/adhoccommandprovider.h include/gloox/adhochandler.h +include/gloox/adhocplugin.h include/gloox/amp.h include/gloox/annotations.h include/gloox/annotationshandler.h include/gloox/atomicrefcount.h include/gloox/attention.h include/gloox/base64.h include/gloox/bookmarkhandler.h include/gloox/bookmarkstorage.h include/gloox/bytestream.h include/gloox/bytestreamdatahandler.h include/gloox/bytestreamhandler.h include/gloox/capabilities.h include/gloox/carbons.h include/gloox/chatstate.h include/gloox/chatstatefilter.h include/gloox/chatstatehandler.h include/gloox/client.h include/gloox/clientbase.h include/gloox/component.h include/gloox/compressionbase.h include/gloox/compressiondatahandler.h include/gloox/compressiondefault.h include/gloox/connectionbase.h include/gloox/connectionbosh.h include/gloox/connectiondatahandler.h include/gloox/connectionhandler.h include/gloox/connectionhttpproxy.h include/gloox/connectionlistener.h include/gloox/connectionsocks5proxy.h include/gloox/connectiontcpbase.h include/gloox/connectiontcpclient.h include/gloox/connectiontcpserver.h include/gloox/connectiontls.h include/gloox/connectiontlsserver.h include/gloox/dataform.h include/gloox/dataformfield.h include/gloox/dataformfieldcontainer.h include/gloox/dataformitem.h include/gloox/dataformreported.h include/gloox/delayeddelivery.h include/gloox/disco.h include/gloox/discohandler.h include/gloox/disconodehandler.h include/gloox/error.h include/gloox/event.h include/gloox/eventdispatcher.h include/gloox/eventhandler.h include/gloox/featureneg.h include/gloox/flexoff.h include/gloox/flexoffhandler.h include/gloox/forward.h include/gloox/gloox.h include/gloox/glooxversion.h include/gloox/gpgencrypted.h include/gloox/gpgsigned.h include/gloox/inbandbytestream.h include/gloox/instantmucroom.h +include/gloox/iodata.h include/gloox/iq.h include/gloox/iqhandler.h include/gloox/jid.h include/gloox/jinglecontent.h include/gloox/jinglefiletransfer.h include/gloox/jingleiceudp.h include/gloox/jingleplugin.h include/gloox/jinglepluginfactory.h include/gloox/jinglesession.h include/gloox/jinglesessionhandler.h include/gloox/jinglesessionmanager.h include/gloox/lastactivity.h include/gloox/lastactivityhandler.h include/gloox/linklocal.h include/gloox/linklocalclient.h include/gloox/linklocalhandler.h include/gloox/linklocalmanager.h include/gloox/loghandler.h include/gloox/logsink.h include/gloox/macros.h include/gloox/md5.h include/gloox/message.h include/gloox/messageevent.h include/gloox/messageeventfilter.h include/gloox/messageeventhandler.h include/gloox/messagefilter.h include/gloox/messagehandler.h include/gloox/messagesession.h include/gloox/messagesessionhandler.h include/gloox/mucinvitationhandler.h include/gloox/mucroom.h include/gloox/mucroomconfighandler.h include/gloox/mucroomhandler.h include/gloox/mutex.h include/gloox/mutexguard.h include/gloox/nickname.h include/gloox/oob.h include/gloox/parser.h include/gloox/presence.h include/gloox/presencehandler.h include/gloox/privacyitem.h include/gloox/privacylisthandler.h include/gloox/privacymanager.h include/gloox/privatexml.h include/gloox/privatexmlhandler.h include/gloox/pubsub.h include/gloox/pubsubevent.h include/gloox/pubsubitem.h include/gloox/pubsubmanager.h include/gloox/pubsubresulthandler.h include/gloox/receipt.h include/gloox/registration.h include/gloox/registrationhandler.h include/gloox/resource.h include/gloox/rosteritem.h include/gloox/rosterlistener.h include/gloox/rostermanager.h include/gloox/search.h include/gloox/searchhandler.h include/gloox/sha.h include/gloox/shim.h include/gloox/sihandler.h include/gloox/simanager.h include/gloox/siprofileft.h include/gloox/siprofilefthandler.h include/gloox/siprofilehandler.h include/gloox/socks5bytestream.h include/gloox/socks5bytestreammanager.h include/gloox/socks5bytestreamserver.h include/gloox/softwareversion.h include/gloox/stanza.h include/gloox/stanzaextension.h include/gloox/statisticshandler.h include/gloox/subscription.h include/gloox/subscriptionhandler.h include/gloox/tag.h include/gloox/taghandler.h include/gloox/tlsbase.h include/gloox/tlsdefault.h include/gloox/tlshandler.h include/gloox/uniquemucroom.h include/gloox/util.h include/gloox/vcard.h include/gloox/vcardhandler.h include/gloox/vcardmanager.h include/gloox/vcardupdate.h include/gloox/xhtmlim.h lib/libgloox.a lib/libgloox.so -lib/libgloox.so.12 -lib/libgloox.so.12.0.0 +lib/libgloox.so.13 +lib/libgloox.so.13.0.0 libdata/pkgconfig/gloox.pc Index: head/net-im/licq-jabber/Makefile =================================================================== --- head/net-im/licq-jabber/Makefile (revision 378800) +++ head/net-im/licq-jabber/Makefile (revision 378801) @@ -1,37 +1,37 @@ # $FreeBSD$ PORTNAME= jabber PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org COMMENT= Jabber (XMPP) plugin for Licq LICENSE= GPLv2 LIB_DEPENDS= libgloox.so:${PORTSDIR}/net-im/gloox \ libboost_regex.so:${PORTSDIR}/devel/boost-libs USES= cmake pkgconfig DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} DOCFILES= README PLIST_FILES= lib/licq/protocol_jabber.so \ %%PORTDOCS%%%%DOCSDIR%%/README LICQ_PORT?= net-im/licq OPTIONS_DEFINE= DOCS .include .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" .if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .endif .include