Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Feb 2021 23:50:21
1.0.1

|
nc  |
audio/hydrogen: Update to 1.0.1
Changes: http://hydrogen-music.org/
PR: 251996
Approved by: FreeBSD AT ShaneWare DOT Biz (maintainer) |
26 Oct 2020 08:23:41
1.0.0_1

|
danfe  |
Unbreak the build against non-default LIBTAR option.
PR: 248721 |
16 Aug 2020 09:48:40
1.0.0

|
tcberner  |
audio/hydrogen: Update to 1.0.0
PR: 248682
Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) |
03 Jun 2020 23:44:52
1.0.0.b1.325_2

|
adridg  |
Prep-work for Qt 5.15
An ambiguous constructor for QSplashScreen has appeared in Qt 5.14,
so previous uses of NULL / nullptr now cause a compile error like
src/gui/src/SplashScreen.cpp:35:4: error: call to constructor of 'QSplashScreen'
is ambiguous
: QSplashScreen( NULL )
^ ~~~~
/usr/local/include/qt5/QtWidgets/qsplashscreen.h:58:5: note: candidate
constructor
QSplashScreen(QScreen *screen, const QPixmap &pixmap = QPixmap(),
Qt::WindowFlags f = Qt::WindowFlags());
/usr/local/include/qt5/QtWidgets/qsplashscreen.h:61:5: note: candidate
constructor
QSplashScreen(QWidget *parent, const QPixmap &pixmap = QPixmap(),
Qt::WindowFlags f = Qt::WindowFlags());
This patch just explicitly casts to the right type of nullptr.
Mentioned in an issue upstream as well.
Not bumping PORTREVISION since this doesn't affect the built code at all
and it will get rebuilt when Qt 5.15 lands anyway. |
26 Jul 2019 20:46:57
1.0.0.b1.325_2

|
gerald  |
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 |
16 Jan 2019 11:13:45
1.0.0.b1.325_1

|
tijl  |
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 ) |
25 Dec 2018 06:58:13
1.0.0.b1.325

|
tobik  |
audio/hydrogen: Update to latest commit and switch to Qt 5
PR: 234260
Submitted by: maintainer |
12 Dec 2018 01:35:36
0.9.7_2

|
gerald  |
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 |
02 Dec 2018 15:41:48
0.9.7_1

|
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 |
29 Jul 2018 22:18:46
0.9.7_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
28 Jun 2018 17:39:55
0.9.7

|
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 |
18 Jan 2018 00:22:33
0.9.7

|
jbeich  |
audio/hydrogen-devel: remove out of date port
PR: 225285
Submitted by: Shane Ambler (maintainer) |
18 Jan 2018 00:19:04
0.9.7

|
jbeich  |
audio/hydrogen: update to 0.9.7
- Track direct dependencies on qt4-core
- Convert to _CMAKE_BOOL option helper
- Lift BROKEN_powerpc64 after USES=compiler:c++11-lang
Changes: http://www.hydrogen-music.org/hcms/node/17207
PR: 225285
Submitted by: Shane Ambler (maintainer) |
21 May 2017 21:55:08
0.9.6.1_3

|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
26 Jul 2016 16:51:16
0.9.6.1_3

|
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 13:29:17
0.9.6.1_3

|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
29 Oct 2015 13:47:30
0.9.6.1_3

|
mat  |
fix dependencies, add more options
PR: 202737
Submitted by: Andriy Voskoboinyk, maintainer
Sponsored by: Absolight |
07 Sep 2015 11:12:33
0.9.6.1_2

|
rakuco  |
Add USES=libarchive, stop setting LDFLAGS.
1. Import a pull request I've just sent upstream that makes FindHelper.cmake
behave better and stop using pkg-config's output directly as include and
library paths. The consequence is that libraries like libarchive,
libsndfile, jack etc are now found with their full path and we can stop
setting LDFLAGS in Makefile.
2. Set USES=libarchive. Even though the port does not require any
functionality that is only present in libarchive from ports, explicitly
depending on a certain version makes things more consistent.
Additionally, before this patch there would be no dependency on
libarchive from ports but since the linker was previously called like
this:
c++ ... -o hydrogen -L/usr/local/lib -larchive -lsndfile ...
so the port would end up linking against libarchive from ports when it
was present (which is always, since devel/cmake depends on it). And with
this patch we have
c++ ... -o hydrogen -larchive /usr/local/lib/libsndfile.so ...
which does link against libarchive from base, but then fails `make
stage-qa', which expects all ports to link against ports libarchive.
PR: 202905
Approved by: FreeBSD@ShaneWare.Biz (maintainer) |
17 Jun 2015 13:40:04
0.9.6.1_1

|
jhale  |
- Chase audio/portaudio2 removal and use audio/portaudio instead
- Bump PORTREVISION
PR: 200820
Submitted by: <FreeBSD@ShaneWare.Biz> (maintainer) |
06 May 2015 12:57:56
0.9.6.1

|
mat  |
Update ports in the a* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
19 Mar 2015 16:44:59
0.9.6.1

|
bdrewery  |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
03 Oct 2014 11:32:06
0.9.6.1

|
riggs  |
- Update to upstream version 0.9.6.1
- Simplify OPTIONS handling
- Add OPTIONS for LADSPA, PULSEAUDIO and RDF
- Update pkg-plist (@dirrm)
PR: 193234
Submitted by: FreeBSD@ShaneWare.Biz (maintainer) |
10 Aug 2014 19:50:24
0.9.5.1_1

|
tijl  |
Fix problems with missing libs when the linker enforces explicit linking
(a* to d* categories)
PR: 192062 |
19 Jul 2014 11:25:10
0.9.5.1_1

|
riggs  |
- Introduce new port: audio/hydrogen-devel
- Add audio/hydrogen-devel to audio/Makefile
- Introduce suitable CONFLICTS to audio/hydrogen/Makefile
PR: 178457
Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
Approved by: mentors (implicit) |
20 Jun 2014 12:15:46
0.9.5.1_1

|
amdmi3  |
- Switch audio/lash to USES=libtool, drop .la files
- Add required LIBS
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
14 Feb 2014 05:10:27
0.9.5.1

|
miwi  |
- Convert USE_SCONS to USES |
09 Dec 2013 14:21:04
0.9.5.1

|
danilo  |
- Add stage support
PR: ports/184622
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> (maintainer) |
22 Oct 2013 13:50:44
0.9.5.1

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with a)
Approved by: portmgr (bdrewery) |
20 Sep 2013 14:36:37
0.9.5.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
07 Sep 2013 09:58:32
0.9.5.1

|
rm  |
- add dependency on pkgconfig
- use new syntax in LIB_DEPENDS
- remove indefinite article from COMMENT and not needed LICENSE_FILE
for standard license while here
PR: 181850
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> (maintainer) |
04 May 2013 19:16:37
0.9.5.1

|
cy  |
Update 0.9.5 --> 0.9.5.1.
Unbreak build.
Assign Shane Ambler <FreeBSD@Shaneware.biz> as new maintainer.
PR: 177806
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz>
Approved by: Maintainer (devel@stasyan.com) |
05 Feb 2013 15:07:11
0.9.5

|
bapt  |
Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix |
29 Dec 2012 22:19:01
0.9.5

|
bapt  |
- Convert to new options framework
- remove shlib numbers
- trim headers
PR: ports/173795
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
Approved by: maintainer timeout (1 month) |
06 Jun 2012 06:44:38
0.9.5
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
10 Feb 2012 20:14:52
0.9.5
|
pav  |
- Mark BROKEN: does not install
Install directory: "data/img" as "/usr/local/share/hydrogen/data/img"
scons: *** [/usr/local/share/hydrogen/data/img/gray]
/usr/local/share/hydrogen/data/img/gray: File exists
scons: building terminated because of errors.
*** Error code 2
Reported by: pointyhat |
12 Jul 2011 19:50:26
0.9.5
|
ashish  |
- Remove duplicate PORTAUDIO option from OPTIONS
Reported by: Hans Petter Selasky <hselasky@c2i.net> |
09 Apr 2011 15:48:34
0.9.5
|
makc  |
Update to 0.9.5
PR: ports/156216
Submitted by: Stas Timokhin (maintainer) |
26 Nov 2010 10:38:00
0.9.4.2
|
pav  |
- Update to 0.9.4.2
PR: ports/152593
Submitted by: Stas Timokhin <devel@stasyan.com> (maintainer) |
08 Jul 2010 01:59:11
0.9.4
|
ashish  |
- Update port to 0.9.4.
- Add LICENSE information.
- Transfer maintainership.
PR: ports/148056
Submitted by: Stas Timokhin <devel@stasyan.com>
Approved by: pgj, tabthorpe (mentors)
Feature safe: yes |
28 Mar 2010 06:47:48
0.9.3_7
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.9.3_6
|
dinoex  |
- update to jpeg-8 |
21 Dec 2009 02:19:12
0.9.3_5
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
22 Aug 2009 00:13:27
0.9.3_5 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
31 Jul 2009 13:57:52
0.9.3_5
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
06 Jun 2008 13:07:20
0.9.3_4
|
edwin  |
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) |
29 Apr 2008 05:11:44
0.9.3_3
|
linimon  |
Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity. |
19 Apr 2008 17:56:05
0.9.3_3 
|
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
07 Apr 2008 20:37:24
0.9.3_3
|
naddy  |
Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.
Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary. Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.
PR: 119476 |
23 Mar 2008 23:03:18
0.9.3_2
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
20 Mar 2008 09:19:39
0.9.3_1
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
07 Feb 2008 22:08:48
0.9.3_1
|
miwi  |
- Fix build with gcc 4.2
PR: 118274
Submitted by: Pietro Cerutti" <gahr@gahr.ch>
Approved by: maintainer timeout |
02 Oct 2007 09:29:20
0.9.3_1
|
linimon  |
Mark as broken with gcc4.2.
PR: ports/116749
Submitted by: nrgmilk at gmail dot com |
19 May 2007 20:32:57
0.9.3_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
13 Feb 2007 00:16:29
0.9.3
|
pav  |
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat |
11 Apr 2006 21:31:35
0.9.3
|
jylefort  |
Update to 0.9.3 |
22 Jan 2006 08:13:12
0.9.2
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 05:52:28
0.9.2
|
edwin  |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
05 Oct 2005 17:59:54
0.9.2
|
jylefort  |
Track master site change.
Reported by: pointyhat via kris |
29 Aug 2005 20:07:55
0.9.2
|
jylefort  |
Update to 0.9.2 |
12 Apr 2005 22:10:43
0.9.0.b1_1
|
jylefort  |
Change my MAINTAINER email address to jylefort@FreeBSD.org
Approved by: adamw (mentor) |
16 Mar 2005 14:50:13
0.9.0.b1_1
|
naddy  |
new version of libFLAC |
16 Aug 2004 07:40:57
0.9.0.b1
|
pav  |
- Update to 0.9.0 beta1
PR: ports/70491
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) |
25 Jun 2004 07:26:42
0.8.2
|
krion  |
Add hydrogen 0.8.2, an advanced drum machine.
PR: ports/68242
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> |