diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-02 01:26:31 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-02 01:26:31 +0800 |
commit | b67e89375e2935769a740e6daa93cab4e01ce4e4 (patch) | |
tree | 36c801e59afd8bf959bbfa435be1e5b23a32179d /audio/Makefile | |
parent | 9d67f5f0305d6e8609bc6d9353603aae92ae9263 (diff) | |
download | freebsd-ports-gnome-b67e89375e2935769a740e6daa93cab4e01ce4e4.tar.gz freebsd-ports-gnome-b67e89375e2935769a740e6daa93cab4e01ce4e4.tar.zst freebsd-ports-gnome-b67e89375e2935769a740e6daa93cab4e01ce4e4.zip |
Here are new Linux Fedora 10 infrastructure ports.
Those ports are intended to be used with 8-CURRENT at least
with SVN r192206.
If you want to switch to linux-f10 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10
An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401
and 20070327.
For the first time all tested linux ports work as expected(!):
. acroread8;
. google-earth;
. skype;
. seamonkey.
Many thanks for kernel folks who really did the main work
(and I wrote only some lines of ports).
There is a good chance that those ports may become a default
for 8.0-RELEASE. Please, test and report back to emulation@ ML.
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 040338e9ecaf..d1e5c68c0cb4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -391,6 +391,15 @@ SUBDIR += linux-alsa-lib SUBDIR += linux-arts SUBDIR += linux-esound + SUBDIR += linux-f10-alsa-lib + SUBDIR += linux-f10-arts + SUBDIR += linux-f10-esound + SUBDIR += linux-f10-freealut + SUBDIR += linux-f10-libaudiofile + SUBDIR += linux-f10-libogg + SUBDIR += linux-f10-libvorbis + SUBDIR += linux-f10-openal + SUBDIR += linux-f10-sdl_mixer SUBDIR += linux-f8-alsa-lib SUBDIR += linux-f8-arts SUBDIR += linux-f8-esound |