aboutsummaryrefslogtreecommitdiff
path: root/games/bygfoot
Commit message (Collapse)AuthorAgeFilesLines
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* games/bygfoot: Remove redundant dependency on unzipJohn Marino2016-08-041-2/+1
| | | | | | | | A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0). Notes: svn path=/head/; revision=419573
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-292-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* - Add LICENSEDmitry Marakasov2014-10-142-47/+3
| | | | | | | - Drop @dirrm* from plist Notes: svn path=/head/; revision=370850
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* - Use %%DATADIR%% in pkg-plistDanilo Egea Gondolfo2013-10-301-797/+797
| | | | Notes: svn path=/head/; revision=332080
* - Add stage supportDanilo Egea Gondolfo2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332078
* Explicitly link libraries on 10 unmaintained portsJohn Marino2013-10-071-1/+1
| | | | | | | | | | | | The following ports will not build with a binutils 2.22+ linker built with standard options. This has been obvious with DPorts, but difficult to see on FreeBSD. However, setting the ports compiler as a recent gcc (e.g lang/gcc48) is an excellent way to detect the unspecified but needed libraries as these recent GCC compilers use the latest binutils linkers. These patches were tested on FreeBSD 8.4 and DragonFly 3.5 Notes: svn path=/head/; revision=329743
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-5/+2
| | | | Notes: svn path=/head/; revision=326122
* - Drop all my portsPav Lucistnik2013-07-091-1/+1
| | | | Notes: svn path=/head/; revision=322581
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+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 Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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) Notes: svn path=/head/; revision=214430
* - Add runtime dependencies on zip+unzipPav Lucistnik2008-06-021-1/+5
| | | | | | | Reported by: blokkie <blokkie@h0m3.be> Notes: svn path=/head/; revision=214199
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Update to 2.2.1Pav Lucistnik2008-03-144-26/+78
| | | | Notes: svn path=/head/; revision=209033
* - Update to 2.2.0Pav Lucistnik2007-06-076-103/+53
| | | | Notes: svn path=/head/; revision=192995
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 2.0.1Pav Lucistnik2006-10-314-54/+132
| | | | Notes: svn path=/head/; revision=175952
* - Update to 2.0.0Pav Lucistnik2006-06-044-5/+26
| | | | Notes: svn path=/head/; revision=164342
* - Update to 1.9.6Pav Lucistnik2006-05-183-4/+5
| | | | Notes: svn path=/head/; revision=162744
* - Update to 1.9.5Pav Lucistnik2006-04-013-5/+51
| | | | Notes: svn path=/head/; revision=158557
* - Update to 1.9.4Pav Lucistnik2005-12-295-62/+88
| | | | Notes: svn path=/head/; revision=152377
* - Add some SHA256sPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149199
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* - Update to 1.9.2Pav Lucistnik2005-11-0110-134/+169
| | | | Notes: svn path=/head/; revision=146940
* - Update to 1.9.1Pav Lucistnik2005-10-0812-92/+589
| | | | Notes: svn path=/head/; revision=144579
* - Update to 1.8.2Pav Lucistnik2005-07-032-4/+3
| | | | Notes: svn path=/head/; revision=138389
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* - Update to 1.8.1Pav Lucistnik2005-02-203-4/+7
| | | | Notes: svn path=/head/; revision=129399
* - Distfile rerolled, some changes to sourcesPav Lucistnik2005-02-042-2/+3
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=128023
* - Update to 1.8.0Pav Lucistnik2005-01-317-75/+86
| | | | Notes: svn path=/head/; revision=127805
* - Update to 1.6.3Pav Lucistnik2004-11-244-5/+20
| | | | Notes: svn path=/head/; revision=122293
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* - Update to 1.6.2Pav Lucistnik2004-10-113-3/+9
| | | | Notes: svn path=/head/; revision=118648
* - Update to 1.4.3Pav Lucistnik2004-08-292-3/+3
| | | | Notes: svn path=/head/; revision=117595
* - Update to 1.4.2Pav Lucistnik2004-07-173-3/+45
| | | | Notes: svn path=/head/; revision=113811
* - Update to 1.4.1Pav Lucistnik2004-07-112-7/+3
| | | | Notes: svn path=/head/; revision=113436
* Add bygfoot, a football (a.k.a. soccer) management game. Bygfoot allows you toPav Lucistnik2004-07-064-0/+71
manage a team by training the players, buying and selling them, contracting loans, maintaining the stadium, etc. Notes: svn path=/head/; revision=113087