non port: games/bubble-chains/Makefile |
Number of commits found: 32 |
Sunday, 11 Sep 2022
|
10:20 Felix Palmen (zirias)
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
ddae4e9 |
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, 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 |
Thursday, 10 Jun 2021
|
14:00 Dmitry Marakasov (amdmi3)
games/bubble-chains: resurrect port and update to 0.2.0
Bubble Chains is a funny 2D game which runs on Linux, Windows and
FreeBSD.
You have to collect color bubbles on the field by combining them
into chains of three or more bubbles. Collected chains disapper,
making other bubbles falling down. The longer is a chain, the more
score is added to the corresponding target at the bottom. Completed
targets are then removed from the field.
The aim of Bubble Chains is to remove all of the targets on each
level, and to do this before the time (indicated with the blue-colored
bar at the right) runs out. Keep doing this until you have passed
the last level and won the game.
WWW: https://github.com/ArsMasiuk/bubble-chains
431ff1d |
Sunday, 2 Dec 2018
|
15:41 rene
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
 |
Thursday, 28 Jun 2018
|
17:39 tcberner
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
 |
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
 |
Tuesday, 12 Apr 2016
|
15:05 mat
Unbreak.
PR: 208707
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
 |
Friday, 25 Mar 2016
|
15:40 jbeich
games/bubble-chains: convert EXTRACT_SUFX to DISTVERSIONSUFFIX
- Pet portlint(1) after r401096 and r411721
 |
15:40 jbeich
Convert to USES=7z for trivial cases
Approved by: portmgr modernization blanket
Differential Revision: https://reviews.freebsd.org/D4190
 |
Wednesday, 23 Mar 2016
|
16:26 rakuco
Deprecate and expire in 1 month.
The domain where the distfile was hosted no longer exists and the port is
unmaintained.
 |
Monday, 9 Nov 2015
|
12:59 antoine
Mark a few ports BROKEN: unfetchable
 |
Monday, 8 Dec 2014
|
16:48 tijl
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.
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)
 |
Friday, 31 Oct 2014
|
16:11 amdmi3
- Release ports maintained by games@
games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.
Suggested by: marino
 |
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)
 |
Friday, 2 May 2014
|
15:44 nemysis
Moving some games to @games
games/3dpong
- Remove FTP master site
- Transfer maintainership to games@ team
- Remove TODO.txt from DOCS
games/abe
- Transfer maintainership to games@ team
- Cosmetical changes
games/abuse_sdl
- Transfer maintainership to games@ team
games/airstrike
- Transfer maintainership to games@ team
- Remove TODO from DOCS
games/aop
- Transfer maintainership to games@ team
- Break lines around 80 characters
games/asteroid
- Transfer maintainership to games@ team
games/asteroids3d
- Transfer maintainership to games@ team
games/awale
- Transfer maintainership to games@ team
games/barbie_seahorse_adventures
- Transfer maintainership to games@ team
games/barrage
- Transfer maintainership to games@ team
games/black-box
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
games/blobwars
- Transfer maintainership to games@ team
games/blockrage
- Transfer maintainership to games@ team
games/bombz
- Transfer maintainership to games@ team
- Cosmetical changes
games/bouncy
- Transfer maintainership to games@ team
- Cosmetical changes
- Change Desktop entry file
games/bubble-chains
- Transfer maintainership to games@ team
- Remove not needed bsd.port.options.mk
games/bugsquish
- Remove FTP master site
- Transfer maintainership to games@ team
- Remove TODO.txt from DOCS
games/capicity
- Transfer maintainership to games@ team
games/capitalism
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
- Change Desktop entry file
- Break lines around 80 characters
games/cuyo
- Transfer maintainership to games@ team
- Don't silence warnings
- Remove TODO from DOCS
games/defendguin
- Remove FTP master site
- Transfer maintainership to games@ team
- Remove TODO.txt from DOCS
- Break lines around 80 characters
games/duckmaze
- Transfer maintainership to games@ team
- Remove TODO.txt from DOCS
- Add DOCS Option
- Cosmetical changes
games/entombed
- Remove FTP master site
- Transfer maintainership to games@ team
- Remove TODO.txt from DOCS
- Change Desktop entry file
games/epiar
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
games/euchre
- Transfer maintainership to games@ team
- Remove TODO from DOCS
- Change Desktop entry file
- Change pkg-descr, cosmetical changes
games/fightorperish
- Transfer maintainership to games@ team
- Remove TODO.txt from DOCS
- Change Desktop entry file
- Break lines around 80 characters
games/frotz
- Transfer maintainership to games@ team
games/gemdropx
- Remove FTP master site
- Transfer maintainership to games@ team
- Remove TODO.txt from DOCS
games/glightoff
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
- Remove TODO from DOCS
games/gnurobots
- Transfer maintainership to games@ team
- Remove TODO from DOCS
- Simplify DOCS installation handling
games/gtkballs
- Transfer maintainership to games@ team
games/gtktetcolor
- Transfer maintainership to games@ team
games/help_hannahs_horse
- Transfer maintainership to games@ team
- Disable Clang warnings with CFLAGS+
- Cosmetical changes
- Change pkg-plist, remove mtree
games/hitori
- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for dependency change
- Transfer maintainership to games@ team
- Remove USES desktop-file-utils
- Use tar:xz instead of USE_XZ=yes
games/holotz-castle
- Transfer maintainership to games@ team
- Break lines around 80 characters
games/icbm3d
- Remove FTP master site
- Transfer maintainership to games@ team
games/icebreaker
- Transfer maintainership to games@ team
- Change pkg-message
games/icebreaker
- Transfer maintainership to games@ team
games/iceicepenguin
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
- Add DOCS Option
games/impossible_mission_puzzle
- Transfer maintainership to games@ team
games/kajaani-kombat
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
- Cosmetical changes
games/krank
- Transfer maintainership to games@ team
- Add DOCS Option
- Cosmetical changes
games/lianliankan
- Transfer maintainership to games@ team
games/lmarbles
- Transfer maintainership to games@ team
games/lostfeathers
- Transfer maintainership to games@ team
- Use zip instead of USES=zip
- USES shebangfix and SHEBANG_FILES instead of REINPLACE
- Cosmetical changes
games/madbomber
- Remove FTP master site
- Transfer maintainership to games@ team
- Remove TODO.txt from DOCS
games/maelstrom
- Transfer maintainership to games@ team
games/moagg
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
- Cosmetical changes
games/mopesnake
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
- Remove TODO.txt from DOCS
- Cosmetical changes
games/nuclearchess
- Transfer maintainership to games@ team
games/palomino/Makefile
- Transfer maintainership to games@ team
games/pipenightdreams
- Transfer maintainership to games@ team
- Use tar.gz instead of tar.bz2
- Don't silence warnings
games/popstar
- Remove FTP master site
- Transfer maintainership to games@ team
- Remove TODO.txt from DOCS
- Change Desktop entry file
games/ppracer
- Transfer maintainership to games@ team
games/pyawale
- Transfer maintainership to games@ team
- Remove not needed bsd.port.options.mk
- Fix the usage of 'python' to get rid of the implicit
lang/python dependency, change REINPLACE and files/pyawale.in
- Break lines around 80 characters
- Simplify DOCS installation handling
games/pytowerdefense
- Transfer maintainership to games@ team
- Change Desktop entry file
- Simplify installation handling
games/rescue
- Transfer maintainership to games@ team
- Add DOCS Option
games/schiff
- Transfer maintainership to games@ team
games/schwarzweiss
- Transfer maintainership to games@ team
- Add USES shebangfix and SHEBANG_FILES
- Cosmetical changes
games/sets
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
games/ttt
- Transfer maintainership to games@ team
games/tux-aqfh
- Transfer maintainership to games@ team
- Simplify DOCS installation handling
games/tuxfighter
- Change Makefile header, use my name and @FreeBSD.org email
- Transfer maintainership to games@ team
- Change USE_PYTHON=yes to USE_PYTHON=2
- Change Desktop entry file
- Simplify installation handling
- Use files/pkg-message.in instead of pkg-message
games/tuxkart
- Transfer maintainership to games@ team
- Simplify DOCS installation handling
games/vectoroids
- Remove FTP master site
- Transfer maintainership to games@ team
- Cosmetical changes
games/whichwayisup
- Transfer maintainership to games@ team
games/wordplay
- Transfer maintainership to games@ team
games/xemeraldia
- Transfer maintainership to games@ team
games/xsc
- Transfer maintainership to games@ team
- Break lines around 80 characters
games/zephulor
- Transfer maintainership to games@ team
- Change Desktop entry file
- Simplify DOCS installation handling
 |
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
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)
 |
Tuesday, 8 Apr 2014
|
23:34 nemysis
- Change Makefile header, use my name and @FreeBSD.org email
- Change master sites and icon
- Use dos2unix instead of USE_DOS2UNIX
- Change Desktop entry file
- Change REINPLACE, cosmetical changes
- Break lines around 80 characters
 |
Friday, 22 Nov 2013
|
18:48 makc
- Convert to USES=qmake
- Adjust USE_QT4 components
Approved by: portmgr (blanket approval)
 |
Tuesday, 8 Oct 2013
|
17:37 marino
Explicitly define LDFLAGS for 4 QT4-based ports
Fixes come from dports. Problem and solution verified on
FreeBSD using gcc48.
Approved by: portmgr (bapt, implicit)
 |
Wednesday, 25 Sep 2013
|
19:17 nemysis
- Support STAGEDIR
Approved by: wg/pawel (mentors)
 |
16:31 nemysis
- Change Makefile header
- Change maintainer email to @FreeBSD.org
- Add USE_DOS2UNIX
- Change Desktop entry file
- Add DOCS Option
- Add post-configure, fix build with Clang
- Mute dir install
Approved by: wg/pawel (mentors)
 |
Friday, 20 Sep 2013
|
17:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Sunday, 28 Apr 2013
|
21:38 beech
- Fix poirtdocs
PR: ports/177035
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
 |
Wednesday, 13 Mar 2013
|
01:38 beech
- Update desktop and docs options
- Bump portrevision
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Approved by: maintainer
 |
Monday, 20 Aug 2012
|
18:09 jgh
- port requires data installation
- use portname variable for plist
- optionsNG on DOCS
PR: 170722
Submitted by: maintainer, nemysis@gmx.ch
 |
Saturday, 4 Aug 2012
|
22:52 kwm
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area.
 |
Wednesday, 6 Jun 2012
|
06:44 miwi
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
 |
Tuesday, 22 May 2012
|
07:36 ak
- remove USE_GMAKE, HAS_CONFIGURE, CONFIGURE_ENV, MAKE_ENV
- simplify do-configure, .if !defined (NOPORTDATA) block
PR: ports/168174
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Approved by: eadler, itetcu (mentors, implicit)
 |
Thursday, 10 May 2012
|
19:02 crees
- De-pkg-plist
- Install as bin/bubble-chains, rather than bin/chains
PR: ports/167777
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
- Stop using PKGNAMEPREFIX and just stick it in PORTNAME;
hyphen is no problem here
Approved by: maintainer
 |
Monday, 7 May 2012
|
15:20 crees
The aim of Bubble Chains is to remove all of the targets on each level,
and to do this before the time
(indicated with the blue-colored bar at the right) runs out.
Keep doing this until you have passed the last level and won the game.
WWW: http://bubble-chains.sintegrial.com/
PR: ports/167234
Submitted by: nemysis@gmx.ch
 |
Number of commits found: 32 |