* [gentoo-dev] truetype bytecode interpeter in freetype
@ 2003-04-18 7:05 Robert Cole
2003-04-18 10:29 ` foser
0 siblings, 1 reply; 6+ messages in thread
From: Robert Cole @ 2003-04-18 7:05 UTC (permalink / raw
To: gentoo-dev
There a way to pass USE or something to tell portage to turn on the bytecode
interpeter in freetype on merge?
I see where to change and add back in the code in the TRUETYPE doc file but
I'm sure if I change that file in the work area it'll just be overwritten
when I start another emerge. And if I change the tgz file of course portage
will fail the md check.
Any ideas?
Thanks,
Robert
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] truetype bytecode interpeter in freetype
2003-04-18 7:05 [gentoo-dev] truetype bytecode interpeter in freetype Robert Cole
@ 2003-04-18 10:29 ` foser
2003-04-18 17:33 ` Norberto BENSA
0 siblings, 1 reply; 6+ messages in thread
From: foser @ 2003-04-18 10:29 UTC (permalink / raw
To: gentoo-dev
Robert Cole wrote:
> There a way to pass USE or something to tell portage to turn on the bytecode
> interpeter in freetype on merge?
>
> I see where to change and add back in the code in the TRUETYPE doc file but
> I'm sure if I change that file in the work area it'll just be overwritten
> when I start another emerge. And if I change the tgz file of course portage
> will fail the md check.
>
This really isn't the appropriate mailinglist for these sort of
questions, but to answer the question anyway : the Gentoo Freetype
ebuild defaults to using the bytecode interpreter.
- foser
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] truetype bytecode interpeter in freetype
2003-04-18 10:29 ` foser
@ 2003-04-18 17:33 ` Norberto BENSA
2003-04-18 19:00 ` C. Brewer
0 siblings, 1 reply; 6+ messages in thread
From: Norberto BENSA @ 2003-04-18 17:33 UTC (permalink / raw
To: foser; +Cc: gentoo-dev
[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 340 bytes --]
nbensa@venkman ~ $ date ; echo ${foser}
Friday 18 April 2003 07:29 am
> This really isn't the appropriate mailinglist for these sort of
> questions, but to answer the question anyway : the Gentoo Freetype
> ebuild defaults to using the bytecode interpreter.
>
2.1.4 doesn't
USE="cjk" emerge freetype...
Regards,
Norberto
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] truetype bytecode interpeter in freetype
2003-04-18 17:33 ` Norberto BENSA
@ 2003-04-18 19:00 ` C. Brewer
2003-04-18 20:50 ` Norberto BENSA
0 siblings, 1 reply; 6+ messages in thread
From: C. Brewer @ 2003-04-18 19:00 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 707 bytes --]
On Fri, 18 Apr 2003 14:33:03 -0300
Norberto BENSA <nbensa@gmx.net> wrote:
> nbensa@venkman ~ $ date ; echo ${foser}
> Friday 18 April 2003 07:29 am
>
> > This really isn't the appropriate mailinglist for these sort of
> > questions, but to answer the question anyway : the Gentoo Freetype
> > ebuild defaults to using the bytecode interpreter.
> >
>
> 2.1.4 doesn't
>
> USE="cjk" emerge freetype...
>
> Regards,
> Norberto
>
Really? I'm using 2.1.4 ans cjk is not in IUSE=" ", and the append-flags "${CFLAGS} -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER" seems to imply that it does.....
--
Chuck Brewer
Registered Linux User #284015
Get my gpg public key at pgp.mit.edu!! Encrypted e-mail preferred.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] truetype bytecode interpeter in freetype
2003-04-18 19:00 ` C. Brewer
@ 2003-04-18 20:50 ` Norberto BENSA
2003-04-18 21:51 ` C. Brewer
0 siblings, 1 reply; 6+ messages in thread
From: Norberto BENSA @ 2003-04-18 20:50 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 576 bytes --]
nbensa@venkman ~ $ date ; echo ${C. Brewer}
Friday 18 April 2003 04:00 pm
> > > the Gentoo Freetype
> > > ebuild defaults to using the bytecode interpreter.
> >
> > 2.1.4 doesn't
> >
> > USE="cjk" emerge freetype...
>
> Really? I'm using 2.1.4 ans cjk is not in IUSE=" ", and the append-flags
> "${CFLAGS} -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER" seems to imply that it
> does.....
Ok, they've change the ebuild... From ChangeLog:
10 Apr 2003; foser <foser@gentoo.org> freetype-2.1.4.ebuild :
Changed bytecode to be only disabled when prebuilt in USE
Regards,
Norberto
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] truetype bytecode interpeter in freetype
2003-04-18 20:50 ` Norberto BENSA
@ 2003-04-18 21:51 ` C. Brewer
0 siblings, 0 replies; 6+ messages in thread
From: C. Brewer @ 2003-04-18 21:51 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 873 bytes --]
On Fri, 18 Apr 2003 17:50:20 -0300
Norberto BENSA <nbensa@gmx.net> wrote:
> nbensa@venkman ~ $ date ; echo ${C. Brewer}
> Friday 18 April 2003 04:00 pm
>
> > > > the Gentoo Freetype
> > > > ebuild defaults to using the bytecode interpreter.
> > >
> > > 2.1.4 doesn't
> > >
> > > USE="cjk" emerge freetype...
> >
> > Really? I'm using 2.1.4 ans cjk is not in IUSE=" ", and the append-flags
> > "${CFLAGS} -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER" seems to imply that it
> > does.....
>
> Ok, they've change the ebuild... From ChangeLog:
>
> 10 Apr 2003; foser <foser@gentoo.org> freetype-2.1.4.ebuild :
> Changed bytecode to be only disabled when prebuilt in USE
>
>
> Regards,
> Norberto
>
Right. USE="prebuilt" emerge freetype = disabled bytecode
--
Chuck Brewer
Registered Linux User #284015
Get my gpg public key at pgp.mit.edu!! Encrypted e-mail preferred.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-04-18 21:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-18 7:05 [gentoo-dev] truetype bytecode interpeter in freetype Robert Cole
2003-04-18 10:29 ` foser
2003-04-18 17:33 ` Norberto BENSA
2003-04-18 19:00 ` C. Brewer
2003-04-18 20:50 ` Norberto BENSA
2003-04-18 21:51 ` C. Brewer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox