diff options
author | bsam <bsam@FreeBSD.org> | 2009-04-01 23:25:39 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-04-01 23:25:39 +0800 |
commit | 390e9ab8d0b8356749f73adea8e07815b03f03c2 (patch) | |
tree | 54ceec35ba484ca3945a6bdef50f107e8f18a974 /graphics/Makefile | |
parent | 273376aa17299d37f9f66a1050b393a9701b5c88 (diff) | |
download | freebsd-ports-gnome-390e9ab8d0b8356749f73adea8e07815b03f03c2.tar.gz freebsd-ports-gnome-390e9ab8d0b8356749f73adea8e07815b03f03c2.tar.zst freebsd-ports-gnome-390e9ab8d0b8356749f73adea8e07815b03f03c2.zip |
Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.
Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
. OVERRIDE_LINUX_BASE_PORT=f8;
. OVERRIDE_LINUX_NONBASE_PORTS=f8.
Approved by: bsam (me) ;-)
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 212491ae928e..0824ad49da2e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -445,6 +445,17 @@ SUBDIR += linux-ac3d SUBDIR += linux-adobesvg SUBDIR += linux-cairo + SUBDIR += linux-f8-cairo + SUBDIR += linux-f8-gdk-pixbuf + SUBDIR += linux-f8-imlib + SUBDIR += linux-f8-jpeg + SUBDIR += linux-f8-libGLU + SUBDIR += linux-f8-libmng + SUBDIR += linux-f8-png + SUBDIR += linux-f8-png10 + SUBDIR += linux-f8-sdl_image + SUBDIR += linux-f8-tiff + SUBDIR += linux-f8-ungif SUBDIR += linux-gdk-pixbuf SUBDIR += linux-imlib SUBDIR += linux-jpeg |