forked from ports/contrib
libcdio-paranoia: 10.2+0.94+2 -> 10.2+2.0.1
This commit is contained in:
parent
e44a22f366
commit
3783238860
@ -6,6 +6,7 @@ drwxr-xr-x root/root usr/include/cdio/
|
||||
drwxr-xr-x root/root usr/include/cdio/paranoia/
|
||||
-rw-r--r-- root/root usr/include/cdio/paranoia/cdda.h
|
||||
-rw-r--r-- root/root usr/include/cdio/paranoia/paranoia.h
|
||||
-rw-r--r-- root/root usr/include/cdio/paranoia/toc.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libcdio_cdda.a
|
||||
-rwxr-xr-x root/root usr/lib/libcdio_cdda.la
|
||||
|
@ -1,6 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF37/5XEpQ0wKMAK8+arzt5YTPgHFO3///IPjk7IgbzpRbIqayqii8ceUSLeXNy7ANxJjGGIlUuQfQKlNAU47IeAk=
|
||||
SHA256 (Pkgfile) = b54bb450cec7966d781564348d8ebd20b28e159b6a135c10cba853cf0c9fe8e4
|
||||
SHA256 (.footprint) = 7896538a71a0d158a9705300a2d06fe80d8a482613372a0ec0e3f05e085e9c2d
|
||||
SHA256 (libcdio-paranoia-10.2+0.94+2.tar.gz) = d60f82ece97eeb92407a9ee03f3499c8983206672c28ae5e4e22179063c81941
|
||||
SHA256 (enable_symbol_versions.patch) = f84a2467ee7ffd747cea7c783d4d53d5439b69f49d01380d650bea8454ddf5f2
|
||||
RWSagIOpLGJF341mvLr3luSS/d/ZnC/yfM4KY2bj1AjINDCY0IETKeSR03moezPbCsAlhr+NacxKJnP3VXLGEmQsn0zYTwrF2QM=
|
||||
SHA256 (Pkgfile) = c1a6b5103f0d77ed92e28b36abdb100da44cb40db97dfa99c7b08109dab97f2d
|
||||
SHA256 (.footprint) = 2e882fff9f854e3675f7c777ac177c5bb703d4f5d1c26dce60f801d3ad7ac341
|
||||
SHA256 (libcdio-paranoia-10.2+2.0.1.tar.gz) = 28d7d00e4a83d0221acda0fd2eb3e3240bf094db4c00a85998922201939fa952
|
||||
|
@ -4,17 +4,13 @@
|
||||
# Depends on: libcdio
|
||||
|
||||
name=libcdio-paranoia
|
||||
version=10.2+0.94+2
|
||||
version=10.2+2.0.1
|
||||
release=1
|
||||
source=(https://ftp.gnu.org/gnu/libcdio/$name-$version.tar.gz
|
||||
enable_symbol_versions.patch)
|
||||
source=(https://ftp.gnu.org/gnu/libcdio/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
patch -p1 -i $SRC/enable_symbol_versions.patch
|
||||
autoreconf -fi
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-cpp-progs \
|
||||
|
@ -1,26 +0,0 @@
|
||||
From 69b1fabe1983d4216144c8d271bd90c24a49a9b7 Mon Sep 17 00:00:00 2001
|
||||
From: "R. Bernstein" <rocky@gnu.org>
|
||||
Date: Tue, 9 May 2017 02:34:34 -0400
|
||||
Subject: [PATCH] Default enable_version_script is yes (enabled)
|
||||
|
||||
Fixes http://savannah.gnu.org/bugs/?50978 ?
|
||||
---
|
||||
configure.ac | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index ed276c2..a502273 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -61,9 +61,9 @@ dnl cheeck whether ld supports --version-script
|
||||
|
||||
AC_ARG_ENABLE(ld-version-script,
|
||||
AS_HELP_STRING([--disable-ld-version-script],
|
||||
- [Disable linker vresion script for libraries (Defauilt is to use linker script if the linger supports it)]),
|
||||
+ [Disable linker version script for libraries (Defauilt is to use linker script if the linger supports it)]),
|
||||
[enable_version_script=$enableval],
|
||||
- [enable_version_script=auto])
|
||||
+ [enable_version_script=yes])
|
||||
|
||||
AM_CONDITIONAL(VERSION_SCRIPT, test "x$enable_version_script" = "xyes")
|
||||
|
Loading…
x
Reference in New Issue
Block a user