which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION. All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.
Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.
This commit made in impending view of Qt3/KDE3 entering ports tree.
Since the author switched to use autoconf to maintain it, the entire
build system changed quite a bit. In order to get it to use the
correct tools (avr-gcc etc.) instead of the default C compiler, the
package now contains wrapper scripts to configure and build it, so a
good part of our ports framework doesn't apply anymore very well. As
a side-effect, i can't get it to honor ${PREFIX} in any way right now.
Maybe i'll switch away from the shipped scripts, and redo all their
stuff within that Makefile in future.
match libdvdcss version with libdvdread since it depends on
matching libdvdcss API
o No meaningless overhead since libdvdread automatically uses
libdvdcss whether the port has knowledge of it or not. Besides,
all ports using libdvdread list libdvdcss as a dependency as well
(exception made to xine_d5d_plugin but an updated version will)
o Also, it's a 22K overhead
o Furthermore, all ports depending on libdvdread SHOULD depend on
libdvdcss for obvious reasons
Reviewed by: fenner
is it makes patch names longer, and many shells autoexpand it to "\:\:"
which makes them even longer.
* Note that this file uses ts=4.
Approved by: sobomax
Deleted useless configure environment, arguments and other 'patches' (already
default values or not needed)
Adapted comment and description to actual version
PR: 37218
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
o Remove patches either already applied in distribution or
turned into perl regexp(s)
o Update both COMMENT and DESCR
o Add several WITH_* options
PR: 37138
Submitted by: MAINTAINER,
Michael Nottebrock <michaelnottebrock@gmx.net>
Approved by: MAINTAINER
combined with a FreeBSD SDL package creates development environment more
similar to SDL development environment on other platforms (mostly Linux).
Please note that this package is only for developer's use - no package should
use it as a dependency!
Created due to massive number of complais from the Linux camp that local
FreeBSD hacks (sdl-config --> sdl11-config, include/SDL --> include/SDL11
etc.) are making FreeBSD useless platform for SDL developer.