Re: wine-fbsd64 -- no longer in ports

2012-11-19 Thread C. P. Ghost
On Mon, Nov 19, 2012 at 6:01 PM, Hexing  wrote:
> "C. P. Ghost"  writes:
>
>> On Mon, Nov 19, 2012 at 1:31 PM, Hexing  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/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: wine-fbsd64 -- no longer in ports

2012-11-19 Thread Hexing
"C. P. Ghost"  writes:

> On Mon, Nov 19, 2012 at 1:31 PM, Hexing  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!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: wine-fbsd64 -- no longer in ports

2012-11-19 Thread Volodymyr Kostyrko

any
19.11.2012 15:03, C. P. Ghost wrote:

On Mon, Nov 19, 2012 at 1:31 PM, Hexing  wrote:

per...@pluto.rain.com (Perry Hutchison) writes:


Bernt Hansson  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.


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.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: wine-fbsd64 -- no longer in ports

2012-11-19 Thread C. P. Ghost
On Mon, Nov 19, 2012 at 1:31 PM, Hexing  wrote:
> per...@pluto.rain.com (Perry Hutchison) writes:
>
>> Bernt Hansson  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/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: wine-fbsd64 -- no longer in ports

2012-11-19 Thread Hexing
per...@pluto.rain.com (Perry Hutchison) writes:

> Bernt Hansson  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!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: wine-fbsd64 -- no longer in ports

2012-11-18 Thread Perry Hutchison
Bernt Hansson  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?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


wine-fbsd64 -- no longer in ports

2012-11-17 Thread Gary Aitken
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-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"