svn commit: r305793 - in head/emulators: . swine

Pawel Pekala pawel at FreeBSD.org
Sat Oct 13 16:18:32 UTC 2012


Hi Max,

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

>> +pre-build:
>> +.if !exists(${LOCALBASE}/bin/wine) && ${ARCH} != "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=i386 and is RUN_DEPENDS here. I`m little hazy on our
package building so please correct me if I'm wrong.

-- 
pozdrawiam / with regards
Paweł Pękala


More information about the svn-ports-head mailing list