aboutsummaryrefslogtreecommitdiffstats
path: root/games/hex-a-hop
Commit message (Collapse)AuthorAgeFilesLines
* - Take maintainershipDmitry Marakasov2016-11-041-1/+1
|
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-201-1/+1
| | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far.
* games/hex-a-hop:Max Brazhnikov2015-08-281-2/+2
| | | | | - Fix build after previous commit - Tweak option description
* Convert my ports to new options helpersMax Brazhnikov2015-08-251-28/+15
|
* converters/libiconv:Tijl Coosemans2015-04-152-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-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)
* drop @dirrm from my portsMax Brazhnikov2014-11-051-1/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - 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
* - Support stagingMax Brazhnikov2013-10-231-1/+0
| | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | games)
* Take maintainershipMax Brazhnikov2013-07-221-1/+1
|
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - Update MASTER_SITESMartin Wilke2013-03-022-6/+7
| | | | | | | - Update pkg-desc PR: 176529 Submitted by: ports fury
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-1/+1
|
* - Update DESKTOP_ENTRIES:Max Brazhnikov2013-01-071-3/+3
| | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category, if missing - Remove indefinite article and/or rephrase COMMENT - Trim Makefile header - Other minor changes
* Convert to new options frameworkBaptiste Daroussin2012-12-131-13/+11
|
* - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.Ryan Steinmetz2012-12-071-1/+1
| | | | | Reported by: portscout Feature safe: yes
* - 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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-241-1/+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 MD5Olli Hauer2011-07-031-1/+0
|
* Update to 1.1.0Emanuel Haupt2010-09-0211-82/+118
| | | | | | PR: 150074 Submitted by: Anonymous <swell.k@gmail.com> Approved by: Jamie Landeg Jones <jamie@bishopston.net> (maintainer)
* - Fix desktop entryDmitry Marakasov2009-08-191-1/+1
| | | | | | PR: 137943 Submitted by: myself Approved by: Jamie Landeg Jones <jamie@bishopston.net> (maintainer)
* - Fix build errors and runtime issues on 64 bit platformsDmitry Marakasov2008-09-304-22/+39
| | | | | | | | - Use DATADIR PR: 127385 Submitted by: myself Approved by: maintainer timeout
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
|
* Correct name for ARCH test (amd64 not amd).Mark Linimon2007-10-251-1/+1
|
* games/hex-a-hop port doesn't compile on 64bit systemsEdwin Groothuis2007-09-281-1/+4
| | | | | | | | | Doesn't compile on 64bit systems, and I have no access to such systems to fix. Any help/offers greatfully accepted, but that witholding, need to mark this as i386 only. PR: ports/116589 Submitted by: Jamie Jones <jamie@bishopston.net>
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-203-0/+31
| | | | | | | | | | | | | | | | 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)
* Add an addidional MASTER_SITEEmanuel Haupt2006-03-211-1/+2
| | | | Approved by: Jamie Jones <jamie@bishopston.net> (maintainer)
* Add hex-a-hop 1.0.0, a puzzle game based on hexagonal tiles.Emanuel Haupt2006-03-214-0/+59
PR: 93619 Submitted by: Jamie Jones <jamie@bishopston.net>