non port: audio/murmur/Makefile |
SVNWeb
|
Number of commits found: 91 |
Sun, 30 Apr 2023
|
[ 18:33 Muhammad Moinur Rahman (bofh) ] a6a9501
audio/murmur: Mark BROKEN_SSL
- Requires OpenSSL 3.0.0 deprecated CRYPTO_MEM_CHECK_ON
Approved by: portmgr (blanket)
|
Sun, 9 Oct 2022
|
[ 15:37 Po-Chuan Hsieh (sunpoet) ] 05e7a8b (Only the first 10 of 62 ports in this commit are shown above. )
devel/protobuf: Update to 3.21.7
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Fri, 12 Aug 2022
|
[ 14:46 Dima Panov (fluffy) ] 4cf39de (Only the first 10 of 722 ports in this commit are shown above. )
*/*: bump all consumers after recent boost upgrade
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 213b0b7 (Only the first 10 of 561 ports in this commit are shown above. )
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 )
|
Tue, 26 Apr 2022
|
[ 19:10 Dimitry Andric (dim) ] 2e82959
audio/mumble audio/murmur: fix build with lld 14
During an exp-run for llvm 14 (see bug 261742), it turned out that
audio/mumble and audio/murmur fail to build with lld 14:
c++ -fstack-protector-strong -pie -Wl,--no-add-needed -Wl,-z,relro -Wl,-z,now
-shared -Wl,-soname,libcelt0.so.0 -o libcelt0.so.0.7.0
../../debug/.obj/celt-0.7.0-build/bands.o
../../debug/.obj/celt-0.7.0-build/celt.o
../../debug/.obj/celt-0.7.0-build/cwrs.o
../../debug/.obj/celt-0.7.0-build/entcode.o
../../debug/.obj/celt-0.7.0-build/entdec.o
../../debug/.obj/celt-0.7.0-build/entenc.o
../../debug/.obj/celt-0.7.0-build/header.o
../../debug/.obj/celt-0.7.0-build/kiss_fft.o
../../debug/.obj/celt-0.7.0-build/kiss_fftr.o
../../debug/.obj/celt-0.7.0-build/laplace.o
../../debug/.obj/celt-0.7.0-build/mdct.o
../../debug/.obj/celt-0.7.0-build/modes.o
../../debug/.obj/celt-0.7.0-build/pitch.o
../../debug/.obj/celt-0.7.0-build/psy.o
../../debug/.obj/celt-0.7.0-build/quant_bands.o
../../debug/.obj/celt-0.7.0-build/rangedec.o
../../debug/.obj/celt-0.7.0-build/rangeenc.o
../../debug/.obj/celt-0.7.0-build/rate.o ../../debug/.obj/celt-0.7.0-build/vq.o
-L/usr/lib/x86_64-unknown-freebsd14.0/c++11 -L/usr/lib -L/usr/local/lib
c++: warning: argument unused during compilation: '-pie'
[-Wunused-command-line-argument]
ld: error: unknown argument '--no-add-needed'
c++: error: linker command failed with exit code 1 (use -v to see invocation)
This is because lld upstream removed the deprecated --no-add-needed
option, which should be replaced with --no-copy-dt-needed-entries
instead.
(Note that BFD ld still accepts the --no-add-needed option, but is also
deprecated there, so it might go away.)
PR: 263071
Approved by: maintainer timeout (2 weeks)
MFH: 2022Q2
|
Sat, 16 Apr 2022
|
[ 04:19 Po-Chuan Hsieh (sunpoet) ] 10d211b (Only the first 10 of 60 ports in this commit are shown above. )
devel/protobuf: Update to 3.20.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
Mon, 28 Feb 2022
|
[ 12:46 Po-Chuan Hsieh (sunpoet) ] f7e42ce (Only the first 10 of 68 ports in this commit are shown above. )
devel/protobuf: Update to 3.19.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
|
Wed, 21 Jul 2021
|
[ 18:11 Po-Chuan Hsieh (sunpoet) ] f4acead (Only the first 10 of 64 ports in this commit are shown above. )
devel/protobuf: Update to 3.17.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 257026
Exp-run by: antoine
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 26 Jan 2021
|
[ 14:01 sunpoet ] (Only the first 10 of 58 ports in this commit are shown above. )
Bump PORTREVISION for devel/protobuf shlib change
|
Fri, 9 Oct 2020
|
[ 17:13 feld ]
audio/murmur: Update to 1.3.3
Changelog:
Fixed: Crash due to problems when using PostgreSQL (#4370)
Fixed: Handling of invalid package sizes (#4392)
|
Sun, 30 Aug 2020
|
[ 20:19 sunpoet ] (Only the first 10 of 59 ports in this commit are shown above. )
Bump PORTREVISION for devel/protobuf shlib change
|
Mon, 22 Jun 2020
|
[ 15:55 feld ]
audio/murmur: Update to 1.3.1
Changes in this Version
Security
Fixed: Potential exploit in the OCB2 encryption (#4227)
ICE
Fixed: Added missing UserKDFIterations field to UserInfo => Prevents
getRegistration() from failing with enumerator out of range error (#3835)
GRPC
Fixed: Segmentation fault during murmur shutdown (#3938)
Server
Fixed: Possibility to circumvent max user-count in channel (#3880)
Fixed: Rate-limit implementation susceptible to time-underflow (#4004)
Fixed: OpenSSL error 140E0197 with Qt >= 5.12.2 (#4032)
Fixed: VersionCheck for SQL for when to use the WAL feature (#4163)
Fixed: Wrong database encoding that could lead to server-crash (#4220)
Fixed: DB crash due to primary key violation (now performs "UPSERT" to avoid
this) (#4105)
Improved: The fields in the Version ProtoBuf message are now size-restricted
in order to avoid attacks that can render another client unresponsive (#4101)
PR: 247379
|
Wed, 3 Jun 2020
|
[ 18:32 sunpoet ] (Only the first 10 of 57 ports in this commit are shown above. )
Bump PORTREVISION for devel/protobuf shlib change
|
Wed, 27 May 2020
|
[ 11:59 danfe ] (Only the first 10 of 25 ports in this commit are shown above. )
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1).
|
Wed, 22 Jan 2020
|
[ 05:53 sunpoet ] (Only the first 10 of 53 ports in this commit are shown above. )
Bump PORTREVISION for devel/protobuf shlib change
|
Thu, 16 Jan 2020
|
[ 09:34 bapt ] (Only the first 10 of 53 ports in this commit are shown above. )
First pass at moving manpages to share/man for category a*
|
Wed, 11 Dec 2019
|
[ 17:53 jbeich ] (Only the first 10 of 417 ports in this commit are shown above. )
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136
|
Tue, 22 Oct 2019
|
[ 15:10 feld ]
audio/murmur: Fix for clean installs
Config file in 1.3.0 does not specify logfile location and attempts to
write murmur.log to $PWD. Specify path for log and pidfile by patching
sample config file.
Also support reloading service via SIGUSR1 so TLS cert/key updates can
be deployed without restarting server.
MFH: 2019Q4
|
Mon, 21 Oct 2019
|
[ 21:50 feld ]
audio/murmur: Update to 1.3.0
PR: 240419
MFH: 2019Q4
|
Mon, 19 Aug 2019
|
[ 15:35 jbeich ] (Only the first 10 of 412 ports in this commit are shown above. )
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774
|
Wed, 31 Jul 2019
|
[ 16:38 sunpoet ] (Only the first 10 of 45 ports in this commit are shown above. )
Bump PORTREVISION for devel/protobuf shlib change
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (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, 5 Jul 2019
|
[ 19:08 sunpoet ] (Only the first 10 of 46 ports in this commit are shown above. )
Update devel/protobuf to 3.8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 238808
Exp-run by: antoine
|
Fri, 12 Apr 2019
|
[ 06:36 jbeich ] (Only the first 10 of 392 ports in this commit are shown above. )
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303
|
Sun, 31 Mar 2019
|
[ 13:41 sunpoet ] (Only the first 10 of 50 ports in this commit are shown above. )
Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 236157
Exp-run by: antoine
|
Fri, 22 Mar 2019
|
[ 14:33 feld ]
audio/murmur: Remove Qt buildtools from runtime dependencies
|
Thu, 21 Mar 2019
|
[ 09:21 antoine ]
Add explicit dependency on python 2.7
PR: 234633
|
Wed, 20 Mar 2019
|
[ 19:06 feld ]
Revive audio/murmur
Finally version 1.3.0-rc1 has been released
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (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
|
[ 00:15 jbeich ] (Only the first 10 of 415 ports in this commit are shown above. )
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645
|
Mon, 3 Dec 2018
|
[ 19:41 sunpoet ] (Only the first 10 of 52 ports in this commit are shown above. )
Update devel/protobuf to 3.6.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 231008
Exp-run by: antoine
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
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
|
Thu, 30 Aug 2018
|
[ 04:05 danfe ] (Only the first 10 of 19 ports in this commit are shown above. )
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
|
Thu, 9 Aug 2018
|
[ 06:58 jbeich ] (Only the first 10 of 404 ports in this commit are shown above. )
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (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
|
Sun, 24 Jun 2018
|
[ 21:11 sunpoet ] (Only the first 10 of 38 ports in this commit are shown above. )
Revert r473259 and r473260 which are committed by accident
- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports
|
[ 20:19 sunpoet ] (Only the first 10 of 36 ports in this commit are shown above. )
Update to 3.6.0
Changes: https://github.com/google/protobuf/releases
|
Wed, 18 Apr 2018
|
[ 13:57 jbeich ] (Only the first 10 of 388 ports in this commit are shown above. )
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
|
Thu, 18 Jan 2018
|
[ 04:11 jbeich ] (Only the first 10 of 356 ports in this commit are shown above. )
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
|
Sat, 16 Dec 2017
|
[ 15:01 feld ]
audio/murmur: Provode separate options for MYSQL and SQLITE
PR: 220476
|
Mon, 11 Dec 2017
|
[ 18:26 sunpoet ] (Only the first 10 of 36 ports in this commit are shown above. )
Update devel/protobuf to 3.5.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
|
Mon, 25 Sep 2017
|
[ 00:08 jbeich ] (Only the first 10 of 342 ports in this commit are shown above. )
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
[ 00:05 jbeich ] (Only the first 10 of 327 ports in this commit are shown above. )
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Wed, 16 Aug 2017
|
[ 15:44 sunpoet ] (Only the first 10 of 32 ports in this commit are shown above. )
Update devel/protobuf to 3.4.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
|
Tue, 2 May 2017
|
[ 06:48 jbeich ] (Only the first 10 of 336 ports in this commit are shown above. )
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472
|
Sat, 29 Apr 2017
|
[ 15:43 sunpoet ] (Only the first 10 of 30 ports in this commit are shown above. )
Update devel/protobuf to 3.3.0
- Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds
fine without it
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
PR: 178687 [1]
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Mon, 6 Feb 2017
|
[ 15:40 feld ]
audio/murmur: Update to 1.2.19
|
Sun, 29 Jan 2017
|
[ 16:04 sunpoet ] (Only the first 10 of 31 ports in this commit are shown above. )
Update devel/protobuf to 3.2.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
|
Fri, 6 Jan 2017
|
[ 08:45 jbeich ] (Only the first 10 of 324 ports in this commit are shown above. )
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
|
Wed, 4 Jan 2017
|
[ 22:08 feld ]
audio/murmur: Update to 1.2.18
PR: 211612
|
Tue, 3 Jan 2017
|
[ 13:09 amdmi3 ]
- Remove always-false condition and corresponding optional patch
- Add LICENSE_FILE
- Don't install LICENSE with docs
- Switch to options helpers
Approved by: portmgr blanket
|
Wed, 14 Dec 2016
|
[ 17:58 sunpoet ] (Only the first 10 of 30 ports in this commit are shown above. )
- Update devel/protobuf to 3.1.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
|
Wed, 23 Nov 2016
|
[ 12:45 jbeich ] (Only the first 10 of 353 ports in this commit are shown above. )
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
|
Sat, 12 Nov 2016
|
[ 17:38 antoine ] (Only the first 10 of 12 ports in this commit are shown above. )
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (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, 8 Dec 2015
|
[ 09:04 mat ] (Only the first 10 of 34 ports in this commit are shown above. )
Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, the
framework already sets a unique DISTNAME.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 20 Nov 2015
|
[ 21:43 feld ]
audio/murmur: Fix segfault on FreeBSD 9.x, use base OpenSSL
FreeBSD 9.x was segfaulting with the update to 1.2.10 due to the
change to build against the ports OpenSSL. The problem was that while
murmur was linked against ports OpenSSL, it was also linked to QT which
pulled in the base system OpenSSL. FreeBSD 10.x and head did not
segfault due to pure luck.
While here, require compiler:c++11-lang. This is definitely required for
the upcoming 1.3.0 release, but also I want to avoid and weirdness on
FreeBSD 9.x which was building murmur with gcc but required a
clang-built boost at build time.
|
Thu, 12 Nov 2015
|
[ 20:23 feld ]
audio/murmur: Update to 1.2.10
PR: 204467
|
Tue, 5 May 2015
|
[ 01:40 feld ]
Disable pch to fix building with gcc
Add LICENSE
Unmute some of the installation steps
|
Sat, 4 Oct 2014
|
[ 15:12 sunpoet ] (Only the first 10 of 23 ports in this commit are shown above. )
- Update to 2.6.0
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Use USE_CSTD
- Use MAKE_CMD
- Reformat pkg-descr
- Update WWW
- Take maintainership
- Bump PORTREVISION for devel/protobuf shlib change
Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
|
Wed, 17 Sep 2014
|
[ 12:32 feld ]
Update to 1.2.8
|
Tue, 1 Jul 2014
|
[ 12:44 feld ]
Update to 1.2.7
|
Fri, 21 Mar 2014
|
[ 06:29 feld ]
Update to 1.2.5
|
Fri, 22 Nov 2013
|
[ 12:55 makc ] (Only the first 10 of 42 ports in this commit are shown above. )
- Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval)
|
Mon, 11 Nov 2013
|
[ 16:47 feld ]
- take maintainership
- STAGE support
- remove pkg-install and pkg-deinstall scripts
- remove @stopdaemon
- ICE option is no longer default; devel/ice doesn't work on FreeBSD 10
since June
- add a start_precmd to handle empty directory creation
Approved by: crees (mentor)
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (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)
|
Sat, 22 Jun 2013
|
[ 14:33 swills ]
-update to 1.2.4
-rc script passes rclint now
-port passes portlint
PR: ports/179300
Submitted by: Mark Felder <feld@feld.me>
Approved by: maintainer timeout (ayu@commun.jp, >3 weeks)
|
Mon, 17 Jun 2013
|
[ 11:43 rm ]
- chase devel/ice update
|
Thu, 21 Mar 2013
|
[ 17:32 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build
|
Mon, 18 Mar 2013
|
[ 15:14 vanilla ] (Only the first 10 of 22 ports in this commit are shown above. )
1: Upgrade protobuf to 2.5.0.
2: bump revision.
3: document UPDATING.
|
Tue, 13 Nov 2012
|
[ 21:56 pawel ]
Call pkginstall script with correct arguments and after murmur
user and group is created. This fixes creation of dirs needed
for running mumrmurd daemon for users building from port.
PR: ports/171699
Reported by: Michael Fausten <ports@michael-fausten.de>
Approved by: maintainer timeout (2 months)
Feature safe: yes
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (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)
|
Sun, 6 Nov 2011
|
[ 16:36 miwi ] (Only the first 10 of 16 ports in this commit are shown above. )
- Get rid FreeBSD 6.X support
|
Sun, 23 Oct 2011
|
[ 11:40 pawel ]
PRE-INSTALL -> POST-INSTALL, user and groups are created later
|
Sat, 25 Jun 2011
|
[ 19:55 crees ]
- Use USERS and GROUPS
- Stop automatically deleting user on deinstall; may be used by other ports
PR: ports/157520
Submitted by: Chris Rees (utisoft@gmail.com) (me)
Approved by: tabthorpe (co-mentor)
|
Wed, 23 Mar 2011
|
[ 23:59 pav ]
- Chase protobuf update
Reported by: pointyhat
Pointy hat to: vanilla
|
Fri, 25 Feb 2011
|
[ 14:08 sylvio ]
- Update to 1.2.3
- Added file pkg-deinstall
PR: ports/154996
Submitted by: Ayumi Mitsui <ayu@commun.jp> (maintainer)
|
Sun, 15 Aug 2010
|
[ 12:04 arved ]
Chase ice shared library bump.
|
Sat, 19 Jun 2010
|
[ 21:45 makc ]
Don't overwrite configuration file.
PR: ports/147781
Submitted by: Sascha Holzleiter <sascha at root-login.org>
Approved by: Ayumi Mitsui (maintainer)
Feature safe: yes
|
Tue, 30 Mar 2010
|
[ 14:09 amdmi3 ]
- Update to 1.2.2
PR: 145054
Submitted by: Ayumi Mitsui <ayu@commun.jp> (maintainer)
|
Sun, 17 Jan 2010
|
[ 05:07 vanilla ]
bump version for protobuf shlib version bump.
|
Tue, 12 Jan 2010
|
[ 18:26 amdmi3 ]
- Update to 1.2.0
PR: 141885
Submitted by: Ayumi Mitsui <ayu@commun.jp> (maintainer)
|
Mon, 12 Oct 2009
|
[ 12:57 wxs ]
- Add a patch to fix 64bit runtime issues.
- While here fix a typo in the name of a patch.
- Bump PORTREVISION.
PR: ports/139384
Submitted by: Richard Tector <richard@tector.org.uk>
Approved by: Ayumi Mitsui <ayu@commun.jp> (maintainer)
|
Wed, 9 Sep 2009
|
[ 09:29 miwi ]
- Update MASTER_SITES
PR: 138562
Submitted by: Ayumi Mitsui <ayu@commun.jp> (maintainer)
|
Thu, 27 Aug 2009
|
[ 20:22 miwi ]
Murmur is the server component of Mumble, a low-latency, high quality
VoIP application.
WWW: http://mumble.sourceforge.net/
PR: ports/137428
Submitted by: Ayumi M <ayu at commun.jp>
|
Number of commits found: 91 |