diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-20 17:55:18 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-20 17:55:18 +0000 |
commit | 26d5fd7895d5629f2dab6ad3a07c419190812289 (patch) | |
tree | 851ff38b2b70456f15f1af9b9188c588811fa85f /xfce-base | |
parent | Drop comments about broken *-macos support, since that works for a while (diff) | |
download | historical-26d5fd7895d5629f2dab6ad3a07c419190812289.tar.gz historical-26d5fd7895d5629f2dab6ad3a07c419190812289.tar.bz2 historical-26d5fd7895d5629f2dab6ad3a07c419190812289.zip |
Add --disable-visibility on Darwin, bug #366857
Package-Manager: portage-2.2.01.18252-prefix/cvs/Darwin powerpc
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/exo/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/exo/exo-0.6.1.ebuild | 3 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild | 3 | ||||
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild | 3 | ||||
-rw-r--r-- | xfce-base/xfconf/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/xfconf/xfconf-4.8.0.ebuild | 3 |
8 files changed, 24 insertions, 8 deletions
diff --git a/xfce-base/exo/ChangeLog b/xfce-base/exo/ChangeLog index 327b7302c4b9..9c7d726e694f 100644 --- a/xfce-base/exo/ChangeLog +++ b/xfce-base/exo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/exo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.55 2011/05/12 09:37:16 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.56 2011/05/20 17:55:18 grobian Exp $ + + 20 May 2011; Fabian Groffen <grobian@gentoo.org> exo-0.6.1.ebuild: + Add --disable-visibility on Darwin, bug #366857 12 May 2011; Christoph Mende <angelos@gentoo.org> exo-0.6.1.ebuild: Readd --disable-dependency-tracking diff --git a/xfce-base/exo/exo-0.6.1.ebuild b/xfce-base/exo/exo-0.6.1.ebuild index be425bf083ac..d02e9cbac10b 100644 --- a/xfce-base/exo/exo-0.6.1.ebuild +++ b/xfce-base/exo/exo-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.1.ebuild,v 1.3 2011/05/19 22:01:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.1.ebuild,v 1.4 2011/05/20 17:55:18 grobian Exp $ EAPI=3 PYTHON_DEPEND="python? 2" @@ -40,6 +40,7 @@ pkg_setup() { $(xfconf_use_debug) --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) + [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857 DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO ) } diff --git a/xfce-base/libxfce4ui/ChangeLog b/xfce-base/libxfce4ui/ChangeLog index 965b7976f184..6169fcfb0d42 100644 --- a/xfce-base/libxfce4ui/ChangeLog +++ b/xfce-base/libxfce4ui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/libxfce4ui # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.23 2011/02/14 19:15:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.24 2011/05/20 17:50:26 grobian Exp $ + + 20 May 2011; Fabian Groffen <grobian@gentoo.org> libxfce4ui-4.8.0.ebuild: + Add --disable-visibility on Darwin, bug #366857 14 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> libxfce4ui-4.8.0.ebuild: alpha/ia64/sh/sparc stable wrt #349053 diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild index 3509faeb7a9d..dfbfea450500 100644 --- a/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild +++ b/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v 1.8 2011/05/19 22:04:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v 1.9 2011/05/20 17:50:26 grobian Exp $ EAPI=4 inherit xfconf @@ -37,6 +37,7 @@ pkg_setup() { $(xfconf_use_debug) --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) + [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) } diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 47b7b735703b..847f085b5805 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.159 2011/02/14 19:09:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.160 2011/05/20 17:44:35 grobian Exp $ + + 20 May 2011; Fabian Groffen <grobian@gentoo.org> libxfce4util-4.8.1.ebuild: + Add --disable-visibility on Darwin, bug #366857 14 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> libxfce4util-4.8.1.ebuild: diff --git a/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild index ba944ff1951b..bbe3035c1a30 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild,v 1.6 2011/05/19 22:04:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild,v 1.7 2011/05/20 17:44:35 grobian Exp $ EAPI=4 inherit xfconf @@ -26,6 +26,7 @@ pkg_setup() { $(xfconf_use_debug) --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) + [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) } diff --git a/xfce-base/xfconf/ChangeLog b/xfce-base/xfconf/ChangeLog index 60b177157578..fbdc2c31bc32 100644 --- a/xfce-base/xfconf/ChangeLog +++ b/xfce-base/xfconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/xfconf # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.50 2011/02/14 19:13:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.51 2011/05/20 17:47:26 grobian Exp $ + + 20 May 2011; Fabian Groffen <grobian@gentoo.org> xfconf-4.8.0.ebuild: + Add --disable-visibility on Darwin, bug #366857 14 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> xfconf-4.8.0.ebuild: alpha/ia64/sh/sparc stable wrt #349053 diff --git a/xfce-base/xfconf/xfconf-4.8.0.ebuild b/xfce-base/xfconf/xfconf-4.8.0.ebuild index 8d91a098242a..b6aa311ce817 100644 --- a/xfce-base/xfconf/xfconf-4.8.0.ebuild +++ b/xfce-base/xfconf/xfconf-4.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.0.ebuild,v 1.7 2011/05/19 22:09:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.8.0.ebuild,v 1.8 2011/05/20 17:47:26 grobian Exp $ EAPI=4 inherit xfconf @@ -36,6 +36,7 @@ pkg_setup() { --with-perl-options=INSTALLDIRS=vendor --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) + [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857 DOCS=( AUTHORS ChangeLog NEWS TODO ) } |