aboutsummaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* 3omns is an old-school arcade-style tile-based bomb-dropping deathmatch game.Rusmir Dusko2014-06-255-0/+91
| | | | | | | | | The name is a bastardization of the word Bombs (and you should pronounce it however you want). WWW: https://github.com/chazomaticus/3omns 3omns is the successor of Bomns3 (games/bomns3).
* - Update to 0.99.3, announce message:Rusmir Dusko2014-06-254-47/+31
| | | | | | | | | | | | | | | | | | | | | | | | bomns * Banish the Autotools to the land of wind and ghosts. CMake for the win. * Beginnings of netplay, thanks to Charles. See the "netplay" branch. * No longer compiles unused/broken AI code bomnsedit * None bomnslauncher * GTK1 launcher is archived and no longer built (it sucks, don't worry) * bomnslauncher2 renamed bomnslauncher - Transfer maintainership to games@ team - Add license (GPLv2) - Switch to USES=cmake and change to fetch from GITHUB - Remove not existent Option and OPTIONS_SUB - Remove pkgconfig, USE_BZIP2 and obsolete patches, changed by upstream - Add CMAKE_ARGS+= -Wno-dev and USE_CSTD=gnu89 - Add DOCS and Option - Symlink the icon - Change WWW
* - Support stagingJason E. Hale2014-06-254-24/+17
| | | | | | | - Tab -> space in pkg-descr - Add DOCS option Approved by: portmgr (blanket approval)
* Fix build on system built WITHOUT_INFOBaptiste Daroussin2014-06-251-1/+1
| | | | With hat: portmgr
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-2523-29/+29
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* - Support stagingJason E. Hale2014-06-247-12/+18
| | | | | | | - Add LICENSE - Rename generic patches Approved by: portmgr (blanket approval)
* - StagifyGuido Falsi2014-06-245-46/+48
| | | | | | | - Add modern rc script - Install in DATADIR Approved by: gmarco@gufi.org (maintainer)
* - BROKEN statement in r358925 is misleading: it seem that Boost is the oneAlexey Dokuchaev2014-06-233-26/+34
| | | | | | | | | | | | | | | | | | | | | | | | | to blame: in v1.53 they had the following change in their headers: - explicit shared_array(T * p = 0): px(p), pn(p, deleter()) + shared_array() BOOST_NOEXCEPT : px( 0 ), pn() { } + template<class Y> + explicit shared_array( Y * p ): px( p ), pn( p, checked_array_deleter<Y>() ) + { + boost::detail::sp_assert_convertible< Y[], T[] >(); + } The solution is pretty simple: use default constructor instead of NULL when initializing a shared_array; it was the default anyway [1] - Add missing `pkgconfig' to USES, otherwise it won't find GTK+2 - Cleanup Makefile, sort the knobs, trim USE_GL (glut implies gl and glu) - Transfer maintainership to games@ team - Reword COMMENT and port description; add LICENSE (GPLv2) while here [1] http://www.luxrender.net/mantis/view.php?id=1368
* - Switch devel/google-perftools to USES=libtool, drop .la filesDmitry Marakasov2014-06-231-0/+1
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-232-45/+3
| | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket
* Mark as broken with any modern compilerBaptiste Daroussin2014-06-231-26/+12
| | | | | Cleanup staging while here Convert to USES=dos2unix
* Mark as broken: no distinfoBaptiste Daroussin2014-06-231-1/+2
|
* Mark as broken: no distinfo provided for some of the distfilesBaptiste Daroussin2014-06-231-2/+1
|
* Stageify.Tilman Keskinoz2014-06-223-39/+5
| | | | Remove esound option which simplifies the port and nobody uses esound anyway.
* . Remove $FreeBSD$, since it no longer gets expanded (or so I understand).Greg Lewis2014-06-229-18/+1
| | | | . Fix a path.
* . Rename patch files to use a less antique naming convention.Greg Lewis2014-06-226-0/+0
|
* - Support staging.Raphael Kubo da Costa2014-06-222-8/+28
| | | | | | | | - Apply local patch to avoid a complaint from the compiler: "Function <glutStrokeWidth> called without first calling 'glutInit'." PR: 190833 Submitted by: olevole@olevole.ru (maintainer)
* Finish stage supportAntoine Brodin2014-06-211-1/+2
|
* - Update from 1.14.4 to 1.14.5Danilo Egea Gondolfo2014-06-213-10/+10
|
* - Drop :oldver from USES=libtool, no dependent ports require .la filesDmitry Marakasov2014-06-203-6/+6
| | | | | | - Bump dependent port (games/freeciv) as .so version has changed Approved by: portmgr blanket
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-202-4/+4
| | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket
* - Switch print/libpaper to USES=libtool, drop .la filesDmitry Marakasov2014-06-202-2/+2
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* games/minecraft-client: Use OpenJDK8 to fix spawning problemJohn Marino2014-06-205-48/+136
| | | | | | PR: 189028 Submitted by: Sean Bruno Fix by: Kris Moore
* - Update to 1.9.2.1, announce message is here:Rusmir Dusko2014-06-192-3/+3
| | | | http://sourceforge.net/projects/robocode/files/robocode/1.9.2.1/
* - Support stagingJason E. Hale2014-06-192-90/+90
| | | | | | - Add LICENSE (GPLv2) Approved by: portmgr (blanket approval)
* - Support staging (it was easier to define a new do-install targetJason E. Hale2014-06-193-10/+18
| | | | | | | | | than further patching the source Makefile) - Add LICENSE (GPLv2) - Rename patch to reflect the file it applies to - Whitespace cleanup Approved by: portmgr (blanket approval)
* Update my ports to use my shurd@FreeBSD.org accountStephen Hurd2014-06-194-8/+8
| | | | Approved by: db, skreuzer (mentors)
* - Update to 0.4.3, announce message:Rusmir Dusko2014-06-183-8/+17
| | | | | | | | | | | | | * Translations: ** cs (Marek Cercky) ** el (Dimitris Spingos, Tom Tryfonidis) ** es (Daniel Mustieles) ** gl (Fran Dieguez) ** id (Andika Triwidada) ** pl (Piotr Drag) ** pt_BR (Rafael Ferreira, Enrico Nicoletto) ** sl (Matej Urbancic) ** sr (Miroslav Nikolic)
* StagifyGuido Falsi2014-06-182-13/+16
| | | | Approved by: gmarco@gufi.org (maintainer)
* - Switch devel/guichan to libtool, drop .la filesDmitry Marakasov2014-06-172-2/+2
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* games/py-mnemosyne: update to 2.3William Grzybowski2014-06-174-57/+13
| | | | | | | | - Update to 2.3 - Pass maintainership to submitter PR: 188930 Submitted by: hhh sdf org
* - Fix alut dependencyDmitry Marakasov2014-06-161-3/+2
|
* Remove expired ports:Rene Ladan2014-06-168-478/+0
| | | | | | | 2014-06-12 databases/py-cmemcache: Deprecated upstream 2014-06-13 games/mangos: Broken for more than 6 months 2014-06-14 lang/clojure-contrib: monolithic contrib library is obsolete 2014-06-14 devel/bzapi: Bugzilla has a native REST API, see https://wiki.mozilla.org/BMO/REST
* Stagify.Vanilla I. Shu2014-06-163-1/+17
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-163-3/+36
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-161-5/+3
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-162-4/+1
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-161-2/+1
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-161-3/+2
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-151-12/+4
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-152-9/+7
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-151-18/+7
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-151-5/+4
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-152-10/+8
|
* 1: Stagify.Vanilla I. Shu2014-06-152-7/+8
| | | | | | 2: move post-install messages to pkg-message. Approved by: portmgr@
* 1: Stagify.Vanilla I. Shu2014-06-153-3/+25
| | | | | | 2: add depends to perl5. Approved by: portmgr@
* 1: Stagify.Vanilla I. Shu2014-06-152-8/+5
| | | | | | 2: switch to tar:bzip2 Approved by: portmgr@
* 1: Stagify.Vanilla I. Shu2014-06-152-4/+14
| | | | | | 2: fix build with clang. Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-151-5/+4
| | | | Approved by: portmgr@
* - Update to 0.1.r765Rusmir Dusko2014-06-153-5/+3
|
* - Update to 20140614Martin Wilke2014-06-152-3/+3
| | | | PR: 191031
* games/arkanoidsbRusmir Dusko2014-06-148-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Transfer maintainership to games@ team - Use tar:bzip2 instead of USE_BZIP2=yes games/magicmaze - Mastersite disappeared, mirror on my SF site - Transfer maintainership to games@ team - Change WWW to WayBack games/sdl_jewels - Transfer maintainership to games@ team games/sdl_lopan - Transfer maintainership to games@ team games/secrettower - Transfer maintainership to games@ team games/super_mario_bros_python - Transfer maintainership to games@ team games/xvier - Transfer maintainership to games@ team
* fix build by defining TOLUAXX_CMD on my ownOliver Lehmann2014-06-141-1/+2
|
* - Update MAINTAINER emailDanilo Egea Gondolfo2014-06-143-31/+25
| | | | | | | | | | - Add LICENSE - Add stage support - Add a desktop entry - Improve WWW PR: ports/191000 Submitted by: Benjamin Lutz <mail@maxlor.com>
* games/japanese: quit: Stage support and change maintainersJohn Marino2014-06-142-13/+13
| | | | | | | | Pass maintainership to submitter, the listed maintainer hasn't been active since 2005. The slave port wasn't maintained. PR: 190874 Submitted by: Koichiro IWAO
* - Update MASTER_SITESDanilo Egea Gondolfo2014-06-132-19/+13
| | | | | | | | | | - Remove BROKEN - Pass maintainership to submitter - Add stage support - Improve WWW PR: ports/190986 Submitted by: craig001@lerwick.hopto.org
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-1392-96/+96
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt)
* STAGEifyOliver Lehmann2014-06-121-7/+6
|
* - Update OpenTTD to version 1.4.1 which fixes a regression with the orderAlexey Dokuchaev2014-06-124-32/+89
| | | | | | | of how some packets are sent to the admin port - Add another mirror (per http://devs.openttd.org/~truebrain/mirror.txt) - Remove trivial files/liblzma.pc and handle liblzma the same way as zlib and lzo2; this also allows to simplify `post-patch' target
* STAGEifyOliver Lehmann2014-06-121-3/+2
|
* Unbreak.Thierry Thomas2014-06-122-22/+45
|
* Update to 1.2.2Antoine Brodin2014-06-1212-72/+431
| | | | | PR: ports/190619 Submitted by: maintainer
* Reset the 99 ports still listed under sylvio@John Marino2014-06-123-3/+3
| | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit)
* Add explicit dependency on gluAntoine Brodin2014-06-121-1/+1
|
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-1121-41/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* games/xlogical: stage support and unbreak on F10+John Marino2014-06-1114-199/+271
| | | | | | | | | | | | | | | | | | | | | This port needed a lot more help than the PR indicated: * Full stage support * DESTDIR had to be patched in, there was only a placeholder * It didn't build on clang because there was no header for rand function * Almost very patch had DOS carriage returns (stripped) * Needed USES+=dos2unix so patches apply (caused revbump) * NOPORTDOCS needed to be replaced by PORT_OPTIONS - DOCS * post-extract target was muted, as is the norm * Previous install patches reworked to fit STAGE support better The PR updated: * Use of autotools * conversion of USE_GMAKE and USE_BZIP2 was done previously * GPLv2 license was added PR: 188798 Submitted by: maintainer (Aaron Baugher) Rest by: marino
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* - Install desktop entry and an iconDmitry Marakasov2014-06-101-3/+12
| | | | Submitted by: Kevin Zheng <kevinz5000 at gmail dot com>
* Stagify the port; fix Makefile header.Alexey Dokuchaev2014-06-102-2/+16
|
* Manpage conflicts with nethack have been resolved, for which bump PORTREVISION.Akinori MUSHA2014-06-101-1/+1
|
* Add staging support and remove NO_STAGEDIR.Akinori MUSHA2014-06-102-10/+25
| | | | Legacy pkg_tools support may have been broken.
* - Prevent detection of XDG which causes files to be installed incorrectlyBryan Drewery2014-06-102-6/+3
| | | | | | | - Stop removing directories owned by dependencies PR: 190198 Submitted by: shurd@sasktel.net (based on)
* Update seahaven to staged build.Warner Losh2014-06-101-3/+2
|
* . Support staging.Greg Lewis2014-06-105-61/+45
|
* - Update to 1.3.2Dmitry Marakasov2014-06-108-166/+25
|
* - Fix build as userBryan Drewery2014-06-103-5/+24
| | | | | | | - Stop removing directories owned by dependencies PR: 190198 Submitted by: shurd@sasktel.net
* - StagifyDmitry Marakasov2014-06-103-45/+17
| | | | | | | | - Use new LIB_DEPENDS syntax - Convert USE_BZIP2 to USES - Take maintainership (1) Submitted by: maintainer via irc (1)
* UnbreakAntoine Brodin2014-06-091-1/+1
| | | | With hat: portmgr
* reassign it to the heap.Baptiste Daroussin2014-06-091-1/+1
| | | | | Submitted by: maintainer With hat: portmgr
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-097-17/+17
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* Convert to STAGE and modernize a bit.Joe Marcus Clarke2014-06-082-236/+239
|
* 1: Stagify.Vanilla I. Shu2014-06-082-9/+5
| | | | 2: due pkg-plist changed, bump version.
* 1: Stagify.Vanilla I. Shu2014-06-082-9/+9
| | | | 2: fix compile with clang.
* 1: Stagify.Vanilla I. Shu2014-06-081-9/+7
| | | | 2: convert to new LIB_DEPENDS format.
* 1: Stagify.Vanilla I. Shu2014-06-082-41/+20
| | | | | 2: use @sample on pkg-plist. 3: bump version.
* Uncondemn by adding patches to appease new C++ compilersMikhail Teterin2014-06-084-35/+81
| | | | | | | | | | (tested against GNU 4.8 and clang 3.4). Add support for staging. While here, change vegastrike to build against the existing boost. While here, rearrange vegastrike-data to extract directly to ${STAGEDIR}${DATADIR} -- saving one round of data-writing.
* Stagify.Vanilla I. Shu2014-06-071-10/+10
|
* Stagify.Vanilla I. Shu2014-06-071-6/+2
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-072-9/+8
|
* Stagify.Vanilla I. Shu2014-06-071-6/+2
| | | | Approved by: portmgr@
* Stagify.Vanilla I. Shu2014-06-071-6/+5
|
* Stagify.Vanilla I. Shu2014-06-072-14/+11
|
* Fix startup script for NVIDIA_GL setting a working __GL_ExtensionStringVersion.Barbara Guida2014-06-071-2/+3
|
* - Take maintainershipBarbara Guida2014-06-071-2/+2
| | | | - Fix LEGAL
* Mark BROKEN: Fails to buildAntoine Brodin2014-06-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checking for C++ header file boost/lexical_cast.hpp... yes Checking for C library GL... no Checking for C library GL... no Checking for C library opengl32... no Could not find libGL or opengl32, or could not find GL/gl.h or OpenGL/gl.h Checking for C library GLU... no Checking for C library GLU... no Checking for C library glu32... no Could not find libGLU or glu32, or could not find GL/glu.h or OpenGL/glu.h Checking for C library fribidi... no Checking for C library portaudio... no Missing SDL Missing SDL_ttf Missing SDL_image Missing SDL_net Missing speex Missing vorbisfile Missing vorbis Missing ogg Missing libboost_thread Missing libboost_date_time Missing OpenGL Missing GLU *** Error code 1 Reported by: pkg-fallout
* - Revert part of r356803, due to issues on 11.xAlex Kozlov2014-06-071-1/+1
| | | | Reported by: swills
* - Stagify; fix the build by dropping now unsupported compiler optionsAlexey Dokuchaev2014-06-064-25/+30
| | | | | - Point MASTER_SITES to a working mirror; optimize away MASTER_SITE_SUBDIR - Provide a real port description; deuglify patch names; mute MKDIR's
* - Use /usr/bin/unzip for zip files extraction (part 2)Alex Kozlov2014-06-0617-50/+19
| | | | | | | | Remove most of USES=zip:infozip PR: ports/188419 Approved by: portmgr (bapt) Exp-run: antoine
* - Move pkg-message.in to files/Alex Kozlov2014-06-061-0/+0
|
* - Stage supportMartin Wilke2014-06-062-3/+57
| | | | PR: 190673
* - Convert x11-toolkits/sdl_pango to USES=libtool, drop .la filesDmitry Marakasov2014-06-066-6/+6
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* Fix build with JDK7 and later.Jung-uk Kim2014-06-061-0/+2
| | | | Reported by: exp-run (PR190511)
* Fix build with JDK7 and later.Jung-uk Kim2014-06-061-1/+1
| | | | Reported by: exp-run (PR190511)
* - Fix build with clng [1]Guido Falsi2014-06-064-5/+142
| | | | | | | | | - Stageify [2] PR: 189050 [1] Submitted by: A.J. "Fonz" van Werven <freebsd@skysmurf.nl> Approved by: Maintainer timeout [1] Approved by: Ports tree modernization blanket [2]
* - Support stagingBryan Drewery2014-06-061-1/+0
| | | | | PR: 190198 Submitted by: shurd@sasktel.net (maintainer)
* - Support stagingBryan Drewery2014-06-061-1/+0
| | | | | PR: 190198 Submitted by: shurd@sasktel.net (maintainer)
* - Support stagingBryan Drewery2014-06-062-70/+72
| | | | | PR: 190183 Submitted by: kevinz5000@gmail.com
* Reset maintainer and deprecateAntoine Brodin2014-06-062-2/+8
| | | | | Submitted by: maintainer With hat: portmgr
* Add another mirror for mappackAntoine Brodin2014-06-051-0/+1
| | | | Submitted by: lightside gmx
* Stagify, relinquish control.Alexey Dokuchaev2014-06-051-9/+4
|
* games/warsowRusmir Dusko2014-06-053-19/+219
| | | | | | | | | | | | | | | | | | - Bump PORTREVISION for dependency change - Transfer maintainership to games@ team - Remove dependency for games/warsow-data and MAKE_JOBS_UNSAFE - Change PLIST_DIRS - Add DOCS and Option - Change desktop entry file games/warsow-data - Bump PORTREVISION for adding pkg-plist and for dependency change - Mastersite disappeared, mirror on my FreeBSD LOCAL site - Transfer maintainership to games@ team - Add dependency for games/warsow - Simplify installation handling - Add pkg-plist
* - Add PORTSCOUTDmitry Marakasov2014-06-051-0/+2
|
* - Update to 1.5 [1]Antoine Brodin2014-06-057-175/+58
| | | | | | | | | | - Reset maintainers [2] - Remove MAPPACK from default options and mark it BROKEN, it's unfetchable [3] PR: ports/189477 and ports/189478 [1] Submitted by: lightside gmx com [1] Approved by: several maintainer timeouts on those ports [2] Reported by: pkg-fallout [3]
* - Update to 2.1.0Dmitry Marakasov2014-06-042-3/+3
|
* - Stage supportMartin Wilke2014-06-041-12/+14
| | | | | PR: 190608 Submitted by: maintainer
* Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared ↵Vanilla I. Shu2014-06-032-1/+2
| | | | | | | | library version. PR: ports/190409 Submitted by: ports at robakdesign.com Approved by: portmgr@ (for NO_STAGE)
* - Convert security/gsasl to USES=libtool, drop .la filesDmitry Marakasov2014-06-031-1/+1
| | | | | | | - Bump revisions of dependent ports as gsasl .so version has changed - Convert USE_BZIP2 and USE_XZ to USES in some ports Approved by: portmgr blanket
* /you/have/to/check/what/makeplist/gives/youAntoine Brodin2014-06-021-6/+6
| | | | Reported by: pkg-fallout
* Unbreak, it seems it wants lua51Antoine Brodin2014-06-021-1/+1
| | | | Reported by: pkg-fallout
* games: ioquak3* iourbanterror* openarena*: Update and stage supportJohn Marino2014-06-0121-119/+124
| | | | | | | | | | | | The patch applied without incident. Tested on DragonFly poudriere, everything built fine. It include an i386 fix, which is why the previous commit was reverted. The only modification was to change EXTRACT_CMD to TAR in a couple of places. PR: ports/187859 submitted by; maintainer (Dominic Fandrey)
* games/quake-data: Use equalivalent TAR instead of EXTRACT_CMDJohn Marino2014-06-011-1/+1
|
* - Update graphics/sdl_gfx to version 2.0.25Marcus von Appen2014-06-0124-22/+24
| | | | - Bump PORTREVISION on ports depending on it, since the shlib version changed
* Mark a few unfetchable ports as BROKENAntoine Brodin2014-06-012-0/+4
| | | | With hat: portmgr
* Deprecated some ports that were already marked BROKEN in 2013Antoine Brodin2014-06-012-0/+4
| | | | With hat: portmgr
* - Fix various distinfo errorsAlex Kozlov2014-06-012-3/+1
| | | | | | | | - Remove unused USE_* knobs - Convert USE_TWISTED_RUN to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (antoine)
* games/fotaq: Remove unnecessary extract targetJohn Marino2014-05-311-7/+1
| | | | | There is no need to use a custom extract target; using NO_WRKSUBDIR works fine.
* games/atanks: Unbreak on F8, F9, DF and fix plistJohn Marino2014-05-312-0/+5
| | | | The C++ compiler was harcoded to clang++ and the plist wasn't complete.
* - Transfer maintainership to games@ teamRusmir Dusko2014-05-311-6/+4
| | | | | - Use tar:bzip2 instead of USE_BZIP2=yes - Remove TODO from DOCS
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-05-311-2/+2
| | | | - Add LICENSE_FILE
* Stagify.Koop Mast2014-05-303-18/+15
| | | | | | Use @sample for score files. Convert pkg-install to plist @owner/@group/@mode Convert gnomehack to pathfix.
* - Revert per maintainer's requestAlex Kozlov2014-05-303-24/+30
| | | | | Requested by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Approved by: portmgr (NO_STAGE override)
* - Transfer maintainership to games@ teamRusmir Dusko2014-05-301-10/+8
| | | | | | | - Use tar:bzip2 instead of USE_BZIP2=yes - Change Desktop entry file - Remove HOW-TO-INSTALL, INSTALL, changelog.debian and changelog.openbsd from DOCS
* games/dungeon: Add stage supportJohn Marino2014-05-301-15/+16
|
* - Reset maintainer to ports@Rusmir Dusko2014-05-301-1/+1
|
* - Update to 1.16-1, Announce message:Rusmir Dusko2014-05-302-4/+4
| | | | | | Updated Brazilian Portuguese, Dutch, Italian and Russian translations - Fix STAGEDIR
* - Convert gmake, bzip to USESMartin Wilke2014-05-2936-54/+37
| | | | Approved by: portmgr
* Stageify.Vanilla I. Shu2014-05-293-178/+199
| | | | Approved by: portmgr@
* Stageify.Vanilla I. Shu2014-05-291-7/+5
| | | | Approved by: portmgr@
* Stageify.Vanilla I. Shu2014-05-291-6/+5
| | | | Approved by: portmgr@
* Stageify.Vanilla I. Shu2014-05-291-4/+3
| | | | Approved by: portmgr@
* - Update to version 1.4.5.24Marcus von Appen2014-05-292-3/+3
|
* - Fix buildDmitry Marakasov2014-05-281-4/+4
|
* - Fix buildDmitry Marakasov2014-05-281-2/+4
| | | | - Specify shlib version for xerces, to distinguish from xerces-c3
* - Fix buildDmitry Marakasov2014-05-281-1/+1
|
* Fix make patchAntoine Brodin2014-05-281-1/+1
|
* - Remove line unneeded after switch to USES=sconsDmitry Marakasov2014-05-281-2/+0
|
* - Convert to USES=tar,libtoolDmitry Marakasov2014-05-281-4/+2
|
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-05-282-3/+5
| | | | - Strip libraries
* - Update to 20140525Frederic Culot2014-05-272-3/+3
| | | | | PR: ports/190272 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
* USES=sconsBaptiste Daroussin2014-05-272-30/+6
| | | | Fix build with lua changes
* USES=scons, fix plistBaptiste Daroussin2014-05-272-4/+8
|
* Support stage and USES=sconsBaptiste Daroussin2014-05-271-19/+11
|
* Convert to USES=sconsBaptiste Daroussin2014-05-271-2/+2
|
* Convert to USES=sconsBaptiste Daroussin2014-05-271-5/+1
|
* Convert to USES=sconsBaptiste Daroussin2014-05-272-13/+7
| | | | Stagify
* Switch to USES=sconsBaptiste Daroussin2014-05-271-4/+2
| | | | Fix build with new lua
* Fix lua detectionBaptiste Daroussin2014-05-271-0/+3
|
* Fix buildBaptiste Daroussin2014-05-271-3/+2
| | | | Reported by: antoine
* - Fix fetchDmitry Marakasov2014-05-274-604/+661
| | | | | | | - Fix build with clang - Stagify MFH: 2014Q2
* - Fix conflict with games/daimoninDmitry Marakasov2014-05-272-4/+9
| | | | MFH: 2014Q2
* - StagifyDmitry Marakasov2014-05-276-16/+90
| | | | | | | - Improve highscore file handling - Pass maintainership to games@ - Fix insallation from user - Strip binary
* Attempt to fix INDEXAntoine Brodin2014-05-275-5/+5
| | | | With hat: portmgr
* Finish conversion to USES=luaBaptiste Daroussin2014-05-261-5/+2
|
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-2621-56/+32
| | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit)
* Convert to USES=monoBaptiste Daroussin2014-05-262-92/+6
| | | | | Remove useless desktop database support (it does not need it) Fix plist
* Convert to USES=dos2unixBaptiste Daroussin2014-05-261-2/+2
| | | | With hat: portmgr
* Convert to USES=dos2unixBaptiste Daroussin2014-05-267-16/+13
| | | | With hat: portmgr
* ModernizeBaptiste Daroussin2014-05-261-6/+3
| | | | | Stage Strip binaries
* Multiple ports: reset maintainersEitan Adler2014-05-2612-12/+12
| | | | | | | | | | | | | | Maintainers for these ports have been notified on 5 separate occasions over the course of several months about pending actions required. We really appreciate the time and effort you put in to maintain these ports. If you are still interested in helping to maintain these ports just reply to me or file a PR and I will happily assign the port to you again. Approved by: portmgr (implicit)
* - Update from 1.14.3 to 1.14.4Danilo Egea Gondolfo2014-05-263-10/+10
|
* Adopt portJohan van Selst2014-05-241-1/+1
|
* Adopt portJohan van Selst2014-05-241-1/+1
|
* Hand back to ports@.David Thiel2014-05-241-1/+1
|
* - Stage supportMartin Wilke2014-05-232-5/+3
| | | | - Convert gmake to USES
* - Fix build with clang on i386 arches [1]Alex Kozlov2014-05-233-30/+24
| | | | | | - Support STAGEDIR Reported by: swills [1]
* - Update to 2.12, Announce message:Rusmir Dusko2014-05-234-28/+5
| | | | | | | Add desktop file and a minor cleanup patch. - Remove Desktop entry file, use supplied desktop files - Remove obsolete patch
* - Update to 6., Announce message:Rusmir Dusko2014-05-233-21/+5
| | | | | | | Fix a minor bug revealed by pychecker. - Use supplied icon - Remove Desktop entry file, use supplied desktop files
* - Update to 1.12, Announce message:Rusmir Dusko2014-05-233-23/+7
| | | | | | | | | | | | | Incorporated Dennis Pinckard's fix for a Mac OS/X port bug. Added desktop file. Clean up code to modern C, apply cppcheck. Fix code typo reported as Debian bug #593434 - Don't silence warnings - Add HACKING to DOCS - Remove PORTSCOUT - Break lines around 80 characters - Remove Desktop entry file, use supplied desktop files
* - Fix packagingAlex Kozlov2014-05-222-2/+1
| | | | Approved by: portmgr (antoine)
* - Use /usr/bin/unzip for zip files extraction (part 1)Alex Kozlov2014-05-222-2/+3
| | | | | | PR: ports/188419 Exp-run: bdrewery Approved by: portmgr (bapt)
* - Stage supportMartin Wilke2014-05-221-18/+18
| | | | | | PR: 187865 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Approved by: maintainer timeout
* - Add USE_LINUX_APPS=xorglibsBarbara Guida2014-05-221-1/+2
|
* - Stage supportBarbara Guida2014-05-221-33/+34
| | | | | | | | - Add DOCS and NVIDIA_GL options - Restore MASTER_SITES - Install without using custom commands - Take maintainership (former maintainer agreed by private mail) - For MASTER_SITE_IDSOFTWARE, remove ftp.chg.ru (looks dead) and add ftp.gwdg.de
* Add staging supportSteven Kreuzer2014-05-222-8/+6
|
* - Pass maintainership to games@Dmitry Marakasov2014-05-212-519/+6
| | | | | - Add LICENSE_FILE - Switch to dynamic plist
* - Pass maintainership to games@Dmitry Marakasov2014-05-215-229/+55
| | | | | | - Use new LIB_DEPENDS syntax - Fix build with clang, remove USE_GCC - Use canonical names for patches
* Reset maintainer:Antoine Brodin2014-05-212-2/+2
| | | | | | | <janik@hikarihq.com>: host hikarihq.com[107.170.140.194] said: 454 4.7.1 <janik@hikarihq.com>: Relay access denied (in reply to RCPT TO command) With hat: portmgr
* - Stagify; utilize shebangfix for one of the script files; touch COMMENTAlexey Dokuchaev2014-05-211-11/+13
| | | | - Try to fix parallel (-jX) builds by adding missing target dependencies
* - Update from 3.24.0 to 3.26.0Danilo Egea Gondolfo2014-05-213-4/+3
|
* Do not use PORTDOCS=* when all the docs are already listed in the plistAntoine Brodin2014-05-211-2/+0
|
* Quote ${CC} and similar variables in MAKE_ARGS.Tijl Coosemans2014-05-212-2/+2
| | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
* - Update to 3.10Frederic Culot2014-05-192-4/+4
| | | | | | - Update LICENSE to BSD3CLAUSE Changes: http://www.catb.org/~esr/greed/NEWS
* games/dcrossRusmir Dusko2014-05-196-12/+9
| | | | | | | | | | | | | | | | | | | | | | | | - Transfer maintainership to games@ team games/openbubbles - Mastersite disappeared, mirror on my SF site - Transfer maintainership to games@ team - Use tar:bzip2 instead of USE_BZIP2=yes - Don't silence warnings - Change WWW to WayBack games/pythonsudoku - Transfer maintainership to games@ team games/robocalypto - Transfer maintainership to games@ team games/sudoku-sensei - Transfer maintainership to games@ team
* - Update to 0.7, announce message is here:Rusmir Dusko2014-05-185-37/+110
| | | | | | | | | | | | | | | http://yakinikuman.wordpress.com/2009/04/28/python-chess-v-07-lowering-pygames-cpu-usage/ - Change master sites, add icon - Transfer maintainership to games@ team - Add license (GPLv3) - Change USE_PYTHON=yes to USE_PYTHON=2 - Add USES dos2unix - Add files/pythonchess.in and Desktop entry file - Remove unnecessary Thumbs.db and pygame2exe_Chess.py - Fix the usage of 'python' to get rid of the implicit lang/python dependency - Change build and install - Change pkg-descr and add WWW
* - Update to 007Martin Wilke2014-05-183-8/+23
| | | | | PR: 188138 Submitted by: ports fury
* - Update to 2.2.0Martin Wilke2014-05-172-45/+45
| | | | | PR: 189184 Submitted by: maintainer
* - Fix build on -currentMartin Wilke2014-05-171-39/+26
| | | | | | | | - Update uses, - Options helper PR: 188146 Submitted by: Ports Fury
* - Update to version 1.4.5.10Marcus von Appen2014-05-172-4/+3
|
* LEGAL: fix multiple portsEitan Adler2014-05-171-1/+1
| | | | | | | | | | | | | | | Rename lang/dmd -> lang/dmd1 (cy) Merge legal text for net/vmware-vsphere-cli (zi) Fix sysutils/tarsnap to have text in LEGAL (cperciva) games/linux-savage restricted reason (acm) text edit for archivers/rar (gabor) copy from port to LEGAL for lang/ifc (maho) copy from LEGAL to port for science/gamess (maho) add LEGAL_PACKAGE to lang/dmd1 (cy) This brings the total number of ports with issues to below 100 Approved by: portmgr (implicit)
* - Support stagingDmitry Marakasov2014-05-172-17/+18
| | | | - Fix build with clang
* - Update from 1.14.2 to 1.14.3Danilo Egea Gondolfo2014-05-163-10/+10
|
* STAGEify and generally update this port.Gavin Atkinson2014-05-152-7/+11
| | | | Approved by: mat
* Update to 3.0.0Ganael LAPLANCHE2014-05-146-30/+23
| | | | | PR: ports/189735 Submitted by: Kuan-Chung Chiu <buganini@gmail.com>
* - Support stagingDmitry Marakasov2014-05-142-21/+7
|
* - Update to 20140514 snapshot (development continues in github.com/Quintus/SMC)Dmitry Marakasov2014-05-143-2646/+23
| | | | | | | - Support staging - Add LICENSE - Switch to dynamic plist - Remain BROKEN: although the port compiles with cegui-0.8, it still doesn't run; I expect to unbreak it soon as cegui-0.8 support is finished upstream
* - Fix STAGEDIR, add USES desthack, change MAKE_ARGSRusmir Dusko2014-05-144-12/+13
| | | | | - Change installation handling for executable - Recreate patches with make makepatch
* Fix stagingEdwin Groothuis2014-05-142-20/+18
|
* - Remove CFLAGS+Rusmir Dusko2014-05-141-2/+0
|
* Deprecate ports BROKEN for more than 6 monthsAntoine Brodin2014-05-141-0/+2
| | | | With hat: portmgr
* Fix stagingEdwin Groothuis2014-05-131-1/+0
|
* - Update to 0.4.11, Announce message:Rusmir Dusko2014-05-133-10/+9
| | | | | | | | Use intptr_t to stop compiler warnings. Making a release because of the icons by Rusmir Dusko - Change patch, advice by upstream
* Stagify for games/xrobotsEdwin Groothuis2014-05-132-4/+7
|
* Stagify.Alex Dupre2014-05-121-17/+11
|
* Convert my ports to USES=tarMax Brazhnikov2014-05-126-12/+6
|
* Fix stagingEdwin Groothuis2014-05-121-5/+3
|
* - Support stagingDmitry Marakasov2014-05-124-140/+49
| | | | | | | - Improve highscore dir handling - Remove DESKTOP_ENTRIES, game installs its own - Use new OPTIONS features - Convert USE_BZIP2 to USES
* - Add DESKTOP_ENTRIESDmitry Marakasov2014-05-121-1/+8
|
* - Support stagingDmitry Marakasov2014-05-124-226/+49
| | | | | | - Convert USE_GMAKE to USES - Improve highscore dir handling - Fix on 10.x+
* - Improve highscore file handlingDmitry Marakasov2014-05-124-18/+36
|
* - Support STAGEDIRBarbara Guida2014-05-122-18/+24
| | | | | | - Use options helpers - Keep .cfg files - Limit PORTSCOUT
* - Support STAGEDIRBarbara Guida2014-05-122-25/+14
| | | | - Use options helpers
* - Support stagingDmitry Marakasov2014-05-124-58/+49
| | | | - Use new OPTIONS features
* Mark BROKEN: UnfetchableAntoine Brodin2014-05-111-0/+2
|
* Fix stagingEdwin Groothuis2014-05-112-2/+7
|
* Complete the previous fix, sorry.Barbara Guida2014-05-111-4/+4
|
* Fix from previous commit.Barbara Guida2014-05-111-2/+0
|
* - Support STAGEDIRBarbara Guida2014-05-112-36/+28
| | | | | | | - Use options helpers - Add LICENSE - Define LEGAL_PACKAGE - Pet portlint
* ports/187834: port update: games/sopwithEdwin Groothuis2014-05-114-13/+10
| | | | | | | | The attached patch updates the games/sopwith port to the latest upstream version. Fix staging. PR: 187834 Submitted by: Jesse <jessefrgsmith@yahoo.ca>
* - drop maintainershipDirk Meyer2014-05-116-6/+6
|
* StagifyEdwin Groothuis2014-05-111-18/+11
| | | | | PR: 187861 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
* - Support stagingDmitry Marakasov2014-05-112-145/+6
|
* - Support stagingDmitry Marakasov2014-05-111-18/+10
| | | | | - Convert USE_GMAKE to USES - Use new LIB_DEPENDS syntax
* - Support stagingDmitry Marakasov2014-05-113-10/+8
| | | | - Convert USE_BZIP2 to USES
* Update to 1.71.0.Raphael Kubo da Costa2014-05-113-30/+19
| | | | | | | | | - Remove libglade2 dependency. - Remove old `configure` flags. - Remove old patches. PR: ports/188385 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!Max Brazhnikov2014-05-1145-90/+90
| | | | | | | deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc.
* Reset more maintainers:Antoine Brodin2014-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <yar@FreeBSD.org>: host hub.freebsd.org[8.8.178.136] said: 550 5.1.1 <yar@FreeBSD.org>: Recipient address rejected: User unknown in local <rud@cs.uni-magdeburg.de>: host mail.cs.uni-magdeburg.de[141.44.21.48] said: 550 5.1.1 <rud@cs.uni-magdeburg.de>... User unknown (in reply to RCPT TO <stefan@fh-mainz.de>: host srv-eml-pmva-02.fh-mainz.de[143.93.114.189] said: 550 5.1.1 <stefan@fh-mainz.de>: Recipient address rejected: undeliverable <ocaml-ounit-port@kotka.de>: host kotka.de[62.75.247.120] said: 550 5.1.1 <ocaml-ounit-port@kotka.de>: Recipient address rejected: User unknown in <toru@tenchi.ne.jp>: host tuna.tenchi.ne.jp[49.212.63.105] said: 550 5.1.1 <toru@tenchi.ne.jp>... User unknown (in reply to RCPT TO command) <nehe@cruzinternet.com>: host inbound.platinum.ca[69.31.192.27] said: 550 cuda_nsu User [nehe@cruzinternet.com] does not exist (in reply to RCPT TO <ports@emorific.com>: Host or domain name not found. Name service error for name=emorific.com type=AAAA: Host not found <ubique@peterhost.ru>: host mx.mail.corp.hostcomm.ru[89.111.166.49] said: 550 Sorry, no mailbox here by that name (in reply to RCPT TO command) <ports@brandon.dvalentine.com>: host ASPMX.L.GOOGLE.com[2607:f8b0:400c:c01::1a] said: 550-5.1.1 The email account that you tried to reach does not exist. With hat: portmgr
* - After recent graphics/devil soversion bump its PORTREVISION was not ↵Dmitry Marakasov2014-05-103-3/+3
| | | | | | bumped, so bump it properly now and also bump all dependent ports again Submitted by: tijl
* - Update to 0.4.1Dmitry Marakasov2014-05-102-4/+5
| | | | - Add LICENSE
* - Update to 0.5.11Dmitry Marakasov2014-05-103-15/+3
|
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-091-1/+4
| | | | | | | - Pass maintainership to submitter PR: ports/189349 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-091-1/+4
| | | | | | | - Pass maintainership to submitter PR: ports/189348 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-091-1/+4
| | | | | | | - Pass maintainership to submitter PR: ports/189346 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Switch graphics/devil to USES=libtoolDmitry Marakasov2014-05-093-3/+3
| | | | | | | | | | | | | | | Since this changes shared lib version number, bump PORTREVISION on all dependent ports: - devel/love - devel/love07 - devel/love5 - games/arx-libertatis - games/pink-pony - games/spring - graphics/cegui - graphics/graphviz While here, fix graphics/cegui plist to not remove mtree directory.
* - libtool is still neededDmitry Marakasov2014-05-091-6/+4
| | | | | | - Call autotools directly Submitted by: tijl@ via private email
* - libtool is not needed, switch to libtoolizeDmitry Marakasov2014-05-091-1/+1
|
* - Convert USE_DOS2UNIX to USESDmitry Marakasov2014-05-091-2/+2
|
* - Update from 1.14.1 to 1.14.2Danilo Egea Gondolfo2014-05-083-10/+10
|
* - Support STAGEDIRAlex Kozlov2014-05-082-27/+9
| | | | - While here, remove obsolete OSVERSION check
* - Fix LICENSEDmitry Marakasov2014-05-081-1/+1
|
* - Convert USE_DOS2UNIX to USESDmitry Marakasov2014-05-084-10/+8
|