wine-fbsd64 -- no longer in ports

3 views
Skip to first unread message

Gary Aitken

unread,
Nov 17, 2012, 3:36:13 PM11/17/12
to FreeBSD Mailing List
Looking to update wine-fbsd64:

# portmaster -n emulators/wine-fbsd64

===>>> No /usr/ports/emulators/wine-fbsd64 exists, and no information
===>>> about emulators/wine-fbsd64 can be found in /usr/ports/MOVED

hints?
_______________________________________________
freebsd-...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questi...@freebsd.org"
Message has been deleted

Perry Hutchison

unread,
Nov 19, 2012, 2:02:00 AM11/19/12
to b...@bananmonarki.se, fre...@dreamchaser.org, freebsd-...@freebsd.org
Bernt Hansson <b...@bananmonarki.se> wrote:
> On 2012-11-17 21:36, Gary Aitken wrote:
> > # portmaster -n emulators/wine-fbsd64
> > ===>>> No /usr/ports/emulators/wine-fbsd64 exists, and no information
> > ===>>> about emulators/wine-fbsd64 can be found in /usr/ports/MOVED
> > hints?
> There has never been such a port, you have to install from package.

Ordinarily, packages are created by building ports.
If this one is an exception, how is it created?

Hexing

unread,
Nov 19, 2012, 7:31:45 AM11/19/12
to Perry Hutchison, fre...@dreamchaser.org, freebsd-...@freebsd.org, b...@bananmonarki.se
per...@pluto.rain.com (Perry Hutchison) writes:

> Bernt Hansson <b...@bananmonarki.se> wrote:
>> On 2012-11-17 21:36, Gary Aitken wrote:
>> > # portmaster -n emulators/wine-fbsd64
>> > ===>>> No /usr/ports/emulators/wine-fbsd64 exists, and no information
>> > ===>>> about emulators/wine-fbsd64 can be found in /usr/ports/MOVED
>> > hints?
>> There has never been such a port, you have to install from package.
>
> Ordinarily, packages are created by building ports.
> If this one is an exception, how is it created?

I guess that just remove it and install /usr/ports/emulators/wine or
/usr/ports/emulators/wine-devel would be OK.

The name 'wine-fbsd64' looks strange. You installed it before? and
when did you find this name?

--
Hello, world!

C. P. Ghost

unread,
Nov 19, 2012, 8:03:26 AM11/19/12
to Hexing, freebsd-...@freebsd.org
On Mon, Nov 19, 2012 at 1:31 PM, Hexing <hexh...@gmail.com> wrote:
> per...@pluto.rain.com (Perry Hutchison) writes:
>
>> Bernt Hansson <b...@bananmonarki.se> wrote:
>>> On 2012-11-17 21:36, Gary Aitken wrote:
>>> > # portmaster -n emulators/wine-fbsd64
>>> > ===>>> No /usr/ports/emulators/wine-fbsd64 exists, and no information
>>> > ===>>> about emulators/wine-fbsd64 can be found in /usr/ports/MOVED
>>> > hints?
>>> There has never been such a port, you have to install from package.
>>
>> Ordinarily, packages are created by building ports.
>> If this one is an exception, how is it created?
>
> I guess that just remove it and install /usr/ports/emulators/wine or
> /usr/ports/emulators/wine-devel would be OK.

Nope, not for amd64:

% grep 'ONLY_FOR_ARCHS' /usr/ports/emulators/wine/Makefile
ONLY_FOR_ARCHS= i386
% grep 'ONLY_FOR_ARCHS' /usr/ports/emulators/wine-devel/Makefile
ONLY_FOR_ARCHS= i386

The wine and wine-devel ports won't even compile on amd64.

There was some guy who claims to have managed creating a
binary _package_ for amd64 somehow, and wo sent periodic
announcement updates about to this list. I don't know if it was
legit or not: I never install stuff bypassing ports. But apparently,
he didn't create a _port_, nor did he modify/enhance the current
i386-only wine ports.

> The name 'wine-fbsd64' looks strange. You installed it before? and
> when did you find this name?

-cpghost.

--
Cordula's Web. http://www.cordula.ws/

Volodymyr Kostyrko

unread,
Nov 19, 2012, 8:33:26 AM11/19/12
to C. P. Ghost, Hexing, freebsd-...@freebsd.org
any
He does created a port but didn't like to commit it into ports as this
one gobbles all libraries that wine depend upon from local system and
other installed ports and installs them as part of wine-fbsd64. And this
is not good from a security/maintainability perspective yet it gives
everyone a choice to use wine on amd64 machine. The port is freely
available and regularly updated on mediafire with guides on how someone
can make this package himself without downloading binaries compiled by
some third party.

--
Sphinx of black quartz, judge my vow.

Hexing

unread,
Nov 19, 2012, 12:01:45 PM11/19/12
to C. P. Ghost, freebsd-...@freebsd.org
"C. P. Ghost" <cpg...@cordula.ws> writes:

> On Mon, Nov 19, 2012 at 1:31 PM, Hexing <hexh...@gmail.com> wrote:
>> I guess that just remove it and install /usr/ports/emulators/wine or
>> /usr/ports/emulators/wine-devel would be OK.
>
> Nope, not for amd64:
>
> % grep 'ONLY_FOR_ARCHS' /usr/ports/emulators/wine/Makefile
> ONLY_FOR_ARCHS= i386
> % grep 'ONLY_FOR_ARCHS' /usr/ports/emulators/wine-devel/Makefile
> ONLY_FOR_ARCHS= i386
>
> The wine and wine-devel ports won't even compile on amd64.
>
> There was some guy who claims to have managed creating a
> binary _package_ for amd64 somehow, and wo sent periodic
> announcement updates about to this list. I don't know if it was
> legit or not: I never install stuff bypassing ports. But apparently,
> he didn't create a _port_, nor did he modify/enhance the current
> i386-only wine ports.
>
>> The name 'wine-fbsd64' looks strange. You installed it before? and
>> when did you find this name?
>
> -cpghost.

Oh, I didn't know that and never try to install wine before. Thanks for
your information.

--
Hello, world!

C. P. Ghost

unread,
Nov 19, 2012, 1:41:31 PM11/19/12
to Hexing, freebsd-...@freebsd.org
On Mon, Nov 19, 2012 at 6:01 PM, Hexing <hexh...@gmail.com> wrote:
> "C. P. Ghost" <cpg...@cordula.ws> writes:
>
>> On Mon, Nov 19, 2012 at 1:31 PM, Hexing <hexh...@gmail.com> wrote:
>>> I guess that just remove it and install /usr/ports/emulators/wine or
>>> /usr/ports/emulators/wine-devel would be OK.
>>
>> Nope, not for amd64:
>>
>> % grep 'ONLY_FOR_ARCHS' /usr/ports/emulators/wine/Makefile
>> ONLY_FOR_ARCHS= i386
>> % grep 'ONLY_FOR_ARCHS' /usr/ports/emulators/wine-devel/Makefile
>> ONLY_FOR_ARCHS= i386
>>
>> The wine and wine-devel ports won't even compile on amd64.
>>
>> There was some guy who claims to have managed creating a
>> binary _package_ for amd64 somehow, and wo sent periodic
>> announcement updates about to this list. I don't know if it was
>> legit or not: I never install stuff bypassing ports. But apparently,
>> he didn't create a _port_, nor did he modify/enhance the current
>> i386-only wine ports.
>>
>>> The name 'wine-fbsd64' looks strange. You installed it before? and
>>> when did you find this name?
>>
>> -cpghost.
>
> Oh, I didn't know that and never try to install wine before. Thanks for
> your information.

Volodymyr has pointed out that this was a port (and not a
binary package) that never got committed. As a port, you can
examine precisely what it does and it may be worth a try if you
feel that it doesn't mess with your installation and doesn't
compromise it. I didn't try it, can't say anything at all about it.

-cpghost.

--
Cordula's Web. http://www.cordula.ws/
Reply all
Reply to author
Forward
0 new messages