aboutsummaryrefslogtreecommitdiffstats
path: root/games/openalchemist
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert to USES=jpegantoine2015-06-231-2/+1
|
* Convert to USES=autoreconfbapt2015-06-211-4/+1
|
* games category: Remove $PTHREAD_LIBSmarino2015-03-261-1/+1
| | | | approved by: PTHREAD blanket
* Bump portrevision after png updatebapt2014-12-261-1/+1
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+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)
* Remove @dirrm/@dirrmty from my portsmartymac2014-10-131-1/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Update graphics/sdl_gfx to version 2.0.25mva2014-06-011-1/+1
| | | | - Bump PORTREVISION on ports depending on it, since the shlib version changed
* Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS becausetijl2014-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upstream forgot to regenerate the build scripts. This makes the build use the correct version information and causes a library version bump. Use this opportunity to use USES=libtool instead of USES=libtool:oldver. Bump PORTREVISION on all dependent ports and convert them to USES=libtool where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS syntax here and there. games/freedink-engine: - Option helpers. - Staging. - Use dirrmtry for locale directories. games/oolite: - Staging. - Replace ECHO with ECHO_CMD. - Don't use GNUSTEP_PREFIX to install files because it expands to LOCALBASE rather than PREFIX. games/openssn: - Remove USES=desktop-file-utils. No MimeType field in desktop file. - Staging. - Install files in standard DATADIR. games/xblast: - Use proper options. - Staging. - Patch configure so normal make install can be used instead of do-install. - Replace TAR | TAR with COPYTREE_SHARE.
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* - Remove useless bmake/fmake checkmiwi2014-02-151-5/+1
| | | | - While here convert USE_GMAKE to USES
* Do not mute INSTALL_xxx actionsmartymac2013-11-221-1/+1
| | | | Reported by: danfe
* - Enable stagingmartymac2013-11-211-18/+11
| | | | | | | - Use new LIB_DEPENDS format - Update USES - Fix shebang of openalchemist-config using shebangfix - Always stage documentation
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | games)
* Fix build with bmakebapt2013-05-041-0/+4
|
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-2/+2
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* Variable that start with _ are considered private to the definingeadler2013-03-021-1/+1
| | | | | | | makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe)
* - Update devel/clanlib to 2.3.6jhale2012-10-021-8/+5
| | | | | | | | | - Adjust dependent ports to use devel/clanlib1 [1] - Strip Makefile headers PR: ports/171333 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Approved by: makc (mentor), maintainers via private email [1]
* - Switch to OptionsNgmartymac2012-06-151-6/+8
| | | | - Un-version LIB_DEPENDS
* - update png to 1.5.10dinoex2012-06-011-2/+2
|
* Add missing LICENSE informationmartymac2012-03-201-2/+8
| | | | Feature safe: yes
* - Update devel/sdl12 to 1.2.15mva2012-02-181-1/+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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+0
| | | | | | | | | - 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
* -remove MD5ohauer2011-07-031-1/+0
|
* - Update graphics/sdl_gfx to version 2.0.22mva2011-07-031-1/+1
| | | | | - Update Mk/bsd.sdl.mk for the new shared lib version - Bump portrevisions for all ports depending on graphics/sdl_gfx
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Round one migration of ports from automake{19,110} to automake111ade2010-10-061-1/+1
|
* Update MAINTAINER address for my portsmartymac2010-09-271-1/+1
| | | | Approved by: ehaupt (mentor)
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>pgollucci2010-09-071-2/+2
| | | | | | | - Update some MASTER_SITES too PR: ports/150349 Submitted by: maintainer
* - update to 1.4.1dinoex2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-2/+2
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with G
* Updated sdl_gfx to 2.0.19mva2009-08-021-1/+1
| | | | | | Bumped PORTREVISION on dependent ports. Approved by: miwi (mentor)
* - update to jpeg7dinoex2009-07-181-1/+2
| | | | Tested by: pav on pointyhat
* - Update to 0.3miwi2008-11-095-71/+40
| | | | | PR: 128682 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
* - Update to 0.2.2miwi2008-05-177-126/+26
| | | | | PR: 123277 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
* OpenAlchemist is a Tetris-like game developped withmiwi2008-04-288-0/+200
the Clanlib framework. Its goal is to reimplement the game www.naturalchimie.com with free software and free licenses. WWW: http://openalchemist.sourceforge.net PR: ports/121844 Submitted by: Ganael LAPLANCHE <ganael.laplanche at martymac.com>