non port: games/qnetwalk/Makefile |
SVNWeb
|
Number of commits found: 43 |
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Wed, 22 Feb 2023
|
[ 21:49 Dmitry Marakasov (amdmi3) ] 98eb557
games/qnetwalk: update 1.7.0 → 1.9.0
- Switch to qt6 by default
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
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
|
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 )
|
Wed, 22 Dec 2021
|
[ 13:44 Dmitry Marakasov (amdmi3) ] 2481d725
games/qnetwalk: update to 1.7.0
|
Tue, 19 Oct 2021
|
[ 14:03 Dmitry Marakasov (amdmi3) ] c45a3ee
games/qnetwalk: update to 1.6
|
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.
|
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}
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wed, 3 Apr 2019
|
[ 06:58 linimon ]
Add compiler:c++11-lang to USES to fix the following on GCC-based
architectures:
The compiler feature "cxx_decltype" is not known to CXX compiler
Approved by: portmgr (tier-2 blanket)
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Thu, 13 Dec 2018
|
[ 19:26 amdmi3 ]
- Update to 1.5
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
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
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
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
|
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 )
|
Mon, 22 Sep 2014
|
[ 12:11 amdmi3 ]
- Cleanup plist
|
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, 22 Nov 2013
|
[ 18:48 makc ] (Only the first 10 of 14 ports in this commit are shown above. )
- Convert to USES=qmake
- Adjust USE_QT4 components
Approved by: portmgr (blanket approval)
|
Thu, 31 Oct 2013
|
[ 18:58 amdmi3 ]
- Support staging
- Use upstream installation and don't install unneeded files (1)
Submitted by: makc (1)
|
Tue, 22 Oct 2013
|
[ 13:53 amdmi3 ] (Only the first 10 of 161 ports in this commit are shown above. )
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery)
|
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)
|
Mon, 26 Aug 2013
|
[ 23:30 amdmi3 ]
- Update to 1.4
PR: 181224
Submitted by: nemysis <nemysis@gmx.ch>
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Tue, 21 May 2013
|
[ 23:54 amdmi3 ]
- Use QMAKEFLAGS
- Trim Makefile header
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Tue, 28 Jul 2009
|
[ 16:34 amdmi3 ] (Only the first 10 of 87 ports in this commit are shown above. )
- Update URL of my distfile mirror in 87 ports
Approved by: portmgr (erwin)
|
Tue, 31 Mar 2009
|
[ 17:05 amdmi3 ] (Only the first 10 of 17 ports in this commit are shown above. )
- Mark MAKE_JOBS_SAFE
- Use SF/subdir abbreviation for some ports
|
Mon, 5 Jan 2009
|
[ 16:14 amdmi3 ] (Only the first 10 of 69 ports in this commit are shown above. )
- Update address of my distfile mirror
|
Wed, 8 Oct 2008
|
[ 13:39 amdmi3 ]
- qmake is a build dependency too
|
[ 13:32 amdmi3 ]
- moc/rcc/uic are build-depends
|
Thu, 19 Jun 2008
|
[ 17:28 amdmi3 ] (Only the first 10 of 132 ports in this commit are shown above. )
Update my email address in 132 ports.
Approved by: miwi (mentor)
|
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)
|
Sun, 27 Apr 2008
|
[ 09:14 miwi ]
- Update to 1.3
- Pass maintainership to the submitter
PR: 122491
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
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}.
|
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, 16 Apr 2005
|
[ 19:02 jylefort ]
Update to 1.2
PR: ports/79973
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Approved by: adamw (mentor)
|
Thu, 30 Dec 2004
|
[ 08:47 krion ]
Update to version 1.1
PR: ports/75623
Submitted by: Ports Fury
|
Sat, 27 Nov 2004
|
[ 14:53 arved ]
Fix Build by defining QTDIR
Reported by: pointyhat
|
Tue, 16 Nov 2004
|
[ 12:16 arved ]
Fix build. Depend on qmake
Reported by: pointyhat
|
Fri, 12 Nov 2004
|
[ 12:02 arved ]
Add qnetwalk, QT version of the netwalk game
|
Number of commits found: 43 |