aboutsummaryrefslogtreecommitdiff
path: root/games/tuxpaint
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | 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
* - Drop 8.x supportDmitry Marakasov2015-10-152-12/+6
| | | | | | | - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=399414
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - Release ports maintained by games@Dmitry Marakasov2014-10-311-1/+1
| | | | | | | | | | | | | | games@ team is quite small and inactive, so ports currently assigned to it cannot be assumed as properly maintained. To not cause confusion by making it look otherwise, and also to allow and promote adoption by individual maintainers, release these ports back to the pool. Note that this does not change the fact that games@ team still takes care of these ports to excent of its capabilities. Suggested by: marino Notes: svn path=/head/; revision=371872
* Fix without gperf from baseAntoine Brodin2014-10-071-1/+2
| | | | Notes: svn path=/head/; revision=370376
* Fix without gperf in baseBaptiste Daroussin2014-10-071-1/+1
| | | | Notes: svn path=/head/; revision=370354
* - Convert to PORTDOCS=*, PORTDATA=*Dmitry Marakasov2014-09-232-1194/+5
| | | | | | | | | - Drop @dirrm* from plist - Add LICENSE_FILE - Pass maintainership to games@ Notes: svn path=/head/; revision=369050
* - Update to version 0.9.22Pawel Pekala2014-09-215-109/+254
| | | | | | | | | | | - Add LICENSE - Use @sample for config file PR: ports/193323 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=368741
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* converters/fribidi:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=366746
* - Switch print/libpaper to USES=libtool, drop .la filesDmitry Marakasov2014-06-201-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358556
* - Convert x11-toolkits/sdl_pango to USES=libtool, drop .la filesDmitry Marakasov2014-06-061-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=356770
* - Convert LIB_DEPENDS to new syntaxDanilo Egea Gondolfo2013-11-052-20/+10
| | | | | | | - Add stage support Notes: svn path=/head/; revision=332792
* 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
* Fix PORT_OPTIONS conversionAntoine Brodin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326190
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-031-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326184
* Fix build with linker that does not copy the dt_need from libraries it linksBaptiste Daroussin2013-07-252-11/+19
| | | | | | | | | | | | | | with like recent binutils. [1] While here: - trim headers - convert to new options framework - remove shlib version - convert USE_GMAKE -> USES=gmake Obtained from: DPorts [1] Notes: svn path=/head/; revision=323669
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - update png to 1.5.10Dirk Meyer2012-06-012-1/+11
| | | | Notes: svn path=/head/; revision=297915
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-0/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* Update to 0.9.21Emanuel Haupt2011-08-105-157/+226
| | | | | | | | PR: 158499 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=279419
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Drop maintainership.Alejandro Pulver2010-10-111-1/+1
| | | | Notes: svn path=/head/; revision=262805
* - Update graphics/sdl_ttf to version 2.0.10Marcus von Appen2010-08-111-1/+1
| | | | | | | | - Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version. Notes: svn path=/head/; revision=259098
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - 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
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-1/+1
| | | | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835
* - Fix runtime issues when using CUSTOM prefixKris Moore2009-11-111-1/+7
| | | | | | | | | | PR: 139650 Submitted by: myself Approved by: Maintainer Timeout Approved by: miwi (mentor) Notes: svn path=/head/; revision=244134
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Add missing @dirrmtry entries to pkg-plist.Alejandro Pulver2008-08-111-0/+10
| | | | | | | Reported by: QA Tindy Notes: svn path=/head/; revision=218392
* - Update to version 0.9.20.Alejandro Pulver2008-08-105-156/+165
| | | | | | | | | - Fix handling of NOPORTDOCS [1]. Reported by: QA Tindy [1] Notes: svn path=/head/; revision=218346
* 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
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* - Update to version 0.9.19.Alejandro Pulver2008-03-115-23/+40
| | | | Notes: svn path=/head/; revision=208841
* - Update to version 0.9.18.Alejandro Pulver2007-12-125-45/+247
| | | | Notes: svn path=/head/; revision=203361
* - Update distinfo, pkg-plist and files/patch-Makefile (changes missing fromAlejandro Pulver2007-07-273-37/+110
| | | | | | | last commit). Notes: svn path=/head/; revision=196364
* - Update to version 0.9.17.Alejandro Pulver2007-07-241-10/+7
| | | | | | | - Remove IGNORE for FreeBSD < 5.x. Notes: svn path=/head/; revision=196197
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Copy .conf.sample to .conf also in install target.Alejandro Pulver2007-01-192-6/+10
| | | | | | | | | - Use correct order of @exec/@unexec directives for .conf files handling. - Add @dirrmtry for additional locale. - Remove BROKEN for dependent ports (tuxpaint-fonts and tuxpaint-stamps). Notes: svn path=/head/; revision=182804
* - Update to version 0.9.16.Alejandro Pulver2006-11-085-473/+537
| | | | | | | - Remove signature from pkg-descr. Notes: svn path=/head/; revision=176855
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-202-3/+4
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* - Update to version 0.9.15b.Alejandro Pulver2006-04-173-9/+12
| | | | | | | | | - Remove USE_REINPLACE. Approved by: garga (mentor) Notes: svn path=/head/; revision=159830
* Change the maintainership address to the @FreeBSD.org one.Alejandro Pulver2006-04-091-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=159200
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-9/+9
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* - Update to 0.9.15Pav Lucistnik2005-11-295-406/+545
| | | | | | | | PR: ports/89698 Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer) Notes: svn path=/head/; revision=149852
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=149490
* Correct dependencies.Tilman Keskinoz2005-09-251-1/+2
| | | | | | | | | | PR: 84624 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Bump PORTREVISION Notes: svn path=/head/; revision=143543
* - Remove png dependency (already present in sdl_image).Sergey Matveychuk2005-07-221-2/+0
| | | | | | | | PR: ports/83875 Submitted by: maintainer Notes: svn path=/head/; revision=139872