Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2000 15:39:18 +0800 (CST)
From:      Chia-Hsing Yu <b7506061@stego.csie.ntu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17522: patch jpeg6b on 5.0 current
Message-ID:  <200003210739.PAA45410@stego.csie.ntu.edu.tw>

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

>Number:         17522
>Category:       ports
>Synopsis:       patch jpeg6b on 5.0 current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 20 23:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Chia-Hsing Yu
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
NTU CSIE
>Environment:

FreeBSD stego.csie.ntu.edu.tw 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Mar 15 16:13:10 CST 2000     root@stego.csie.ntu.edu.tw:/usr/src/sys/compile/STEGO  i386

>Description:

The libtool used in jpeg6b can't build shared library on 5.0-Current.

>How-To-Repeat:

Just make it!

>Fix:

Put the lines below in ports/jpeg/patches/patches-ad

--- ltconfig.orig	Tue Mar 21 15:25:24 2000
+++ ltconfig	Tue Mar 21 15:25:38 2000
@@ -1130,7 +1130,7 @@
   shlibpath_var=LD_LIBRARY_PATH
   ;;
 
-freebsd3* | freebsd4*)
+freebsd3* | freebsd4* | freebsd5*)
   version_type=freebsd
   library_names_spec='${libname}${release}.so.$versuffix $libname.so'
   if [ $PORTOBJFORMAT = elf ]; then

>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?200003210739.PAA45410>