Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2006 13:58:46 -0800 (PST)
From:      John Prather <john.c.prather@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92027: Makefile contains misnamed directory
Message-ID:  <20060119215846.9E70B45002@Zeus.twilightstar.net>
Resent-Message-ID: <200601192200.k0JM0JZY032312@freefall.freebsd.org>

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

>Number:         92027
>Category:       ports
>Synopsis:       Makefile contains misnamed directory
>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:   Thu Jan 19 22:00:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     John Prather
>Release:        FreeBSD 5.4-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD Zeus.twilightstar.net 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #0: Sat Oct 29 21:16:51 PDT 2005 root@Zeus.twilightstar.net:/usr/obj/usr/src/sys/ZEUS i386


	
>Description:

	when making install on databases/linux-oracle-instantclient-sdk/,
	make dies with error when it tries to use the wrong source dir
	to install from
>How-To-Repeat:
	cd /usr/ports/databases/linux-oracle-instantclient-sdk
	make install
>Fix:
calling this with patch in the port dir should fix:

*** Makefile.orig       Thu Jan 19 13:43:31 2006
--- Makefile    Thu Jan 19 13:43:37 2006
***************
*** 66,70 ****
                        occiobj.typ
  
! WRKSRC=                       ${WRKDIR}/instantclient10_2/sdk
  
  INSTLIBSDIR=          ${PREFIX}/usr/lib/oracle/${PORTVERSION}/client/lib
--- 66,70 ----
                        occiobj.typ
  
! WRKSRC=                       ${WRKDIR}/instantclient_10_2/sdk
  
  INSTLIBSDIR=          ${PREFIX}/usr/lib/oracle/${PORTVERSION}/client/lib




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



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