* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r8.ebuild
@ 2010-04-08 10:18 Justin Lecher (jlec)
0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher (jlec) @ 2010-04-08 10:18 UTC (permalink / raw
To: gentoo-commits
jlec 10/04/08 10:18:22
Modified: ChangeLog
Added: blt-2.4z-r8.ebuild
Log:
fixed underlinking problem
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.35 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 21 Mar 2010 20:05:21 -0000 1.34
+++ ChangeLog 8 Apr 2010 10:18:22 -0000 1.35
@@ -1,6 +1,12 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.34 2010/03/21 20:05:21 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.35 2010/04/08 10:18:22 jlec Exp $
+
+*blt-2.4z-r8 (08 Apr 2010)
+
+ 08 Apr 2010; Justin Lecher <jlec@gentoo.org> +blt-2.4z-r8.ebuild,
+ +files/blt-2.4z-linking.patch:
+ fixed underlinking problem
*blt-2.4z-r7 (21 Mar 2010)
1.1 dev-tcltk/blt/blt-2.4z-r8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?rev=1.1&content-type=text/plain
Index: blt-2.4z-r8.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild,v 1.1 2010/04/08 10:18:22 jlec Exp $
EAPI="3"
inherit eutils flag-o-matic toolchain-funcs
MY_V_SUFFIX="-8.5.2"
HOMEPAGE="http://blt.sourceforge.net/
http://jos.decoster.googlepages.com/bltfortk8.5.2"
SRC_URI="http://jos.decoster.googlepages.com/${PN}${PV}${MY_V_SUFFIX}.tar.gz"
DESCRIPTION="BLT is an extension to the Tk toolkit adding new widgets, geometry managers, and misc commands."
IUSE="jpeg X"
SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
DEPEND="
>=dev-lang/tk-8.0
jpeg? ( media-libs/jpeg:0 )
X? ( x11-libs/libX11 )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}${PV}${MY_V_SUFFIX}"
src_prepare() {
epatch "${FILESDIR}/blt-2.4z-r4-fix-makefile.patch"
epatch "${FILESDIR}/blt-2.4z-r4-fix-makefile2.patch"
# From blt-2.4z-6mdk.src.rpm
epatch "${FILESDIR}"/blt2.4z-64bit.patch
#epatch "${FILESDIR}"/blt-2.4z-tcl8.5-fix.patch
epatch "${FILESDIR}"/blt-2.4z-tcl8.5-fixpkgruntime.patch
epatch "${FILESDIR}"/${P}-ldflags.patch
# Set the correct libdir
sed -i -e "s:\(^libdir=\${exec_prefix}/\)lib:\1$(get_libdir):" \
configure* || die "sed configure* failed"
sed -i -e "/^scriptdir =/s:lib:$(get_libdir):" \
Makefile.in demos/Makefile.in || die "sed Makefile.in failed"
epatch "${FILESDIR}"/${P}-linking.patch
}
src_configure() {
# bug 167934
append-flags -fPIC
econf \
--x-includes="${EPREFIX}"/usr/include \
--x-libraries="${EPREFIX}"/usr/$(get_libdir) \
--with-blt="${EPREFIX}"/usr/$(get_libdir) \
--with-tcl="${EPREFIX}"/usr/$(get_libdir) \
--with-tk="${EPREFIX}"/usr/$(get_libdir) \
--with-tclincls="${EPREFIX}"/usr/include \
--with-tkincls="${EPREFIX}"/usr/include \
--with-tcllibs="${EPREFIX}"/usr/$(get_libdir) \
--with-tklibs="${EPREFIX}"/usr/$(get_libdir) \
--with-cc="$(tc-getCC)" \
--with-cflags="${CFLAGS}" \
$(use_enable jpeg) \
$(use_with X x) \
|| die "./configure failed"
}
src_compile() {
# parallel borks
emake -j1 LDFLAGS="${LDFLAGS}" || die "emake failed"
}
src_install() {
sed \
-e "s:../src/bltwish:${EPREFIX}/usr/bin/bltwish:g" \
-e "s:../bltwish:${EPREFIX}/usr/bin/bltwish:g" \
-e "s:/usr/local/bin/bltwish:${EPREFIX}/usr/bin/bltwish:g" \
-e "s:/usr/local/bin/tclsh:${EPREFIX}/usr/bin/tclsh:g" \
-i demos/{,scripts/}*.tcl || die
dodir /usr/bin \
/usr/$(get_libdir)/blt2.4/demos/bitmaps \
/usr/share/man/mann \
/usr/include \
|| die "dodir failed"
emake -j1 INSTALL_ROOT="${D}" install || die "make install failed"
dodoc NEWS PROBLEMS README
dohtml html/*.html
for f in `ls "${ED}"/usr/share/man/mann` ; do
mv "${ED}"/usr/share/man/mann/${f} "${ED}"/usr/share/man/mann/${f/.n/.nblt}
done
# bug 259338 - dev-tcltk/blt-2.4z-r4 provides empty pkgIndex.tcl
cp "${FILESDIR}"/pkgIndex.tcl "${ED}"/usr/$(get_libdir)/blt2.4/pkgIndex.tcl
# fix for linking against shared lib with -lBLT or -lBLTlite
dosym libBLT24.so /usr/$(get_libdir)/libBLT.so || die
dosym libBLTlite24.so /usr/$(get_libdir)/libBLTlite.so || die
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r8.ebuild
@ 2011-02-25 20:46 Kevin McCarthy (signals)
0 siblings, 0 replies; 7+ messages in thread
From: Kevin McCarthy (signals) @ 2011-02-25 20:46 UTC (permalink / raw
To: gentoo-commits
signals 11/02/25 20:46:20
Modified: ChangeLog blt-2.4z-r8.ebuild
Log:
depend virtual/jpeg
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Revision Changes Path
1.37 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 16 Jan 2011 19:30:10 -0000 1.36
+++ ChangeLog 25 Feb 2011 20:46:20 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.36 2011/01/16 19:30:10 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.37 2011/02/25 20:46:20 signals Exp $
+
+ 25 Feb 2011; Kevin McCarthy <signals@gentoo.org> blt-2.4z-r8.ebuild:
+ Update depends from media-libs/jpeg to virtual/jpeg
16 Jan 2011; Justin Lecher <jlec@gentoo.org> -blt-2.4z-r1.ebuild,
blt-2.4z-r5.ebuild, -blt-2.4z-r6.ebuild, -blt-2.4z-r7.ebuild,
1.3 dev-tcltk/blt/blt-2.4z-r8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?r1=1.2&r2=1.3
Index: blt-2.4z-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- blt-2.4z-r8.ebuild 16 Jan 2011 19:30:10 -0000 1.2
+++ blt-2.4z-r8.ebuild 25 Feb 2011 20:46:20 -0000 1.3
@@ -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/dev-tcltk/blt/blt-2.4z-r8.ebuild,v 1.2 2011/01/16 19:30:10 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild,v 1.3 2011/02/25 20:46:20 signals Exp $
EAPI="3"
@@ -20,7 +20,7 @@
DEPEND="
dev-lang/tk
- jpeg? ( media-libs/jpeg:0 )
+ jpeg? ( virtual/jpeg )
X? ( x11-libs/libX11 )"
RDEPEND="${DEPEND}"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r8.ebuild
@ 2011-03-12 13:40 Tobias Klausmann (klausman)
0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2011-03-12 13:40 UTC (permalink / raw
To: gentoo-commits
klausman 11/03/12 13:40:24
Modified: ChangeLog blt-2.4z-r8.ebuild
Log:
Keyworded on alpha, bug #355373
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Revision Changes Path
1.40 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 6 Mar 2011 10:03:08 -0000 1.39
+++ ChangeLog 12 Mar 2011 13:40:24 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.39 2011/03/06 10:03:08 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.40 2011/03/12 13:40:24 klausman Exp $
+
+ 12 Mar 2011; Tobias Klausmann <klausman@gentoo.org> blt-2.4z-r8.ebuild:
+ Keyworded on alpha, bug #355373
06 Mar 2011; Michael Weber <xmw@gentoo.org> blt-2.4z-r5.ebuild,
blt-2.4z-r8.ebuild:
1.6 dev-tcltk/blt/blt-2.4z-r8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?r1=1.5&r2=1.6
Index: blt-2.4z-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- blt-2.4z-r8.ebuild 6 Mar 2011 10:03:08 -0000 1.5
+++ blt-2.4z-r8.ebuild 12 Mar 2011 13:40:24 -0000 1.6
@@ -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/dev-tcltk/blt/blt-2.4z-r8.ebuild,v 1.5 2011/03/06 10:03:08 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild,v 1.6 2011/03/12 13:40:24 klausman Exp $
EAPI="3"
@@ -16,7 +16,7 @@
IUSE="jpeg X"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
DEPEND="
dev-lang/tk
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r8.ebuild
@ 2011-03-20 11:45 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-03-20 11:45 UTC (permalink / raw
To: gentoo-commits
armin76 11/03/20 11:45:54
Modified: ChangeLog blt-2.4z-r8.ebuild
Log:
Add ~ia64/~s390/~sh wrt #355373
(Portage version: 2.1.9.44/cvs/Linux ia64)
Revision Changes Path
1.41 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 12 Mar 2011 13:40:24 -0000 1.40
+++ ChangeLog 20 Mar 2011 11:45:54 -0000 1.41
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.40 2011/03/12 13:40:24 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.41 2011/03/20 11:45:54 armin76 Exp $
+
+ 20 Mar 2011; Raúl Porcel <armin76@gentoo.org> blt-2.4z-r8.ebuild:
+ Add ~ia64/~s390/~sh wrt #355373
12 Mar 2011; Tobias Klausmann <klausman@gentoo.org> blt-2.4z-r8.ebuild:
Keyworded on alpha, bug #355373
1.7 dev-tcltk/blt/blt-2.4z-r8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?r1=1.6&r2=1.7
Index: blt-2.4z-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- blt-2.4z-r8.ebuild 12 Mar 2011 13:40:24 -0000 1.6
+++ blt-2.4z-r8.ebuild 20 Mar 2011 11:45:54 -0000 1.7
@@ -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/dev-tcltk/blt/blt-2.4z-r8.ebuild,v 1.6 2011/03/12 13:40:24 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild,v 1.7 2011/03/20 11:45:54 armin76 Exp $
EAPI="3"
@@ -16,7 +16,7 @@
IUSE="jpeg X"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
DEPEND="
dev-lang/tk
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r8.ebuild
@ 2011-06-13 12:38 Justin Lecher (jlec)
0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-13 12:38 UTC (permalink / raw
To: gentoo-commits
jlec 11/06/13 12:38:33
Modified: ChangeLog blt-2.4z-r8.ebuild
Log:
Fix compilation under et_EE locale, #367539
(Portage version: 2.2.0_alpha40/cvs/Linux x86_64)
Revision Changes Path
1.42 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 20 Mar 2011 11:45:54 -0000 1.41
+++ ChangeLog 13 Jun 2011 12:38:33 -0000 1.42
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.41 2011/03/20 11:45:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.42 2011/06/13 12:38:33 jlec Exp $
+
+ 13 Jun 2011; Justin Lecher <jlec@gentoo.org> blt-2.4z-r8.ebuild:
+ Fix compilation under et_EE locale, #367539
20 Mar 2011; Raúl Porcel <armin76@gentoo.org> blt-2.4z-r8.ebuild:
Add ~ia64/~s390/~sh wrt #355373
1.8 dev-tcltk/blt/blt-2.4z-r8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?r1=1.7&r2=1.8
Index: blt-2.4z-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- blt-2.4z-r8.ebuild 20 Mar 2011 11:45:54 -0000 1.7
+++ blt-2.4z-r8.ebuild 13 Jun 2011 12:38:33 -0000 1.8
@@ -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/dev-tcltk/blt/blt-2.4z-r8.ebuild,v 1.7 2011/03/20 11:45:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild,v 1.8 2011/06/13 12:38:33 jlec Exp $
EAPI="3"
@@ -50,6 +50,7 @@
# bug 167934
append-flags -fPIC
+ LC_ALL=C \
econf \
--x-includes="${EPREFIX}/usr/include" \
--x-libraries="${EPREFIX}/usr/$(get_libdir)" \
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r8.ebuild
@ 2011-06-27 17:22 Fabian Groffen (grobian)
0 siblings, 0 replies; 7+ messages in thread
From: Fabian Groffen (grobian) @ 2011-06-27 17:22 UTC (permalink / raw
To: gentoo-commits
grobian 11/06/27 17:22:24
Modified: ChangeLog blt-2.4z-r8.ebuild
Log:
Fix for Darwin and Prefix, marked *-macos, bug #355373
(Portage version: 2.2.01.18826-prefix/cvs/Darwin powerpc)
Revision Changes Path
1.43 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 13 Jun 2011 12:38:33 -0000 1.42
+++ ChangeLog 27 Jun 2011 17:22:24 -0000 1.43
@@ -1,6 +1,10 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.42 2011/06/13 12:38:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.43 2011/06/27 17:22:24 grobian Exp $
+
+ 27 Jun 2011; Fabian Groffen <grobian@gentoo.org> blt-2.4z-r8.ebuild,
+ +files/blt-2.4z-darwin.patch:
+ Fix for Darwin and Prefix, marked *-macos, bug #355373
13 Jun 2011; Justin Lecher <jlec@gentoo.org> blt-2.4z-r8.ebuild:
Fix compilation under et_EE locale, #367539
1.9 dev-tcltk/blt/blt-2.4z-r8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?r1=1.8&r2=1.9
Index: blt-2.4z-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- blt-2.4z-r8.ebuild 13 Jun 2011 12:38:33 -0000 1.8
+++ blt-2.4z-r8.ebuild 27 Jun 2011 17:22:24 -0000 1.9
@@ -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/dev-tcltk/blt/blt-2.4z-r8.ebuild,v 1.8 2011/06/13 12:38:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild,v 1.9 2011/06/27 17:22:24 grobian Exp $
EAPI="3"
@@ -16,7 +16,7 @@
IUSE="jpeg X"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
DEPEND="
dev-lang/tk
@@ -44,6 +44,7 @@
Makefile.in demos/Makefile.in || die "sed Makefile.in failed"
epatch "${FILESDIR}"/${P}-linking.patch
+ epatch "${FILESDIR}"/${P}-darwin.patch
}
src_configure() {
@@ -75,8 +76,8 @@
src_install() {
sed \
- -e "s:../src/bltwish:${EPREFIX}/usr/bin/bltwish:g" \
- -e "s:../bltwish:${EPREFIX}/usr/bin/bltwish:g" \
+ -e "s:\.\./src/bltwish:${EPREFIX}/usr/bin/bltwish:g" \
+ -e "s:\.\./bltwish:${EPREFIX}/usr/bin/bltwish:g" \
-e "s:/usr/local/bin/bltwish:${EPREFIX}/usr/bin/bltwish:g" \
-e "s:/usr/local/bin/tclsh:${EPREFIX}/usr/bin/tclsh:g" \
-i demos/{,scripts/}*.tcl || die
@@ -98,6 +99,6 @@
cp "${FILESDIR}"/pkgIndex.tcl "${ED}"/usr/$(get_libdir)/blt2.4/pkgIndex.tcl
# fix for linking against shared lib with -lBLT or -lBLTlite
- dosym libBLT24.so /usr/$(get_libdir)/libBLT.so || die
- dosym libBLTlite24.so /usr/$(get_libdir)/libBLTlite.so || die
+ dosym libBLT24$(get_libname) /usr/$(get_libdir)/libBLT$(get_libname) || die
+ dosym libBLTlite24$(get_libname) /usr/$(get_libdir)/libBLTlite$(get_libname) || die
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r8.ebuild
@ 2011-06-27 17:30 Fabian Groffen (grobian)
0 siblings, 0 replies; 7+ messages in thread
From: Fabian Groffen (grobian) @ 2011-06-27 17:30 UTC (permalink / raw
To: gentoo-commits
grobian 11/06/27 17:30:02
Modified: ChangeLog blt-2.4z-r8.ebuild
Log:
Marked *-solaris, bug #355373
(Portage version: 2.2.01.18252-prefix/cvs/SunOS i386)
Revision Changes Path
1.44 dev-tcltk/blt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 27 Jun 2011 17:22:24 -0000 1.43
+++ ChangeLog 27 Jun 2011 17:30:02 -0000 1.44
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/blt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.43 2011/06/27 17:22:24 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/ChangeLog,v 1.44 2011/06/27 17:30:02 grobian Exp $
+
+ 27 Jun 2011; Fabian Groffen <grobian@gentoo.org> blt-2.4z-r8.ebuild:
+ Marked *-solaris, bug #355373
27 Jun 2011; Fabian Groffen <grobian@gentoo.org> blt-2.4z-r8.ebuild,
+files/blt-2.4z-darwin.patch:
1.10 dev-tcltk/blt/blt-2.4z-r8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild?r1=1.9&r2=1.10
Index: blt-2.4z-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- blt-2.4z-r8.ebuild 27 Jun 2011 17:22:24 -0000 1.9
+++ blt-2.4z-r8.ebuild 27 Jun 2011 17:30:02 -0000 1.10
@@ -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/dev-tcltk/blt/blt-2.4z-r8.ebuild,v 1.9 2011/06/27 17:22:24 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/blt/blt-2.4z-r8.ebuild,v 1.10 2011/06/27 17:30:02 grobian Exp $
EAPI="3"
@@ -16,7 +16,7 @@
IUSE="jpeg X"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
DEPEND="
dev-lang/tk
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-06-27 17:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08 10:18 [gentoo-commits] gentoo-x86 commit in dev-tcltk/blt: ChangeLog blt-2.4z-r8.ebuild Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2011-02-25 20:46 Kevin McCarthy (signals)
2011-03-12 13:40 Tobias Klausmann (klausman)
2011-03-20 11:45 Raul Porcel (armin76)
2011-06-13 12:38 Justin Lecher (jlec)
2011-06-27 17:22 Fabian Groffen (grobian)
2011-06-27 17:30 Fabian Groffen (grobian)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox