From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 18 12:10:02 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBDB316A402 for ; Wed, 18 Apr 2007 12:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A479413C468 for ; Wed, 18 Apr 2007 12:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3ICA2Zi078143 for ; Wed, 18 Apr 2007 12:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3ICA2of078142; Wed, 18 Apr 2007 12:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 18 Apr 2007 12:10:02 GMT Resent-Message-Id: <200704181210.l3ICA2of078142@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Søren Klintrup Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A7BA16A400 for ; Wed, 18 Apr 2007 12:00:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 1B2FD13C469 for ; Wed, 18 Apr 2007 12:00:33 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l3IC0WUl096860 for ; Wed, 18 Apr 2007 12:00:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l3IBtVVc096057; Wed, 18 Apr 2007 11:55:31 GMT (envelope-from nobody) Message-Id: <200704181155.l3IBtVVc096057@www.freebsd.org> Date: Wed, 18 Apr 2007 11:55:31 GMT From: Søren Klintrup To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/111815: databases/linux-oracle-instantclient-basic does not include linux-compat package/port by default. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2007 12:10:02 -0000 >Number: 111815 >Category: ports >Synopsis: databases/linux-oracle-instantclient-basic does not include linux-compat package/port by default. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Apr 18 12:10:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Søren Klintrup >Release: 6.2-RELEASE >Organization: >Environment: FreeBSD roo.hemligt.net 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #0: Sun Apr 8 06:21:02 UTC 2007 root@roo.hemligt.net:/usr/obj/usr/src/sys/ROO i386 >Description: The databases/linux-oracle-instantclient-basic does not automatically include a linux port, so it fails to build on machines that does not have a linux client. It's easily fixed by adding USE_LINUX=yes to the Makefile, patch attached. >How-To-Repeat: build the port on a machine that does not have linux_base libraries installed. >Fix: USE_LINUX=yes in makefile Patch attached inline, www.freebsd.org/send-pr.html didn't work with attachments (from this machine) and the patch is quite small. --- Makefile.orig Wed Apr 18 13:43:10 2007 +++ Makefile Wed Apr 18 13:43:19 2007 @@ -25,6 +25,7 @@ RESTRICTED= Packaging prohibited by Oracle license USE_ZIP= yes +USE_LINUX= yes USE_LINUX_PREFIX= yes ORACLEVERSION= 10.2.0.3 >Release-Note: >Audit-Trail: >Unformatted: