ports/178223: [emulators/i386-wine-devel] does not build on amd64

Hardy Schumacher hardy.schumacher at gmx.de
Sun Apr 28 18:10:01 UTC 2013


>Number:         178223
>Category:       ports
>Synopsis:       [emulators/i386-wine-devel] does not build on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 28 18:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Hardy Schumacher
>Release:        FreeBSD-9.1
>Organization:
>Environment:
n/a
>Description:
Port "emulators/i386-wine-devel" does not build on amd64 platform. That issue is related to the limitation "ONLY_FOR_ARCHS=i386" set in related port "emulators/wine-devel".
>How-To-Repeat:
Use an FreeBSD-9.x AMD64.

Execute following command:
cd /usr/ports/emulators/i386-wine-devel && make install clean
>Fix:
Add following line to emulators/i386-wine-devel/Makefile:
ONLY_FOR_ARCHS=i386 amd64


Modify emulators/wine-devel/Makefile:
Add a check around ONLY_FOR_ARCHS, set it only to the current value "i386" in case it's empty.


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list