Age | Commit message (Collapse) | Author |
|
script is broken. Therefore, disable helper program search at compile
time and let it searches programs at runtime.
- Helper programs can be installed via OPTIONS. Install madplay for MP3
as default.
PR: ports/107386 (based on)
Submitted by: Jonathan Liu <Net147 at hotmail.com>
Approved by: maintainer via mail
|
|
- Update website URL.
Approved by: miwi (mentor, implicit)
|
|
PR: 115690
Submitted by: leeym
|
|
- Remove sqlite3 option and disable it by default, since it's only for
regression tests.
- Bump the PORTREVISION.
PR: ports/114524 ports/115805
Suggested by: Ed Schouten <ed@fxq.nl>
Obtained from: https://lists.hoeg.nl/archives/herrie-users/2007-July/000053.html [1]
|
|
PR: ports/114893
Submitted by: Jan-Olof Lindqvist
|
|
PR: ports/115780
Submitted by: Ed Schouten
|
|
- Provide more mirrors
- Bump portrevision
Reported by: pointyhat via portsmon
|
|
PulseAudio sound server.
WWW: http://0pointer.de/lennart/projects/pavumeter/
PR: ports/115317
Submitted by: Romain Tartière <romain at blogreen.org>
|
|
the PulseAudio sound server.
Please note that this program can only configure local servers, and requires
that a special module module-gconf is loaded in the sound server. (Since
PulseAudio 0.9.5 this modules is loaded by default.)
WWW: http://0pointer.de/lennart/projects/paprefs/
PR: ports/115318
Submitted by: Romain Tartière <romain at blogreen.org>
|
|
tool ("mixer") for the PulseAudio sound server. In contrast to classic mixer
tools this one allows you to control both the volume of hardware devices and of
each playback stream seperately.
WWW: http://0pointer.de/lennart/projects/pavucontrol/
PR: ports/115320
Submitted by: Romain Tartière <romain at blogreen.org>
|
|
an icon in the tray area and allows quick access to some features of the
PulseAudio sound server. Specifically it can do for you:
- Notify about new sink/sources becoming available on the LAN
- Quickly change the default PulseAudio sink/source/server assigned to the
current X11 display, selecting devices available on the LAN
- Start the auxiliary tools PulseAudio Volume Control, PulseAudio Volume
Meter, PulseAudio Manager, PulseAudio Preferences
WWW: http://0pointer.de/lennart/projects/padevchooser/
PR: ports/115315
Submitted by: Romain Tartière <romain at blogreen.org>
|
|
PR: ports/115735
Approved by: clsung (mentor)
|
|
PR: 115389
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
version of libmtp is already installed
Approved by: Petar Petrov <pesho.petrov@gmail.com> (maintainer)
|
|
PR: ports/115567
Submitted by: David Yeske <dyeske@gmail.com> (maintainer)
Approved by: sat (mentor)
|
|
|
|
|
|
|
|
- Chase shlib version bump in amarok and gnomad2
PR: ports/115218
Submitted by: Petar Zhivkov Petrov <pesho.petrov@gmail.com>
|
|
- Bump PORTREVISION
PR (based on): ports/115021
Submitted by: Herbert J. Skuhra
|
|
Pointed by: kris via email
|
|
- Update pkg-descr
|
|
|
|
|
|
PR: 115259
Submitted by: David Yeske <dyeske@gmail.com>
|
|
- Remove WIT(OUT)_EXAMPLES stuff from Makefile
|
|
|
|
|
|
- Make pkg-descr shorter to pet portlint
Reported by: "Herbert J. Skuhra" <h.skuhra@gmail.com> [1]
crsd on #freebsd-gnome [1]
|
|
Contains various security an bug fixes
PR: ports/115219
Submitted by: Ralf vd Enden <tremere@cainites.net> (maintainer)
|
|
SNESAPU emulation core. Currently on runs on x86 only, due SNESAPU
being written in NASM x86 assembly.
WWW: http://www.sourceforge.net/projects/sexyspc/
PR: ports/115223
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com>
|
|
|
|
|
|
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
|
Pointed out by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
|
|
|
|
PR: ports/115158
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
|
|
-USE_GCC=4.2+ on amd64
|
|
Spotted by: pav
Approved by: miwi (mentor)
|
|
|
|
a few minor modification.
- Take maintainership
Approved by: Wesley Shields (former maintainer) on irc
|
|
- Pass maintainership to submitter
PR: 115062
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
Approved by: maintainer
|
|
- Minor style nits
|
|
It is designed to make common, simple tasks fast and easy to do. It is operated
using arrow keys and standard XMMS keys, to make it easy and intuitive to learn.
WWW: http://xmms-curses.sourceforge.net/
And yes, I know that "xmms's dead, baby, xmms is dead..."
|
|
- Disable translations (msgfmt problems)
- Rely on dbus and disable mmkeys
|
|
PR: ports/114737
Submitted by: KATO Tsuguru <tkato432 (AT) yahoo.com>
Approved by: miwi (mentor)
|
|
- Don't check for perl<5.6
|
|
|
|
complex math support by compiling a test program containing this
statement:
val = ccosh(cacosh(1.5) / 100.0);
This does not work with GCC 4.2 in -CURRENT because the compiler totally
optimizes away the statement, so the lack of these complex functions
in the library is not detected. This causes the actual build to fail
because the linker is unable to find various complex math functions
in the system library.
Fix the test by declaring "val" as volatile to prevent the compiler from
optimizing away the expression.
PR: ports/115028
|
|
|