Commit graph

14442 commits

Author SHA1 Message Date
Antoine Brodin
c0ef6553ab Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 08:41:34 +00:00
Antoine Brodin
79cee04bec Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 07:32:36 +00:00
Rusmir Dusko
56fd9df84f - Mark DEPRECATED, set EXPIRATION_DATE, use 3omns 2014-06-25 13:51:33 +00:00
Rusmir Dusko
c1a91b42db 3omns is an old-school arcade-style tile-based bomb-dropping deathmatch game.
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).
2014-06-25 13:48:58 +00:00
Rusmir Dusko
63d0782052 - Update to 0.99.3, announce message:
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
2014-06-25 13:36:30 +00:00
Jason E. Hale
688f3ac046 - Support staging
- Tab -> space in pkg-descr
- Add DOCS option

Approved by:	portmgr (blanket approval)
2014-06-25 12:56:21 +00:00
Baptiste Daroussin
698f728a34 Fix build on system built WITHOUT_INFO
With hat:	portmgr
2014-06-25 08:58:09 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
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
2014-06-25 05:35:31 +00:00
Jason E. Hale
3195e5bf2f - Support staging
- Add LICENSE
- Rename generic patches

Approved by:	portmgr (blanket approval)
2014-06-23 23:00:51 +00:00
Guido Falsi
56c6383aef - Stagify
- Add modern rc script
- Install in DATADIR

Approved by:	gmarco@gufi.org (maintainer)
2014-06-23 22:29:07 +00:00
Alexey Dokuchaev
3e4a131b3b - BROKEN statement in r358925 is misleading: it seem that Boost is the one
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
2014-06-23 14:56:15 +00:00
Dmitry Marakasov
622869e534 - Switch devel/google-perftools to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-23 13:44:39 +00:00
Dmitry Marakasov
6860bd8b23 - Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
2014-06-23 12:27:34 +00:00
Baptiste Daroussin
999aee739a Mark as broken with any modern compiler
Cleanup staging while here
Convert to USES=dos2unix
2014-06-23 12:13:46 +00:00
Baptiste Daroussin
b792702b59 Mark as broken: no distinfo 2014-06-22 22:11:45 +00:00
Baptiste Daroussin
4481a92f19 Mark as broken: no distinfo provided for some of the distfiles 2014-06-22 22:10:50 +00:00
Tilman Keskinoz
d1d1af576c Stageify.
Remove esound option which simplifies the port and nobody uses esound anyway.
2014-06-22 14:01:22 +00:00
Greg Lewis
e265f0588f . Remove $FreeBSD$, since it no longer gets expanded (or so I understand).
. Fix a path.
2014-06-22 04:13:26 +00:00
Greg Lewis
5dfd531513 . Rename patch files to use a less antique naming convention. 2014-06-22 04:10:53 +00:00
Raphael Kubo da Costa
1ba6e3c1f7 - Support staging.
- 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)
2014-06-21 22:02:46 +00:00
Antoine Brodin
0ff75e9584 Finish stage support 2014-06-21 08:59:22 +00:00
Danilo Egea Gondolfo
a3f7fd5ad8 - Update from 1.14.4 to 1.14.5 2014-06-20 18:44:38 +00:00
Dmitry Marakasov
de745b7c09 - Drop :oldver from USES=libtool, no dependent ports require .la files
- Bump dependent port (games/freeciv) as .so version has changed

Approved by:	portmgr blanket
2014-06-20 11:22:43 +00:00
Dmitry Marakasov
388783780a - Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
2014-06-20 11:20:06 +00:00
Dmitry Marakasov
627d72d304 - Switch print/libpaper to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-20 11:15:57 +00:00
John Marino
4291c97b9e games/minecraft-client: Use OpenJDK8 to fix spawning problem
PR:		189028
Submitted by:	Sean Bruno
Fix by:		Kris Moore
2014-06-20 10:45:11 +00:00
Rusmir Dusko
74a09dfd94 - Update to 1.9.2.1, announce message is here:
http://sourceforge.net/projects/robocode/files/robocode/1.9.2.1/
2014-06-19 08:48:42 +00:00
Jason E. Hale
aea6946f6c - Support staging
- Add LICENSE (GPLv2)

Approved by:	portmgr (blanket approval)
2014-06-19 06:07:19 +00:00
Jason E. Hale
5fb10ebe97 - Support staging (it was easier to define a new do-install target
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)
2014-06-19 05:34:08 +00:00
Stephen Hurd
4e5b54a3ec Update my ports to use my shurd@FreeBSD.org account
Approved by:    db, skreuzer (mentors)
2014-06-18 20:18:11 +00:00
Rusmir Dusko
8a38165035 - Update to 0.4.3, announce message:
* 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)
2014-06-17 20:07:23 +00:00
Guido Falsi
82c80d4504 Stagify
Approved by:	gmarco@gufi.org (maintainer)
2014-06-17 19:22:50 +00:00
Dmitry Marakasov
9c0711f153 - Switch devel/guichan to libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-16 22:24:47 +00:00
William Grzybowski
42105c2d01 games/py-mnemosyne: update to 2.3
- Update to 2.3
- Pass maintainership to submitter

PR:		188930
Submitted by:	hhh sdf org
2014-06-16 16:49:16 +00:00
Dmitry Marakasov
0a0b5da3a6 - Fix alut dependency 2014-06-16 00:26:30 +00:00
Rene Ladan
c8f5b88949 Remove expired ports:
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
2014-06-15 18:26:12 +00:00
Vanilla I. Shu
cc2b7014ac Stagify.
Approved by:	portmgr@
2014-06-15 16:39:36 +00:00
Vanilla I. Shu
e40b465fd3 Stagify.
Approved by:	portmgr@
2014-06-15 16:23:52 +00:00
Vanilla I. Shu
49915f4fbb Stagify.
Approved by:	portmgr@
2014-06-15 16:19:17 +00:00
Vanilla I. Shu
75be303379 Stagify.
Approved by:	portmgr@
2014-06-15 16:17:18 +00:00
Vanilla I. Shu
cca15b1fe2 Stagify.
Approved by:	portmgr@
2014-06-15 16:06:35 +00:00
Vanilla I. Shu
074d1ada21 Stagify.
Approved by:	portmgr@
2014-06-15 16:00:23 +00:00
Vanilla I. Shu
b628022599 Stagify.
Approved by:	portmgr@
2014-06-15 15:59:58 +00:00
Vanilla I. Shu
69e59711d4 Stagify.
Approved by:	portmgr@
2014-06-15 15:52:47 +00:00
Vanilla I. Shu
0cc4859332 Stagify.
Approved by:	portmgr@
2014-06-15 15:37:44 +00:00
Vanilla I. Shu
7c3223546c Stagify.
Approved by:	portmgr@
2014-06-15 14:34:38 +00:00
Vanilla I. Shu
429cbebfc6 Stagify. 2014-06-15 14:30:47 +00:00
Vanilla I. Shu
47d5088c99 1: Stagify.
2: move post-install messages to pkg-message.

Approved by:	portmgr@
2014-06-15 14:10:09 +00:00
Vanilla I. Shu
6ddbb15911 1: Stagify.
2: add depends to perl5.

Approved by:	portmgr@
2014-06-15 14:04:12 +00:00
Vanilla I. Shu
4776a244d5 1: Stagify.
2: switch to tar:bzip2

Approved by:	portmgr@
2014-06-15 10:03:38 +00:00