notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: audio/jack/Makefile

Number of commits found: 118 (showing only 100 on this page)

1 | 2  »  

Wednesday, 6 Mar 2024
19:19 Gleb Popov (arrowd) search for other commits by this committer
audio/jack: Mark TESTING_UNSAFE
commit hash: eeb340d30a28a383c0e09a1209234ebc3014a147 commit hash: eeb340d30a28a383c0e09a1209234ebc3014a147 commit hash: eeb340d30a28a383c0e09a1209234ebc3014a147 commit hash: eeb340d30a28a383c0e09a1209234ebc3014a147 eeb340d
Sunday, 11 Feb 2024
17:03 Yuri Victorovich (yuri) search for other commits by this committer Author: Florian Walpen
audio/jack: Remove obsolete realtime hack for RC service, with checks

PR:		276607
commit hash: 100a9852dd8957a1d7a337858a3319da693915c9 commit hash: 100a9852dd8957a1d7a337858a3319da693915c9 commit hash: 100a9852dd8957a1d7a337858a3319da693915c9 commit hash: 100a9852dd8957a1d7a337858a3319da693915c9 100a985
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Friday, 10 Feb 2023
10:30 Fernando Apesteguía (fernape) search for other commits by this committer Author: Florian Walpen
audio/jack: Update to 1.9.22 release.

ChangeLog: https://github.com/jackaudio/jack2/releases/tag/v1.9.22

 * The waf autooption --example-tools has been removed.
 * The example clients and tools are no longer part of the jack2 project.
 * Drop dependencies that were only used for example clients and tools
   (readline, sndfile and zita libs)
 * Fix build with python3.11+
 * Fix compatibility with macOS 12+
 * Fix ringbuffer thread safety on ARM

PR:		269413
Reported by:	dev@submerge.ch (maintainer)
commit hash: 51040855256d176862aa2b8f71c5319cc548036e commit hash: 51040855256d176862aa2b8f71c5319cc548036e commit hash: 51040855256d176862aa2b8f71c5319cc548036e commit hash: 51040855256d176862aa2b8f71c5319cc548036e 5104085
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 17 Apr 2022
20:04 Yuri Victorovich (yuri) search for other commits by this committer Author: Florian Walpen
audio/jack: Update 1.9.20 -> 1.9.21

PR:		263344
commit hash: 7ed9659babf96ffcec63952acae0691315e31020 commit hash: 7ed9659babf96ffcec63952acae0691315e31020 commit hash: 7ed9659babf96ffcec63952acae0691315e31020 commit hash: 7ed9659babf96ffcec63952acae0691315e31020 7ed9659
Thursday, 10 Feb 2022
00:06 Piotr Kubaj (pkubaj) search for other commits by this committer
audio/jack: switch back to clang on powerpc*

Builds fine now.
commit hash: ba0ed97e072e550efdf29b3219dfd57d38457d59 commit hash: ba0ed97e072e550efdf29b3219dfd57d38457d59 commit hash: ba0ed97e072e550efdf29b3219dfd57d38457d59 commit hash: ba0ed97e072e550efdf29b3219dfd57d38457d59 ba0ed97
Wednesday, 9 Feb 2022
16:19 Mikael Urankar (mikael) search for other commits by this committer
audio/jack: Fix alignas() on non-packed architectures

Unbreak the build with Clang on architectures where JACK uses non-packed
data structures, like arm64 or powerpc. The alignment errors are exposed
there because:
 * The non-packed data structures require 8 byte alignment.
 * alignas() is not allowed to weaken alignment requirements to 4 bytes.
 * Clang enforces this according to standard, GCC ignores it.

Use an additional alignas() specifier to let the compiler choose between
minimum alignment (packed) and "natural" alignment (non-packed). This is
both standard c++11 and compatible with older GCC, which does not
propagate alignment requirements of packed substructures properly.

PR:		261508
Submitted by:	Florian Walpen <dev@submerge.ch>
commit hash: 22c0c4f2a6e599c4530dc47025f9f7153262f381 commit hash: 22c0c4f2a6e599c4530dc47025f9f7153262f381 commit hash: 22c0c4f2a6e599c4530dc47025f9f7153262f381 commit hash: 22c0c4f2a6e599c4530dc47025f9f7153262f381 22c0c4f
Wednesday, 26 Jan 2022
00:05 Piotr Kubaj (pkubaj) search for other commits by this committer
audio/jack: fix build on powerpc64le

Same issue as on powerpc and powerpc64.
commit hash: 0e3bf07e2ced19b9f43100288f5733eed7ff08de commit hash: 0e3bf07e2ced19b9f43100288f5733eed7ff08de commit hash: 0e3bf07e2ced19b9f43100288f5733eed7ff08de commit hash: 0e3bf07e2ced19b9f43100288f5733eed7ff08de 0e3bf07
00:05 Piotr Kubaj (pkubaj) search for other commits by this committer
audio/jack: fix build on powerpc and powerpc64

Use GCC:
09:13:58 runner ['c++', '-O2', '-pipe', '-fPIC', '-fstack-protector-strong',
'-fno-strict-aliasing', '-Wall', '-Wno-invalid-offsetof', '-std=gnu++11',
'-fPIC', '-Ifreebsd', '-I../freebsd', '-Iposix', '-I../posix', '-Icommon',
'-I../common', '-Icommon/jack', '-I../common/jack', '-I.', '-I..',
'-I../compat/alloca', '-I/usr/local/include/opus', '-I/usr/local/include',
'-I/usr/local/include/dbus-1.0', '-I/usr/local/lib/dbus-1.0/include',
'-DEXECINFO=1', '-DHAVE_LIBSYSINFO=1', '-DHAVE_DOXYGEN=0', '-DHAVE_ALSA=0',
'-DHAVE_FIREWIRE=0', '-DHAVE_IIO=0', '-DHAVE_PORTAUDIO=0', '-DHAVE_WINMME=0',
'-DHAVE_CELT=0', '-DHAVE_EXAMPLE_TOOLS=0', '-DHAVE_OPUS_OPUS_CUSTOM_H=1',
'-DHAVE_OPUS_PKG=1', '-DHAVE_OPUS=1', '-DHAVE_SAMPLERATE=1', '-DHAVE_SNDFILE=0',
'-DHAVE_READLINE=0', '-DHAVE_SYSTEMD=0', '-DHAVE_DB_H=1', '-DHAVE_DB=0',
'-DHAVE_ZALSA=0', '-DHAVE_PPOLL=1', '-DHAVE_EXECINFO_H=1',
'-DJACK_VERSION="[]"', '-DHAVE_DBUS_1=1', '-DHAVE_EXPAT=1',
'-DUSE_LIBDBUS_AUTOLAUNCH=1', '-DCLIENT_NUM=256', '-DPORT_NUM_FOR_CLIENT=2048',
'-DADDON_DIR="/usr/local/lib/jack"', '-DJACK_LOCATION="/usr/local/bin"',
'-DUSE_POSIX_SHM=1', '-DJACKMP=1', '-DJACK_DBUS=1', '-DHAVE_CONFIG_H',
'-DSERVER_SIDE', '../common/JackDebugClient.cpp', '-c',
'-o/wrkdirs/usr/ports/audio/jack/work/jack2-1.9.20/build/common/JackDebugClient.cpp.2.o',
'-I/usr/local/include']
In file included from ../common/JackDebugClient.cpp:21:
../common/JackEngineControl.h:67:5: error: requested alignment is less than
minimum alignment of 8 for type 'Jack::JackTransportEngine'
    alignas(UInt32) JackTransportEngine fTransport;
    ^
../common/JackEngineControl.h:89:5: error: requested alignment is less than
minimum alignment of 8 for type 'Jack::JackFrameTimer'
    alignas(UInt32) JackFrameTimer fFrameTimer;
    ^
2 errors generated.
commit hash: 159b44b2fb70889722fbf810f22aea435848684d commit hash: 159b44b2fb70889722fbf810f22aea435848684d commit hash: 159b44b2fb70889722fbf810f22aea435848684d commit hash: 159b44b2fb70889722fbf810f22aea435848684d 159b44b
Wednesday, 19 Jan 2022
10:44 Hans Petter Selasky (hselasky) search for other commits by this committer
audio/jack: Update to 1.9.20 release.

The FreeBSD specific changes have been upstreamed, we can fetch the original
sources again. Development of the client examples and tools has been split
from the JACK server, move them to the new port jack-example-tools.

This also includes a fix for missing library symbols, see bug #257696.

Take maintainership of audio/jack and audio/jack-example-tools .

PR: 257696
PR: 261256

Submitted by:   Florian Walpen <dev@submerge.ch>
Approved by:	pi (implicit)
commit hash: 93344cda77603560b6ba421778d92be03e70800b commit hash: 93344cda77603560b6ba421778d92be03e70800b commit hash: 93344cda77603560b6ba421778d92be03e70800b commit hash: 93344cda77603560b6ba421778d92be03e70800b 93344cd
Saturday, 9 Oct 2021
07:29 Thomas Zander (riggs) search for other commits by this committer
audio/jack: Remove celt support (deprecated upstream).

PR:		258658
Reported by:	diizzy
commit hash: 7c4da31084684f28b9e171ccea8da8d835f7cbca commit hash: 7c4da31084684f28b9e171ccea8da8d835f7cbca commit hash: 7c4da31084684f28b9e171ccea8da8d835f7cbca commit hash: 7c4da31084684f28b9e171ccea8da8d835f7cbca 7c4da31
Monday, 2 Aug 2021
16:03 Yuri Victorovich (yuri) search for other commits by this committer
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16

Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.

PR:		251125
Submitted by:	Florian Walpen <dev@submerge.ch> (original version)
commit hash: 5708ae4005cedc7b84522f84b964092319d853cd commit hash: 5708ae4005cedc7b84522f84b964092319d853cd commit hash: 5708ae4005cedc7b84522f84b964092319d853cd commit hash: 5708ae4005cedc7b84522f84b964092319d853cd 5708ae4
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 8 Jan 2021
07:47 fluffy search for other commits by this committer
devel/doxygen: Update to 1.9.0

- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip

Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0

PR:		242347
Submitted by:	fluffy
Reported by:	Naram Qashat (ex-maintainer)
Exp-run by:	antoine
Original commitRevision:560752 
Sunday, 12 Jul 2020
09:30 tobik search for other commits by this committer
audio/sndio: Update to 1.7.0
Original commitRevision:542069 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Tuesday, 4 Jun 2019
06:17 bapt search for other commits by this committer
Only print the message during the first installation,
not at each upgrades
Original commitRevision:503442 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Original commitRevision:498476 
Thursday, 3 Jan 2019
20:24 riggs search for other commits by this committer
Fix SIGBUS with 24 bit content over OSS output

PR:		234574
Submitted by:	dev@submerge.ch
MFH:		2019Q1
Original commitRevision:489219 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Saturday, 13 Oct 2018
15:53 riggs search for other commits by this committer
Fix build on powerpc64

PR:		231834
Submitted by:	pkubaj@anongoth.pl
MFH:		2018Q4 (build fix blanket)
Original commitRevision:481992 
Sunday, 1 Jul 2018
09:17 linimon search for other commits by this committer
Mark these ports broken on mips64 and/or mips.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:473660 
Sunday, 10 Jun 2018
17:11 riggs search for other commits by this committer
Fix startup script for FreeBSD 10: -o option is unknown

PR:		228266
Submitted by:	takefu@airport.fm
MFH:		2018Q2
Original commitRevision:472147 
Sunday, 3 Jun 2018
11:08 linimon search for other commits by this committer
Mark as broken on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:471488 
Friday, 6 Oct 2017
21:04 jbeich search for other commits by this committer
audio/jack: libuuid is completely unused after r440260

libuuid was used for a some time between 0.121.3 and 0.124 releases
but didn't propagate into any except for stray <uuid/uuid.h> include.

PR:		221314
Submitted by:	tobik
Reviewed by:	hselasky
Original commitRevision:451409 
Saturday, 12 Aug 2017
08:26 riggs search for other commits by this committer
Enable COOKEDMODE for more versatile soundcard support; use GitHub

Detailed log:
* Add COOKEDMODE option that turns on SNDCTL_DSP_COOKEDMODE.
  Without the cooked mode Jack's OSS driver currently fails for some
  soundcards (it chooses wrong sample rate). It's better to have
  COOKEDMODE=on by default since it often appears broken otherwise.
  Professionals probably want COOKEDMODE=off, after they make sure their
  soundcard works with jack.
* Switch to github for fetching the sources.
* Include the merged upstream pull request #60 to enable the realtime
  mode (-R).
* Add USES=autoreconf (github source doesn't include a configure script)
* Install more manpages.

PR:		220785
Submitted by:	yuri@rawbw.com
MFH:		2017Q3
Original commitRevision:447818 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Original commitRevision:444463 
Saturday, 6 May 2017
12:58 riggs search for other commits by this committer
Update to upstream version 0.125.0, add SNDIO option

PR:		218338
Submitted by:	tobik
Original commitRevision:440260 
Saturday, 21 Jan 2017
15:51 riggs search for other commits by this committer
Added rc.d script to start jackd

PR:		215889
Submitted by:	yuri@rawbw.com
Original commitRevision:432054 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Monday, 8 Aug 2016
13:46 mat search for other commits by this committer
USE_BDB cleanup.

- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
Original commitRevision:419843 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Tuesday, 9 Feb 2016
09:59 marino search for other commits by this committer
audio/jack: properly specify readline dep (detected by Synth)

No portrevision bump necessary as this change does not alter the
package contents.  It just fixes the deps specification.
Original commitRevision:408545 
Wednesday, 19 Aug 2015
13:30 mat search for other commits by this committer
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Original commitRevision:394778 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Original commitRevision:394508 
Monday, 3 Aug 2015
06:53 kwm search for other commits by this committer
Drop :keepla from the libtool USES.

PR:		202048
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
Original commitRevision:393465 
Sunday, 14 Jun 2015
15:05 riggs search for other commits by this committer
Fix support for 24-bit and 32-bit resolution

While on it:
- Pet portlint

PR:		199558
Submitted by:	hselasky@FreeBSD.org
Original commitRevision:389640 
Saturday, 30 May 2015
14:13 bapt search for other commits by this committer
Remove dependency on portaudio
This drops a circular dependency between portaudio and jack. Given jack supports
OSS there is no real point in using portaudio as a backend
Original commitRevision:387967 
Sunday, 25 Jan 2015
00:46 pawel search for other commits by this committer
Fix detection of libportaudio libraries

PR:		196427
Submitted by:	myself
Approved by:	hselasky, stephen, marcus, maintainer timeout from others
Original commitRevision:377845 
Tuesday, 16 Dec 2014
08:58 kwm search for other commits by this committer
Allow jack to be upgraded when already installed. [1]
Move doxygen depend and docs out of DOCS option. [2]

PR:		195533 [1], 195573 [2]
Submitted by:	Mikhail T. <mi@ALDAN.algebra.com> [1], amdmi3@ [2]
Original commitRevision:374789 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
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.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Friday, 28 Nov 2014
19:35 nox search for other commits by this committer
- Switch USE_BDB from 48 to 48+ .
- Bump PORTREVISION.

PR:		195001
Submitted by:	turutani@scphys.kyoto-u.ac.jp
Original commitRevision:373578 
Monday, 27 Oct 2014
19:31 nox search for other commits by this committer
- Update to 0.124.1 .
- Add patch to fix handling of signals during read/write operations.

PR:		194545
Submitted by:	hselasky
Original commitRevision:371602 
Saturday, 9 Aug 2014
19:39 antoine search for other commits by this committer
Update devel/doxygen to 1.8.7
Update dependent ports to build with it

Most of work by:	pi@
Exp-run:	self
PR:		ports/190943
Original commitRevision:364468 
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:357486 
09:13 amdmi3 search for other commits by this committer
- Add missing USES=libtool

Approved by:	portmgr blanket
Original commitRevision:357438 
Thursday, 31 Oct 2013
15:51 wg search for other commits by this committer
audio/jack: fix readline depend and allow staging

- Fix readline depend [1] (based on)
- Allow staging
- Use options helpers

PR:		ports/170517 [1]
Submitted by:	A.J. Kehoe IV <g5ypsazo nanoman.ca> [1]
Original commitRevision:332259 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Friday, 30 Aug 2013
02:04 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:325655 
Thursday, 28 Mar 2013
12:19 danfe search for other commits by this committer
- Trim Makefile header per new guidelines
- Tighten COMMENT text
- Drop shlib ABI versions from LIB_DEPENDS
- Rename DOCS option to DOXYGEN to reflect its evil nature, and disable
  it by default (of course)
- Clean up Makefile while here, reformat port description
Original commitRevision:315462 
Wednesday, 30 May 2012
11:27 bapt search for other commits by this committer
Convert to new options framework
Original commit
Thursday, 24 May 2012
19:35 nox search for other commits by this committer
- Fix alsa driver.
- Bump PORTREVISION.

PR:             ports/167971
Submitted by:   amdmi3
Original commit
Friday, 9 Dec 2011
10:50 sylvio search for other commits by this committer
- Fix pkg-plist incorrect when options are not default
- BUMP PORTREVISION

PR:             ports/163054
Submitted by:   "Edward.Sanford.Sutton, III" <mirror176@cox.net>
Feature safe:   yes
Original commit
Saturday, 1 Oct 2011
18:36 bapt search for other commits by this committer
upgrade to 0.121.3
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Sunday, 18 Sep 2011
21:13 nox search for other commits by this committer
- Update to 0.121.2 .
- Cleanup flags handling and make docs building an OPTION.  [1]
- Update WWW.

Submitted by:   "b. f." <bf1783@googlemail.com> on -multimedia@ [1]
Approved by:    multimedia (kwm, via irc)
Original commit
Thursday, 11 Aug 2011
19:20 kwm search for other commits by this committer
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>
Original commit
Tuesday, 12 Apr 2011
10:36 bapt search for other commits by this committer
- chase celt library bump
Original commit
Thursday, 16 Dec 2010
17:34 makc search for other commits by this committer
Add optional support for ALSA, off by default
Remove md5 sum while here

PR:             ports/153187
Approved by:    kwm (with multimedia hat)
Original commit
Monday, 6 Dec 2010
03:49 nork search for other commits by this committer
Fix pkg-plist, and bump PORTREVISION.
Original commit
Sunday, 5 Dec 2010
15:19 kwm search for other commits by this committer
Correct alsa-lib depend. s/libasound.2/asound.2/
Original commit
14:56 nork search for other commits by this committer
Add implict dependency on alsa-lib, and bump PORTREVISION.
Original commit
Friday, 16 Apr 2010
13:18 wxs search for other commits by this committer
- Update to 0.118.0

PR:             ports/145487
Submitted by:   Joseph S. Atkinson <jsa@wickedmachine.net>
Approved by:    multimedia@ (maintainer, via sylvio@)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 13 Nov 2009
09:39 trasz search for other commits by this committer
Fix build after audio/celt upgrade.  PORTREVISION bumped, as the upgrade
also breaks the ABI.

Approved by:    portmgr (pav)
Original commit
Tuesday, 12 May 2009
11:28 itetcu search for other commits by this committer
Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6.

Forgotten by:   araujo@
Reported by:    QAT
Original commit
Monday, 11 May 2009
19:08 trasz search for other commits by this committer
Fix plist.  The source tarball is strange - it comes with HTML documentation,
but it refuses to install it if there is no doxygen installed.  If there is
Doxygen installed, it regenerates the docs.

While here, remove that weird DOCS handling and make it respect NOPORTDOCS.

Tested by:      itetcu@
Original commit
15:29 trasz search for other commits by this committer
Unbreak.  Files with names without '-source' contain reference, files with
'-source' in the name contain prettyprinted C includes.
Original commit
11:12 itetcu search for other commits by this committer
Mark broken, the port installs reference/html/*source.html both as
_source.html and -source.html; I doubt they both should be installed so I'll
let the maintainer fix this.

Submitted by:   QAT
Original commit
Monday, 30 Mar 2009
18:21 trasz search for other commits by this committer
Update to 0.116.2.

Approved by:    maintainer timeout
Original commit
Monday, 5 Jan 2009
17:27 pav search for other commits by this committer
- Remove conditional checks relevant only on FreeBSD 5.x and older
Original commit
Friday, 31 Oct 2008
16:36 gahr search for other commits by this committer
- Fix PLIST

Notified by:    erwin, makc
Original commit
Tuesday, 7 Oct 2008
23:46 gahr search for other commits by this committer
- Update to 0.109.2
Original commit
Wednesday, 26 Mar 2008
15:15 naddy search for other commits by this committer
remove unused audio/flac dependency
Original commit
Thursday, 20 Mar 2008
09:19 pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Monday, 16 Apr 2007
19:29 ahze search for other commits by this committer
- fix DOCSDIR [1]
- Disable mlock workaround  [2]

PR:             ports/111157 [1]
                ports/111235 [2]
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl> [1] [2]
Reported by:    mezz
Original commit
17:39 ahze search for other commits by this committer
Update to 0.103.0
Original commit
03:34 edwin search for other commits by this committer
[patch] audio/alac - cleanup non-supported FreeBSD versions
[patch] audio/grip - cleanup non-supported FreeBSD versions
[patch] audio/jack - cleanup non-supported FreeBSD versions
[patch] audio/libcddb - cleanup non-supported FreeBSD versions

PR:             ports/111646, ports/111660, ports/111662, ports/111668
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Appproved by:   Michael Johnson <ahze@>
Original commit
Tuesday, 23 Jan 2007
20:23 mezz search for other commits by this committer
Fix the plist with WITH_DOCS. Bump the PORTREVISION.

Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
Original commit
19:58 mezz search for other commits by this committer
Update to 0.102.28.20061216, a SVN version. A new port, ghostess, needs this
SVN version.

PR:             ports/108114
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
Original commit
Thursday, 21 Dec 2006
13:23 lofi search for other commits by this committer
o/` One more time, we're gonna fix four-ehehex, oh yeah, all right o/`

PR:             ports/106982
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Tuesday, 19 Dec 2006
21:56 lofi search for other commits by this committer
Revert last commit
Original commit
21:19 lofi search for other commits by this committer
Update to KDE 3.5.5 / KOffice 1.6.1

Approved by:    portmgr
Original commit
Thursday, 7 Dec 2006
19:42 mezz search for other commits by this committer
- Fix the jackd getting into infinite loop on client disconnect. [1] [2]
- Fix a Linuxish, md5sum -> md5 -q (thanks flz) that will put a correct info
  in one of header (jack_md5.h).
- Remove 'Author' from pkg-descr.
- Bump the PORTREVISION.

PR:             ports/99323 [1] and ports/106428 [2]
Reported by:    markzero <markzero@corolla.ath.cx> [1]
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl> [2]
Original commit
Wednesday, 6 Dec 2006
19:10 miwi search for other commits by this committer
- Update to 0.102.20

PR:             ports/106410
Submitted by:   trasz
Approved by:    Multimedia Team (ahze on irc)
Original commit
Friday, 7 Jul 2006
14:52 ahze search for other commits by this committer
- Remove ONLY_FOR_ARCHS since it looks like jack is portable now
Original commit
14:25 ahze search for other commits by this committer
- Now builds on sparc64
Original commit
Friday, 9 Jun 2006
18:59 ahze search for other commits by this committer
- Give a few homeless ports a home with multimedia@
Original commit
Wednesday, 7 Jun 2006
22:48 itetcu search for other commits by this committer
- fix plist
- bump PORTREVISION

Approved by: lawrance (mentor, implicit)
Original commit
01:41 edwin search for other commits by this committer
update to version 0.101.1
Original commit
Wednesday, 15 Mar 2006
13:32 mnag search for other commits by this committer
- Fix package creation when not set DOCS OPTIONS
- Reorganize Makefile

PR:             94308
Notified by:    David Israelsson <david@israelsson.org>
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Wednesday, 21 Dec 2005
18:00 lofi search for other commits by this committer
The latest doxygen update seems to feature a funky bug that makes it create
some dir__2Ffull_2Fpath_2Fto_2F${WRKSRC}_2F.html files.

Since there is no sensible way to put these into pkg-plist and they seem
to be just copies of the dir_<number>.html files anyway, delete them pre-
install.
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Wednesday, 26 Oct 2005
12:02 mnag search for other commits by this committer
Update to 0.100.0

PR:             87239
Submitted by:   James mcNaughton <bitbucket63-it@yahoo.com>
Original commit
Tuesday, 12 Apr 2005
18:05 lofi search for other commits by this committer
s/.elseif/.elif
Original commit
Wednesday, 16 Mar 2005
08:58 lofi search for other commits by this committer
Worm our way around the big ugly doxygen-TeX dependency for the html-docs
build. OPTION default to off, override in the PACKAGE_BUILDING case and if
doxygen is already installed.
Original commit

Number of commits found: 118 (showing only 100 on this page)

1 | 2  »