non port: games/ltris/Makefile |
SVNWeb
|
Number of commits found: 58 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d56127b (Only the first 10 of 744 ports in this commit are shown above. )
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 30 Jul 2020
|
[ 07:06 fernape ]
games/ltris: update to 1.2.1
From ChangeLog: https://sourceforge.net/projects/lgames/files/ltris/
* fixed build failure with gcc 4.8
* added training mode with optional zero gravity
PR: 248344
Submitted by: marcel@herrbischoff.com (maintainer)
|
Wed, 22 Jul 2020
|
[ 15:15 fernape ]
games/ltris: Update to 1.2 and take MAINTAINERship
From ChangeLog: https://sourceforge.net/projects/lgames/files/ltris/
* added classic game style: (2020/06/28 MS)
no wall-kicks, random pieces, no shadow piece, ...
* added auto-delay shift (das) and are (entry delay)
* menu simplified
* code cleanups
* statistics for single player mode
* fixed compiler warnings
Submitter requests MAINTAINERship.
PR: 248110
Submitted by: marcel@herrbischoff.com
|
Fri, 19 Jun 2020
|
[ 15:02 pkubaj ]
games/ltris: fix build on GCC architectures
Use newer GCC:
cc1: error: unrecognized command line option "-Wno-int-conversion"
|
Sun, 7 Jun 2020
|
[ 13:51 riggs ]
Update to upstream version 1.0.20
While on it:
- Add LICENSE*
- Pet portlint
- Remove now superfluous REINPLACE_CMD
|
Fri, 8 Nov 2019
|
[ 10:47 tobik ] (Only the first 10 of 263 ports in this commit are shown above. )
games: Add missing USES={gnome,gl,sdl,xorg}
|
Mon, 4 Nov 2019
|
[ 21:21 rene ] (Only the first 10 of 99 ports in this commit are shown above. )
Returns johans's ports to the pool after safekeeping his commit bit.
|
Wed, 30 Dec 2015
|
[ 22:05 johans ]
- Move scorefile to /var/games
- Modernise port
PR: 205627
Submitted by: amdmi3
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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. (Only the first 15 lines of the commit message are shown above )
|
Sat, 13 Sep 2014
|
[ 11:20 antoine ]
- Allow staging as a regular user
- Bump portrevision as some files were not package with intended group
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Fri, 21 Feb 2014
|
[ 13:36 ehaupt ] (Only the first 10 of 42 ports in this commit are shown above. )
Remove trailing whitespaces from category games
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Mon, 11 Nov 2013
|
[ 17:07 johans ]
- Update ltris to 1.0.19
- Enable STAGE support
|
Fri, 20 Sep 2013
|
[ 17:36 bapt ] (Only the first 10 of 1149 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Fri, 19 Jul 2013
|
[ 15:12 johans ]
Use slashes as regex separators everywhere for consistency
Suggested by: danfe
|
[ 14:29 johans ]
Don't use "inline" keyword in header files for external functions
Fixes compilation with clang
|
Fri, 26 Apr 2013
|
[ 16:39 bapt ] (Only the first 10 of 22 ports in this commit are shown above. )
Convert from USE_GETTEXT to USES= gettext
While here:
- Trim some headers
- Convert to new options framework
|
Wed, 13 Mar 2013
|
[ 18:49 johans ]
- Update ltris to 1.0.18
- Grab maintainership
|
Sat, 9 Mar 2013
|
[ 19:59 eadler ]
Return davide's ports to the pool per request.
While here:
- trim header
- fix COMMENT
Approved by: davide (maintainer)
|
Sun, 29 Jul 2012
|
[ 11:17 cs ] (Only the first 10 of 181 ports in this commit are shown above. )
Fix typos in COMMENT
Approved by: portmgr@ (implicit)
|
Sat, 18 Feb 2012
|
[ 10:18 mva ] (Only the first 10 of 537 ports in this commit are shown above. )
- Update devel/sdl12 to 1.2.15
- 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
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
|
Fri, 24 Sep 2010
|
[ 03:09 miwi ]
- Update to 1.0.15
- Pass maintainership to submitter
PR: 150893
Submitted by: Davide Italiano <davide.italiano@gmail.com>
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sat, 30 Jan 2010
|
[ 09:43 mva ] (Only the first 10 of 295 ports in this commit are shown above. )
- Update devel/sdl12 to version 1.2.14.
- 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)
|
Tue, 29 Dec 2009
|
[ 11:17 miwi ]
- Update to 1.0.14
PR: 142040
Submitted by: Ports Fury
|
Thu, 12 Nov 2009
|
[ 10:52 miwi ]
- Update to 1.0.13
PR: 140484
Submitted by: Ports Fury
|
Sat, 22 Aug 2009
|
[ 00:23 amdmi3 ] (Only the first 10 of 415 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with G
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Fri, 6 Jun 2008
|
[ 13:31 edwin ] (Only the first 10 of 215 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
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)
|
Fri, 25 Apr 2008
|
[ 15:48 miwi ]
- Update to 1.0.12
PR: 122760
Submitted by: Ports Fury
|
Thu, 13 Mar 2008
|
[ 14:28 miwi ] (Only the first 10 of 442 ports in this commit are shown above. )
- Chase devel/sdl12 shlib version bump
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 20 Sep 2006
|
[ 11:21 stas ] (Only the first 10 of 453 ports in this commit are shown above. )
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
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)
|
Sun, 7 May 2006
|
[ 23:46 edwin ] (Only the first 10 of 402 ports in this commit are shown above. )
Remove USE_REINPLACE for categories starting with a G
|
Sat, 29 Oct 2005
|
[ 19:51 mnag ]
Update to 1.0.11
PR: 88190
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Fri, 25 Feb 2005
|
[ 13:45 krion ]
Update to version 1.0.10
PR: ports/77969
Submitted by: Ports Fury
|
Fri, 28 Jan 2005
|
[ 07:43 krion ]
Update to version 1.0.9
PR: ports/76764
Submitted by: Ports Fury
|
Mon, 16 Aug 2004
|
[ 09:29 pav ]
- Update to 1.0.7
PR: ports/70465
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
Mon, 29 Mar 2004
|
[ 09:38 arved ]
Fix install
|
Thu, 18 Mar 2004
|
[ 23:14 kris ]
BROKEN on 5.x: Does not install with ache's getopt changes
|
Tue, 16 Mar 2004
|
[ 04:23 edwin ] (Only the first 10 of 193 ports in this commit are shown above. )
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Fri, 23 Jan 2004
|
[ 14:47 krion ]
- Update to version 1.0.6
PR: ports/61779
Submitted by: Ports Fury
|
Tue, 20 Jan 2004
|
[ 18:21 krion ] (Only the first 10 of 15 ports in this commit are shown above. )
- Use new knobs from bsd.sdl.mk
|
Tue, 14 Oct 2003
|
[ 05:07 daichi ]
update games/ltris: 1.0.4 -> 1.0.5
Submitted by: "chkno" <chkno@chkno.net>
|
Tue, 5 Aug 2003
|
[ 06:07 daichi ]
update games/ltris: 1.0.1 -> 1.0.4
PR: 55244
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
Tue, 29 Jul 2003
|
[ 09:12 sobomax ] (Only the first 10 of 128 ports in this commit are shown above. )
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
|
Fri, 7 Mar 2003
|
[ 06:03 ade ] (Only the first 10 of 254 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Tue, 15 Jan 2002
|
[ 07:31 sobomax ]
Update to 1.0.1.
|
Mon, 9 Apr 2001
|
[ 12:55 sobomax ] (Only the first 10 of 65 ports in this commit are shown above. )
Move: devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12
|
Thu, 29 Mar 2001
|
[ 16:35 sobomax ] (Only the first 10 of 166 ports in this commit are shown above. )
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
|
Sun, 11 Mar 2001
|
[ 09:42 sobomax ]
Update to 010310.
|
Thu, 21 Dec 2000
|
[ 19:16 sobomax ]
Update to 001115.
|
Thu, 19 Oct 2000
|
[ 17:15 sobomax ]
Add ltris - a SDL-based cool tetris clone.
|
Number of commits found: 58 |