diff options
author | Joe Peterson <lavajoe@gentoo.org> | 2007-06-27 16:36:18 +0000 |
---|---|---|
committer | Joe Peterson <lavajoe@gentoo.org> | 2007-06-27 16:36:18 +0000 |
commit | 269a4e1713692f1bbc3b4769e38b95f6555b6b95 (patch) | |
tree | 46cb0b4d5c3fc2fcaac0f6945a81c8a03d16d29b /net-misc/tightvnc | |
parent | add bug reference to recent ChangeLog entry (diff) | |
download | gentoo-2-269a4e1713692f1bbc3b4769e38b95f6555b6b95.tar.gz gentoo-2-269a4e1713692f1bbc3b4769e38b95f6555b6b95.tar.bz2 gentoo-2-269a4e1713692f1bbc3b4769e38b95f6555b6b95.zip |
Use /usr/bin/cpp rather than /usr/libexec/cpp on FreeBSD (thanks to ebfe <knabberknusperhaus@yahoo.de> for patch); add ~x86-fbsd keyword; (bug #171945)
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'net-misc/tightvnc')
-rw-r--r-- | net-misc/tightvnc/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/tightvnc/files/1.3.9-fbsd.patch | 14 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.3.9.ebuild | 4 |
3 files changed, 23 insertions, 3 deletions
diff --git a/net-misc/tightvnc/ChangeLog b/net-misc/tightvnc/ChangeLog index f59465c0246f..e26cd01505ab 100644 --- a/net-misc/tightvnc/ChangeLog +++ b/net-misc/tightvnc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/tightvnc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.112 2007/06/26 17:33:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.113 2007/06/27 16:36:18 lavajoe Exp $ + + 27 Jun 2007; Joe Peterson <lavajoe@gentoo.org> files/1.3.9-fbsd.patch, + tightvnc-1.3.9.ebuild: + Use /usr/bin/cpp rather than /usr/libexec/cpp on FreeBSD (thanks to ebfe + <knabberknusperhaus@yahoo.de> for patch); add ~x86-fbsd keyword; (bug + #171945) 26 Jun 2007; Raúl Porcel <armin76@gentoo.org> -files/tightvnc-1.2.9-amd64.patch, -files/tightvnc-1.2.9-gcc34.patch, diff --git a/net-misc/tightvnc/files/1.3.9-fbsd.patch b/net-misc/tightvnc/files/1.3.9-fbsd.patch index e42bd6a12eb7..bc527a802aed 100644 --- a/net-misc/tightvnc/files/1.3.9-fbsd.patch +++ b/net-misc/tightvnc/files/1.3.9-fbsd.patch @@ -13,3 +13,17 @@ * Get struct timeval */ +--- Xvnc/config/imake/imakemdep.h~ 2003-02-19 09:39:54 -0700 ++++ Xvnc/config/imake/imakemdep.h 2007-06-27 09:54:44 -0600 +@@ -253,7 +253,10 @@ + #ifdef _CRAY + #define DEFAULT_CPP "/lib/pcpp" + #endif +-#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) ++#if defined(__FreeBSD__) ++#define DEFAULT_CPP "/usr/bin/cpp" ++#endif ++#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) + #define DEFAULT_CPP "/usr/libexec/cpp" + #endif + #if defined(__sgi) && defined(__ANSI_CPP__) diff --git a/net-misc/tightvnc/tightvnc-1.3.9.ebuild b/net-misc/tightvnc/tightvnc-1.3.9.ebuild index f25c34ee9a08..7a9b863d493a 100644 --- a/net-misc/tightvnc/tightvnc-1.3.9.ebuild +++ b/net-misc/tightvnc/tightvnc-1.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9.ebuild,v 1.10 2007/06/26 17:01:15 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.9.ebuild,v 1.11 2007/06/27 16:36:18 lavajoe Exp $ inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ DESCRIPTION="A great client/server software package allowing remote network acce SRC_URI="mirror://sourceforge/vnc-tight/${P}_unixsrc.tar.bz2" HOMEPAGE="http://www.tightvnc.com/" -KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86" +KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86 ~x86-fbsd" LICENSE="GPL-2" SLOT="0" |