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 /x11-themes | |
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 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/linux-f10-hicolor-icon-theme/Makefile | 5 | ||||
-rw-r--r-- | x11-themes/linux-f8-hicolor-icon-theme/Makefile | 5 |
3 files changed, 5 insertions, 6 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index cfc6b1fbc6f6..68aff68aafc8 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -166,6 +166,7 @@ SUBDIR += kdeartwork4 SUBDIR += kdmtheme SUBDIR += lila-xfwm4 + SUBDIR += linux-f8-hicolor-icon-theme SUBDIR += linux-gtk-bluecurve-theme SUBDIR += linux-hicolor-icon-theme SUBDIR += lxappearance diff --git a/x11-themes/linux-f10-hicolor-icon-theme/Makefile b/x11-themes/linux-f10-hicolor-icon-theme/Makefile index e8de31fb6335..9f93dd77acc3 100644 --- a/x11-themes/linux-f10-hicolor-icon-theme/Makefile +++ b/x11-themes/linux-f10-hicolor-icon-theme/Makefile @@ -7,13 +7,12 @@ PORTNAME= hicolor-icon-theme PORTVERSION= 0.5 -PORTREVISION= 1 CATEGORIES= x11-themes linux MASTER_SITES= # empty -PKGNAMEPREFIX= linux- +PKGNAMEPREFIX= linux-f8- DISTFILES= # empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= emulation@FreeBSD.org COMMENT= A high-color icon theme shell from the FreeDesktop project RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme diff --git a/x11-themes/linux-f8-hicolor-icon-theme/Makefile b/x11-themes/linux-f8-hicolor-icon-theme/Makefile index e8de31fb6335..9f93dd77acc3 100644 --- a/x11-themes/linux-f8-hicolor-icon-theme/Makefile +++ b/x11-themes/linux-f8-hicolor-icon-theme/Makefile @@ -7,13 +7,12 @@ PORTNAME= hicolor-icon-theme PORTVERSION= 0.5 -PORTREVISION= 1 CATEGORIES= x11-themes linux MASTER_SITES= # empty -PKGNAMEPREFIX= linux- +PKGNAMEPREFIX= linux-f8- DISTFILES= # empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= emulation@FreeBSD.org COMMENT= A high-color icon theme shell from the FreeDesktop project RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme |