aboutsummaryrefslogtreecommitdiffstats
path: root/games/qgo
Commit message (Collapse)AuthorAgeFilesLines
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'danfe2016-04-161-1/+0
| | | | | was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago, and fix some minor bogosities nearby.
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* - Remove now needless qmake_build from USE_QT4makc2013-11-221-1/+1
| | | | | - Get rid of QMAKEFLAGS - Use globally provided LRELEASE
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (games category) Approved by: portmgr (bdrewery)
* - Convert unmaintained ports to USES=qmakemakc2013-10-131-10/+6
| | | | | | - Add stage support - Convert LIB_DEPENDS to new syntax - Minor changes/fixes
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | games)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Update to version 2.s764miwi2013-06-109-168/+58
| | | | | PR: 179220 Submitted by: Ports Fury
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3
| | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* -remove MD5ohauer2011-07-031-1/+0
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* - Update to 1.5.4.3miwi2009-10-203-8/+8
| | | | | PR: 139765 Submitted by: Ports Fury
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with G
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+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)
* - Update to 1.5.4.2miwi2007-12-153-8/+9
| | | | | PR: 118610 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 1.5.4miwi2007-06-203-6/+13
| | | | | PR: 113770 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkpav2007-02-131-1/+0
| | | | | Submitted by: rafan Tested on: pointyhat
* - Update to 1.5.3miwi2007-01-183-4/+5
| | | | | PR: 107998 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to version 1.5.2.alepulver2006-10-092-7/+4
| | | | | PR: ports/104173 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 1.5.1arved2006-04-164-30/+20
| | | | | PR: 95817 Submitted by: KATO Tsuguru
* - Update to 1.0.4.2pav2006-01-216-21/+37
| | | | | PR: ports/92009 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to version 1.0.3.2tdb2005-12-123-4/+9
| | | | | | PR: 90193 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: clement (mentor)
* - Add SHA256pav2005-11-251-0/+1
|
* - Update to 1.0.3garga2005-10-103-3/+16
| | | | | PR: ports/87059 Submitted by: Ports Fury
* Fix bogus ui files in preparation for Qt 3.3.5lofi2005-09-291-0/+10
|
* update to 1.0.2.novel2005-07-092-3/+3
| | | | | PR: 83154 Submitted by: Ports Fury
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to version 1.0.1krion2005-04-052-8/+3
| | | | | PR: ports/79474 Submitted by: Ports Fury
* Update to version 1.0.0.2krion2004-12-234-30/+7
| | | | | PR: ports/75397 Submitted by: Ports Fury
* Update to version 1.0.0krion2004-12-199-84/+108
| | | | | PR: ports/75113 Submitted by: Ports Fury
* Fix build without imake.lesi2004-12-071-0/+1
| | | | Pointed out by: dosirak via kris, while testing X.Org upgrade
* Update to version 0.2.2krion2004-10-272-3/+3
| | | | | PR: ports/73076 Submitted by: Ports Fury
* Update to version 0.2.1krion2004-08-243-3/+18
| | | | | PR: ports/70867 Submitted by: Ports Fury
* Fix build with gcc 3.4arved2004-08-211-2/+11
|
* - Update to version 0.2krion2004-05-103-6/+6
| | | | | PR: ports/66465 Submitted by: Ports Fury
* - Fix build with qt33krion2004-03-141-0/+4
| | | | | PR: ports/64212 Submitted by: Ports Fury
* - Update to version 0.1.3krion2004-02-104-8/+8
| | | | | PR: ports/62638 Submitted by: Ports Fury
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* SIZEify.trevor2004-01-291-0/+1
|
* - Update to version 0.1.2krion2003-12-184-53/+16
| | | | | PR: 60338 Submitted by: Ports Fury
* - Update to version 0.1.1krion2003-11-0510-104/+127
| | | | | PR: 58962 Submitted by: Ports Fury
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update to 0.0.14. USE_QT= 3. Set MAINTAINER back to portsarved2003-02-237-12/+80
|
* Grab all the qt2/kde2 ports with no maintainer and put them under kde@alane2002-08-231-1/+1
| | | | maintainership.
* Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-301-2/+3
| | | | | PR: 40012 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* upgrade to 0.0.11ijliao2002-05-214-46/+5
|
* add qgo 0.0.8ijliao2002-04-136-0/+102
A Go board and SGF editor written with the Qt library