ports/179072: [patch] [update] audio/flac: update to 1.3.0
Sayetsky Anton
vsjcfm at gmail.com
Wed May 29 08:10:00 UTC 2013
>Number: 179072
>Category: ports
>Synopsis: [patch] [update] audio/flac: update to 1.3.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed May 29 08:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Sayetsky Anton
>Release: FreeBSD 9.1-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD jw.local 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0 r250095: Tue Apr 30 12:25:23 EEST 2013 root at jw.local:/usr/obj/media/dvlfiles/build/src/sys/JASONW amd64
>Description:
There is a new version.
>How-To-Repeat:
>Fix:
I don't sure if the patch is fully correct (maybe pkg-plist must be changed or something like). But it compiles successfully.
--- patch.txt begins here ---
Index: audio/flac/Makefile
===================================================================
--- audio/flac/Makefile (revision 319352)
+++ audio/flac/Makefile (working copy)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= flac
-PORTVERSION= 1.2.1
-PORTREVISION= 3
+PORTVERSION= 1.3.0
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/flac/
@@ -20,6 +19,7 @@
--disable-xmms-plugin
CPPFLAGS+= -I${WRKSRC}/include
MAKE_JOBS_SAFE= yes
+USE_XZ= yes
OPTIONS_DEFINE= ICONV
OPTIONS_DEFAULT=ICONV
Index: audio/flac/distinfo
===================================================================
--- audio/flac/distinfo (revision 319352)
+++ audio/flac/distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (flac-1.2.1.tar.gz) = 9635a44bceb478bbf2ee8a785cf6986fba525afb5fad1fd4bba73cf71f2d3edf
-SIZE (flac-1.2.1.tar.gz) = 2009217
+SHA256 (flac-1.3.0.tar.xz) = fa2d64aac1f77e31dfbb270aeb08f5b32e27036a52ad15e69a77e309528010dc
+SIZE (flac-1.3.0.tar.xz) = 1084256
Index: audio/flac/files/patch-Makefile.in
===================================================================
--- audio/flac/files/patch-Makefile.in (revision 319352)
+++ audio/flac/files/patch-Makefile.in (working copy)
@@ -1,14 +1,11 @@
-
-$FreeBSD$
-
---- Makefile.in.orig
-+++ Makefile.in
-@@ -234,7 +234,7 @@
-
- AUTOMAKE_OPTIONS = foreign 1.7
-
--SUBDIRS = doc include m4 man src examples test build obj
+--- ./Makefile.in.orig 2013-05-27 11:11:58.639908000 +0300
++++ ./Makefile.in 2013-05-29 10:40:41.000000000 +0300
+@@ -323,7 +323,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ ACLOCAL_AMFLAGS = -I m4
+-SUBDIRS = doc include m4 man src examples test build objs
+SUBDIRS = $(DOC) include m4 man src test build
-
- DISTCLEANFILES = libtool-disable-static
-
+ EXTRA_DIST = \
+ COPYING.FDL \
+ COPYING.GPL \
Index: audio/flac/files/patch-man_flac.1
===================================================================
--- audio/flac/files/patch-man_flac.1 (revision 319352)
+++ audio/flac/files/patch-man_flac.1 (working copy)
@@ -1,14 +1,11 @@
-
-$FreeBSD$
-
---- man/flac.1.orig
-+++ man/flac.1
-@@ -325,7 +325,7 @@
+--- ./man/flac.1.orig 2013-05-26 12:30:33.924201000 +0300
++++ ./man/flac.1 2013-05-29 10:41:58.000000000 +0300
+@@ -380,7 +380,7 @@
.PP
metaflac(1).
.PP
--The programs are documented fully by HTML format documentation, available in \fI/usr/share/doc/flac/html\fR on Debian GNU/Linux systems.
-+The programs are documented fully by HTML format documentation, available in \fI%%PREFIX%%/share/doc/flac/html\fR.
+-The programs are documented fully by HTML format documentation, available in \fI/usr/share/doc/libflac-doc/html\fR on Debian GNU/Linux systems.
++The programs are documented fully by HTML format documentation, available in \fI%%PREFIX%%/share/doc/libflac-doc/html\fR on Debian GNU/Linux systems.
.SH "AUTHOR"
.PP
This manual page was written by Matt Zimmerman <mdz at debian.org> for the Debian GNU/Linux system (but may be used by others).
--- patch.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list