Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Sep 2000 20:22:49 +0900
From:      Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21500: MAINTAINER update: ports/emulators/linux-vmware-toolbox (use USE_LINUX)
Message-ID:  <20000923202249R.matusita@jp.FreeBSD.org>

next in thread | raw e-mail | index | archive | help

>Number:         21500
>Category:       ports
>Synopsis:       MAINTAINER update: ports/emulators/linux-vmware-toolbox (use USE_LINUX)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 23 04:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Makoto MATSUSHITA
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Japan FreeBSD Users' Group
>Environment:

	5.0-CURRENT as of Sep/20/2000

>Description:

	ports/emulators/linux-vmware-toolbox does not use USE_LINUX.
	This may causes some problems if default Linux libc version
	is changed.

>How-To-Repeat:

	N/A

>Fix:

Remove RUN_DEPENDS and LINUX_DIR, add USE_LINUX.
	
Index: Makefile
===================================================================
RCS file: /usr/site/FreeBSD/ncvs/ports/emulators/linux-vmware-toolbox/Makefile,v
retrieving revision 1.2
diff -c -r1.2 Makefile
*** Makefile	2000/08/27 04:26:41	1.2
--- Makefile	2000/09/23 11:17:19
***************
*** 14,22 ****
  
  MAINTAINER=	matusita@jp.FreeBSD.org
  
- RUN_DEPENDS=	${LINUX_DIR}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
- 
  ONLY_FOR_ARCHS=	i386
  USE_X_PREFIX=	yes
  NO_BUILD=	yes
  
--- 14,21 ----
  
  MAINTAINER=	matusita@jp.FreeBSD.org
  
  ONLY_FOR_ARCHS=	i386
+ USE_LINUX=	yes
  USE_X_PREFIX=	yes
  NO_BUILD=	yes
  
***************
*** 25,31 ****
  .include <bsd.port.pre.mk>
  
  LINUX_FLP?=	${DISTDIR}/linux.flp
- LINUX_DIR?=	/compat/linux
  MOUNT_PT?=	${WRKDIR}/mnt
  .if exists(${LINUX_FLP})
  MOUNT_DEV?=	vn0
--- 24,29 ----


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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