FreeBSD Bugzilla – Attachment 80790 Details for
Bug 115819
Update ports: audio/libamrnb and audio/libamrwb
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
libamrwb.diff.txt
libamrwb.diff.txt (text/plain), 5.52 KB, created by
Tatsuki Makino
on 2007-08-26 00:37:15 UTC
(
hide
)
Description:
libamrwb.diff.txt
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2007-08-26 00:37:15 UTC
Size:
5.52 KB
patch
obsolete
>diff -urN libamrwb.orig/Makefile libamrwb/Makefile >--- libamrwb.orig/Makefile Sat Jul 14 21:39:54 2007 >+++ libamrwb/Makefile Sat Aug 25 21:54:31 2007 >@@ -6,8 +6,7 @@ > # > > PORTNAME= libamrwb >-PORTVERSION= 7.0.0.1 >-PORTREVISION= 1 >+PORTVERSION= 7.0.0.2 > CATEGORIES= audio > MASTER_SITES= http://ftp.penguin.cz/pub/users/utx/amr/ \ > http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/:3GPP >@@ -20,32 +19,29 @@ > > BUILD_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip > >-SRC3GPP= 26204-700.zip >- >+RESTRICTED= license prohibits redistribution >+RESTRICTED_FILES= ${SRC3GPP} > USE_BZIP2= yes > USE_GMAKE= yes > USE_AUTOTOOLS= libtool:15 >+PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO readme.txt >+SUB_FILES= pkg-message > GNU_CONFIGURE= yes > CONFIGURE_ENV+= LANG=C >+MAKE_ENV= LANG=C > USE_LDCONFIG= yes >-RESTRICTED= license prohibits redistribution >-RESTRICTED_FILES= ${SRC3GPP} >-PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO readme.txt >-SUB_FILES= pkg-message >+ >+SRC3GPP= 26204-700.zip > > post-extract: > @${CP} ${DISTDIR}/${SRC3GPP} ${WRKSRC}/ > > post-install: > .ifndef(NOPORTDOCS) >- @${ECHO} -n Install documents: >- @${MKDIR} ${DOCSDIR} >+ ${MKDIR} ${DOCSDIR} > . for FILE in ${PORTDOCS} >- @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} >- @${ECHO} -n " ${FILE}" >+ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} > . endfor >- @${ECHO} . >- @${ECHO} > .endif > @${CAT} ${PKGMESSAGE} > >diff -urN libamrwb.orig/distinfo libamrwb/distinfo >--- libamrwb.orig/distinfo Sat Jul 14 21:39:54 2007 >+++ libamrwb/distinfo Sat Aug 25 21:24:35 2007 >@@ -1,6 +1,6 @@ >-MD5 (amrwb-7.0.0.1.tar.bz2) = f823b5e055e1d85142740e225b86ac91 >-SHA256 (amrwb-7.0.0.1.tar.bz2) = 16248eac1a909012be577333583d5f4bffaad2b7687c764d7f027ddc11f1ec86 >-SIZE (amrwb-7.0.0.1.tar.bz2) = 220644 >+MD5 (amrwb-7.0.0.2.tar.bz2) = ab6d134fdc36aadd45232ce36f8e12ac >+SHA256 (amrwb-7.0.0.2.tar.bz2) = 2fca28b405fe4f871c9e0465ea56ffd7545f58b2a431fbb8dce8dab30f096552 >+SIZE (amrwb-7.0.0.2.tar.bz2) = 222579 > MD5 (26204-700.zip) = 2e5098687d3007a05b7acc8298a5b072 > SHA256 (26204-700.zip) = 1b8ba234f5ac520650cb66aee1079491681afb7dba78eb717dca9534ae3598f0 > SIZE (26204-700.zip) = 255757 >diff -urN libamrwb.orig/files/patch-Makefile.in libamrwb/files/patch-Makefile.in >--- libamrwb.orig/files/patch-Makefile.in Sat Jul 14 21:39:54 2007 >+++ libamrwb/files/patch-Makefile.in Thu Jan 1 00:00:00 1970 >@@ -1,24 +0,0 @@ >---- Makefile.in.orig Thu Jun 7 00:32:12 2007 >-+++ Makefile.in Sun Jul 15 00:58:13 2007 >-@@ -224,7 +224,7 @@ >- sysconfdir = @sysconfdir@ >- target_alias = @target_alias@ >- EXTRA_DIST = amrwb-any-cflags.patch amrwb-dhf-declaration.patch amrwb-intsizes.patch prepare_sources.sh amrwb.spec >--DISTCLEANFILES = 26204-700.zip 26204-700.doc 26204-700_ANSI-C_source_code.zip >-+DISTCLEANFILES = 26204-700.doc 26204-700_ANSI-C_source_code.zip >- lib_LTLIBRARIES = \ >- libamrwb.la >- >-@@ -807,10 +807,10 @@ >- chmod og-w 26204-700.doc >- >- 26204-700.zip: >-- $(WGET) -N http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-700.zip >-+ test -e 26204-700.zip >- >- extraclean: >-- rm -f $(distdir)/*.c $(distdir)/*.h $(distdir)/readme.txt $(distdir)/26204-700.zip $(distdir)/26204-700.doc $(distdir)/26204-700_ANSI-C_source_code.zip >-+ rm -f $(distdir)/*.c $(distdir)/*.h $(distdir)/readme.txt $(distdir)/26204-700.doc $(distdir)/26204-700_ANSI-C_source_code.zip >- >- # WARNING: These commands use internal automake command and may fail in future version. >- extradist-gzip: distdir extraclean >diff -urN libamrwb.orig/files/patch-configure libamrwb/files/patch-configure >--- libamrwb.orig/files/patch-configure Sat Jul 14 21:39:54 2007 >+++ libamrwb/files/patch-configure Thu Jan 1 00:00:00 1970 >@@ -1,15 +0,0 @@ >---- configure.orig Fri Jun 22 13:50:03 2007 >-+++ configure Fri Jun 22 13:50:27 2007 >-@@ -20338,12 +20338,6 @@ >- fi >- >- >--if test x"$WGET" = x -a ! "(" -f "26204-700.zip" -o -f "enc_main.c" ")" ; then >-- { { echo "$as_me:$LINENO: error: You need wget utility to download sources." >&5 >--echo "$as_me: error: You need wget utility to download sources." >&2;} >-- { (exit 1); exit 1; }; } >--fi >-- >- # Checks for libraries. >- { echo "$as_me:$LINENO: checking for library containing sqrt" >&5 >- echo $ECHO_N "checking for library containing sqrt... $ECHO_C" >&6; } >diff -urN libamrwb.orig/files/patch-prepare_sources.sh libamrwb/files/patch-prepare_sources.sh >--- libamrwb.orig/files/patch-prepare_sources.sh Sat Jul 14 21:39:54 2007 >+++ libamrwb/files/patch-prepare_sources.sh Thu Jan 1 00:00:00 1970 >@@ -1,31 +0,0 @@ >---- prepare_sources.sh.orig Thu Jun 7 00:29:29 2007 >-+++ prepare_sources.sh Sun Jul 15 01:00:53 2007 >-@@ -1,10 +1,10 @@ >--#! /bin/bash >-+#! /bin/sh >- >- set -o errexit >--trap "rm -rf c-code *.c *.h readme.txt *.new *.def *.all" ERR >-+trap "rm -rf c-code *.c *.h readme.txt *.new *.def *.all" 0 >- >- if [ "$0" = prepare_sources.sh ] ; then >-- cd "$(if ! which 2>/dev/null prepare_sources.sh ; then echo . fi )" >-+ cd "$(if ! which 2>/dev/null prepare_sources.sh ; then echo . ; fi )" >- else >- cd "${0%/*}" >- fi >-@@ -24,7 +24,7 @@ >- patch <amrwb-any-cflags.patch >- patch <amrwb-dhf-declaration.patch >- >--for FILE in {dec,enc}_if.{c,h} ; do >-+for FILE in dec_if.[ch] enc_if.[ch] ; do >- echo "modifying file $FILE" >- if test $FILE = ${FILE%.h} ; then >- ENDSTRING="^}" >-@@ -47,3 +47,5 @@ >- mv $FILE.new $FILE >- rm $FILE.def $FILE.all >- done >-+ >-+trap 0 >diff -urN libamrwb.orig/pkg-plist libamrwb/pkg-plist >--- libamrwb.orig/pkg-plist Thu Jun 7 08:57:32 2007 >+++ libamrwb/pkg-plist Sat Aug 25 21:31:46 2007 >@@ -23,5 +23,5 @@ > lib/libamrwb.a > lib/libamrwb.la > lib/libamrwb.so >-lib/libamrwb.so.2 >+lib/libamrwb.so.3 > @dirrm include/amrwb
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 115819
:
80789
| 80790