Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.6_5 28 Sep 2024 10:48:36 |
Dimitry Andric (dim) |
audio/libaudiofile: use more canonical TEST_TARGET for tests
Noticed by: arrowd
MFH: 2024Q3 |
0.3.6_5 28 Sep 2024 09:43:47 |
Dimitry Andric (dim) |
audio/libaudiofile: fix build with clang 19, enable tests
Clang 19 has become more strict about initialization with undefined
behavior, resulting in errors similar to:
./SimpleModule.h:126:40: error: in-class initializer for static data member is
not a constant expression
126 | static const int kMinSignedValue = -1 << kScaleBits;
| ~~~^~~~~~~~~~~~~
./SimpleModule.h:176:22: note: in instantiation of template class
'signConverter<kInt8>' requested here
176 | transform<typename
signConverter<Format>::signedToUnsigned>(src, dst, count);
| ^
./SimpleModule.h:183:5: note: in instantiation of function template
specialization 'ConvertSign::convertSignedToUnsigned<kInt8>' requested here
183 | convertSignedToUnsigned<kInt8>(src,
dst, count);
| ^
This is because left-shifting negative values is undefined. Replace -1
with ~0u which results in the expected value.
While here, add a few other patches to remove warnings about undefined
left-shifts, and add support for the "make test" target.
PR: 281477
Approved by: maintainer timeout (2 weeks)
MFH: 2024Q3 |
0.3.6_5 30 Jan 2024 22:35:42 |
Muhammad Moinur Rahman (bofh) |
audio/libaudiofile: Moved man to share/man
Approved by: portmgr (blanket) |
0.3.6_4 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
0.3.6_4 24 Jun 2023 04:37:52 |
Muhammad Moinur Rahman (bofh) |
audio/libaudiofile: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
0.3.6_4 25 Sep 2022 20:14:54 |
Christian Weisgerber (naddy) |
audio/flac: bump port revision of consumers after update to 1.4.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.3.6_3 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.3.6_3 20 Jul 2022 19:44:12 |
Tobias C. Berner (tcberner) |
cleanup: remove '$MCom' tag
gnome@ no longer uses Marcusom as their staging ground.
Approved by: gnome (nc)
Differential Revision: https://reviews.freebsd.org/D35866 |
0.3.6_3 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.3.6_3 23 Oct 2021 19:36:14 |
Stefan Eßer (se) |
audio/libaudiofile: Add CPE information
Approved by: portmgr (blanket) |
0.3.6_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.6_3 25 Jul 2016 21:46:08 |
jbeich |
audio/libaudiofile: track flac dependency
====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/libaudiofile.so.1.0.0 is linked to
/usr/local/lib/libFLAC.so.8 from audio/flac but it is not declared as a
dependency
Warning: you need LIB_DEPENDS+=libFLAC.so:audio/flac
PR: 206888
Submitted by: jkim
Approved by: portmgr blanket, maintainer timeout (6 months) |
0.3.6_2 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.3.6_2 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
0.3.6_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.3.6_1 06 Aug 2014 16:27:34 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.3.6 24 Apr 2014 12:14:31 |
gahr |
- USES=tar:xz |
0.3.6 08 Nov 2013 14:31:40 |
kwm |
Update to 0.3.6.
This update supports a number of new codecs.
Remove indiffently argument from COMMENT
Update pkg-descr to supported codec list.
Stageify. |
0.2.7 24 Sep 2013 06:24:17 |
bapt |
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery |
0.2.7 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.2.7 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
0.2.7 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
0.2.7 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
0.2.7 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.2.7 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.2.7 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.2.7 22 May 2010 05:38:34 |
marcus |
Update to 0.2.7. |
0.2.7 22 May 2010 05:38:16 |
marcus |
Update to 0.2.7. |
0.2.6_1 16 Sep 2009 22:15:54 |
naddy |
Quote first argument to AC_DEFUN() to shut up aclocal warning.
Submitted by: Grzegorz Blach <magik@roorback.net>
Feature safe: yes |
0.2.6 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.2.6 02 Feb 2009 01:36:16 |
araujo |
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav) |
0.2.6 28 Jan 2007 09:07:47 |
kris |
Use libtool port instead of included one to avoid objformat a.out botch |
0.2.6 05 Nov 2006 02:37:27 |
mezz |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh) |
0.2.6 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
0.2.6 18 Mar 2004 14:49:44 |
pav |
- Remove dead WWW
Reported by: http://endif.cjb.net/~end/ports-www-err-sorted.txt |
0.2.6 07 Mar 2004 04:35:35 |
marcus |
Update to 0.2.6. |
0.2.5 22 Dec 2003 00:16:08 |
marcus |
Update to 0.2.5. |
0.2.4 10 Oct 2003 02:37:20 |
marcus |
Add CONFLICTS to these ports as they install conflicting plist items.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
0.2.4 03 Oct 2003 16:59:02 |
marcus |
Add a missing '\'.
Reported by: FreshPorts |
0.2.4 03 Oct 2003 16:51:39 |
marcus |
Add another MASTER_SITE since it seems SGI pulled the audiofile project.
Submitted by: Jeremy Messenger <mezz7@cox.net> |
0.2.4 28 Sep 2003 00:27:53 |
marcus |
Update to 0.2.4. |
0.2.3 05 Aug 2003 18:35:16 |
marcus |
Make use of gnometarget. |
0.2.3 16 Jun 2003 20:52:58 |
adamw |
Utilize USE_GNOME= pkgconfig. |
0.2.3 16 Jun 2003 19:50:24 |
adamw |
Remove a REINPLACE present in gnomehack. |
0.2.3 07 Mar 2003 05:56:07 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.2.3 26 Dec 2002 12:09:00 |
edwin |
Removed ftp.68k.org, already down too long.
Changed MASTER_SITE_SUBDIR, it's /audiofile, not /libaudiofile.
Noticed by: portsurvey |
0.2.3 20 Sep 2002 18:57:24 |
marcus |
Remove extraneous '.' in one of the MASTER_SITE URLs.
PR: 43138
Submitted by: Randy Primeaux <randy@cloudfactory.org> |
0.2.3 20 Sep 2002 17:07:51 |
marcus |
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location. |
0.2.3 11 Jul 2002 14:58:24 |
sobomax |
Use USE_REINPLACE. |
20 Feb 2002 18:36:10 |
sobomax |
Regen after DIST_SUBDIR change. |
20 Feb 2002 18:34:30 |
sobomax |
Update to 0.2.3. |
20 Jul 2001 13:45:37 |
sobomax |
Update to 0.2.2. |
11 May 2001 17:36:50 |
ade |
SWitch maintainership of core GNOME ports to a small group of committers
(gnome@FreeBSD.org), since this is now definitely too big for just one person.
|
04 May 2001 22:39:58 |
ade |
Update to GNOME 1.4 -- massive changes all around, for the sake of CVS repo
bloat, I'll only list the updates. |
23 Mar 2001 05:42:31 |
ade |
Sigh. Reclaim these, primarily for GNOME 1.4 |
23 Mar 2001 05:34:28 |
vanilla |
Someone don't like my style, so I drop maintainer now. |
06 Mar 2001 18:19:01 |
vanilla |
Well, bump version. |
06 Mar 2001 18:17:01 |
vanilla |
remove obsolete patch. |
06 Mar 2001 12:32:10 |
vanilla |
Upgrade to 0.2.1 |
08 Jan 2001 22:24:44 |
vanilla |
Upgrade to 0.2.0 |
08 Oct 2000 00:19:06 |
asami |
Convert category audio to new layout. |
02 Oct 2000 18:59:48 |
reg |
Don't hack CFLAGS support. Do it the right way. |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25 |
sobomax |
Fourth round of INSTALLS_SHLIBS conversion. |
02 Jun 2000 12:39:43 |
sobomax |
Respect CFLAGS. |