non port: audio/minitunes/Makefile |
SVNWeb
|
Number of commits found XX: 15 |
Wed, 16 Jan 2019
|
[ 11:13 tijl ] 
490472 accessibility/kdeaccessibility/Makefile
490472 accessibility/kmag/Makefile
490472 accessibility/kmousetool/Makefile
490472 accessibility/kmouth/Makefile
490472 accessibility/qt5-speech/Makefile
490472 archivers/ark/Makefile
490472 archivers/kf5-karchive/Makefile
490472 archivers/peazip/Makefile
490472 archivers/quazip/Makefile
490472 astro/gpsbabel/Makefile
(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 )
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] 
486467 accessibility/qt4-accessible/Makefile
486467 archivers/quazip/Makefile
486467 astro/gpsd/Makefile
486467 astro/qlandkartegt/Makefile
486467 astro/stellarium-qt4/Makefile
486467 astro/xglobe/Makefile
486467 audio/acoustid-fingerprinter/Makefile
486467 audio/audex/Makefile
486467 audio/clementine-player/Makefile
486467 audio/creox/Makefile
(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 ] 
473503 CHANGES
473503 Mk/Scripts/qa.sh
473503 Mk/Uses/qmake.mk
473503 Mk/Uses/qt-dist.mk
473503 Mk/Uses/qt.mk
473503 Mk/bsd.port.mk
473503 Mk/bsd.qt.mk
473503 Mk/bsd.sanity.mk
473503 accessibility/jovie-kde4/Makefile
473503 accessibility/kaccessible-kde4/Makefile
(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
|
Thu, 21 Jun 2018
|
[ 16:52 tcberner ] 
472983 MOVED
472983 Mk/bsd.qt.mk
472983 accessibility/kmousetool/Makefile
472983 astro/libkgeomap-kde4/Makefile
472983 astro/marble-kde4/Makefile
472983 astro/marble/Makefile
472983 astro/stellarium-qt4/Makefile
472983 audio/amarok-kde4/Makefile
472983 audio/audiocd-kio/Makefile
472983 audio/juk/Makefile
(Only the first 10 of 105 ports in this commit are shown above. )
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632
|
Fri, 23 Feb 2018
|
[ 21:09 rene ] 
462745 audio/cueplayer/Makefile
462745 audio/deadbeef/Makefile
462745 audio/gvolwheel/Makefile
462745 audio/lastfm-desktop/Makefile
462745 audio/minitunes/Makefile
462745 audio/rubygem-librmpd/Makefile
462745 benchmarks/nosqlbench/Makefile
462745 cad/qelectrotech/Makefile
462745 converters/fondu/Makefile
462745 converters/ocaml-base64/Makefile
(Only the first 10 of 96 ports in this commit are shown above. )
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] 
412344 Mk/Uses/gecko.mk
412344 Mk/bsd.fpc.mk
412344 Mk/bsd.gecko.mk
412344 Mk/bsd.port.mk
412344 accessibility/accerciser/Makefile
412344 accessibility/at-spi/Makefile
412344 accessibility/at-spi2-atk/Makefile
412344 accessibility/at-spi2-core/Makefile
412344 accessibility/caribou/Makefile
412344 accessibility/dasher/Makefile
(Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] 
367888 accessibility/accerciser/Makefile
367888 accessibility/jovie/Makefile
367888 accessibility/kaccessible/Makefile
367888 accessibility/kdeaccessibility4/Makefile
367888 accessibility/kmag/Makefile
367888 accessibility/kmousetool/Makefile
367888 accessibility/kmouth/Makefile
367888 accessibility/orca/Makefile
367888 arabic/kde4-l10n/Makefile
367888 arabic/libreoffice/Makefile
(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)
|
Tue, 18 Feb 2014
|
[ 14:31 makc ] 
344898 astro/libkgeomap/Makefile
344898 astro/stellarium/Makefile
344898 audio/amarok-kde4/Makefile
344898 audio/audex/Makefile
344898 audio/creox/Makefile
344898 audio/cuberok/Makefile
344898 audio/kaudiocreator/Makefile
344898 audio/kid3-kde4/Makefile
344898 audio/kstreamripper/Makefile
344898 audio/lastfm-desktop/Makefile
(Only the first 10 of 241 ports in this commit are shown above. )
- Bump PORTREVISION after KDE4_PREFIX change
|
Fri, 22 Nov 2013
|
[ 12:55 makc ] 
334586 archivers/quazip/Makefile
334586 audio/cuberok/Makefile
334586 audio/cueplayer/Makefile
334586 audio/lastfm-desktop/Makefile
334586 audio/mehdiaplayer/Makefile
334586 audio/midipp/Makefile
334586 audio/minitunes/Makefile
334586 audio/mumble/Makefile
334586 audio/murmur/Makefile
334586 audio/qmpdclient/Makefile
(Only the first 10 of 42 ports in this commit are shown above. )
- Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval)
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] 
327706 audio/HVSC-Update/Makefile
327706 audio/Maaate/Makefile
327706 audio/aacgain/Makefile
327706 audio/aacplusenc/Makefile
327706 audio/abcde/Makefile
327706 audio/abcmidi/Makefile
327706 audio/abcselect/Makefile
327706 audio/abraca/Makefile
327706 audio/acoustid-fingerprinter/Makefile
327706 audio/adplay/Makefile
(Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Mon, 22 Jul 2013
|
[ 14:34 vg ] 
323455 audio/cueplayer/Makefile
323455 audio/deadbeef/Makefile
323455 audio/gvolwheel/Makefile
323455 audio/lastfm-desktop/Makefile
323455 audio/mehdiaplayer/Makefile
323455 audio/minitunes/Makefile
323455 audio/tepsonic/Makefile
323455 benchmarks/nosqlbench/Makefile
323455 cad/qelectrotech/Makefile
323455 converters/fondu/Makefile
(Only the first 10 of 89 ports in this commit are shown above. )
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors)
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ]
1.15 accessibility/jovie/Makefile
1.53 accessibility/kaccessible/Makefile
1.53 accessibility/kmag/Makefile
1.53 accessibility/kmousetool/Makefile
1.53 accessibility/kmouth/Makefile
1.23 accessibility/qt4-accessible/Makefile
1.161 archivers/ark/Makefile
1.36 astro/gpsd/Makefile
1.46 astro/josm/Makefile
1.14 astro/kstars/Makefile
(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 ]
1.59 Mk/bsd.gecko.mk
1.1246 UPDATING
1.18 accessibility/accerciser/Makefile
1.12 accessibility/at-poke/Makefile
1.77 accessibility/at-spi/Makefile
1.5 accessibility/at-spi2-atk/Makefile
1.54 accessibility/dasher/Makefile
1.60 accessibility/gnome-mag/Makefile
1.45 accessibility/gnopernicus/Makefile
1.51 accessibility/gok/Makefile
(Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 23 Jul 2010
|
[ 19:35 sylvio ]
1.2 audio/minitunes/Makefile
1.2 audio/minitunes/distinfo
- Update to 0.1.1
PR: ports/148771
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer)
|
Wed, 7 Jul 2010
|
[ 15:27 ashish ]
1.1118 audio/Makefile
1.1 audio/minitunes/Makefile
1.1 audio/minitunes/distinfo
1.1 audio/minitunes/files/patch-src-collectionscanner.h
1.1 audio/minitunes/pkg-descr
1.1 audio/minitunes/pkg-plist
Minitunes is just another music player, only better.
Minitunes unclutters your music listening experience with a clean and
innovative interface.
WWW: http://flavio.tordini.org/minitunes
PR: ports/148404
Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com>
Approved by: pgj, tabthorpe (mentors)
Feature safe: yes
|
Number of commits found XX: 15 |