Date: Fri, 18 Sep 2009 12:19:52 +0200 (CEST) From: "Julian H. Stacey" <jhs@berklix.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/138935: ports/emulators/virtualbox/Makefile IGNORE= enhancement Message-ID: <200909181019.n8IAJqZN060842@fire.js.berklix.net> Resent-Message-ID: <200909181020.n8IAK66K072866@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138935 >Category: ports >Synopsis: ports/emulators/virtualbox/Makefile IGNORE= enhancement >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 18 10:20:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Julian H. Stacey >Release: FreeBSD 7.1-RELEASE amd64 >Organization: http://berklix.com BSD Linux Unix Consultancy, Munich/Muenchen. >Environment: System: FreeBSD fire.js.berklix.net 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Fri Feb 13 01:02:01 CET 2009 jhs@fire.js.berklix.net:/usr1/src/sys/amd64/compile/FIRE64.small amd64 >Description: The complaint from Makefile: requires 32-bit libraries installed under /usr/lib32 does not tell the clueless what to do, so give them a clue >How-To-Repeat: On an amd64 (or mabe a 64bit 686) cd /pri/FreeBSD/branches/amd64/-current/ports/emulators/virtualbox make >Fix: Patch appended: *** current/ports/emulators/virtualbox/Makefile Fri Sep 18 10:30:51 2009 --- new/ports/emulators/virtualbox/Makefile Fri Sep 18 11:18:08 2009 *************** *** 143,150 **** PLIST_SUB+= I386="" .else .if !exists(/usr/lib32) ! IGNORE= requires 32-bit libraries installed under /usr/lib32 .endif KMK_ARCH= freebsd.${ARCH} PLIST_SUB+= I386="@comment " --- 143,149 ---- PLIST_SUB+= I386="" .else .if !exists(/usr/lib32) ! # Requires 32-bit libraries installed under /usr/lib32 ! IGNORE= "Do: cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32" .endif KMK_ARCH= freebsd.${ARCH} PLIST_SUB+= I386="@comment " PS I noticed: ldconfig -v -32 -m -R /usr/lib32 ldconfig: illegal option -- 3 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909181019.n8IAJqZN060842>