aboutsummaryrefslogtreecommitdiff
path: root/games/eboard
Commit message (Collapse)AuthorAgeFilesLines
* games/eboard: Take maintainership and rework the port a bitRainer Hurling2021-05-067-70/+47
| | | | | | | | | | | - Add license - Remove nonfunctional joystick option - Comment out timeseal link; remove pkg-message for now - Remake all patchfiles - Change PORT_OPTIONS:MDOCS into post-install-DOCS-on target - pkg-descr: Use secured URL PR: 254278
* games/eboard: fix buildDmitry Marakasov2021-04-231-0/+11
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/eboard: Update to 1.1.3Neel Chauhan2021-03-137-110/+27
| | | | | | | Changes: https://github.com/fbergo/eboard/blob/97105dff5c2843635366f4717681125f5ee0c112/ChangeLog Notes: svn path=/head/; revision=568287
* games/eboard: fix build on GCC architecturesPiotr Kubaj2020-01-022-7/+58
| | | | | | | | | Use C++11 compiler and respect CXXFLAGS. The compiler check is wrong so remove it. Notes: svn path=/head/; revision=521885
* games/eboard: Unbreak JOYSTICK optionTobias Kortkamp2019-11-271-5/+1
| | | | | | | | | | | devel/linux-js has been gone for over 6 years. Use devel/evdev-proto instead. It now provides linux/joystick.h. PR: 241354 Submitted by: rozhuk.im@gmail.com Notes: svn path=/head/; revision=518495
* games: Add missing USES={gnome,gl,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517046
* Returns johans's ports to the pool after safekeeping his commit bit.Rene Ladan2019-11-041-1/+1
| | | | Notes: svn path=/head/; revision=516744
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508837
* games/eboard: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-261-0/+17
| | | | | | | | | | | | | | libc++ doesn't like "using namespace std" in C++11 network.cc:466:59: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int') if (bind(netsocket,(struct sockaddr *) &sin,sizeof(sin))==-1) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ~~ Reported by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=460006
* games/eboard: unbreak with libc++ 3.9Jan Beich2017-02-012-1/+25
| | | | | | | | | | | ntext.cc:247:5: error: assigning to 'char *' from incompatible type 'const char *' p = strchr(text, '\n'); ^ ~~~~~~~~~~~~~~~~~~ Reported by: pkg-fallout Notes: svn path=/head/; revision=433012
* Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}Jan Beich2016-04-131-1/+1
| | | | | | | | | | | | This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD. PR: 208294 Exp-run by: antoine Approved by: portmgr (antoine), perl (mat) Differential Revision: https://reviews.freebsd.org/D4158 Notes: svn path=/head/; revision=413184
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Don't cat pkg-message from MakefileDmitry Marakasov2015-12-081-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=403321
* - Drop @dirrm* from and add empty directories to plistsDmitry Marakasov2015-01-151-2/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=377091
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Properly support png 1.5Baptiste Daroussin2014-12-243-11/+17
| | | | | | | Obtained from: Gentoo Notes: svn path=/head/; revision=375445
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361946
* Enable stage supportJohan van Selst2013-12-292-16/+14
| | | | Notes: svn path=/head/; revision=337970
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (games category) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331269
* 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
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-2/+2
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327451
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326090
* Add some shebangfix to allow building most of the ports tree without ↵Baptiste Daroussin2013-05-071-5/+3
| | | | | | | | | | /usr/bin/perl Submitted by: John Marino Obtained from: DPorts Notes: svn path=/head/; revision=317605
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-1/+1
| | | | Notes: svn path=/head/; revision=310871
* - Update DESKTOP_ENTRIES:Max Brazhnikov2013-01-221-2/+2
| | | | | | | | | | | | | * 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 Approved by: portmgr (bapt), maintainer silence (12 days) Notes: svn path=/head/; revision=310845
* Convert to new options frameworkJohan van Selst2012-06-281-5/+6
| | | | Notes: svn path=/head/; revision=300163
* - update png to 1.5.10Dirk Meyer2012-06-012-1/+13
| | | | Notes: svn path=/head/; revision=297915
* Correct MASTER_SITES for eboard-extrasJohan van Selst2011-08-031-2/+6
| | | | Notes: svn path=/head/; revision=278865
* -remove MD5Olli Hauer2011-07-031-3/+0
| | | | Notes: svn path=/head/; revision=276993
* - 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 my mail address to @FreeBSD.orgJohan van Selst2010-02-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250234
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - 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
* - Update to 1.1.1Johan van Selst2008-12-296-95/+93
| | | | | | | | - Use %%DATADIR%% - Take maintainership Notes: svn path=/head/; revision=224954
* 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
* Reset jylefort's port maintainerships. portmgr has taken his commit bitMark Linimon2008-04-291-1/+1
| | | | | | | into safekeeping due to inactivity. Notes: svn path=/head/; revision=212200
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+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) Notes: svn path=/head/; revision=211584
* - 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
* Update to 1.0.3Jean-Yves Lefort2007-01-303-6/+35
| | | | Notes: svn path=/head/; revision=183731
* Update to 1.0.2Jean-Yves Lefort2007-01-175-21/+32
| | | | Notes: svn path=/head/; revision=182653
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* - Add games/timeseal supportJean-Yves Lefort2006-04-085-2/+78
| | | | | | | | | | | - Take maintainership PR: ports/93709 Submitted by: jylefort Approved by: maintainer timeout (44 days) Notes: svn path=/head/; revision=159140
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* - Add a desktop entryJean-Yves Lefort2006-02-114-18/+45
| | | | | | | | | | | | - Fix configure script; we have TCP_NODELAY - Remove useless patch PR: ports/92025 Submitted by: jylefort Approved by: maintainer timeout (23 days) Notes: svn path=/head/; revision=155688
* SHA256ifyEdwin Groothuis2006-01-221-0/+3
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+3
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920