non port: games/neverball/Makefile |
Number of commits found: 74 |
Friday, 28 Jul 2023
|
17:13 Daniel Engberg (diizzy)
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0
664a2fa |
Monday, 31 Oct 2022
|
17:14 Dmitry Marakasov (amdmi3)
games/neverball: update MASTER_SITES
d819fbb |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Tuesday, 31 May 2022
|
11:21 Dmitry Marakasov (amdmi3)
games/neverball: update manpage location
9785bcf |
Tuesday, 22 Jun 2021
|
18:53 Kevin Bowling (kbowling)
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
da3162c |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 2 Dec 2020
|
14:20 amdmi3
- Fix build with -fno-common
PR: 251487
Submitted by: greg@unrelenting.technology
 |
Tuesday, 5 Nov 2019
|
22:16 zeising
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
 |
Sunday, 26 May 2019
|
04:14 tobik
games/neverball: Fix spelling of NLS_MAKE_ENV
There is no opt_MAKE_ENV_ON helper. Luckily ENABLE_NLS=1 is the
default for the build anyway and this just makes it explicit.
 |
Monday, 3 Sep 2018
|
09:38 amdmi3
- Fix LICENSE
- Add LICENSE_FILE
- Update WWW
 |
Tuesday, 23 May 2017
|
05:03 rezny
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Friday, 21 Aug 2015
|
15:59 amdmi3
- Switch to options helpers
 |
Monday, 22 Jun 2015
|
18:33 antoine
Convert to USES=jpeg
 |
Thursday, 25 Dec 2014
|
20:54 bapt
Bump portrevision after png update
 |
Thursday, 30 Oct 2014
|
20:29 amdmi3
- Update to 1.6.0
 |
Wednesday, 10 Sep 2014
|
20:50 gerald
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)
 |
Tuesday, 26 Aug 2014
|
14:06 tijl
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Saturday, 11 Jan 2014
|
00:50 amdmi3
- Add LICENSE
PR: 185464
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
 |
Thursday, 7 Nov 2013
|
23:14 amdmi3
- Support staging
- Convert USE_GMAKE to USES
- Use new LIB_DEPENDS syntax
 |
Tuesday, 22 Oct 2013
|
13:53 amdmi3
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery)
 |
Friday, 20 Sep 2013
|
17:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
 |
Saturday, 14 Sep 2013
|
03:06 amdmi3
Add explicit dependency on libX11
 |
01:15 amdmi3
Fix build with clang/libc++
 |
Wednesday, 4 Sep 2013
|
18:06 madpilot
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Friday, 12 Jul 2013
|
15:01 amdmi3
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
 |
Monday, 29 Apr 2013
|
22:27 bapt
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework
 |
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
 |
Monday, 31 Dec 2012
|
17:12 mezz
Remove the created by me and update those header at the same time. I never
care about those header, so you even can claim that those were created by
you instead of me. There are a few more left, I will worry about it later.
 |
Thursday, 19 Jul 2012
|
20:15 naddy
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Saturday, 18 Feb 2012
|
10:18 mva
- 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
 |
Wednesday, 11 Aug 2010
|
06:57 mva
- Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version.
 |
Sunday, 6 Jun 2010
|
20:44 naddy
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Thursday, 15 Apr 2010
|
16:08 amdmi3
- Remove a mirror, as it doesn't have latest distfiles and also confuses
portscout
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Monday, 28 Sep 2009
|
22:32 amdmi3
- Update to 1.5.4
Feature safe: yes
 |
Monday, 14 Sep 2009
|
12:48 amdmi3
- Update to 1.5.3
 |
Tuesday, 28 Jul 2009
|
16:34 amdmi3
- Update URL of my distfile mirror in 87 ports
Approved by: portmgr (erwin)
 |
Saturday, 18 Jul 2009
|
11:11 dinoex
- update to jpeg7
Tested by: pav on pointyhat
 |
Monday, 6 Jul 2009
|
21:26 naddy
Bump PORTREVISION after libogg and libvorbisfile major version increment.
 |
Monday, 6 Apr 2009
|
22:48 amdmi3
- Update to 1.5.1
 |
Tuesday, 31 Mar 2009
|
17:05 amdmi3
- Mark MAKE_JOBS_SAFE
- Use SF/subdir abbreviation for some ports
 |
Thursday, 19 Mar 2009
|
15:14 amdmi3
- Take maintainership
 |
Wednesday, 18 Mar 2009
|
20:06 mezz
Release these ports into wild. I don't have time for these ports anymore. I am
keeping maintain two ports that don't require a lot of time to take care of.
 |
Friday, 6 Feb 2009
|
23:51 mezz
Update to 1.5.0.
 |
Thursday, 13 Mar 2008
|
14:28 miwi
- Chase devel/sdl12 shlib version bump
 |
02:59 mezz
-Add a mirror.
-Remove USE_X_PREFIX.
-Move from patch-Makefile to post-patch.
No function change.
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Wednesday, 20 Sep 2006
|
11:21 stas
- 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)
 |
Friday, 31 Mar 2006
|
21:56 mezz
-Fix the fetch, it is redirect from icculus.org to offload1.icculus.org.
-portlint:
-Remove USE_REINPLACE.
-Use DATADIR in plist.
 |
Monday, 11 Oct 2004
|
22:41 mezz
Update to 1.4.0.
 |
Sunday, 8 Aug 2004
|
22:31 mezz
Update to 1.3.7.
The developer said, 'There was quite a significant bug in version
1.3.6 that corrupted the geometry of Neverputt level 16, making that
game unfinishable. This was a big enough problem to warrant the
release of 1.3.7 with only one fix.'
 |
Sunday, 25 Jul 2004
|
19:43 mezz
Update to 1.3.6.
 |
Saturday, 24 Jul 2004
|
01:45 mezz
Update to 1.3.5.
 |
Tuesday, 13 Jul 2004
|
03:11 mezz
Update to 1.3.3.
 |
Sunday, 11 Jul 2004
|
03:31 mezz
Update to 1.3.2.
 |
Sunday, 4 Jul 2004
|
03:22 mezz
-Update to 1.3.1.
-Add PORTDOCS.
 |
Monday, 3 May 2004
|
21:51 mezz
Update to 1.2.5.
Approved by: adamw (mentor)
 |
Saturday, 1 May 2004
|
19:22 mezz
-Update to 1.2.4.
-Change my email to mezz@FreeBSD.org.
Approved by: adamw (mentor)
 |
Monday, 19 Apr 2004
|
05:23 krion
- Update to 1.2.2.
- Neverputt is now enabled and fixed.
PR: ports/65737
Submitted by: maintainer
 |
Friday, 16 Apr 2004
|
08:01 krion
- Update to version 1.2.1
PR: ports/65596
Submitted by: maintainer
 |
Thursday, 18 Mar 2004
|
17:45 pav
- Switch to .tar.gz distfile
Maintainer said:
I have contracted to the author and he said that he has re-uploaded same
version with small tweak as in tar.gz package; not tar.bz2 to make sure if it
will fix the build on alpha for real.
PR: ports/64283
Submitted by: Mezz <mezz7@cox.net> (maintainer)
 |
Tuesday, 16 Mar 2004
|
04:23 edwin
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
 |
Friday, 6 Feb 2004
|
09:41 krion
- Update to 1.1.0
PR: ports/62418
Submitted by: maintainer
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Tuesday, 20 Jan 2004
|
19:30 krion
- Use new knobs from bsd.sdl.mk
PR: 61640
Submitted by: maintainer
 |
Wednesday, 19 Nov 2003
|
06:44 krion
- Update to version 1.0.0
PR: 59446
Submitted by: Mezz <mezz7@cox.net> (maintainer)
 |
Friday, 7 Nov 2003
|
06:25 adamw
Update to 0.25.12
PR: ports/58713
Submitted by: mezz (maintainer)
 |
Tuesday, 28 Oct 2003
|
03:02 adamw
Add neverball.
Tilt the floor to roll a ball through an obstacle course within the given time.
If the ball falls or time expires, a ball is lost. Collect 100 coins to save
your progress and earn an extra ball. Red coins are worth 5. Blue coins are
worth 10.
Neverball runs under Linux, Win2K/XP, and hopefully anywhere else SDL is
supported. Hardware accellerated OpenGL support with multitexture (OpenGL 1.2.1
or greater) is required. Neverball has been tested on Intel machines as slow as
1GHz with GeForce2. Minimum system requirements may be lower.
PR: ports/58603
Submitted by: Jeremy Messenger <mezz7@cox.net>
 |
Number of commits found: 74 |