FreeBSD Bugzilla – Attachment 221959 Details for
Bug 253042
devel/serd: Update to 0.30.10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
serd.diff
serd.diff (text/plain), 3.39 KB, created by
Goran Mekić
on 2021-01-27 11:46:58 UTC
(
hide
)
Description:
serd.diff
Filename:
MIME Type:
Creator:
Goran Mekić
Created:
2021-01-27 11:46:58 UTC
Size:
3.39 KB
patch
obsolete
>diff --git a/devel/serd/Makefile b/devel/serd/Makefile >index 60f0f132d942..d0b7d02fe00b 100644 >--- a/devel/serd/Makefile >+++ b/devel/serd/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= serd >-PORTVERSION= 0.30.8 >+PORTVERSION= 0.30.10 > CATEGORIES= devel > MASTER_SITES= http://download.drobilla.net/ > >diff --git a/devel/serd/distinfo b/devel/serd/distinfo >index 1e269c22dfe7..7eb89af179dc 100644 >--- a/devel/serd/distinfo >+++ b/devel/serd/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1611145297 >-SHA256 (serd-0.30.8.tar.bz2) = 672ec48f55f6f5bf1b548f3d6a76f127e803dbae2550ddb730bb02d2fd28fa87 >-SIZE (serd-0.30.8.tar.bz2) = 590817 >+TIMESTAMP = 1611744759 >+SHA256 (serd-0.30.10.tar.bz2) = affa80deec78921f86335e6fc3f18b80aefecf424f6a5755e9f2fa0eb0710edf >+SIZE (serd-0.30.10.tar.bz2) = 586386 >diff --git a/devel/serd/files/patch-src_serd__config.h b/devel/serd/files/patch-src_serd__config.h >deleted file mode 100644 >index ea7e95ff6f60..000000000000 >--- a/devel/serd/files/patch-src_serd__config.h >+++ /dev/null >@@ -1,33 +0,0 @@ >---- src/serd_config.h.orig 2021-01-20 12:23:24 UTC >-+++ src/serd_config.h >-@@ -44,17 +44,6 @@ >- # endif >- # endif >- >--// C99 and C++11: aligned_alloc() >--# ifndef HAVE_ALIGNED_ALLOC >--# if !defined(__APPLE__) && !defined(_WIN32) >--# if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L >--# define HAVE_ALIGNED_ALLOC >--# elif defined(__cplusplus) && __cplusplus >= 201103L) >--# define HAVE_ALIGNED_ALLOC >--# endif >--# endif >--# endif >-- >- // POSIX.1-2001: fileno() >- # ifndef HAVE_FILENO >- # if defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112L >-@@ -87,12 +76,6 @@ >- and this header is always required by any code that checks for features, even >- if the build system defines them all. >- */ >-- >--#ifdef HAVE_ALIGNED_ALLOC >--# define USE_ALIGNED_ALLOC 1 >--#else >--# define USE_ALIGNED_ALLOC 0 >--#endif >- >- #ifdef HAVE_FILENO >- # define USE_FILENO 1 >diff --git a/devel/serd/files/patch-src_system.c b/devel/serd/files/patch-src_system.c >deleted file mode 100644 >index ba5312ce6a20..000000000000 >--- a/devel/serd/files/patch-src_system.c >+++ /dev/null >@@ -1,11 +0,0 @@ >---- src/system.c.orig 2021-01-20 12:24:18 UTC >-+++ src/system.c >-@@ -55,8 +55,6 @@ serd_malloc_aligned(const size_t alignment, const size >- { >- #if defined(_WIN32) >- return _aligned_malloc(size, alignment); >--#elif USE_ALIGNED_ALLOC >-- return aligned_alloc(alignment, size); >- #elif USE_POSIX_MEMALIGN >- void* ptr = NULL; >- const int ret = posix_memalign(&ptr, alignment, size); >diff --git a/devel/serd/files/patch-wscript b/devel/serd/files/patch-wscript >deleted file mode 100644 >index 20657f81aee5..000000000000 >--- a/devel/serd/files/patch-wscript >+++ /dev/null >@@ -1,16 +0,0 @@ >---- wscript.orig 2021-01-20 12:26:07 UTC >-+++ wscript >-@@ -123,13 +123,6 @@ def configure(conf): >- if Options.options.largefile: >- conf.env.append_unique('DEFINES', ['_FILE_OFFSET_BITS=64']) >- >-- conf.check_function('c', 'aligned_alloc', >-- header_name = 'stdlib.h', >-- return_type = 'void*', >-- arg_types = 'size_t,size_t', >-- define_name = 'HAVE_ALIGNED_ALLOC', >-- mandatory = False) >-- >- if not Options.options.no_posix: >- funcs = {'posix_memalign': ('stdlib.h', 'int', 'void**,size_t,size_t'), >- 'posix_fadvise': ('fcntl.h', 'int', 'int,off_t,off_t,int'),
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 Diff
View Attachment As Raw
Flags:
meka
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 253042
: 221959