Patch ogg123/Makefile.am because automake will be run even though
we do not need it. Continue to patch ogg123/Makefile.in just the
same, so automake will not be required.
Effectively rename some patches, and change some:
- patch-aa to patch-configure.in
- patch-ab to patch-ogg123_buffer.c
- patch-ac to patch-ogg123_Makefile.in
- patch-ad to patch-ogg123_ogg123.c (with changes)
- patch-ae to patch-aclocal.m4 (with changes)
- patch-af to patch-ogg123_Makefile.am (with changes)
The maintainer requested this. He said that the history of these
files is not worth keeping.
Add $FreeBSD$ tags to the patches.
Change pkg-comment.
Submitted by: maintainer
PR: 26136
- changes MAINTAINER,
- fixes a bug in shared memory handling where SYSVSHM segments wouldn't
be destroyed on program exit,
- prefers memory sharing by mmap() over SYSVSHM,
- bumps PORTREVISION due to the fix above,
- contains miscellaneous clean-ups and autoconf-related changes.
PR: 25942
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Reviewed by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
Changes:
Added /usr/local/etc/rc.d/aureal.sh.sample to assist with loading/
unloading the driver. Submitted version was slightly expanded with the
automatic detection of the Aureal card present in the system. Details
on how to override this are provided. (Sorry Peter for not taking care
of this sooner)
Submitted by: Peter Pentchev <roam@orbitel.bg>
Fixed the driver to work on 4.1 / 4.1.1 systems. It turns out these
systems don't have pcm_unregister(). The sideeffect of this is that
it's impossible to unload the driver. But at least one can kldload it
now.
Tested by: Vladislav V. Zhuk" <admin@dru.skif.net>
Switch over to Cameron's recent newpcm mega-commit in -CURRENT. To
install the port your CURRENT has to be built from post 3/24/2001
sources.
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Submitted by: maintainer
this involves is this: Cull GL from Qt by default, but still provide a
Qt+GL library that may or may not have threads. Then also provide a Qt
library that has threads but not GL. This allows us to make KDE2 depend
on a library that will *not* have threads, ever. Threads will be
revisited at a later date. Ports that require GL support need to be
updated to use the hacked library, libqtgl.so.4. The net result is that
we bloat our qt2 package by 1.5-2.5MB for compatability. Also, static
qt will not have GL support.
Introduce bsd.kde.mk, which will be tested on bento before becoming
fully activated.
Replace qt22-static with qt2-static, since it's just a proxy. Update
qt-designer to depend on qt23. Also make the old hack to package the
correct lib obsolete by using PLIST_SUB instead.
Miscellaneous changes: remove LIBQTFILE from CONFIGURE_ENV, it's not
used anymore. Solve namespace pollution problems with the devel/pth and
devel/libgnugetopt ports. Hopefully.
Suggested by: ade, asami, sobomax (bsd.kde.mk)
Repocopied by: asami (qt22-static --> qt2-static)
use of autoconf and automake. Support NOPORTDOCS. Respect CFLAGS.
Fix libvorbis encoder on Alpha. Install documentation in proper
places.
Approved by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
(outgoing maintainer), Christian Weisgerber
<naddy@mips.inka.de> (new maintainer)
- fixes a bug in shared memory handling where SYSVSHM segments wouldn't
be destroyed on program exit,
- prefers memory sharing by mmap() over SYSVSHM,
- bumps PORTREVISION due to the fix above,
- contains miscellaneous clean-ups and autoconf-related changes.
PR: 25942
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Approved by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
adjust your mixer either from the command line or from a fullscreen
curses user interface. It was designed as a replacement for Aumix.
PR: ports/24605
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Actually, the problem is that the ecasound port can optionally be compiled with
python so that you have another interface to the program. The python dependency
wasn't recorded in the makefile and the port was building the python bits by
default, so the process of installing or packaging failed a one point.
The fix is quite simple. And it features a couple of other enhancments.
First off, the current plist must be renamed "pkg-plist.py".
Second, a new plist must be made with the following diff on the original:
me:
The file pkg-plist contains only one revision,
so a repro copy of this file won't be needed.
I changed whitespaces to taps.
PR: 25814
Submitted by: anarcat@tao.ca
finally released a new version the day we released the advisory for the
old one, but it turns out there are still other security problems unfixed
in both.
recorder. Features:
* Contains a simple TOC Editor, which allows you to create (very) simple TOC
files for CDRDAO .
* It can save those TOC files (now to a selectable file).
* GdrDAO supports Pregaps (including "hidden tracks"), and lets you decide
where to start in a file, so it also supports CD burned from one huge file.
* Disk Cataloge Number and ISRC can be changed.
* CD Text is supported.
WWW: http://gdrdao.sourceforge.net/
PR: 22611
Submitted by: anders@fix.no
cause a security vulnerabilities. Not fixed are a number of more subtle
cases which may or may not allow security violations (I don't have time
to conduct a thorough audit now), and which are difficult/impossible to
fix anyway without something like fmtcheck(). Document this in
pkg-install and remove FORBIDDEN tag.