aboutsummaryrefslogtreecommitdiffstats
path: root/games/easysok/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-271-40/+0
| | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
* - 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
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with G
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* 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)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0
|
* Conversion to a single libtool environment.ade2006-02-231-3/+3
| | | | Approved by: portmgr (kris)
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* Update to 0.3.5jylefort2005-05-181-2/+4
| | | | | PR: ports/81121 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* Fix build on amd64/ia64krion2004-12-061-1/+7
| | | | | PR: ports/74729 Submitted by: Ports Fury
* Update to version 0.3.4krion2004-11-181-5/+8
| | | | | PR: ports/73903 Submitted by: Ports Fury
* Remove inclusion of "${PORTSDIR}/x11/kde3/Makefile.kde", fix PTHREAD_LIBSlofi2004-05-221-3/+6
| | | | | | | safeness, fix compilation where needed. Committers: Please do NOT include Makefile.kde or commit new ports which do so. It's for use with the core KDE ports maintained by kde@freebsd.org ONLY.
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - Update to version 0.3.3krion2004-01-271-12/+5
| | | | | PR: ports/61951 Submitted by: Ports Fury
* - Drop maintainership to ports@krion2004-01-081-1/+1
|
* Unbreak on -currentkrion2003-08-041-0/+4
| | | | | Reported by: kris via bento Approved by: fjoe (mentor) (implicit)
* Change my mail to @FreeBSD.orgkrion2003-07-221-1/+1
| | | | Approved by: fjoe (mentor)
* s/USE_KDELIBS/USE_KDELIBS_VER/arved2003-05-171-1/+1
| | | | | | Reported by: bento Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Pointy hat: arved
* Add easysok, a sokoban game for KDE3arved2003-05-161-0/+25
PR: 52321 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>