Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 1999 19:11:49 -0800 (PST)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9715: [PATCH] fnlib port does not create shared lib on 4.0-current 
Message-ID:  <199901270311.TAA51506@norn.ca.eu.org>

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

>Number:         9715
>Category:       ports
>Synopsis:       [PATCH] fnlib port is not creating a shared library on -current
>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:   Tue Jan 26 19:20:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a
>Environment:

	FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #42: Mon Jan 25 20:53:58 
	PST 1999     norn@norn.ca.eu.org:/usr/src/sys/compile/NORN  i386

>Description:

        The fnlib port only checks for freebsd versions 2 or 3, so
        shared libraries do not get built under 4.0-CURRENT.
        This breaks other ports looking for LIB_DEPENDS= Fnlib.0

>How-To-Repeat:

	cd /usr/ports/graphics/fnlib && make install

>Fix:

Apply patch below:
	
--- graphics/fnlib/patches/patch-ad.orig        Tue Jan 26 19:03:26 1999
+++ graphics/fnlib/patches/patch-ad     Tue Jan 26 19:03:46 1999
@@ -31,7 +31,7 @@
 +  shlibpath_var=LD_LIBRARY_PATH
 +  ;;
 +
-+freebsd3*)
++freebsd3* | freebsd4*)
 +  version_type=freebsd
 +  library_names_spec='$libname.so.$versuffix $libname.so'
 +  if [ $PORTOBJFORMAT = elf ]; then


-Chris
>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?199901270311.TAA51506>