Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Apr 2022 19:11:41 5.1.0.19_2 |
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) |
26 Mar 2022 08:27:27 5.1.0.19_1 |
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 |
07 Apr 2021 08:09:01 5.1.0.19 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 5.1.0.19 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
30 Oct 2020 10:32:26
5.1.0.19 |
jhale  |
audio/libmusicbrainz5: Update to snapshot from 2015-07-06 (e29cc9a)
- The main purpose of this intermediate update is to eliminate unwanted debug
information emitted when running console applications.
- Backport commit 36262d6 to eliminate wildcards for dependencies in
CMakeLists.txt which CMake complains about (CMP0058). As a result, we can
switch to an outsource build.
While here:
- Update LICENSE (LGPL21+) and add LICENSE_FILE
- Remake/rename patches with 'make makepatch'
Changes: https://github.com/metabrainz/libmusicbrainz/compare/release-5.1.0...e29cc9a
PR: 250567
Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net> |
08 Nov 2019 09:27:57
5.1.0_3 |
tobik  |
a-b: Add missing USES={gnome,php,sdl,xorg} |
26 Jul 2019 20:46:57
5.1.0_3 |
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 |
25 Dec 2018 20:25:40
5.1.0_2 |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
5.1.0_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 |
31 Oct 2018 23:13:08
5.1.0_1 |
jhale  |
audio/libmusicbrainz5: Fix build on powerpc64
PR: 232582
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by: IntegriCloud |
21 Oct 2016 12:51:41
5.1.0_1  |
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
19 Sep 2016 23:18:59
5.1.0_1 |
jhale  |
Add visibility to C++ exceptions to prevent crashes with applications
using libkcddb.
PR: 211630
Submitted by: Adriaan de Groot <groot@kde.org> |
26 Jul 2016 16:51:16
5.1.0 |
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
5.1.0 |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
07 Jan 2016 15:00:19
5.1.0 |
jhale  |
Use pathfix |
04 Aug 2015 11:29:19
5.1.0 |
mat  |
Cleanup some abusive use of GH_TAGNAME.
With hat: portmgr
Sponsored by: Absolight |
16 Jun 2015 13:18:04
5.1.0 |
jhale  |
- Fix build for systems without iconv in the base
Reported by: Alan Valentine <alval@alval.net>, Luca Pizzamiglio
<luca.pizzamiglio@gmail.com> |
14 Jun 2015 17:55:49
5.1.0 |
jhale  |
- Update audio/libmusicbrainz5 to 5.1.0
- Fix a crash in audio/sound-juicer caused by libmusicbrainz5 (fix added
upstream, but not in this release) [1]
- Bump PORTREVISION on dependent ports
PR: 196959 [1]
Submitted by: Pete Johanson <peter@peterjohanson.com> [1] |
24 Dec 2014 06:03:23
5.0.1_1 |
ohauer  |
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION
Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour
now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)
PR: 195786
Differential Revision: https://reviews.freebsd.org/D1319
Submitted by: ohauer
Reviewed by: portmgr (bapt, mat)
Approved by: portmgr, lev (implicit) |
22 Sep 2014 12:24:34
5.0.1 |
jhale  |
- Trim @dirrm[try] from pkg-plist |
09 Oct 2013 07:50:58
5.0.1 |
jhale  |
- Use unique package names
- Stop using LATEST_LINK
- Use new LIB_DEPENDS syntax
- Support staging |
20 Sep 2013 14:36:37
5.0.1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
14 Aug 2013 22:35:54
5.0.1  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
22 Mar 2013 20:06:15
5.0.1 |
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
13 Sep 2012 04:45:59
5.0.1 |
jhale  |
- Update MAINTAINER to my new FreeBSD.org address
Approved by: makc (mentor) |
27 Jul 2012 13:29:39
5.0.1 |
makc  |
- Update to 5.0.1 after repocopy from audio/libmusicbrainz4
- while I'm here, respect LOCALBASE and thus remove needless dependency
on pkg-config. pkg-config is often used by cmake as auxiliary tool
to populate search paths. Until stuff is located at standard location,
there is no need for pkg-config utility. [1]
PR: ports/169572
Submitted by: Jason E. Hale (maintainer)
Approved by: maintainer via irc [1] |