Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2012 18:18:16 +0200
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        Max Brazhnikov <makc@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r305793 - in head/emulators: . swine
Message-ID:  <20121013181816.236e950e@FreeBSD.org>
In-Reply-To: <201210131513.04741.makc@freebsd.org>
References:  <201210122156.q9CLuA9X082810@svn.freebsd.org> <201210131513.04741.makc@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Max,

Dnia 2012-10-13, o godz. 15:13:04
Max Brazhnikov <makc@freebsd.org> napisa=B3(a):

>> +pre-build:
>> +.if !exists(${LOCALBASE}/bin/wine) && ${ARCH} !=3D "i386"
>> +	@${ECHO_MSG}
>> +	@${ECHO_MSG} "Depends on Wine Port which is only available
>> for i386"
>> +	@${ECHO_MSG}
>> +	@${ECHO_MSG} "	http://wiki.freebsd.org/Wine"
>> +	@${ECHO_MSG}
>> +	@${ECHO_MSG} "FreeBSD/amd64 works with Wine 32bit binary
>> from"
>> +	@${ECHO_MSG}
>> +	@${ECHO_MSG} "	http://www.mediafire.com/wine_fbsd64"
>> +	@${ECHO_MSG}
>> +	exit 1
>> +.endif
>
>Those who use only packages will never see this notice. Please move it
>to pkg-message.
>

Except this issue I fixed all your good catches, thanks.

I think moving this message to pkg-message is not needed. It's
addressed to amd64 users which will build from source anyway because
swine will not be available to them from package. Wine is marked as
ONLY_FOR_ARCHS=3Di386 and is RUN_DEPENDS here. I`m little hazy on our
package building so please correct me if I'm wrong.

--=20
pozdrawiam / with regards
Pawe=B3 P=EAkala



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121013181816.236e950e>