Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.3_12 16 Jun 2024 13:44:16 |
Roman Bogorodskiy (novel) |
audio/easytag: fix build on i386
After updating audio/taglib to 2.0.1, easytag stopped building on i386.
Apparently, this is happening because taglib started using types such as
"offset_t" and "size_t" in its interfaces, causing types mismatch on
i386.
Reported by: pkg-fallout |
2.4.3_12 14 Jun 2024 05:29:27 |
Jason E. Hale (jhale) |
*/*: Chase audio/taglib shlib version bump
PR: 266677 |
2.4.3_11 07 Jun 2024 00:21:32 |
Jason E. Hale (jhale) |
audio/easytag: Prepare for Taglib 2.x
PR: 276677
Obtained from: Arch Linux (with some tweaks) |
2.4.3_11 20 Apr 2024 14:25:34 |
Po-Chuan Hsieh (sunpoet) |
audio/libid3tag: Bump PORTREVISION of dependent ports for shlib change
Notified by: vvd |
2.4.3_10 18 Feb 2024 13:28:04 |
Gleb Popov (arrowd) |
audio/*: Move manpages to share/man
Approved by: portmgr (blanket) |
2.4.3_9 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
2.4.3_8 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
2.4.3_7 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
2.4.3_6 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) |
2.4.3_5 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 ) |
2.4.3_5 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 ) |
2.4.3_5 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2.4.3_4 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
2.4.3_3 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
2.4.3_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.3_3 04 Aug 2019 06:43:17 |
novel |
audio/easytag: fix vorbis file corruption
Tagging vorbis files with EasyTag results in corrupted files, as reported in
https://bugzilla.gnome.org/show_bug.cgi?id=776110. Apply a fix from
https://build.opensuse.org/request/show/596947 to overcome the issue.
Reported by: tj@mrsk.me
Obtained from: openSUSE |
2.4.3_2 26 Jul 2019 20:46:57 |
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 |
2.4.3_1 26 Dec 2018 11:49:05 |
linimon |
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures because it wants to link to /usr/local/lib/libtag.so,
which is compiled with ports GCC, which uses new GCC ABI.
While here, add USES=gnome localbase and pet portlint.
PR: 234298
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
2.4.3_1 31 Mar 2018 12:09:10 |
novel |
audio/easytag: fix build with lld
When detecting libid3, make sure to add -lstdc++ to its LIBS, otherwise with
lld easytag's configure script fails to run its test binaries it complies to
detect libid3 and fails.
PR: 226970
Reported by: emaste |
2.4.3_1 11 Dec 2017 13:27:27 |
novel |
audio/easytag: adjust dependencies
- Explicitly add dependencies easytag requires:
* cairo
* audio/ogg for ogg vorbis support
* audio/opus for opus support
- Add runtime dependency on dconf to make sure users
could always have their configuration saved
- Enable file format support options (WAVPACK, OPUS, SPEEX)
by default by adding them to OPTIONS_DEFAULT
- Bump PORTREVISION |
2.4.3 10 Dec 2016 18:18:10 |
novel |
audio/easytag: update to 2.4.3 |
2.4.2 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
2.4.2 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.4.2 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
2.4.2 27 Feb 2016 19:33:47 |
novel |
audio/easytag: update to 2.4.2 |
2.4.1 05 Feb 2016 01:05:38 |
novel |
audio/easytag: update to 2.4.1
Also, drop no longer needed patch-src-log.c.
PR: 206825
Submitted by: olivierd |
2.4.0 01 Sep 2015 15:19:23 |
novel |
Clean-up USE_GNOME: drop glib20 as it's pulled by gtk30 and drop
intltool as it's pulled by intlhack.
Suggested by: kwm |
2.4.0 30 Aug 2015 10:30:11 |
novel |
- Update to 2.4.0
- Drop GTK2, GTK3 options as only GTK3 is now supported
- Sort USES and un-mute INSTALL_DATA command to pet portlint |
2.2.6 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
2.2.6 17 Feb 2015 13:13:09 |
pi |
audio/easytag: 2.2.4 -> 2.2.6, NLS fix
Changes:
2.2.5:
https://mail.gnome.org/archives/easytag-list/2014-November/msg00039.html
2.2.6:
https://mail.gnome.org/archives/easytag-list/2015-February/msg00003.html
And applied gettext fix mentioned in:
https://lists.freebsd.org/pipermail/freebsd-ports/2015-February/098053.html
PR: 196187
Submitted by: martin.dieringer@gmx.de
Approved by: novel (maintainer timeout) |
2.2.4_1 08 Dec 2014 16:48:41 |
tijl |
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 ) |
2.2.4 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
2.2.4 11 Oct 2014 18:27:06 |
novel |
Update to 2.2.4. |
2.2.3 25 Sep 2014 15:18:28 |
tijl |
- Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect
value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
to intltool so move DATADIRNAME patching from USES=pathfix to
USE_GNOME=intlhack.
- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.2.3 16 Jul 2014 03:47:06 |
adamw |
Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set. |
2.2.3 13 Jul 2014 16:48:22 |
novel |
Drop the appdata files as we really patch Makefile.in to disable them
The mess caused my broken svn checkout of the port.
Pointy hat to: novel |
2.2.3 13 Jul 2014 14:05:10 |
novel |
Add appdata to plist forgotten in a previous commit. |
2.2.3 13 Jul 2014 13:43:46 |
novel |
Update to 2.2.3. |
2.2.2_1 11 Jul 2014 14:12:31 |
tijl |
Add a global OPUS_DESC |
2.2.2_1 25 May 2014 14:43:44 |
naddy |
Switch opusfile to USES=libtool. [1]
Bump dependent ports.
Approved by: maintainer [1] |
2.2.2 12 May 2014 15:40:07 |
novel |
Update to 2.2.2. |
2.2.1 24 Apr 2014 17:34:21 |
novel |
- Update to 2.2.1
- Drop patch-src-id3lib-c_wrapper.cpp as it's merged upstream |
2.2.0 13 Apr 2014 13:44:24 |
novel |
- Update to 2.2.0 [1]
- Add new options, OPUS and SPEEX (to enhance audio files support), GTK2 (set by
default) and GTK3 [1]
- Add patch to avoid install appdata file, used in appstream [1] [2]
- Adjust dependencies, notably to generate man page [1]
- Use PORTDOCS
- Fix build with clang
[2] http://www.freedesktop.org/wiki/Distributions/AppStream/
PR: 188513 [1]
Submitted by: olivierd [1] |
2.1.8_2 16 Dec 2013 07:53:19 |
novel |
- easytag depends on taglib not on mp4v2 since 2.1.8
- support staging
- add license
- make NLS support conditional
PR: 184499
Submitted by: Vladimir Kondratiev <wulf@cicgroup.ru> |
11 Dec 2013 14:35:37
|
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
2.1.8_1 22 Oct 2013 13:50:44 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with a)
Approved by: portmgr (bdrewery) |
2.1.8_1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
03 Sep 2013 06:36:42
|
bapt |
Add an explicit dependency on pkgconf |
2.1.8_1 29 Aug 2013 12:02:50 |
madpilot |
- Fix build with clang
- Convert to new LIB_DEPENDS format
- Convert to USES=gmake
- Add OPTIONS support for WAVPACK option
PR: ports/181211
Submitted by: me
Approved by: novel (maintainer, via email) |
2.1.8_1 09 Jun 2013 19:30:59 |
naddy |
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072 |
2.1.8 04 Jun 2013 17:06:56 |
novel |
Update to 2.1.8.
PR: 178057 (based on)
Submitted by: Martin Dieringer <martin.dieringer@gmx.de> |
2.1.7_3 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.1.7_3 23 Sep 2012 17:29:12 |
novel |
- Add a missing dependency on libid3tag [1]
- Drop shlib versions from the dependency lines
- Update headers to the new format
PR: 171585 [1]
Submitted by: Christopher J. Ruwe <cjr@cruwe.de> [1] |
2.1.7_2 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
2.1.7_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.1.7 28 Feb 2012 06:54:26 |
novel |
Update to 2.1.7. |
2.1_10 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.1_10 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.1_10 11 Aug 2010 20:58:04 |
makc |
Chase multimedia/mp4v2 update.
PR: ports/148643
Submitted by: Christopher Key <cjk32 at cam.ac.uk> |
2.1_9 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
2.1_8 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.1_7 10 Apr 2010 14:38:28 |
sylvio |
- Chase wavpack's lib dump
Approved by: itetcu (mentor, implicit) |
2.1_6 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.1_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.1_4 22 Aug 2009 00:13:27 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
2.1_4 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
2.1_3 06 Jun 2008 13:07:20 |
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) |
2.1_2 07 Apr 2008 20:37:24 |
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 |
2.1_1 24 Mar 2008 17:02:27 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
2.1_1 24 Oct 2007 23:37:25 |
marcus |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
2.1 02 Oct 2007 18:13:31 |
novel |
Fix build with new mpeg4ip-libmp4v2.
Reported by: pointyhat via pav |
2.1 02 Aug 2007 18:27:13 |
novel |
- Update to 2.1. The update was actually merged from easytag-devel port with
a few minor modification.
- Take maintainership
Approved by: Wesley Shields (former maintainer) on irc |
1.1_4 28 Jul 2007 12:27:31 |
miwi |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
1.1_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.1_1 19 Aug 2006 16:49:49 |
miwi |
- Update maintainer addresses
PR: ports/102230
Submitted by: Wesley Shields <wxs(at)atarininja.org>
Approved by: krion (mentor) |
1.1_1 15 Aug 2006 16:27:24 |
shaun |
- Add missing locale directories to pkg-plist.
- Use DATADIR macro.
PR: ports/101471
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Approved by: Wesley Shields <wxs@csh.rit.edu> (maintainer) |
1.1_1 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
1.1 26 Jan 2006 04:03:10 |
kris |
Add missing USE_GETTEXT |
1.1 22 Jan 2006 08:13:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.1 22 Jan 2006 01:14:22 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 |
1.1 04 Jul 2005 15:40:55 |
novel |
Update to 1.1.
PR: 82973
Submitted by: Wesley Shields (maintainer) |
1.0_1 16 Mar 2005 14:50:13 |
naddy |
new version of libFLAC |
1.0 16 Feb 2005 04:43:17 |
adamw |
Register CONFLICTS with easytag-devel. |
1.0 16 Jan 2005 01:36:48 |
pav |
- Update to 1.0
- Transfer maintainership on submitter
PR: ports/76290
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Approved by: Roddie Hasan <roddie@krweb.net> (maintainer) |
0.31 23 Jun 2004 13:51:20 |
petef |
Update to 0.31.
Submitted by: maintainer |
0.30d_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.30d_1 13 Feb 2004 15:21:04 |
petef |
Update pkg-descr.
Submitted by: maintainer |
0.30d_1 10 Feb 2004 04:44:22 |
petef |
- update to 0.30d
- unbreak: don't install gnome desktop into /gnome
Submitted by: maintainer |
0.30c_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.30c 30 Jan 2004 09:05:33 |
kris |
BROKEN: Creates /gnome in root directory |
0.30c 04 Jan 2004 23:11:10 |
petef |
- update to 0.30c
- give maintainership to submitter
Submitted by: roddie@krweb.net |
0.30_1 03 Jan 2004 22:20:29 |
edwin |
Chase version change of audio/id3lib, forgotten yesterday due to
missing space:
for i in easytaggrip gtkpod id3v2 juk squash xmms-f...
PR: ports/60830
Submitted by: Roman Shterenzon <roman@xpert.com>
Reviewed by: Adam Weinberger <adamw@FreeBSD.org> |
0.30_1 20 Dec 2003 16:14:14 |
naddy |
Catch up with libogg/libvorbis version bump. |
0.30 25 Sep 2003 09:34:30 |
krion |
- Update to version 0.30
PR: 57150
Submitted by: Rob Evers <rob@debank.tv> |
0.28.1 24 Sep 2003 08:37:39 |
edwin |
Cease FreeBSD port maintainerships
I don't have the time to give to many of the ports I maintain at
the moment. I wasn't expecting to be so busy this summer ...
Please set all my ports back to ports@freebsd.org.
PR: ports/56935
Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet
<sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com> |
0.28.1 15 Jul 2003 04:59:08 |
adamw |
Update to 0.28.1.
PR: ports/54487
Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer) |
0.28_1 03 Jul 2003 18:45:38 |
adamw |
Add two vendor bugfix patches. One fixes a CDDB-related bug; the other
fixes a crash when starting up with certain GTK themes.
Approved by: maintainer (semi-implicit, sortof-explicit, worked for me) |
0.28 02 Jul 2003 19:30:03 |
adamw |
Add WWW. |
0.28 28 Jun 2003 15:48:43 |
arved |
Update to 0.28
PR: 53849
Submitted by: Dominic Marks <dominic.marks@btinternet.com> |