Date: Sat, 6 Mar 1999 19:56:45 -0600 (CST) From: Nathan Ahlstrom <nrahlstr@portage.winternet.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10452: Patch to update libaudiofile port to audiofile-0.1.6 Message-ID: <199903070156.TAA16678@portage.winternet.com>
next in thread | raw e-mail | index | archive | help
>Number: 10452 >Category: ports >Synopsis: Patch to update libaudiofile port to audiofile-0.1.6 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 6 18:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Nathan Ahlstrom >Release: FreeBSD 3.1-STABLE i386 >Organization: none >Environment: FreeBSD portage.winternet.com 3.1-STABLE FreeBSD 3.1-STABLE #0: Wed Feb 24 21:55:53 CST 1999 root@inferno.winternet.com:/usr/src/sys/compile/PORTAGE i386 >Description: libaudiofile is now at version 0.1.6. Apply patch found below. >How-To-Repeat: >Fix: diff -ruN libaudiofile.orig/Makefile libaudiofile/Makefile --- libaudiofile.orig/Makefile Sat Mar 6 15:31:42 1999 +++ libaudiofile/Makefile Sat Mar 6 19:47:31 1999 @@ -6,10 +6,13 @@ # $Id: Makefile,v 1.2 1999/01/27 08:31:48 fenner Exp $ # -DISTNAME= libaudiofile-0.1.5 +DISTNAME= audiofile-0.1.6 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= libaudiofile +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/gnome-1.0/sources/ \ + ftp://ftp.geo.net/pub/gnome/gnome-1.0/sources/ \ + ftp://ftp.cybertrails.com/pub/gnome/gnome-1.0/sources/ \ + ftp://sod.res.cmu.edu/mirror/ftp.gnome.org/gnome-1.0/sources/ + ftp://server.ph.ucla.edu/pub/gnome-1.0/sources/ MAINTAINER= vanilla@FreeBSD.ORG diff -ruN libaudiofile.orig/files/md5 libaudiofile/files/md5 --- libaudiofile.orig/files/md5 Sat Mar 6 15:31:31 1999 +++ libaudiofile/files/md5 Sat Mar 6 15:03:21 1999 @@ -1 +1 @@ -MD5 (libaudiofile-0.1.5.tar.gz) = 9eaf6631b47750c2c9cdedaa8da5546c +MD5 (audiofile-0.1.6.tar.gz) = 787c59576393dfb7bdc1a2d2da67441e diff -ruN libaudiofile.orig/patches/patch-aa libaudiofile/patches/patch-aa --- libaudiofile.orig/patches/patch-aa Sat Mar 6 15:31:31 1999 +++ libaudiofile/patches/patch-aa Wed Dec 31 18:00:00 1969 @@ -1,19 +0,0 @@ ---- ltmain.sh.orig Thu Dec 31 13:06:58 1998 -+++ ltmain.sh Thu Dec 31 13:07:53 1998 -@@ -923,6 +923,16 @@ - versuffix="$current.$revision" - ;; - -+ freebsd) -+ version_vars="$version_vars major versuffix" -+ major="$current" -+ if [ $PORTOBJFORMAT = elf ]; then -+ versuffix="$current" -+ else -+ versuffix="$current.$revision" -+ fi -+ ;; -+ - *) - $echo "$modename: unknown library version type \`$version_type'" 1>&2 - echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 diff -ruN libaudiofile.orig/patches/patch-ab libaudiofile/patches/patch-ab --- libaudiofile.orig/patches/patch-ab Sat Mar 6 15:31:31 1999 +++ libaudiofile/patches/patch-ab Wed Dec 31 18:00:00 1969 @@ -1,34 +0,0 @@ ---- ltconfig.orig Tue Dec 15 01:13:45 1998 -+++ ltconfig Tue Feb 2 02:30:10 1999 -@@ -767,7 +767,7 @@ - ;; - - # FreeBSD 3, at last, uses gcc -shared to do shared libraries. -- freebsd3*) -+ freebsd*) - archive_cmds='$CC -shared -o $lib$libobjs' - hardcode_libdir_flag_spec='-R$libdir' - hardcode_direct=yes -@@ -1105,10 +1105,21 @@ - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "$lib" | sed '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' - ;; - --freebsd2* | freebsd3*) -+freebsd2*) - version_type=sunos - library_names_spec='$libname.so.$versuffix $libname.so' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ ;; -+ -+freebsd*) -+ version_type=freebsd -+ library_names_spec='$libname.so.$versuffix $libname.so' -+ if [ $PORTOBJFORMAT = elf ]; then -+ finish_cmds='PATH="\$PATH:/sbin" OBJFORMAT="$PORTOBJFORMAT" ldconfig -m $libdir' -+ else -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' -+ fi - shlibpath_var=LD_LIBRARY_PATH - ;; - >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?199903070156.TAA16678>