non port: audio/qsynth/Makefile |
SVNWeb
|
Number of commits found XX: 52 |
Mon, 28 Sep 2020
|
[ 05:05 tobik ] 
550400 audio/alsa-sndio/Makefile
550400 audio/alure/Makefile
550400 audio/amsynth/Makefile
550400 audio/cava/Makefile
550400 audio/cmus/Makefile
550400 audio/faudio/Makefile
550400 audio/gstreamer-plugins-sndio/Makefile
550400 audio/gstreamer1-plugins-sndio/Makefile
550400 audio/mio2jack/Makefile
550400 audio/ncspot/Makefile
(Only the first 10 of 163 ports in this commit are shown above. )
Reset MAINTAINER
|
Fri, 31 Jul 2020
|
[ 17:29 tobik ] 
543877 audio/qsynth/Makefile
543877 audio/qsynth/distinfo
audio/qsynth: Update to 0.6.3
Changes: https://qsynth.sourceforge.io/qsynth-downloads.html
|
Thu, 26 Mar 2020
|
[ 04:52 tobik ] 
529163 audio/qsynth/Makefile
529163 audio/qsynth/distinfo
529163 audio/qsynth/pkg-plist
audio/qsynth: Update to 0.6.2
Changes: https://qsynth.sourceforge.io/qsynth-downloads.html
|
Mon, 23 Dec 2019
|
[ 06:33 tobik ] 
520679 audio/qsynth/Makefile
520679 audio/qsynth/distinfo
520679 audio/qsynth/files
audio/qsynth: Update to 0.6.1
Changes: https://qsynth.sourceforge.io/qsynth-downloads.html
|
Thu, 17 Oct 2019
|
[ 16:18 tobik ] 
514665 audio/qsynth/Makefile
514665 audio/qsynth/distinfo
audio/qsynth: Update to 0.6.0
Changes: https://qsynth.sourceforge.io/qsynth-downloads.html
|
Sun, 29 Sep 2019
|
[ 10:04 riggs ] 
513215 audio/alure/Makefile
513215 audio/bristol/Makefile
513215 audio/calf-lv2/Makefile
513215 audio/carla/Makefile
513215 audio/csound/Makefile
513215 audio/denemo/Makefile
513215 audio/drumstick/Makefile
513215 audio/fluidplug-lv2/Makefile
513215 audio/fluidsynth-dssi/Makefile
513215 audio/lmms/Makefile
(Only the first 10 of 26 ports in this commit are shown above. )
Chase update to audio/fluidsynth; bump PORTREVISION of dependent ports
PR: 240890
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] 
507372 Mk/bsd.ruby.mk
507372 accessibility/atkmm/Makefile
507372 accessibility/kmag/Makefile
507372 accessibility/kmousetool/Makefile
507372 accessibility/kmouth/Makefile
507372 accessibility/libqaccessibilityclient/Makefile
507372 accessibility/qt5-speech/Makefile
507372 archivers/R-cran-zip/Makefile
507372 archivers/ark/Makefile
507372 archivers/brotli/Makefile
(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
|
Fri, 12 Jul 2019
|
[ 15:42 tobik ] 
506465 audio/qsynth/Makefile
506465 audio/qsynth/distinfo
audio/qsynth: Update to 0.5.7
- Pet portclippy while here
Changes: https://qsynth.sourceforge.io/qsynth-downloads.html
|
Thu, 11 Apr 2019
|
[ 11:24 tobik ] 
498664 audio/qsynth/Makefile
498664 audio/qsynth/distinfo
audio/qsynth: Update to 0.5.6
Changes: https://qsynth.sourceforge.io/qsynth-downloads.html
|
Tue, 12 Mar 2019
|
[ 05:14 tobik ] 
495435 audio/qsynth/Makefile
495435 audio/qsynth/distinfo
audio/qsynth: Update to 0.5.5
Changes: https://qsynth.sourceforge.io/qsynth-downloads.html
|
[ 05:09 tobik ] 
495433 audio/qsynth/Makefile
audio/qsynth: Cosmetic changes
|
Sat, 2 Mar 2019
|
[ 16:55 riggs ] 
494418 audio/alure/Makefile
494418 audio/bristol/Makefile
494418 audio/calf-lv2/Makefile
494418 audio/carla/Makefile
494418 audio/csound/Makefile
494418 audio/denemo/Makefile
494418 audio/drumstick/Makefile
494418 audio/fluidplug-lv2/Makefile
494418 audio/fluidsynth-dssi/Makefile
494418 audio/lmms/Makefile
(Only the first 10 of 25 ports in this commit are shown above. )
Chase update of fluidsynth to 2.0.3
PR: 233448
|
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 )
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] 
487272 Mk/bsd.ruby.mk
487272 accessibility/atkmm/Makefile
487272 accessibility/kmag/Makefile
487272 accessibility/kmousetool/Makefile
487272 accessibility/kmouth/Makefile
487272 accessibility/qt5-speech/Makefile
487272 archivers/R-cran-zip/Makefile
487272 archivers/ark/Makefile
487272 archivers/brotli/Makefile
487272 archivers/c-blosc/Makefile
(Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Fri, 7 Dec 2018
|
[ 11:05 tobik ] 
486855 audio/qsynth/Makefile
486855 audio/qsynth/distinfo
audio/qsynth: Update to 0.5.4
- Drop USE_GL=gl; QSynth only indirectly depends on it via Qt 5
Changes: https://qsynth.sourceforge.io/qsynth-downloads.html
|
Mon, 15 Oct 2018
|
[ 06:22 tobik ] 
482134 audio/qsynth/Makefile
audio/qsynth needs a compiler with C++11 support
|
Thu, 11 Oct 2018
|
[ 09:06 tobik ] 
481793 audio/qsynth/Makefile
481793 audio/qsynth/distinfo
audio/qsynth: Update to 0.5.3
Changes: https://qsynth.sourceforge.io/qsynth-downloads.html
|
Mon, 23 Jul 2018
|
[ 08:59 tobik ] 
475157 audio/qsynth/Makefile
475157 audio/qsynth/distinfo
audio/qsynth: Update to 0.5.2
Changes: https://qsynth.sourceforge.io/qsynth-downloads.html
|
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
|
Wed, 27 Jun 2018
|
[ 07:55 tobik ] 
473420 audio/qsynth/Makefile
473420 audio/qsynth/distinfo
473420 audio/qsynth/pkg-descr
audio/qsynth: Update to 0.5.1
- Use the upstream release tarballs with a pregenerated configure, etc.
- Drop the seemingly unnecessary post-configure which was added in
r308039 but with no reason given for it in the associated PR or
log
- Update --help output to mention the sndio drivers too
- Patch audio driver list in the man pages too
- Follow WWW redirect
- Take maintainership
Changes: https://qsynth.sourceforge.io/qsynth-downloads.html
|
Fri, 1 Jun 2018
|
[ 22:16 riggs ] 
471300 audio/alure/Makefile
471300 audio/bristol/Makefile
471300 audio/calf-lv2/Makefile
471300 audio/carla/Makefile
471300 audio/csound6/Makefile
471300 audio/denemo/Makefile
471300 audio/drumstick/Makefile
471300 audio/fluidplug-lv2/Makefile
471300 audio/fluidsynth-dssi/Makefile
471300 audio/gmsynth-lv2/Makefile
(Only the first 10 of 28 ports in this commit are shown above. )
Bump PORTREVISIONS to chase update to audio/fluidsynth 1.1.11
PR: 228265
|
Sat, 13 Jan 2018
|
[ 01:01 swills ] 
458887 audio/qjackctl/Makefile
458887 audio/qjackctl/distinfo
458887 audio/qjackctl/pkg-plist
458887 audio/qsampler/Makefile
458887 audio/qsampler/distinfo
458887 audio/qsampler/pkg-plist
458887 audio/qsynth/Makefile
458887 audio/qsynth/distinfo
458887 audio/qsynth/pkg-plist
update to version 0.5.0
Submitted by: Le Baron d'Merde <lbdm@privacychain.ch>
Differential Revision: https://reviews.FreeBSD.org/D13876
|
Mon, 21 Aug 2017
|
[ 06:57 ultima ] 
448452 audio/qsynth/Makefile
448452 audio/qsynth/distinfo
448452 audio/qsynth/files/patch-src_qsynthOptions.cpp
448452 audio/qsynth/pkg-plist
* Updated to 0.4.4
* Removed QT4 option, obsoleted
* Added XUNIQUE option, to match configure
* Moved patch to post-patch target
PR: 221456
Submitted by: Yuri Victorovich
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12095
|
Fri, 8 Apr 2016
|
[ 12:37 mat ] 
412734 audio/qsynth/Makefile
412734 audio/qsynth/distinfo
Update to 0.4.1.
PR: 208610
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
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
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] 
405891 archivers/dact/Makefile
405891 archivers/lbrate/Makefile
405891 archivers/mtf/Makefile
405891 archivers/ucl/Makefile
405891 archivers/xpk/Makefile
405891 astro/gpscorrelate/Makefile
405891 astro/gpsdrive/Makefile
405891 astro/josm/Makefile
405891 astro/libosmpbf/Makefile
405891 astro/planets/Makefile
(Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Tue, 27 Oct 2015
|
[ 11:05 riggs ] 
400227 audio/qsynth/Makefile
400227 audio/qsynth/distinfo
400227 audio/qsynth/files/patch-Makefile.in
400227 audio/qsynth/files/patch-src-qsynthOptions.cpp
400227 audio/qsynth/pkg-descr
Update to upstream version 0.4.0
PR: 203796
Submitted by: tkato432@yahoo.com
|
Tue, 26 May 2015
|
[ 22:34 madpilot ] 
387516 audio/qsynth/Makefile
387516 audio/qsynth/distinfo
387516 audio/qsynth/pkg-plist
- Update to 0.3.9
- Add option to compile against Qt5
PR: 199219
Submitted by: tkato432 atyahoo.com
|
Thu, 26 Feb 2015
|
[ 12:55 amdmi3 ] 
379998 audio/qsynth/Makefile
- Switch to linguisttools_build
|
Thu, 16 Jan 2014
|
[ 18:07 danilo ] 
339953 audio/qsynth/Makefile
339953 audio/qsynth/distinfo
339953 audio/qsynth/pkg-plist
- Update from 0.3.7 to 0.3.8
- Use options helpers properly
PR: ports/185505
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Mon, 30 Dec 2013
|
[ 17:10 antoine ] 
338143 audio/qsynth/Makefile
Stage support
|
Wed, 11 Dec 2013
|
[ 14:35 bapt ] 
336166 audio/adplay/Makefile
336166 audio/amarok-kde4/Makefile
336166 audio/aqualung/Makefile
336166 audio/ardour/Makefile
336166 audio/arss/Makefile
336166 audio/ascd/Makefile
336166 audio/asunder/Makefile
336166 audio/aubio/Makefile
336166 audio/bmp-crossfade/Makefile
336166 audio/bmp-fc/Makefile
(Only the first 10 of 268 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr
|
Thu, 21 Nov 2013
|
[ 15:55 makc ] 
334498 audio/last.fm/Makefile
334498 audio/qjackctl/Makefile
334498 audio/qsampler/Makefile
334498 audio/qsynth/Makefile
- Get rid of QMAKEFLAGS
- Use options helpers
- Use globally provided LRELEASE/LUPDATE
- Convert LIB_DEPENDS to new style
|
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)
|
Fri, 30 Aug 2013
|
[ 23:01 bapt ] 
325727 audio/HVSC-Update/Makefile
325727 audio/Maaate/Makefile
325727 audio/aacgain/Makefile
325727 audio/aacplusenc/Makefile
325727 audio/abcmidi/Makefile
325727 audio/afsp/Makefile
325727 audio/akode-plugins-ffmpeg/Makefile
325727 audio/akode-plugins-jack/Makefile
325727 audio/akode-plugins-mpc/Makefile
325727 audio/akode-plugins-mpeg/Makefile
(Only the first 10 of 222 ports in this commit are shown above. )
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] 
324744 accessibility/atkmm/Makefile
324744 accessibility/jovie/Makefile
324744 accessibility/kaccessible/Makefile
324744 accessibility/kmag/Makefile
324744 accessibility/kmousetool/Makefile
324744 accessibility/kmouth/Makefile
324744 accessibility/qt4-accessible/Makefile
324744 accessibility/speech-dispatcher/Makefile
324744 archivers/ark/Makefile
324744 archivers/bicom/Makefile
(Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 26 Apr 2013
|
[ 06:36 miwi ] 
316573 audio/qsynth/Makefile
316573 audio/qsynth/distinfo
316573 audio/qsynth/files/patch-Makefile.in
316573 audio/qsynth/pkg-plist
- Update to 0.3.7
PR: 178028
Submitted by: Ports Fury
|
Fri, 30 Nov 2012
|
[ 23:51 sperber ] 
308039 audio/qsynth/Makefile
308039 audio/qsynth/distinfo
308039 audio/qsynth/files/patch-src-qsynthOptions.cpp
308039 audio/qsynth/pkg-plist
- Update to version 0.3.6
PR: ports/171967
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes
|
Sun, 23 Sep 2012
|
[ 22:20 tabthorpe ] 
304768 audio/qsynth/Makefile
304768 x11/yeahconsole/Makefile
- Reassign to the heap at maintainer's request
|
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, 18 Nov 2011
|
[ 20:07 miwi ]
1.48 audio/denemo/Makefile
1.15 audio/fluidsynth-dssi/Makefile
1.22 audio/fluidsynth/Makefile
1.10 audio/fluidsynth/distinfo
1.2 audio/fluidsynth/files/patch-src__Makefile.in
1.5 audio/fluidsynth/pkg-plist
1.34 audio/lmms/Makefile
1.11 audio/qsynth/Makefile
1.32 audio/tuxguitar/Makefile
1.91 multimedia/audacious-plugins/Makefile
(Only the first 10 of 12 ports in this commit are shown above. )
- Update to 1.5.1
PR: 161631
Submitted by: Ports Fury
Feature safe: yes
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ]
1.20 Mk/bsd.gecko.mk
1.12 accessibility/accerciser/Makefile
1.10 accessibility/at-poke/Makefile
1.72 accessibility/at-spi/Makefile
1.51 accessibility/dasher/Makefile
1.54 accessibility/gnome-mag/Makefile
1.42 accessibility/gnopernicus/Makefile
1.46 accessibility/gok/Makefile
1.11 accessibility/java-access-bridge/Makefile
1.32 accessibility/kdeaccessibility/Makefile
(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, 26 Jan 2010
|
[ 09:25 makc ]
1.9 audio/qsynth/Makefile
1.3 audio/qsynth/distinfo
1.1 audio/qsynth/files/patch-src-qsynthOptions.cpp
1.2 audio/qsynth/pkg-plist
Update to 0.3.4, change default MIDI input from ALSA to JACK.
PR: ports/138242
Submitted by: trasz@
Approved by: maintainer
|
Tue, 5 Jan 2010
|
[ 20:54 miwi ]
1.11 audio/fluidsynth-dssi/Makefile
1.25 audio/lmms/Makefile
1.8 audio/qsynth/Makefile
1.14 audio/swami/Makefile
1.25 audio/tuxguitar/Makefile
1.54 games/scummvm/Makefile
1.6 multimedia/gstreamer-plugins-buzztard/Makefile
1.208 multimedia/vlc/Makefile
- Chase audio/fluidsynth shlib bump
|
Sun, 22 Nov 2009
|
[ 19:49 pav ]
1.9 archivers/unadf/Makefile
1.18 astro/wmspaceweather/Makefile
1.17 astro/wmsun/Makefile
1.56 astro/xephem/Makefile
1.28 astro/xrmap/Makefile
1.7 audio/qsynth/Makefile
1.30 audio/rosegarden/Makefile
1.84 audio/snd/Makefile
1.49 audio/tracker/Makefile
1.19 audio/tse3/Makefile
(Only the first 10 of 86 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Sat, 22 Aug 2009
|
[ 00:13 amdmi3 ]
1.13 accessibility/py-papi/Makefile
1.9 arabic/ae_fonts_mono/Makefile
1.13 arabic/ae_fonts_ttf/Makefile
1.13 arabic/kacst_fonts/Makefile
1.6 arabic/libitl/Makefile
1.16 archivers/advancecomp/Makefile
1.22 archivers/arc/Makefile
1.27 archivers/arj/Makefile
1.7 archivers/jzip.org/Makefile
1.34 archivers/libcomprex/Makefile
(Only the first 10 of 195 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with A
|
Sun, 17 May 2009
|
[ 16:21 makc ]
1.5 audio/qsynth/Makefile
Remove qt4 build tools from run dependencies.
Approved by: maintainer
|
Mon, 4 Aug 2008
|
[ 23:33 miwi ]
1.4 audio/qsynth/Makefile
1.7 cad/klayout/Makefile
1.27 deskutils/fbreader/Makefile
1.8 devel/qscintilla2/Makefile
1.6 devel/qscintilla2/pkg-plist
1.4 games/hedgewars/Makefile
1.3 german/tipp10/Makefile
1.10 graphics/djview4/Makefile
1.33 graphics/tulip/Makefile
1.126 print/lyx15/Makefile
(Only the first 10 of 11 ports in this commit are shown above. )
- Fix build after qt 4.4.1 update
|
Fri, 6 Jun 2008
|
[ 13:07 edwin ]
1.32 audio/abcde/Makefile
1.3 audio/abraca/Makefile
1.3 audio/akode-plugins-pulseaudio/Makefile
1.7 audio/amarok-fs/Makefile
1.83 audio/amarok/Makefile
1.2 audio/amb-plugins/Makefile
1.5 audio/ampache/Makefile
1.13 audio/aqualung/Makefile
1.24 audio/ardour/Makefile
1.62 audio/arts/Makefile
(Only the first 10 of 345 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, 30 Dec 2007
|
[ 11:06 rafan ]
1.2 audio/qsynth/Makefile
1.2 audio/qsynth/distinfo
- Update to 0.3.2
PR: ports/118982
Submitted by: Dmitry Klimov <lazyklimm at gmail.com> (maintainer)
|
Wed, 19 Dec 2007
|
[ 13:20 pav ]
1.917 audio/Makefile
1.1 audio/qsynth/Makefile
1.1 audio/qsynth/distinfo
1.1 audio/qsynth/pkg-descr
1.1 audio/qsynth/pkg-plist
Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt4
toolkit using Qt Designer. Eventually it may evolve into a softsynth management
application allowing the user to control and manage a variety of command line
softsynth but for the moment it wraps the excellent FluidSynth.
WWW: http://qsynth.sourceforge.net/
PR: ports/118215
Submitted by: Dmitry Klimov <lazyklimm@gmail.com>
|
Number of commits found XX: 52 |