Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 1999 00:52:40 +0200
From:      Sheldon Hearn <axl@iafrica.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/10014: [PATCH] audio/mxv: broken library search path
Message-ID:  <94442.918687160@axl.noc.iafrica.com>

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

>Number:         10014
>Category:       ports
>Synopsis:       [PATCH] audio/mxv: broken library search path
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 10 15:00:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Sheldon Hearn
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
UUNET Internet Africa
>Environment:

	FreeBSD 4.0-CURRENT as of 10 Feb 1999

>Description:

	The audio/mxv port expects to find libIV.so in the interviews
	hierarchy, the wrong place.

>How-To-Repeat:

	Watch the ld error that terminates make.

>Fix:
	
	The following diff teaches audio/mxv to look for libIV.so in
	/usr/local/lib.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/mxv/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	1998/09/28 01:51:38	1.6
+++ Makefile	1999/02/10 21:34:09
@@ -15,8 +15,6 @@
 
 BUILD_DEPENDS=	${LOCALBASE}/interviews/bin/FREEBSD/ivmkmf:${PORTSDIR}/x11-toolkits/iv
 
-BROKEN_ELF=	depends on broken iv port
-
 NO_WRKSUBDIR=	yes
 USE_IMAKE=	yes
 MAKE_ENV=	CPU=FREEBSD
Index: patches/patch-ab
===================================================================
RCS file: /home/ncvs/ports/audio/mxv/patches/patch-ab,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-ab
--- patch-ab	1997/04/17 07:05:39	1.1.1.1
+++ patch-ab	1999/02/10 21:26:18
@@ -13,7 +13,7 @@
 + ARCH_CCDEFINES = -DVOXWARE_DACS -DXDisplay=_XDisplay
 + ARCH_CCFLAGS =
 + ARCH_CCINCLUDES =
-+ ARCH_CCLDFLAGS =
++ ARCH_CCLDFLAGS = -L/usr/local/lib
 + ARCH_CCLDLIBS = $(APP_FORTLIBS) -lm
 + DEBUG_CCFLAGS = -Ddebug
 + 
>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?94442.918687160>