aboutsummaryrefslogtreecommitdiffstats
path: root/games/tinymux
Commit message (Collapse)AuthorAgeFilesLines
* GOOGLE_CODE has gone away.mat2016-09-141-0/+2
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* games/tinymux: Fix SSL flags and handle no SHA0 cases (LibreSSL)marino2016-09-122-4/+23
|
* Add missing USE_OPENSSL=yestijl2015-01-151-1/+3
| | | | PR: 195796
* - Fix LICENSEamdmi32014-11-012-32/+10
| | | | | | - Simplify docs installation - Use @sample - Drop @dirrm* from plist
* Sync dports patches on 3 unmaintained portsmarino2014-05-051-3/+3
| | | | | | * audio/esperanza * x11-wm/qlwm * games/tinymux
* - Update to 2.10.1.12nemysis2014-03-296-82/+167
| | | | | | | | | | | | | | | | | | | | - Remove FTP master site - Remove leading article from COMMENT - Add license(s) (GPLv3) - Remove DEPRECATED, EXPIRATION_DATE - USES gmake instead of USE_GMAKE, remove gettext - Add libmux.so, strip library and USE_LDCONFIG=yes - Support STAGEDIR and add OPTIONS_SUB - Simplify DOCS installation handling - Add FIRANMUX MEMORY_BASED REALITY_LVLS SELFCHECK SSL WOD_REALMS Options - Add ASYNCHRONOUS_SQL SSL REALITY_LVLS WOD_REALMS to default Options - Add OPTIONS_RADIO=MYSQL and ASYNCHRONOUS_SQL INLINE_SQL - Add tinymux pkg-deinstall pkg-message - Add IGNORE when is used FIRANMUX with WOD_REALMS or REALITY_LVLS - Simplify REINPLACE and install installation handling, use %%DATADIR%% instead of %%DATADIR%%/game/netmux - Recreate pkg-plist with make makeplist and proper use configuration handling
* Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained ↵antoine2014-03-091-0/+2
| | | | since more than 12 years)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | games)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* Update to 2.6.5.33 and unbreakmakc2012-05-152-9/+4
| | | | | PR: ports/167778 Submitted by: Stephen Dennis <brazilofmux at gmail.com>
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Fix MASTER_SITESmiwi2011-08-261-17/+25
| | | | | | | - Support CFLAGS properly PR: 160107 Submitted by: Ports Fury
* -remove MD5ohauer2011-07-031-1/+0
|
* Mark BROKEN on HEAD: does not build.erwin2010-09-271-1/+7
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1
|
* - Update to patchlevel 32sylvio2010-04-282-4/+4
| | | | | PR: ports/146068 Submitted by: Stephen Dennis <brazilofmux@gmail.com> (maintainer)
* - Update to 2.6miwi2009-02-132-11/+9
| | | | | PR: 131482 Submitted by: Stephen Dennis <brazilofmux@gmail.com>
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Update to 2.3.5pl26edwin2006-01-072-4/+4
|
* - Update to 2.3.5.24 (fixes the fetch problem)tdb2005-12-162-6/+5
| | | | | | | | - Removed USE_BZIP2; now uses .tar.gz extension PR: 90451 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: clement (mentor)
* - Add SHA256pav2005-11-251-0/+1
|
* . Update to 2.3.3.22, a version written this century. It could do withglewis2004-07-3111-284/+94
| | | | | some more work to make it easier to run out of the box (in terms of configuration files) if anyone is interested.
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* SIZEify.trevor2004-01-291-0/+1
|
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
|
* Fix build on -CURRENT.fjoe2003-10-286-11/+155
|
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* chase gdbm lib versionijliao2003-01-031-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-301-1/+2
| | | | | PR: 40012 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* malloc.h -> stdlib.hpetef2002-06-081-0/+3
| | | | | PR: 39013 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* move MASTER_SITES.sf2001-01-314-21/+68
| | | | | | | | | | honor CFLAGS, PREFIX. BUILD_DEPENDS -> LIB_DEPENDS on gdbm. PR: 24546 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> add missing MAINTAINER.
* Remove cjohnson@camelot.com as MAINTAINER; mail has been bouncingfenner2001-01-221-2/+0
| | | | for over 2 months.
* Remove stray directory on deinstallkris2000-11-111-0/+1
|
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionasami2000-04-141-2/+2
| | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
* Update port to 1.6p0jedgar2000-03-303-21/+12
| | | | | PR: 17609 Submitted by: Maintainer
* PREFIX -> LOCALBASEmharo2000-03-211-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Use loops.asami1998-08-171-34/+20
|
* Initial import of tinymux version 1.4p13.steve1998-08-096-0/+135
A multi-player freeform adventure program. PR: 6791 Submitted by: Christopher T. Johnson <cjohnson@neunacht.netgsi.com>