srcpkgs/d*: convert patches to -Np1
* daemontools and dmraid is kept at -Np0 ```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
This commit is contained in:
parent
c987560802
commit
b6bcd8cd34
|
@ -17,8 +17,8 @@ So drop these checks
|
||||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||||
|
|
||||||
diff -Nuar osdep.m4 osdep.m4
|
diff -Nuar osdep.m4 osdep.m4
|
||||||
--- osdep.m4 2019-12-09 21:28:38.936003218 +0100
|
--- a/osdep.m4 2019-12-09 21:28:38.936003218 +0100
|
||||||
+++ osdep.m4 2019-12-09 21:49:48.764019371 +0100
|
+++ b/osdep.m4 2019-12-09 21:49:48.764019371 +0100
|
||||||
@@ -956,13 +956,7 @@
|
@@ -956,13 +956,7 @@
|
||||||
unset UNIQUEVALS UNIQUESYMBOLS
|
unset UNIQUEVALS UNIQUESYMBOLS
|
||||||
if test -s $ERRVALFILE; then
|
if test -s $ERRVALFILE; then
|
||||||
|
|
|
@ -6,8 +6,8 @@ Author: Peter Pentchev <roam@ringlet.net>
|
||||||
Forwarded: not-yet
|
Forwarded: not-yet
|
||||||
Last-Update: 2016-04-11
|
Last-Update: 2016-04-11
|
||||||
|
|
||||||
--- libscompat.m4
|
--- a/libscompat.m4
|
||||||
+++ libscompat.m4
|
+++ b/libscompat.m4
|
||||||
@@ -377,7 +377,7 @@
|
@@ -377,7 +377,7 @@
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
@ -10,7 +10,6 @@ license="MIT-CMU"
|
||||||
homepage="http://www.inet.no/dante/index.html"
|
homepage="http://www.inet.no/dante/index.html"
|
||||||
distfiles="http://www.inet.no/dante/files/dante-${version}.tar.gz"
|
distfiles="http://www.inet.no/dante/files/dante-${version}.tar.gz"
|
||||||
checksum=4c97cff23e5c9b00ca1ec8a95ab22972813921d7fbf60fc453e3e06382fc38a7
|
checksum=4c97cff23e5c9b00ca1ec8a95ab22972813921d7fbf60fc453e3e06382fc38a7
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
configure_args="--with-libc=libc.so.6"
|
configure_args="--with-libc=libc.so.6"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Disable cross compile checks for libgcrypt usability
|
Disable cross compile checks for libgcrypt usability
|
||||||
tests. They are not required.
|
tests. They are not required.
|
||||||
|
|
||||||
--- configure 2015-10-18 14:02:02.423216637 +0200
|
--- a/configure 2015-10-18 14:02:02.423216637 +0200
|
||||||
+++ configure 2015-10-18 14:04:45.198228372 +0200
|
+++ b/configure 2015-10-18 14:04:45.198228372 +0200
|
||||||
@@ -22294,7 +22294,7 @@
|
@@ -22294,7 +22294,7 @@
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgcrypt usability" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgcrypt usability" >&5
|
||||||
|
@ -23,8 +23,8 @@ tests. They are not required.
|
||||||
as_fn_error $? "cannot run test program while cross compiling
|
as_fn_error $? "cannot run test program while cross compiling
|
||||||
diff --git configure configure
|
diff --git configure configure
|
||||||
index 157b7a9..7c6a50d 100755
|
index 157b7a9..7c6a50d 100755
|
||||||
--- configure
|
--- a/configure
|
||||||
+++ configure
|
+++ b/configure
|
||||||
@@ -25481,7 +25481,7 @@ fi
|
@@ -25481,7 +25481,7 @@ fi
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libthreadar() operationability" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libthreadar() operationability" >&5
|
||||||
|
|
|
@ -2,8 +2,8 @@ Since the musl libc constellation results in unistd.h being
|
||||||
included, which defines the getopt() function but not the
|
included, which defines the getopt() function but not the
|
||||||
getopt globals, define them here as well.
|
getopt globals, define them here as well.
|
||||||
|
|
||||||
--- src/dar_suite/my_getopt_long.h 2015-10-17 10:42:50.000000000 +0200
|
--- a/src/dar_suite/my_getopt_long.h 2015-10-17 10:42:50.000000000 +0200
|
||||||
+++ src/dar_suite/my_getopt_long.h 2015-10-18 13:13:32.631006858 +0200
|
+++ b/src/dar_suite/my_getopt_long.h 2015-10-18 13:13:32.631006858 +0200
|
||||||
@@ -27,6 +27,12 @@
|
@@ -27,6 +27,12 @@
|
||||||
#ifndef MY_GETOPT_LONG_H
|
#ifndef MY_GETOPT_LONG_H
|
||||||
#define MY_GETOPT_LONG_H
|
#define MY_GETOPT_LONG_H
|
||||||
|
|
|
@ -14,7 +14,6 @@ license="GPL-2.0-or-later"
|
||||||
homepage="http://dar.linux.free.fr/"
|
homepage="http://dar.linux.free.fr/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/dar/dar-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/dar/dar-${version}.tar.gz"
|
||||||
checksum=3fea9ff9e55fb9827e17a080de7d1a2605b82c2320c0dec969071efefdbfd097
|
checksum=3fea9ff9e55fb9827e17a080de7d1a2605b82c2320c0dec969071efefdbfd097
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr
|
configure_args+=" --with-gpgme-prefix=${XBPS_CROSS_BASE}/usr
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Cast float* in SRC lib calls to delete fpermissive compilation error
|
Cast float* in SRC lib calls to delete fpermissive compilation error
|
||||||
https://github.com/rafael2k/darkice/commit/1e2eb18d349f205c70cb2836232825442359b6e3
|
https://github.com/rafael2k/darkice/commit/1e2eb18d349f205c70cb2836232825442359b6e3
|
||||||
|
|
||||||
--- src/aacPlusEncoder.cpp.orig 2015-05-18 19:38:07.000000000 +0200
|
--- a/src/aacPlusEncoder.cpp 2015-05-18 19:38:07.000000000 +0200
|
||||||
+++ src/aacPlusEncoder.cpp 2018-01-15 20:12:25.067851245 +0100
|
+++ b/src/aacPlusEncoder.cpp 2018-01-15 20:12:25.067851245 +0100
|
||||||
@@ -155,7 +155,7 @@
|
@@ -155,7 +155,7 @@
|
||||||
if ( converter ) {
|
if ( converter ) {
|
||||||
unsigned int converted;
|
unsigned int converted;
|
||||||
|
@ -12,8 +12,8 @@ https://github.com/rafael2k/darkice/commit/1e2eb18d349f205c70cb2836232825442359b
|
||||||
converterData.input_frames = nSamples;
|
converterData.input_frames = nSamples;
|
||||||
converterData.data_out = resampledOffset + (resampledOffsetSize * channels);
|
converterData.data_out = resampledOffset + (resampledOffsetSize * channels);
|
||||||
int srcError = src_process (converter, &converterData);
|
int srcError = src_process (converter, &converterData);
|
||||||
--- src/FaacEncoder.cpp.orig 2015-05-18 19:38:07.000000000 +0200
|
--- a/src/FaacEncoder.cpp 2015-05-18 19:38:07.000000000 +0200
|
||||||
+++ src/FaacEncoder.cpp 2018-01-15 20:10:28.737280304 +0100
|
+++ b/src/FaacEncoder.cpp 2018-01-15 20:10:28.737280304 +0100
|
||||||
@@ -164,7 +164,7 @@
|
@@ -164,7 +164,7 @@
|
||||||
if ( converter ) {
|
if ( converter ) {
|
||||||
unsigned int converted;
|
unsigned int converted;
|
||||||
|
@ -23,8 +23,8 @@ https://github.com/rafael2k/darkice/commit/1e2eb18d349f205c70cb2836232825442359b
|
||||||
converterData.input_frames = nSamples;
|
converterData.input_frames = nSamples;
|
||||||
converterData.data_out = resampledOffset + (resampledOffsetSize * channels);
|
converterData.data_out = resampledOffset + (resampledOffsetSize * channels);
|
||||||
int srcError = src_process (converter, &converterData);
|
int srcError = src_process (converter, &converterData);
|
||||||
--- src/OpusLibEncoder.cpp.orig 2016-08-03 22:18:23.000000000 +0200
|
--- a/src/OpusLibEncoder.cpp 2016-08-03 22:18:23.000000000 +0200
|
||||||
+++ src/OpusLibEncoder.cpp 2018-01-15 20:11:22.804545634 +0100
|
+++ b/src/OpusLibEncoder.cpp 2018-01-15 20:11:22.804545634 +0100
|
||||||
@@ -403,7 +403,7 @@
|
@@ -403,7 +403,7 @@
|
||||||
#ifdef HAVE_SRC_LIB
|
#ifdef HAVE_SRC_LIB
|
||||||
(void)inCount;
|
(void)inCount;
|
||||||
|
@ -34,8 +34,8 @@ https://github.com/rafael2k/darkice/commit/1e2eb18d349f205c70cb2836232825442359b
|
||||||
int srcError = src_process (converter, &converterData);
|
int srcError = src_process (converter, &converterData);
|
||||||
if (srcError)
|
if (srcError)
|
||||||
throw Exception (__FILE__, __LINE__, "libsamplerate error: ", src_strerror (srcError));
|
throw Exception (__FILE__, __LINE__, "libsamplerate error: ", src_strerror (srcError));
|
||||||
--- src/VorbisLibEncoder.cpp.orig 2015-05-18 19:38:07.000000000 +0200
|
--- a/src/VorbisLibEncoder.cpp 2015-05-18 19:38:07.000000000 +0200
|
||||||
+++ src/VorbisLibEncoder.cpp 2018-01-15 20:06:39.258178098 +0100
|
+++ b/src/VorbisLibEncoder.cpp 2018-01-15 20:06:39.258178098 +0100
|
||||||
@@ -337,7 +337,7 @@
|
@@ -337,7 +337,7 @@
|
||||||
int converted;
|
int converted;
|
||||||
#ifdef HAVE_SRC_LIB
|
#ifdef HAVE_SRC_LIB
|
||||||
|
|
|
@ -21,4 +21,3 @@ license="GPL-3.0-or-later"
|
||||||
homepage="http://www.darkice.org"
|
homepage="http://www.darkice.org"
|
||||||
distfiles="${SOURCEFORGE_SITE}/project/darkice/darkice/${version}/darkice-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/project/darkice/darkice/${version}/darkice-${version}.tar.gz"
|
||||||
checksum=2c0d0faaa627c0273b2ce8b38775a73ef97e34ef866862a398f660ad8f6e9de6
|
checksum=2c0d0faaa627c0273b2ce8b38775a73ef97e34ef866862a398f660ad8f6e9de6
|
||||||
patch_args=-Np0
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- darkplaces/sys_shared.c.orig 2015-05-31 12:54:42.131106842 +0200
|
--- a/darkplaces/sys_shared.c 2015-05-31 12:54:42.131106842 +0200
|
||||||
+++ darkplaces/sys_shared.c 2015-05-31 12:54:58.842284100 +0200
|
+++ b/darkplaces/sys_shared.c 2015-05-31 12:54:58.842284100 +0200
|
||||||
@@ -69,7 +69,7 @@ void Sys_AllowProfiling(qboolean enable)
|
@@ -69,7 +69,7 @@ void Sys_AllowProfiling(qboolean enable)
|
||||||
else
|
else
|
||||||
moncleanup();
|
moncleanup();
|
||||||
|
|
|
@ -12,7 +12,6 @@ license="GPL-2"
|
||||||
homepage="http://icculus.org/twilight/darkplaces/"
|
homepage="http://icculus.org/twilight/darkplaces/"
|
||||||
distfiles="http://icculus.org/twilight/$pkgname/files/darkplacesengine${version}.zip"
|
distfiles="http://icculus.org/twilight/$pkgname/files/darkplacesengine${version}.zip"
|
||||||
checksum=69e5a50991884196e403bd6aab4a33bba553a934a167be366672ab4e223b06c9
|
checksum=69e5a50991884196e403bd6aab4a33bba553a934a167be366672ab4e223b06c9
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# Extract the real source code.
|
# Extract the real source code.
|
||||||
|
|
|
@ -9,8 +9,8 @@ Subject: [PATCH] only use target_clones with glibc
|
||||||
|
|
||||||
diff --git src/common/darktable.h src/common/darktable.h
|
diff --git src/common/darktable.h src/common/darktable.h
|
||||||
index b3ad929..ae871a0 100644
|
index b3ad929..ae871a0 100644
|
||||||
--- src/common/darktable.h
|
--- a/src/common/darktable.h
|
||||||
+++ src/common/darktable.h
|
+++ b/src/common/darktable.h
|
||||||
@@ -102,7 +102,7 @@ typedef unsigned int u_int;
|
@@ -102,7 +102,7 @@ typedef unsigned int u_int;
|
||||||
/* Create cloned functions for various CPU SSE generations */
|
/* Create cloned functions for various CPU SSE generations */
|
||||||
/* See for instructions https://hannes.hauswedell.net/post/2017/12/09/fmv/ */
|
/* See for instructions https://hannes.hauswedell.net/post/2017/12/09/fmv/ */
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Index: src/external/rawspeed/cmake/build-type.cmake
|
Index: src/external/rawspeed/cmake/build-type.cmake
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/external/rawspeed/cmake/build-type.cmake.orig
|
--- a/src/external/rawspeed/cmake/build-type.cmake
|
||||||
+++ src/external/rawspeed/cmake/build-type.cmake
|
+++ b/src/external/rawspeed/cmake/build-type.cmake
|
||||||
@@ -27,9 +27,6 @@ string(TOUPPER "${RAWSPEED_SPECIAL_BUILD
|
@@ -27,9 +27,6 @@ string(TOUPPER "${RAWSPEED_SPECIAL_BUILD
|
||||||
|
|
||||||
# is this one of the known build types?
|
# is this one of the known build types?
|
||||||
|
|
|
@ -23,7 +23,6 @@ homepage="http://www.darktable.org/"
|
||||||
changelog="https://github.com/darktable-org/darktable/releases"
|
changelog="https://github.com/darktable-org/darktable/releases"
|
||||||
distfiles="https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz"
|
distfiles="https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz"
|
||||||
checksum=7fc3f851da9bcd7c5053ecd09f21aa3eb6103be98a6c58f52010b6f22174941e
|
checksum=7fc3f851da9bcd7c5053ecd09f21aa3eb6103be98a6c58f52010b6f22174941e
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
build_options="gmic"
|
build_options="gmic"
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,8 @@ Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
|
||||||
|
|
||||||
diff --git a/src/main.c b/src/main.c
|
diff --git a/src/main.c b/src/main.c
|
||||||
index 65e236be..1614ffbb 100644
|
index 65e236be..1614ffbb 100644
|
||||||
--- src/main.c
|
--- a/src/main.c
|
||||||
+++ src/main.c
|
+++ b/src/main.c
|
||||||
@@ -171,7 +171,7 @@ state2:
|
@@ -171,7 +171,7 @@ state2:
|
||||||
state3:
|
state3:
|
||||||
state = 4;
|
state = 4;
|
||||||
|
|
|
@ -11,7 +11,6 @@ homepage="http://gondor.apana.org.au/~herbert/dash/"
|
||||||
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
||||||
checksum=4e15b7ba5363bcc2a443549910cdc15b5ad601df8196b5f294c712eff037e08d
|
checksum=4e15b7ba5363bcc2a443549910cdc15b5ad601df8196b5f294c712eff037e08d
|
||||||
register_shell="/usr/bin/sh /usr/bin/dash /bin/sh /bin/dash"
|
register_shell="/usr/bin/sh /usr/bin/dash /bin/sh /bin/dash"
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
sh:sh:/usr/bin/dash
|
sh:sh:/usr/bin/dash
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- src/cache.c
|
--- a/src/cache.c
|
||||||
+++ src/cache.c
|
+++ b/src/cache.c
|
||||||
@@ -58,7 +58,7 @@
|
@@ -58,7 +58,7 @@
|
||||||
#ifdef HAVE_SYS_TYPES_H
|
#ifdef HAVE_SYS_TYPES_H
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
#include <ne_alloc.h>
|
#include <ne_alloc.h>
|
||||||
#include <ne_string.h>
|
#include <ne_string.h>
|
||||||
--- src/webdav.c
|
--- a/src/webdav.c
|
||||||
+++ src/webdav.c
|
+++ b/src/webdav.c
|
||||||
@@ -2033,7 +2033,7 @@ ssl_verify(void *userdata, int failures,
|
@@ -2033,7 +2033,7 @@ ssl_verify(void *userdata, int failures,
|
||||||
len = getline(&s, &n, stdin);
|
len = getline(&s, &n, stdin);
|
||||||
if (len < 0)
|
if (len < 0)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- configure.ac
|
--- a/configure.ac
|
||||||
+++ configure.ac
|
+++ b/configure.ac
|
||||||
@@ -42,7 +42,7 @@ DAV_CHECK_NEON
|
@@ -42,7 +42,7 @@ DAV_CHECK_NEON
|
||||||
# Checks for header files.
|
# Checks for header files.
|
||||||
AC_HEADER_DIRENT
|
AC_HEADER_DIRENT
|
||||||
|
@ -18,8 +18,8 @@
|
||||||
|
|
||||||
# Misc.
|
# Misc.
|
||||||
DAV_DEFAULTS
|
DAV_DEFAULTS
|
||||||
--- src/cache.c
|
--- a/src/cache.c
|
||||||
+++ src/cache.c
|
+++ b/src/cache.c
|
||||||
@@ -19,12 +19,12 @@
|
@@ -19,12 +19,12 @@
|
||||||
|
|
||||||
|
|
||||||
|
@ -34,8 +34,8 @@
|
||||||
#ifdef HAVE_FCNTL_H
|
#ifdef HAVE_FCNTL_H
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#endif
|
#endif
|
||||||
--- src/dav_fuse.c
|
--- a/src/dav_fuse.c
|
||||||
+++ src/dav_fuse.c
|
+++ b/src/dav_fuse.c
|
||||||
@@ -47,6 +47,9 @@
|
@@ -47,6 +47,9 @@
|
||||||
#ifdef HAVE_SYS_STAT_H
|
#ifdef HAVE_SYS_STAT_H
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
@ -46,8 +46,8 @@
|
||||||
|
|
||||||
#include "defaults.h"
|
#include "defaults.h"
|
||||||
#include "mount_davfs.h"
|
#include "mount_davfs.h"
|
||||||
--- src/kernel_interface.c
|
--- a/src/kernel_interface.c
|
||||||
+++ src/kernel_interface.c
|
+++ b/src/kernel_interface.c
|
||||||
@@ -19,8 +19,8 @@
|
@@ -19,8 +19,8 @@
|
||||||
|
|
||||||
|
|
||||||
|
@ -69,8 +69,8 @@
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
|
||||||
#include "defaults.h"
|
#include "defaults.h"
|
||||||
--- src/mount_davfs.c
|
--- a/src/mount_davfs.c
|
||||||
+++ src/mount_davfs.c
|
+++ b/src/mount_davfs.c
|
||||||
@@ -19,10 +19,10 @@
|
@@ -19,10 +19,10 @@
|
||||||
|
|
||||||
|
|
||||||
|
@ -83,8 +83,8 @@
|
||||||
#ifdef HAVE_FCNTL_H
|
#ifdef HAVE_FCNTL_H
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#endif
|
#endif
|
||||||
--- src/umount_davfs.c
|
--- a/src/umount_davfs.c
|
||||||
+++ src/umount_davfs.c
|
+++ b/src/umount_davfs.c
|
||||||
@@ -19,8 +19,8 @@
|
@@ -19,8 +19,8 @@
|
||||||
|
|
||||||
|
|
||||||
|
@ -95,8 +95,8 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#ifdef HAVE_LIBINTL_H
|
#ifdef HAVE_LIBINTL_H
|
||||||
--- src/webdav.c
|
--- a/src/webdav.c
|
||||||
+++ src/webdav.c
|
+++ b/src/webdav.c
|
||||||
@@ -19,9 +19,9 @@
|
@@ -19,9 +19,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
@ -127,7 +127,7 @@
|
||||||
|
|
||||||
session = ne_session_create(args->scheme, args->host, args->port);
|
session = ne_session_create(args->scheme, args->host, args->port);
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ src/compat.h
|
+++ b/src/compat.h
|
||||||
@@ -0,0 +1,64 @@
|
@@ -0,0 +1,64 @@
|
||||||
+#ifndef _COMPAT_H
|
+#ifndef _COMPAT_H
|
||||||
+#define _COMPAT_H
|
+#define _COMPAT_H
|
||||||
|
|
|
@ -13,7 +13,6 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://savannah.nongnu.org/projects/davfs2"
|
homepage="https://savannah.nongnu.org/projects/davfs2"
|
||||||
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=2e6b675685bd917772be60f0999ae098c80f79ff20dc131e8fec4547cbb63b50
|
checksum=2e6b675685bd917772be60f0999ae098c80f79ff20dc131e8fec4547cbb63b50
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- src/dbinc/atomic.h 2013-06-03 21:04:07.000000000 +0200
|
--- a/src/dbinc/atomic.h 2013-06-03 21:04:07.000000000 +0200
|
||||||
+++ src/dbinc/atomic.h 2013-06-03 21:10:53.000000000 +0200
|
+++ b/src/dbinc/atomic.h 2013-06-03 21:10:53.000000000 +0200
|
||||||
@@ -144,7 +144,7 @@
|
@@ -144,7 +144,7 @@
|
||||||
#define atomic_inc(env, p) __atomic_inc(p)
|
#define atomic_inc(env, p) __atomic_inc(p)
|
||||||
#define atomic_dec(env, p) __atomic_dec(p)
|
#define atomic_dec(env, p) __atomic_dec(p)
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
By the comment's own admission, this cannot affect on-disk nor ABI because
|
By the comment's own admission, this cannot affect on-disk nor ABI because
|
||||||
'long' varies per architecture. So, this change is always correct.
|
'long' varies per architecture. So, this change is always correct.
|
||||||
|
|
||||||
--- src/dbinc/clock.h 2013-09-09 15:35:08.000000000 +0000
|
--- a/src/dbinc/clock.h 2013-09-09 15:35:08.000000000 +0000
|
||||||
+++ src/dbinc/clock.h 2020-01-31 19:22:11.630000000 +0000
|
+++ b/src/dbinc/clock.h 2020-01-31 19:22:11.630000000 +0000
|
||||||
@@ -54,11 +54,7 @@
|
@@ -54,11 +54,7 @@
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
@ -14,7 +14,6 @@ license="BSD-4-Clause"
|
||||||
homepage="http://www.oracle.com/technetwork/products/berkeleydb/overview/index.html"
|
homepage="http://www.oracle.com/technetwork/products/berkeleydb/overview/index.html"
|
||||||
distfiles="http://download.oracle.com/berkeley-db/db-${version}.tar.gz"
|
distfiles="http://download.oracle.com/berkeley-db/db-${version}.tar.gz"
|
||||||
checksum=e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628
|
checksum=e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
chmod 755 ${DESTDIR}/usr/bin/*
|
chmod 755 ${DESTDIR}/usr/bin/*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- dbus/dbus-gvalue.c.orig 2013-04-03 11:46:39.075287327 +0200
|
--- a/dbus/dbus-gvalue.c 2013-04-03 11:46:39.075287327 +0200
|
||||||
+++ dbus/dbus-gvalue.c 2013-04-03 11:46:59.178392995 +0200
|
+++ b/dbus/dbus-gvalue.c 2013-04-03 11:46:59.178392995 +0200
|
||||||
@@ -1932,8 +1932,6 @@ G_STATIC_ASSERT (sizeof (dbus_bool_t) ==
|
@@ -1932,8 +1932,6 @@ G_STATIC_ASSERT (sizeof (dbus_bool_t) ==
|
||||||
G_STATIC_ASSERT (sizeof (dbus_int32_t) == sizeof (gint));
|
G_STATIC_ASSERT (sizeof (dbus_int32_t) == sizeof (gint));
|
||||||
G_STATIC_ASSERT (sizeof (dbus_uint32_t) == sizeof (guint));
|
G_STATIC_ASSERT (sizeof (dbus_uint32_t) == sizeof (guint));
|
||||||
|
|
|
@ -13,7 +13,6 @@ license="GPL-2"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/DBusBindings"
|
homepage="http://www.freedesktop.org/wiki/Software/DBusBindings"
|
||||||
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825
|
checksum=7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --with-dbus-binding-tool=dbus-binding-tool"
|
configure_args+=" --with-dbus-binding-tool=dbus-binding-tool"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
diff --git a/dcraw.c b/dcraw.c
|
diff --git a/dcraw.c b/dcraw.c
|
||||||
index 1d0676c..18e1f3e 100644
|
index 1d0676c..18e1f3e 100644
|
||||||
--- dcraw.c
|
--- a/dcraw.c
|
||||||
+++ dcraw.c
|
+++ b/dcraw.c
|
||||||
@@ -84,6 +84,7 @@ typedef unsigned long long UINT64;
|
@@ -84,6 +84,7 @@ typedef unsigned long long UINT64;
|
||||||
#endif
|
#endif
|
||||||
#ifdef LOCALEDIR
|
#ifdef LOCALEDIR
|
||||||
|
|
|
@ -11,7 +11,6 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://www.dechifro.org/dcraw/"
|
homepage="https://www.dechifro.org/dcraw/"
|
||||||
distfiles="https://www.dechifro.org/dcraw/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://www.dechifro.org/dcraw/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=2890c3da2642cd44c5f3bfed2c9b2c1db83da5cec09cc17e0fa72e17541fb4b9
|
checksum=2890c3da2642cd44c5f3bfed2c9b2c1db83da5cec09cc17e0fa72e17541fb4b9
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
$CC $CFLAGS $LDFLAGS \
|
$CC $CFLAGS $LDFLAGS \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.orig 2012-01-23 10:56:26.473607101 +0100
|
--- a/Makefile 2012-01-23 10:56:26.473607101 +0100
|
||||||
+++ Makefile 2012-01-23 10:57:43.806746482 +0100
|
+++ b/Makefile 2012-01-23 10:57:43.806746482 +0100
|
||||||
@@ -32,7 +32,6 @@ TABSRCS = crontab.c chuser.c
|
@@ -32,7 +32,6 @@ TABSRCS = crontab.c chuser.c
|
||||||
TABOBJS = crontab.o chuser.o
|
TABOBJS = crontab.o chuser.o
|
||||||
PROTOS = protos.h
|
PROTOS = protos.h
|
||||||
|
|
|
@ -11,7 +11,6 @@ changelog="https://raw.githubusercontent.com/dubiousjim/dcron/v${version}/CHANGE
|
||||||
distfiles="https://github.com/dubiousjim/dcron/archive/v${version}.tar.gz"
|
distfiles="https://github.com/dubiousjim/dcron/archive/v${version}.tar.gz"
|
||||||
checksum=7c047194b9339b781971b000bf5512c11e856d20a14fe5323d5a1823f04c2a3f
|
checksum=7c047194b9339b781971b000bf5512c11e856d20a14fe5323d5a1823f04c2a3f
|
||||||
provides="cron-daemon-0_1"
|
provides="cron-daemon-0_1"
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
crond:crond:/etc/sv/dcron
|
crond:crond:/etc/sv/dcron
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- ddd/strclass.C 2014-05-29 20:30:26.494721840 +0200
|
--- a/ddd/strclass.C 2014-05-29 20:30:26.494721840 +0200
|
||||||
+++ ddd/strclass.C 2014-05-29 20:30:10.492723038 +0200
|
+++ b/ddd/strclass.C 2014-05-29 20:30:10.492723038 +0200
|
||||||
@@ -39,6 +39,7 @@ extern "C" int malloc_verify();
|
@@ -39,6 +39,7 @@ extern "C" int malloc_verify();
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <new>
|
#include <new>
|
||||||
|
|
|
@ -19,8 +19,8 @@ in the code to add default values if not overwritten.
|
||||||
|
|
||||||
diff --git a/ddd/DispValue.C b/ddd/DispValue.C
|
diff --git a/ddd/DispValue.C b/ddd/DispValue.C
|
||||||
index de25768..2656242 100644
|
index de25768..2656242 100644
|
||||||
--- ddd/DispValue.C
|
--- a/ddd/DispValue.C
|
||||||
+++ ddd/DispValue.C
|
+++ b/ddd/DispValue.C
|
||||||
@@ -1432,8 +1432,8 @@ void DispValue::get_index_surroundings(string& prefix, string& suffix) const
|
@@ -1432,8 +1432,8 @@ void DispValue::get_index_surroundings(string& prefix, string& suffix) const
|
||||||
|
|
||||||
for (int i = 1; i < nchildren(); i++)
|
for (int i = 1; i < nchildren(); i++)
|
||||||
|
@ -34,8 +34,8 @@ index de25768..2656242 100644
|
||||||
|
|
||||||
diff --git a/ddd/complete.C b/ddd/complete.C
|
diff --git a/ddd/complete.C b/ddd/complete.C
|
||||||
index b161e74..4bde5ff 100644
|
index b161e74..4bde5ff 100644
|
||||||
--- ddd/complete.C
|
--- a/ddd/complete.C
|
||||||
+++ ddd/complete.C
|
+++ b/ddd/complete.C
|
||||||
@@ -354,7 +354,7 @@ static void complete_reply(const string& complete_answer, void *qu_data)
|
@@ -354,7 +354,7 @@ static void complete_reply(const string& complete_answer, void *qu_data)
|
||||||
string common_pfx = completions[0];
|
string common_pfx = completions[0];
|
||||||
int i;
|
int i;
|
||||||
|
@ -47,8 +47,8 @@ index b161e74..4bde5ff 100644
|
||||||
{
|
{
|
||||||
diff --git a/ddd/exit.C b/ddd/exit.C
|
diff --git a/ddd/exit.C b/ddd/exit.C
|
||||||
index f490c23..664f203 100644
|
index f490c23..664f203 100644
|
||||||
--- ddd/exit.C
|
--- a/ddd/exit.C
|
||||||
+++ ddd/exit.C
|
+++ b/ddd/exit.C
|
||||||
@@ -478,7 +478,7 @@ void get_core_pattern(int signal)
|
@@ -478,7 +478,7 @@ void get_core_pattern(int signal)
|
||||||
str_func_ret = "core";
|
str_func_ret = "core";
|
||||||
}
|
}
|
||||||
|
@ -60,8 +60,8 @@ index f490c23..664f203 100644
|
||||||
{
|
{
|
||||||
diff --git a/ddd/strclass.C b/ddd/strclass.C
|
diff --git a/ddd/strclass.C b/ddd/strclass.C
|
||||||
index be0bade..dfbb054 100644
|
index be0bade..dfbb054 100644
|
||||||
--- ddd/strclass.C
|
--- a/ddd/strclass.C
|
||||||
+++ ddd/strclass.C
|
+++ b/ddd/strclass.C
|
||||||
@@ -1563,6 +1563,7 @@ std::istream& operator>>(std::istream& s, string& x)
|
@@ -1563,6 +1563,7 @@ std::istream& operator>>(std::istream& s, string& x)
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
@ -72,8 +72,8 @@ index be0bade..dfbb054 100644
|
||||||
assert(!x.consuming());
|
assert(!x.consuming());
|
||||||
diff --git a/ddd/strclass.h b/ddd/strclass.h
|
diff --git a/ddd/strclass.h b/ddd/strclass.h
|
||||||
index 7ef16fa..035a17e 100644
|
index 7ef16fa..035a17e 100644
|
||||||
--- ddd/strclass.h
|
--- a/ddd/strclass.h
|
||||||
+++ ddd/strclass.h
|
+++ b/ddd/strclass.h
|
||||||
@@ -811,9 +811,11 @@ public:
|
@@ -811,9 +811,11 @@ public:
|
||||||
const regex& sep);
|
const regex& sep);
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,3 @@ license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnu.org/software/ddd"
|
homepage="http://www.gnu.org/software/ddd"
|
||||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=3ad6cd67d7f4b1d6b2d38537261564a0d26aaed077bf25c51efc1474d0e8b65c
|
checksum=3ad6cd67d7f4b1d6b2d38537261564a0d26aaed077bf25c51efc1474d0e8b65c
|
||||||
patch_args=-Np0
|
|
||||||
|
|
|
@ -2,8 +2,8 @@ Source: @pullmoll
|
||||||
Upstream: no
|
Upstream: no
|
||||||
Reason: errno is a reserved name
|
Reason: errno is a reserved name
|
||||||
|
|
||||||
--- utils.c 2017-02-14 17:32:20.000000000 +0100
|
--- a/utils.c 2017-02-14 17:32:20.000000000 +0100
|
||||||
+++ utils.c 2020-10-26 20:38:54.549564389 +0100
|
+++ b/utils.c 2020-10-26 20:38:54.549564389 +0100
|
||||||
@@ -234,9 +234,9 @@
|
@@ -234,9 +234,9 @@
|
||||||
if (slash)
|
if (slash)
|
||||||
*slash = 0;
|
*slash = 0;
|
||||||
|
|
|
@ -17,7 +17,6 @@ distfiles="https://gitlab.com/zykure/${pkgname}/repository/${_commit}/archive.ta
|
||||||
checksum=19a0c2ea3743926e71f9b20f616ff5bdbfd9839a553b33cc192dfed7bed3cb1d
|
checksum=19a0c2ea3743926e71f9b20f616ff5bdbfd9839a553b33cc192dfed7bed3cb1d
|
||||||
build_options="gtk3"
|
build_options="gtk3"
|
||||||
build_options_default="gtk3"
|
build_options_default="gtk3"
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
musl strdupa() fails to compile in c++ due to a missing cast
|
musl strdupa() fails to compile in c++ due to a missing cast
|
||||||
use deadbeef's fallback version instead
|
use deadbeef's fallback version instead
|
||||||
|
|
||||||
--- strdupa.h
|
--- a/strdupa.h
|
||||||
+++ strdupa.h
|
+++ b/strdupa.h
|
||||||
@@ -26,6 +26,10 @@
|
@@ -26,6 +26,10 @@
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -2,8 +2,8 @@ Upstream packages a number of tools which define translations for gettext to
|
||||||
process. The glade files don't appear to actually have translation marks which
|
process. The glade files don't appear to actually have translation marks which
|
||||||
causes the build to complain and, in the case of packaging, fail.
|
causes the build to complain and, in the case of packaging, fail.
|
||||||
|
|
||||||
--- po/POTFILES.skip.orig 2021-02-20 21:51:50.867875091 -0800
|
--- a/po/POTFILES.skip 2021-02-20 21:51:50.867875091 -0800
|
||||||
+++ po/POTFILES.skip 2021-02-20 21:51:57.689896618 -0800
|
+++ b/po/POTFILES.skip 2021-02-20 21:51:57.689896618 -0800
|
||||||
@@ -4,3 +4,151 @@
|
@@ -4,3 +4,151 @@
|
||||||
plugins/pltbrowser/support.c
|
plugins/pltbrowser/support.c
|
||||||
plugins/gtkui/support.c
|
plugins/gtkui/support.c
|
||||||
|
|
|
@ -4,8 +4,8 @@ covered by __LITTLE_ENDIAN__/__BIG_ENDIAN__ (which is specified as a part
|
||||||
of the ELFv2 ABI itself to be always present). Glibc was not broken because
|
of the ELFv2 ABI itself to be always present). Glibc was not broken because
|
||||||
it has its own check before that.
|
it has its own check before that.
|
||||||
|
|
||||||
--- plugins/gme/game-music-emu-0.6pre/gme/blargg_endian.h
|
--- a/plugins/gme/game-music-emu-0.6pre/gme/blargg_endian.h
|
||||||
+++ plugins/gme/game-music-emu-0.6pre/gme/blargg_endian.h
|
+++ b/plugins/gme/game-music-emu-0.6pre/gme/blargg_endian.h
|
||||||
@@ -36,7 +36,7 @@
|
@@ -36,7 +36,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,6 @@ checksum="cbfe873d5bd84b70011dd6131b249fea8c89318c37411696a890c55029ac3e27
|
||||||
c5eeb3fa116d51d251fe7c7e5c44798680f6478c43a1fffdcb28c4caf1c68286
|
c5eeb3fa116d51d251fe7c7e5c44798680f6478c43a1fffdcb28c4caf1c68286
|
||||||
35b58679dbfec2c3a2688b1896afb0fb73b5184ac05d5bdbb787a86b5c00430d"
|
35b58679dbfec2c3a2688b1896afb0fb73b5184ac05d5bdbb787a86b5c00430d"
|
||||||
LDFLAGS+=" -Wl,-z,stack-size=1048576"
|
LDFLAGS+=" -Wl,-z,stack-size=1048576"
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
# The soundtouchup plugin was made default in 1.8.4 and fails to build on i686.
|
# The soundtouchup plugin was made default in 1.8.4 and fails to build on i686.
|
||||||
# Fixing that might be a good maintainer task.
|
# Fixing that might be a good maintainer task.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- Val.hs 2020-03-31 11:00:33.329814064 +0200
|
--- a/Val.hs 2020-03-31 11:00:33.329814064 +0200
|
||||||
+++ Val.hs 2020-03-31 11:00:24.602711845 +0200
|
+++ b/Val.hs 2020-03-31 11:00:24.602711845 +0200
|
||||||
@@ -42,7 +42,7 @@
|
@@ -42,7 +42,7 @@
|
||||||
b64 :: B.ByteString -> T.Text
|
b64 :: B.ByteString -> T.Text
|
||||||
b64 = T.decodeUtf8 . B64.encode
|
b64 = T.decodeUtf8 . B64.encode
|
||||||
|
@ -9,8 +9,8 @@
|
||||||
unb64 t = either
|
unb64 t = either
|
||||||
(\_ -> fail "bad base64 data")
|
(\_ -> fail "bad base64 data")
|
||||||
return
|
return
|
||||||
--- Server.hs 2020-03-31 12:53:45.860509650 +0200
|
--- a/Server.hs 2020-03-31 12:53:45.860509650 +0200
|
||||||
+++ Server.hs 2020-03-31 12:52:34.873835069 +0200
|
+++ b/Server.hs 2020-03-31 12:52:34.873835069 +0200
|
||||||
@@ -105,7 +105,7 @@
|
@@ -105,7 +105,7 @@
|
||||||
-- (Workaround for
|
-- (Workaround for
|
||||||
-- https://github.com/jaspervdj/websockets/issues/140)
|
-- https://github.com/jaspervdj/websockets/issues/140)
|
||||||
|
|
|
@ -12,7 +12,6 @@ distfiles="https://git.joeyh.name/index.cgi/${pkgname}.git/snapshot/${pkgname}-$
|
||||||
checksum=9497dc9b85a58e5c499ea25fa1bed9f4fd6cdd2f57564f52a0e4152ad4fdc102
|
checksum=9497dc9b85a58e5c499ea25fa1bed9f4fd6cdd2f57564f52a0e4152ad4fdc102
|
||||||
nocross=yes # Can't yet cross compile Haskell
|
nocross=yes # Can't yet cross compile Haskell
|
||||||
nopie_files="/usr/bin/debug-me"
|
nopie_files="/usr/bin/debug-me"
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense AGPL
|
vlicense AGPL
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- ./src/wifi.cpp.orig 2018-01-16 14:39:01.175395010 +0100
|
--- a/src/wifi.cpp 2018-01-16 14:39:01.175395010 +0100
|
||||||
+++ ./src/wifi.cpp 2018-01-16 14:38:10.762596117 +0100
|
+++ b/src/wifi.cpp 2018-01-16 14:38:10.762596117 +0100
|
||||||
@@ -314,9 +314,9 @@ WifiComInterface* wifiCom;
|
@@ -314,9 +314,9 @@ WifiComInterface* wifiCom;
|
||||||
|
|
||||||
#if (WIFI_LOGGING_LEVEL >= 1)
|
#if (WIFI_LOGGING_LEVEL >= 1)
|
||||||
|
@ -12,8 +12,8 @@
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#define WIFI_LOG(level, ...) {}
|
#define WIFI_LOG(level, ...) {}
|
||||||
--- ./src/MMU_timing.h.orig 2018-01-16 14:47:05.818461679 +0100
|
--- a/src/MMU_timing.h 2018-01-16 14:47:05.818461679 +0100
|
||||||
+++ ./src/MMU_timing.h 2018-01-16 14:48:05.344224219 +0100
|
+++ b/src/MMU_timing.h 2018-01-16 14:48:05.344224219 +0100
|
||||||
@@ -155,8 +155,8 @@ private:
|
@@ -155,8 +155,8 @@ private:
|
||||||
enum { ASSOCIATIVITY = 1 << ASSOCIATIVESHIFT };
|
enum { ASSOCIATIVITY = 1 << ASSOCIATIVESHIFT };
|
||||||
enum { BLOCKSIZE = 1 << BLOCKSIZESHIFT };
|
enum { BLOCKSIZE = 1 << BLOCKSIZESHIFT };
|
||||||
|
@ -25,8 +25,8 @@
|
||||||
enum { WORDSIZE = sizeof(u32) };
|
enum { WORDSIZE = sizeof(u32) };
|
||||||
enum { WORDSPERBLOCK = (1 << BLOCKSIZESHIFT) / WORDSIZE };
|
enum { WORDSPERBLOCK = (1 << BLOCKSIZESHIFT) / WORDSIZE };
|
||||||
enum { DATAPERWORD = WORDSIZE * ASSOCIATIVITY };
|
enum { DATAPERWORD = WORDSIZE * ASSOCIATIVITY };
|
||||||
--- ./src/utils/libfat/directory.cpp.orig 2018-01-16 14:52:24.057192162 +0100
|
--- a/src/utils/libfat/directory.cpp 2018-01-16 14:52:24.057192162 +0100
|
||||||
+++ ./src/utils/libfat/directory.cpp 2018-01-16 14:52:27.833177099 +0100
|
+++ b/src/utils/libfat/directory.cpp 2018-01-16 14:52:27.833177099 +0100
|
||||||
@@ -139,7 +139,7 @@ static size_t _FAT_directory_mbstoucs2 (
|
@@ -139,7 +139,7 @@ static size_t _FAT_directory_mbstoucs2 (
|
||||||
int bytes;
|
int bytes;
|
||||||
size_t count = 0;
|
size_t count = 0;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Function returning void should not return a value :-)
|
Function returning void should not return a value :-)
|
||||||
|
|
||||||
--- src/gtk/glx_3Demu.cpp.orig 2014-02-01 16:26:52.801231527 +0100
|
--- a/src/gtk/glx_3Demu.cpp 2014-02-01 16:26:52.801231527 +0100
|
||||||
+++ src/gtk/glx_3Demu.cpp 2014-02-01 16:27:17.632357063 +0100
|
+++ b/src/gtk/glx_3Demu.cpp 2014-02-01 16:27:17.632357063 +0100
|
||||||
@@ -41,11 +41,7 @@ void deinit_glx_3Demu(void)
|
@@ -41,11 +41,7 @@ void deinit_glx_3Demu(void)
|
||||||
glXDestroyContext(dpy, ctx);
|
glXDestroyContext(dpy, ctx);
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,6 @@ license="GPL-2.0-or-later"
|
||||||
homepage="http://www.desmume.org"
|
homepage="http://www.desmume.org"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=3ab34ba6cc009566245025c1dd94bf449b6a1b416d24387cb42e183c78e38896
|
checksum=3ab34ba6cc009566245025c1dd94bf449b6a1b416d24387cb42e183c78e38896
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# git eats CRLFs, so the patch has wrong line ending. Instead
|
# git eats CRLFs, so the patch has wrong line ending. Instead
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- DevIL/src-IL/src/il_devil.cpp 2017-01-02 01:03:56.000000000 +0100
|
--- a/DevIL/src-IL/src/il_devil.cpp 2017-01-02 01:03:56.000000000 +0100
|
||||||
+++ DevIL/src-IL/src/il_devil.cpp 2017-12-08 22:20:16.696024947 +0100
|
+++ b/DevIL/src-IL/src/il_devil.cpp 2017-12-08 22:20:16.696024947 +0100
|
||||||
@@ -187,7 +187,7 @@
|
@@ -187,7 +187,7 @@
|
||||||
// Internal version of ilTexImageSurface.
|
// Internal version of ilTexImageSurface.
|
||||||
ILboolean ILAPIENTRY ilTexImageSurface_(ILimage *Image, ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILenum Format, ILenum Type, void *Data)
|
ILboolean ILAPIENTRY ilTexImageSurface_(ILimage *Image, ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp, ILenum Format, ILenum Type, void *Data)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- DevIL/src-IL/CMakeLists.txt 2017-01-02 01:03:56.000000000 +0100
|
--- a/DevIL/src-IL/CMakeLists.txt 2017-01-02 01:03:56.000000000 +0100
|
||||||
+++ DevIL/src-IL/CMakeLists.txt 2017-01-02 15:48:51.400299099 +0100
|
+++ b/DevIL/src-IL/CMakeLists.txt 2017-01-02 15:48:51.400299099 +0100
|
||||||
@@ -58,6 +58,7 @@
|
@@ -58,6 +58,7 @@
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
if(BUILD_SHARED_LIBS)
|
||||||
|
@ -8,8 +8,8 @@
|
||||||
else(BUILD_SHARED_LIBS)
|
else(BUILD_SHARED_LIBS)
|
||||||
add_library(IL ${DevIL_SRCS} ${DevIL_INC} ${DevIL_RSRC} ${DevIL_TXT})
|
add_library(IL ${DevIL_SRCS} ${DevIL_INC} ${DevIL_RSRC} ${DevIL_TXT})
|
||||||
endif(BUILD_SHARED_LIBS)
|
endif(BUILD_SHARED_LIBS)
|
||||||
--- DevIL/src-ILU/CMakeLists.txt 2017-01-02 01:03:56.000000000 +0100
|
--- a/DevIL/src-ILU/CMakeLists.txt 2017-01-02 01:03:56.000000000 +0100
|
||||||
+++ DevIL/src-ILU/CMakeLists.txt 2017-01-02 15:53:22.944560222 +0100
|
+++ b/DevIL/src-ILU/CMakeLists.txt 2017-01-02 15:53:22.944560222 +0100
|
||||||
@@ -44,6 +44,7 @@
|
@@ -44,6 +44,7 @@
|
||||||
|
|
||||||
# Remove SHARED to create a static library
|
# Remove SHARED to create a static library
|
||||||
|
@ -18,8 +18,8 @@
|
||||||
|
|
||||||
|
|
||||||
## ILU requires IL
|
## ILU requires IL
|
||||||
--- DevIL/src-ILUT/CMakeLists.txt 2017-01-02 01:03:56.000000000 +0100
|
--- a/DevIL/src-ILUT/CMakeLists.txt 2017-01-02 01:03:56.000000000 +0100
|
||||||
+++ DevIL/src-ILUT/CMakeLists.txt 2017-01-02 15:54:12.176607698 +0100
|
+++ b/DevIL/src-ILUT/CMakeLists.txt 2017-01-02 15:54:12.176607698 +0100
|
||||||
@@ -44,6 +44,7 @@
|
@@ -44,6 +44,7 @@
|
||||||
|
|
||||||
# Remove SHARED to create a static library
|
# Remove SHARED to create a static library
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
but it breaks API
|
but it breaks API
|
||||||
Index: DevIL/src-IL/src/il_jp2.cpp
|
Index: DevIL/src-IL/src/il_jp2.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- DevIL/src-IL/src/il_jp2.cpp.orig
|
--- a/DevIL/src-IL/src/il_jp2.cpp
|
||||||
+++ DevIL/src-IL/src/il_jp2.cpp
|
+++ b/DevIL/src-IL/src/il_jp2.cpp
|
||||||
@@ -314,15 +314,15 @@ ILboolean iLoadJp2Internal(jas_stream_t
|
@@ -314,15 +314,15 @@ ILboolean iLoadJp2Internal(jas_stream_t
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,6 @@ distfiles="${SOURCEFORGE_SITE}/openil/DevIL-${version}.tar.gz"
|
||||||
checksum=0075973ee7dd89f0507873e2580ac78336452d29d34a07134b208f44e2feb709
|
checksum=0075973ee7dd89f0507873e2580ac78336452d29d34a07134b208f44e2feb709
|
||||||
# The examples subpkg is gone
|
# The examples subpkg is gone
|
||||||
replaces="devil-examples<1.8.0"
|
replaces="devil-examples<1.8.0"
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
devil-devel_package() {
|
devil-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
diff --git a/client/scripts/linux b/client/scripts/linux
|
diff --git a/client/scripts/linux b/client/scripts/linux
|
||||||
index 5fb16121..c4cef632 100755
|
index 5fb16121..c4cef632 100755
|
||||||
--- client/scripts/linux
|
--- a/client/scripts/linux
|
||||||
+++ client/scripts/linux
|
+++ b/client/scripts/linux
|
||||||
@@ -362,7 +362,7 @@ case "$reason" in
|
@@ -362,7 +362,7 @@ case "$reason" in
|
||||||
interface_up_wait_time=5
|
interface_up_wait_time=5
|
||||||
for i in $(seq 0 ${interface_up_wait_time})
|
for i in $(seq 0 ${interface_up_wait_time})
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- server/dhcpd.c 2003-11-05 14:08:09.000000000 -0800
|
--- a/server/dhcpd.c 2003-11-05 14:08:09.000000000 -0800
|
||||||
+++ server/dhcpd.c 2003-11-05 14:15:32.000000000 -0800
|
+++ b/server/dhcpd.c 2003-11-05 14:15:32.000000000 -0800
|
||||||
@@ -602,6 +602,12 @@
|
@@ -602,6 +602,12 @@
|
||||||
if (lftest)
|
if (lftest)
|
||||||
exit (0);
|
exit (0);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- includes/arpa/nameser.h
|
--- a/includes/arpa/nameser.h
|
||||||
+++ includes/arpa/nameser.h
|
+++ b/includes/arpa/nameser.h
|
||||||
@@ -61,6 +61,8 @@
|
@@ -61,6 +61,8 @@
|
||||||
#ifndef _ARPA_NAMESER_H_
|
#ifndef _ARPA_NAMESER_H_
|
||||||
#define _ARPA_NAMESER_H_
|
#define _ARPA_NAMESER_H_
|
||||||
|
|
|
@ -8,8 +8,8 @@ Date: Fri Feb 7 14:26:35 2020 +0100
|
||||||
|
|
||||||
diff --git client/Makefile.am client/Makefile.am
|
diff --git client/Makefile.am client/Makefile.am
|
||||||
index d177159..5793903 100644
|
index d177159..5793903 100644
|
||||||
--- client/Makefile.am
|
--- a/client/Makefile.am
|
||||||
+++ client/Makefile.am
|
+++ b/client/Makefile.am
|
||||||
@@ -17,6 +17,6 @@ dhclient_LDADD = ../common/libdhcp.@A@ ../omapip/libomapi.@A@ \
|
@@ -17,6 +17,6 @@ dhclient_LDADD = ../common/libdhcp.@A@ ../omapip/libomapi.@A@ \
|
||||||
@BINDLIBIRSDIR@/libirs.@A@ \
|
@BINDLIBIRSDIR@/libirs.@A@ \
|
||||||
@BINDLIBDNSDIR@/libdns.@A@ \
|
@BINDLIBDNSDIR@/libdns.@A@ \
|
||||||
|
@ -20,8 +20,8 @@ index d177159..5793903 100644
|
||||||
EXTRA_DIST = $(man_MANS)
|
EXTRA_DIST = $(man_MANS)
|
||||||
diff --git client/tests/Makefile.am client/tests/Makefile.am
|
diff --git client/tests/Makefile.am client/tests/Makefile.am
|
||||||
index 8f1f058..fbf3e82 100644
|
index 8f1f058..fbf3e82 100644
|
||||||
--- client/tests/Makefile.am
|
--- a/client/tests/Makefile.am
|
||||||
+++ client/tests/Makefile.am
|
+++ b/client/tests/Makefile.am
|
||||||
@@ -22,7 +22,7 @@ DHCPLIBS = $(top_builddir)/common/libdhcp.@A@ \
|
@@ -22,7 +22,7 @@ DHCPLIBS = $(top_builddir)/common/libdhcp.@A@ \
|
||||||
@BINDLIBIRSDIR@/libirs.@A@ \
|
@BINDLIBIRSDIR@/libirs.@A@ \
|
||||||
@BINDLIBDNSDIR@/libdns.@A@ \
|
@BINDLIBDNSDIR@/libdns.@A@ \
|
||||||
|
@ -33,8 +33,8 @@ index 8f1f058..fbf3e82 100644
|
||||||
if HAVE_ATF
|
if HAVE_ATF
|
||||||
diff --git common/tests/Makefile.am common/tests/Makefile.am
|
diff --git common/tests/Makefile.am common/tests/Makefile.am
|
||||||
index a515265..8bd616c 100644
|
index a515265..8bd616c 100644
|
||||||
--- common/tests/Makefile.am
|
--- a/common/tests/Makefile.am
|
||||||
+++ common/tests/Makefile.am
|
+++ b/common/tests/Makefile.am
|
||||||
@@ -17,7 +17,7 @@ alloc_unittest_LDADD += ../libdhcp.@A@ ../../omapip/libomapi.@A@ \
|
@@ -17,7 +17,7 @@ alloc_unittest_LDADD += ../libdhcp.@A@ ../../omapip/libomapi.@A@ \
|
||||||
@BINDLIBIRSDIR@/libirs.@A@ \
|
@BINDLIBIRSDIR@/libirs.@A@ \
|
||||||
@BINDLIBDNSDIR@/libdns.@A@ \
|
@BINDLIBDNSDIR@/libdns.@A@ \
|
||||||
|
@ -91,8 +91,8 @@ index a515265..8bd616c 100644
|
||||||
@if test $(top_srcdir) != ${top_builddir}; then \
|
@if test $(top_srcdir) != ${top_builddir}; then \
|
||||||
diff --git configure.ac configure.ac
|
diff --git configure.ac configure.ac
|
||||||
index 3a583a5..453bbd5 100644
|
index 3a583a5..453bbd5 100644
|
||||||
--- configure.ac
|
--- a/configure.ac
|
||||||
+++ configure.ac
|
+++ b/configure.ac
|
||||||
@@ -990,6 +990,9 @@ esac
|
@@ -990,6 +990,9 @@ esac
|
||||||
|
|
||||||
AC_C_FLEXIBLE_ARRAY_MEMBER
|
AC_C_FLEXIBLE_ARRAY_MEMBER
|
||||||
|
@ -105,8 +105,8 @@ index 3a583a5..453bbd5 100644
|
||||||
client/Makefile
|
client/Makefile
|
||||||
diff --git dhcpctl/Makefile.am dhcpctl/Makefile.am
|
diff --git dhcpctl/Makefile.am dhcpctl/Makefile.am
|
||||||
index 0d66971..413ad25 100644
|
index 0d66971..413ad25 100644
|
||||||
--- dhcpctl/Makefile.am
|
--- a/dhcpctl/Makefile.am
|
||||||
+++ dhcpctl/Makefile.am
|
+++ b/dhcpctl/Makefile.am
|
||||||
@@ -14,7 +14,7 @@ omshell_LDADD = libdhcpctl.a ../common/libdhcp.a ../omapip/libomapi.a \
|
@@ -14,7 +14,7 @@ omshell_LDADD = libdhcpctl.a ../common/libdhcp.a ../omapip/libomapi.a \
|
||||||
$(BINDLIBIRSDIR)/libirs.a \
|
$(BINDLIBIRSDIR)/libirs.a \
|
||||||
$(BINDLIBDNSDIR)/libdns.a \
|
$(BINDLIBDNSDIR)/libdns.a \
|
||||||
|
@ -124,8 +124,8 @@ index 0d66971..413ad25 100644
|
||||||
+ $(BINDLIBISCDIR)/libisc.a @LIBATOMIC@
|
+ $(BINDLIBISCDIR)/libisc.a @LIBATOMIC@
|
||||||
diff --git omapip/Makefile.am omapip/Makefile.am
|
diff --git omapip/Makefile.am omapip/Makefile.am
|
||||||
index 5b61581..bd5664f 100644
|
index 5b61581..bd5664f 100644
|
||||||
--- omapip/Makefile.am
|
--- a/omapip/Makefile.am
|
||||||
+++ omapip/Makefile.am
|
+++ b/omapip/Makefile.am
|
||||||
@@ -19,4 +19,4 @@ svtest_LDADD = libomapi.a \
|
@@ -19,4 +19,4 @@ svtest_LDADD = libomapi.a \
|
||||||
$(BINDLIBIRSDIR)/libirs.a \
|
$(BINDLIBIRSDIR)/libirs.a \
|
||||||
$(BINDLIBDNSDIR)/libdns.a \
|
$(BINDLIBDNSDIR)/libdns.a \
|
||||||
|
@ -134,8 +134,8 @@ index 5b61581..bd5664f 100644
|
||||||
+ $(BINDLIBISCDIR)/libisc.a @LIBATOMIC@
|
+ $(BINDLIBISCDIR)/libisc.a @LIBATOMIC@
|
||||||
diff --git relay/Makefile.am relay/Makefile.am
|
diff --git relay/Makefile.am relay/Makefile.am
|
||||||
index 5562b69..8b788b7 100644
|
index 5562b69..8b788b7 100644
|
||||||
--- relay/Makefile.am
|
--- a/relay/Makefile.am
|
||||||
+++ relay/Makefile.am
|
+++ b/relay/Makefile.am
|
||||||
@@ -8,6 +8,6 @@ dhcrelay_LDADD = ../common/libdhcp.@A@ ../omapip/libomapi.@A@ \
|
@@ -8,6 +8,6 @@ dhcrelay_LDADD = ../common/libdhcp.@A@ ../omapip/libomapi.@A@ \
|
||||||
@BINDLIBIRSDIR@/libirs.@A@ \
|
@BINDLIBIRSDIR@/libirs.@A@ \
|
||||||
@BINDLIBDNSDIR@/libdns.@A@ \
|
@BINDLIBDNSDIR@/libdns.@A@ \
|
||||||
|
@ -146,8 +146,8 @@ index 5562b69..8b788b7 100644
|
||||||
EXTRA_DIST = $(man_MANS)
|
EXTRA_DIST = $(man_MANS)
|
||||||
diff --git relay/tests/Makefile.am relay/tests/Makefile.am
|
diff --git relay/tests/Makefile.am relay/tests/Makefile.am
|
||||||
index fce3115..acbe68b 100644
|
index fce3115..acbe68b 100644
|
||||||
--- relay/tests/Makefile.am
|
--- a/relay/tests/Makefile.am
|
||||||
+++ relay/tests/Makefile.am
|
+++ b/relay/tests/Makefile.am
|
||||||
@@ -19,7 +19,7 @@ DHCPLIBS = $(top_builddir)/common/libdhcp.@A@ \
|
@@ -19,7 +19,7 @@ DHCPLIBS = $(top_builddir)/common/libdhcp.@A@ \
|
||||||
@BINDLIBIRSDIR@/libirs.@A@ \
|
@BINDLIBIRSDIR@/libirs.@A@ \
|
||||||
@BINDLIBDNSDIR@/libdns.@A@ \
|
@BINDLIBDNSDIR@/libdns.@A@ \
|
||||||
|
@ -159,8 +159,8 @@ index fce3115..acbe68b 100644
|
||||||
if HAVE_ATF
|
if HAVE_ATF
|
||||||
diff --git server/Makefile.am server/Makefile.am
|
diff --git server/Makefile.am server/Makefile.am
|
||||||
index 787efca..f019d97 100644
|
index 787efca..f019d97 100644
|
||||||
--- server/Makefile.am
|
--- a/server/Makefile.am
|
||||||
+++ server/Makefile.am
|
+++ b/server/Makefile.am
|
||||||
@@ -18,7 +18,7 @@ dhcpd_LDADD = ../common/libdhcp.@A@ ../omapip/libomapi.@A@ \
|
@@ -18,7 +18,7 @@ dhcpd_LDADD = ../common/libdhcp.@A@ ../omapip/libomapi.@A@ \
|
||||||
$(BINDLIBIRSDIR)/libirs.@A@ \
|
$(BINDLIBIRSDIR)/libirs.@A@ \
|
||||||
$(BINDLIBDNSDIR)/libdns.@A@ \
|
$(BINDLIBDNSDIR)/libdns.@A@ \
|
||||||
|
@ -172,8 +172,8 @@ index 787efca..f019d97 100644
|
||||||
EXTRA_DIST = $(man_MANS)
|
EXTRA_DIST = $(man_MANS)
|
||||||
diff --git server/tests/Makefile.am server/tests/Makefile.am
|
diff --git server/tests/Makefile.am server/tests/Makefile.am
|
||||||
index 699a0b6..3d97990 100644
|
index 699a0b6..3d97990 100644
|
||||||
--- server/tests/Makefile.am
|
--- a/server/tests/Makefile.am
|
||||||
+++ server/tests/Makefile.am
|
+++ b/server/tests/Makefile.am
|
||||||
@@ -23,7 +23,7 @@ DHCPLIBS = $(top_builddir)/common/libdhcp.@A@ \
|
@@ -23,7 +23,7 @@ DHCPLIBS = $(top_builddir)/common/libdhcp.@A@ \
|
||||||
$(BINDLIBIRSDIR)/libirs.@A@ \
|
$(BINDLIBIRSDIR)/libirs.@A@ \
|
||||||
$(BINDLIBDNSDIR)/libdns.@A@ \
|
$(BINDLIBDNSDIR)/libdns.@A@ \
|
||||||
|
|
|
@ -11,7 +11,6 @@ license="MPL-2.0"
|
||||||
homepage="https://www.isc.org/downloads/dhcp"
|
homepage="https://www.isc.org/downloads/dhcp"
|
||||||
distfiles="http://ftp.isc.org/isc/dhcp/${version/P/-P}/dhcp-${version/P/-P}.tar.gz"
|
distfiles="http://ftp.isc.org/isc/dhcp/${version/P/-P}/dhcp-${version/P/-P}.tar.gz"
|
||||||
checksum=b05e04337539545a8faa0d6ac518defc61a07e5aec66a857f455e7f218c85a1a
|
checksum=b05e04337539545a8faa0d6ac518defc61a07e5aec66a857f455e7f218c85a1a
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
|
|
|
@ -9,8 +9,8 @@ Subject: [PATCH] fix privsep build on ppc*
|
||||||
|
|
||||||
diff --git src/privsep-linux.c src/privsep-linux.c
|
diff --git src/privsep-linux.c src/privsep-linux.c
|
||||||
index e588ecd..9d335ca 100644
|
index e588ecd..9d335ca 100644
|
||||||
--- src/privsep-linux.c
|
--- a/src/privsep-linux.c
|
||||||
+++ src/privsep-linux.c
|
+++ b/src/privsep-linux.c
|
||||||
@@ -42,6 +42,7 @@
|
@@ -42,6 +42,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- hooks/10-wpa_supplicant.orig 2014-11-26 16:34:35.000000000 +0100
|
--- a/hooks/10-wpa_supplicant 2014-11-26 16:34:35.000000000 +0100
|
||||||
+++ hooks/10-wpa_supplicant 2014-11-28 11:53:48.929217243 +0100
|
+++ b/hooks/10-wpa_supplicant 2014-11-28 11:53:48.929217243 +0100
|
||||||
@@ -114,6 +114,6 @@ then
|
@@ -114,6 +114,6 @@ then
|
||||||
case "$reason" in
|
case "$reason" in
|
||||||
PREINIT) wpa_supplicant_start;;
|
PREINIT) wpa_supplicant_start;;
|
||||||
|
|
|
@ -17,7 +17,6 @@ distfiles="https://roy.marples.name/downloads/dhcpcd/dhcpcd-${version}.tar.xz"
|
||||||
checksum=41a69297f380bf15ee8f94f73154f8c2bca7157a087c0d5aca8de000ba1d4513
|
checksum=41a69297f380bf15ee8f94f73154f8c2bca7157a087c0d5aca8de000ba1d4513
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
conf_files=/etc/dhcpcd.conf
|
conf_files=/etc/dhcpcd.conf
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
system_accounts="_dhcpcd"
|
system_accounts="_dhcpcd"
|
||||||
_dhcpcd_homedir="/var/db/dhcpcd"
|
_dhcpcd_homedir="/var/db/dhcpcd"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- neo/sys/posix/posix_net.cpp 2016-06-19 01:48:20.000000000 +0200
|
--- a/neo/sys/posix/posix_net.cpp 2016-06-19 01:48:20.000000000 +0200
|
||||||
+++ new/sys/posix/posix_net.cpp 2016-08-17 18:20:27.634588999 +0200
|
+++ b/new/sys/posix/posix_net.cpp 2016-08-17 18:20:27.634588999 +0200
|
||||||
@@ -49,6 +49,15 @@
|
@@ -49,6 +49,15 @@
|
||||||
|
|
||||||
#include "sys/posix/posix_public.h"
|
#include "sys/posix/posix_public.h"
|
||||||
|
|
|
@ -11,4 +11,3 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://dhewm3.org/"
|
homepage="https://dhewm3.org/"
|
||||||
distfiles="https://github.com/dhewm/dhewm3/releases/download/${version}/dhewm3-${version}-src.tar.xz"
|
distfiles="https://github.com/dhewm/dhewm3/releases/download/${version}/dhewm3-${version}-src.tar.xz"
|
||||||
checksum=31671f35fb6f83272dfa2a27c0dad6183bc228f1f1a448ef925052cf4dcf4b68
|
checksum=31671f35fb6f83272dfa2a27c0dad6183bc228f1f1a448ef925052cf4dcf4b68
|
||||||
patch_args=-Np0
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- ./configure.orig
|
--- a/configure
|
||||||
+++ ./configure
|
+++ b/configure
|
||||||
@@ -17436,11 +17436,11 @@
|
@@ -17436,11 +17436,11 @@
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C"
|
extern "C"
|
||||||
|
|
|
@ -12,7 +12,6 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/Dia"
|
homepage="https://wiki.gnome.org/Apps/Dia"
|
||||||
distfiles="${GNOME_SITE}/dia/${version%.*}/dia-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/dia/${version%.*}/dia-${version}.tar.xz"
|
||||||
checksum=22914e48ef48f894bb5143c5efc3d01ab96e0a0cde80de11058d3b4301377d34
|
checksum=22914e48ef48f894bb5143c5efc3d01ab96e0a0cde80de11058d3b4301377d34
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Compiling with -std=c++11 requires blanks between string literals
|
Compiling with -std=c++11 requires blanks between string literals
|
||||||
and macros defining strings.
|
and macros defining strings.
|
||||||
|
|
||||||
--- dialogmain.cpp 2016-03-02 20:31:01.000000000 +0100
|
--- a/dialogmain.cpp 2016-03-02 20:31:01.000000000 +0100
|
||||||
+++ dialogmain.cpp 2016-12-27 22:03:26.774405881 +0100
|
+++ b/dialogmain.cpp 2016-12-27 22:03:26.774405881 +0100
|
||||||
@@ -28,7 +28,7 @@
|
@@ -28,7 +28,7 @@
|
||||||
#define VERSION "1.0"
|
#define VERSION "1.0"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
For Qt5 the header files of widgets have to be explicitly included.
|
For Qt5 the header files of widgets have to be explicitly included.
|
||||||
|
|
||||||
--- dialogbox.hpp 2016-03-02 20:31:01.000000000 +0100
|
--- a/dialogbox.hpp 2016-03-02 20:31:01.000000000 +0100
|
||||||
+++ dialogbox.hpp 2016-12-27 21:54:05.335465144 +0100
|
+++ b/dialogbox.hpp 2016-12-27 21:54:05.335465144 +0100
|
||||||
@@ -22,6 +22,23 @@
|
@@ -22,6 +22,23 @@
|
||||||
#define DIALOGBOX_H
|
#define DIALOGBOX_H
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
For Qt5 the project file needs to add QT += widgets.
|
For Qt5 the project file needs to add QT += widgets.
|
||||||
|
|
||||||
--- dialogbox.pro 2016-03-02 20:31:01.000000000 +0100
|
--- a/dialogbox.pro 2016-03-02 20:31:01.000000000 +0100
|
||||||
+++ dialogbox.pro 2016-12-27 22:06:17.270398461 +0100
|
+++ b/dialogbox.pro 2016-12-27 22:06:17.270398461 +0100
|
||||||
@@ -1,5 +1,6 @@
|
@@ -1,5 +1,6 @@
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
TARGET = dialogbox
|
TARGET = dialogbox
|
||||||
|
|
|
@ -11,4 +11,3 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/martynets/dialogbox"
|
homepage="https://github.com/martynets/dialogbox"
|
||||||
distfiles="https://github.com/martynets/dialogbox/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/martynets/dialogbox/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=554e59712a616772cff5734206e2a223171ad57c0e922421d8383a763b11640e
|
checksum=554e59712a616772cff5734206e2a223171ad57c0e922421d8383a763b11640e
|
||||||
patch_args=-Np0
|
|
||||||
|
|
|
@ -4,8 +4,8 @@ Bug-Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1799282
|
||||||
Author: Axel Beckert <abe@debian.org>
|
Author: Axel Beckert <abe@debian.org>
|
||||||
Forwarded: no
|
Forwarded: no
|
||||||
|
|
||||||
--- dpid/dpid.h
|
--- a/dpid/dpid.h
|
||||||
+++ dpid/dpid.h
|
+++ b/dpid/dpid.h
|
||||||
@@ -25,10 +25,10 @@
|
@@ -25,10 +25,10 @@
|
||||||
|
|
||||||
/*! \TODO: Should read this from dillorc */
|
/*! \TODO: Should read this from dillorc */
|
||||||
|
@ -44,8 +44,8 @@ Forwarded: no
|
||||||
|
|
||||||
/*! Set to 1 by the SIGCHLD handler dpi_sigchld */
|
/*! Set to 1 by the SIGCHLD handler dpi_sigchld */
|
||||||
extern volatile sig_atomic_t caught_sigchld;
|
extern volatile sig_atomic_t caught_sigchld;
|
||||||
--- dpid/main.c
|
--- a/dpid/main.c
|
||||||
+++ dpid/main.c
|
+++ b/dpid/main.c
|
||||||
@@ -31,6 +31,17 @@
|
@@ -31,6 +31,17 @@
|
||||||
#include "../dpip/dpip.h"
|
#include "../dpip/dpip.h"
|
||||||
|
|
||||||
|
@ -64,8 +64,8 @@ Forwarded: no
|
||||||
|
|
||||||
|
|
||||||
/* Start a dpi filter plugin after accepting the pending connection
|
/* Start a dpi filter plugin after accepting the pending connection
|
||||||
--- dpid/dpid_common.h
|
--- a/dpid/dpid_common.h
|
||||||
+++ dpid/dpid_common.h
|
+++ b/dpid/dpid_common.h
|
||||||
@@ -38,10 +38,7 @@
|
@@ -38,10 +38,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@ Bug-Debian: https://bugs.debian.org/845035
|
||||||
Author: Axel Beckert <abe@debian.org>
|
Author: Axel Beckert <abe@debian.org>
|
||||||
Forwarded: http://lists.dillo.org/pipermail/dillo-dev/2017-September/011076.html
|
Forwarded: http://lists.dillo.org/pipermail/dillo-dev/2017-September/011076.html
|
||||||
|
|
||||||
--- configure 2015-06-30 16:07:22.000000000 +0200
|
--- a/configure 2015-06-30 16:07:22.000000000 +0200
|
||||||
+++ - 2021-02-26 22:19:38.871826383 +0100
|
+++ b/configure 2015-06-30 16:07:22.000000000 +0200
|
||||||
@@ -6002,9 +6002,9 @@
|
@@ -6002,9 +6002,9 @@
|
||||||
|
|
||||||
if test "x$ssl_ok" = "xyes"; then
|
if test "x$ssl_ok" = "xyes"; then
|
||||||
|
@ -53,8 +53,8 @@ Forwarded: http://lists.dillo.org/pipermail/dillo-dev/2017-September/011076.html
|
||||||
ssl_ok=yes
|
ssl_ok=yes
|
||||||
else
|
else
|
||||||
ssl_ok=no
|
ssl_ok=no
|
||||||
--- dpi/https.c
|
--- a/dpi/https.c
|
||||||
+++ dpi/https.c
|
+++ b/dpi/https.c
|
||||||
@@ -476,7 +476,7 @@
|
@@ -476,7 +476,7 @@
|
||||||
case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT:
|
case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT:
|
||||||
/*Either self signed and untrusted*/
|
/*Either self signed and untrusted*/
|
||||||
|
|
|
@ -3,8 +3,8 @@ Bug-Debian: https://bugs.debian/org/924357
|
||||||
Forwarded: no
|
Forwarded: no
|
||||||
Author: liftof+dbug@gmail.com
|
Author: liftof+dbug@gmail.com
|
||||||
|
|
||||||
--- dillorc
|
--- a/dillorc
|
||||||
+++ dillorc
|
+++ b/dillorc
|
||||||
@@ -157,7 +157,7 @@
|
@@ -157,7 +157,7 @@
|
||||||
# You can enable multiple search_url strings at once and select from among
|
# You can enable multiple search_url strings at once and select from among
|
||||||
# them at runtime, with the first being the default.
|
# them at runtime, with the first being the default.
|
||||||
|
|
|
@ -15,4 +15,3 @@ license="GPL-3.0-or-later"
|
||||||
homepage="http://www.dillo.org/download/"
|
homepage="http://www.dillo.org/download/"
|
||||||
distfiles="http://www.dillo.org/download/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.dillo.org/download/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b
|
checksum=db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b
|
||||||
patch_args=-Np0
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- diod/ops.c
|
--- a/diod/ops.c
|
||||||
+++ diod/ops.c
|
+++ b/diod/ops.c
|
||||||
@@ -69,6 +69,7 @@
|
@@ -69,6 +69,7 @@
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
@ -8,8 +8,8 @@
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/statfs.h>
|
#include <sys/statfs.h>
|
||||||
--- diod/xattr.c
|
--- a/diod/xattr.c
|
||||||
+++ diod/xattr.c
|
+++ b/diod/xattr.c
|
||||||
@@ -39,7 +39,7 @@
|
@@ -39,7 +39,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -12,7 +12,6 @@ license="GPL-2"
|
||||||
homepage="https://github.com/chaos/diod"
|
homepage="https://github.com/chaos/diod"
|
||||||
distfiles="https://github.com/chaos/diod/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/chaos/diod/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=f41d2b91c1a712132f5457d9d1c3caca985f069bdc8ef27bf4c148ac1d9f8c9f
|
checksum=f41d2b91c1a712132f5457d9d1c3caca985f069bdc8ef27bf4c148ac1d9f8c9f
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv diod
|
vsv diod
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** discord-ptb.desktop
|
*** a/discord-ptb.desktop
|
||||||
--- discord-ptb.desktop
|
--- a/discord-ptb.desktop
|
||||||
*************** GenericName=Internet Messenger
|
*************** GenericName=Internet Messenger
|
||||||
*** 6 ****
|
*** 6 ****
|
||||||
! Exec=/usr/share/discord-ptb/DiscordPTB
|
! Exec=/usr/share/discord-ptb/DiscordPTB
|
||||||
|
|
|
@ -16,7 +16,6 @@ _license_checksum=9abbd207c86f76a59c0017c131dc7a30089c40b4dacb54a0f339272468344e
|
||||||
nopie=yes
|
nopie=yes
|
||||||
restricted=yes
|
restricted=yes
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
$XBPS_FETCH_CMD -o eula https://discord.com/terms; cat eula |
|
$XBPS_FETCH_CMD -o eula https://discord.com/terms; cat eula |
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
*** discord.desktop
|
*** a/discord.desktop
|
||||||
--- discord.desktop
|
--- a/discord.desktop
|
||||||
*************** GenericName=Internet Messenger
|
*************** GenericName=Internet Messenger
|
||||||
*** 6 ****
|
*** 6 ****
|
||||||
! Exec=/usr/share/discord/Discord
|
! Exec=/usr/share/discord/Discord
|
||||||
|
|
|
@ -14,7 +14,6 @@ checksum=adede954e9c696d96e254759b539527a24ab1d42f0d548c5c4309d1a3fc3c25e
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
local package_location="usr/lib/$pkgname" item
|
local package_location="usr/lib/$pkgname" item
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- configure.inc.orig
|
--- a/configure.inc
|
||||||
+++ configure.inc
|
+++ b/configure.inc
|
||||||
@@ -1770,7 +1770,7 @@
|
@@ -1770,7 +1770,7 @@
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.in.orig
|
--- a/Makefile.in
|
||||||
+++ Makefile.in
|
+++ b/Makefile.in
|
||||||
@@ -95,8 +95,8 @@
|
@@ -95,8 +95,8 @@
|
||||||
blocktags: mktags
|
blocktags: mktags
|
||||||
./mktags > blocktags
|
./mktags > blocktags
|
||||||
|
|
|
@ -12,7 +12,6 @@ homepage="http://www.pell.portland.or.us/~orc/Code/discount"
|
||||||
distfiles="https://github.com/Orc/discount/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Orc/discount/archive/v${version}.tar.gz"
|
||||||
checksum=72c1325ddfc40871d6810f1e272cf2d45b361f26357eb38f170fd04d737bb9f2
|
checksum=72c1325ddfc40871d6810f1e272cf2d45b361f26357eb38f170fd04d737bb9f2
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install install.man
|
make DESTDIR=${DESTDIR} install install.man
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Index: src/CMakeLists.txt
|
Index: src/CMakeLists.txt
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/CMakeLists.txt.orig
|
--- a/src/CMakeLists.txt
|
||||||
+++ src/CMakeLists.txt
|
+++ b/src/CMakeLists.txt
|
||||||
@@ -71,7 +71,7 @@ if(NOT DEFINED WARN_FLAGS)
|
@@ -71,7 +71,7 @@ if(NOT DEFINED WARN_FLAGS)
|
||||||
set (WARN_FLAGS "-Wall -Wextra" CACHE STRING "" FORCE)
|
set (WARN_FLAGS "-Wall -Wextra" CACHE STRING "" FORCE)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
@ -11,4 +11,3 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/Aorimn/dislocker"
|
homepage="https://github.com/Aorimn/dislocker"
|
||||||
distfiles="https://github.com/Aorimn/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Aorimn/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=8d5275577c44f2bd87f6e05dd61971a71c0e56a9cbedf000bd38deadd8b6c1e6
|
checksum=8d5275577c44f2bd87f6e05dd61971a71c0e56a9cbedf000bd38deadd8b6c1e6
|
||||||
patch_args=-Np0
|
|
||||||
|
|
|
@ -4,8 +4,8 @@ Therefore the current code either results in garbled output or
|
||||||
doesn't work at all. Replace it with a simple printf.
|
doesn't work at all. Replace it with a simple printf.
|
||||||
|
|
||||||
---
|
---
|
||||||
--- DisplayCAL/RealDisplaySizeMM.c 2018-07-25 16:47:01.000000000 +0200
|
--- a/DisplayCAL/RealDisplaySizeMM.c 2018-07-25 16:47:01.000000000 +0200
|
||||||
+++ - 2020-06-07 22:27:10.984231905 +0200
|
+++ b/DisplayCAL/RealDisplaySizeMM.c 2018-07-25 16:47:01.000000000 +0200
|
||||||
@@ -822,13 +822,13 @@
|
@@ -822,13 +822,13 @@
|
||||||
sprintf(desc1, "_ICC_PROFILE_%d",disps[ndisps]->uscreen);
|
sprintf(desc1, "_ICC_PROFILE_%d",disps[ndisps]->uscreen);
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,6 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://displaycal.net/"
|
homepage="https://displaycal.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/dispcalgui/${_name}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/dispcalgui/${_name}-${version}.tar.gz"
|
||||||
checksum=7c34dfbd9f66f24f1d4c88de4a5a0de688aad719f095874b6259637d30893bea
|
checksum=7c34dfbd9f66f24f1d4c88de4a5a0de688aad719f095874b6259637d30893bea
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's|MimeType=model/vrml;x-world/x-vrml;|MimeType=model/vrml;|' misc/displaycal-vrml-to-x3d-converter.desktop
|
sed -i 's|MimeType=model/vrml;x-world/x-vrml;|MimeType=model/vrml;|' misc/displaycal-vrml-to-x3d-converter.desktop
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Index: config/acinclude.m4
|
Index: config/acinclude.m4
|
||||||
===================================================================
|
===================================================================
|
||||||
--- config/acinclude.m4.orig
|
--- a/config/acinclude.m4
|
||||||
+++ config/acinclude.m4
|
+++ b/config/acinclude.m4
|
||||||
@@ -302,19 +302,8 @@ Please define variable QMAKE and possibl
|
@@ -302,19 +302,8 @@ Please define variable QMAKE and possibl
|
||||||
Defining QTDIR can help although it is deprecated.])
|
Defining QTDIR can help although it is deprecated.])
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -14,7 +14,6 @@ license="GPL-2.0-or-later"
|
||||||
homepage="http://djvu.sourceforge.net/djview4.html"
|
homepage="http://djvu.sourceforge.net/djview4.html"
|
||||||
distfiles="${SOURCEFORGE_SITE}/djvu/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/djvu/${pkgname}-${version}.tar.gz"
|
||||||
checksum=5673c6a8b7e195b91a1720b24091915b8145de34879db1158bc936b100eaf3e3
|
checksum=5673c6a8b7e195b91a1720b24091915b8145de34879db1158bc936b100eaf3e3
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
vsed -i -e '/Exec/s/djview4/djview/' \
|
vsed -i -e '/Exec/s/djview4/djview/' \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Even if not defining __GLIBC__, musl libc has program_invocation_short_name
|
Even if not defining __GLIBC__, musl libc has program_invocation_short_name
|
||||||
|
|
||||||
--- dfcompat.c 2013-06-03 16:03:15.000000000 +0200
|
--- a/dfcompat.c 2013-06-03 16:03:15.000000000 +0200
|
||||||
+++ dfcompat.c 2015-08-07 14:57:37.814738238 +0200
|
+++ b/dfcompat.c 2015-08-07 14:57:37.814738238 +0200
|
||||||
@@ -105,8 +105,6 @@
|
@@ -105,8 +105,6 @@
|
||||||
|
|
||||||
#ifndef HAVE_GETPROGNAME
|
#ifndef HAVE_GETPROGNAME
|
||||||
|
|
|
@ -13,7 +13,6 @@ homepage="https://github.com/corecode/dma"
|
||||||
distfiles="https://github.com/corecode/dma/archive/v${version}.tar.gz"
|
distfiles="https://github.com/corecode/dma/archive/v${version}.tar.gz"
|
||||||
checksum=9d4b903f2b750d888f51d668d08d2ea18404dedb0a52cffeb3c81376023c1946
|
checksum=9d4b903f2b750d888f51d668d08d2ea18404dedb0a52cffeb3c81376023c1946
|
||||||
system_accounts="mail"
|
system_accounts="mail"
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
provides="smtp-server-0_1 smtp-forwarder-0_1"
|
provides="smtp-server-0_1 smtp-forwarder-0_1"
|
||||||
replaces="smtp-server>=0 smtp-forwarder>=0"
|
replaces="smtp-server>=0 smtp-forwarder>=0"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- dmd/src/mars.c
|
--- a/dmd/src/mars.c
|
||||||
+++ dmd/src/mars.c
|
+++ b/dmd/src/mars.c
|
||||||
@@ -267,6 +267,7 @@ int tryMain(size_t argc, const char *argv[])
|
@@ -267,6 +267,7 @@ int tryMain(size_t argc, const char *argv[])
|
||||||
|
|
||||||
// Set default values
|
// Set default values
|
||||||
|
|
|
@ -21,7 +21,6 @@ checksum="
|
||||||
7f4d84f2b5252c0cc33bffbb4de8aab9321df844b8512e27e90267cbb9bc7422
|
7f4d84f2b5252c0cc33bffbb4de8aab9321df844b8512e27e90267cbb9bc7422
|
||||||
57306f80a63b83b755043d05e85e83cf3178701c92d295c97d1a5a8be8ffce19"
|
57306f80a63b83b755043d05e85e83cf3178701c92d295c97d1a5a8be8ffce19"
|
||||||
provides="d-compiler-${version}_${revision}"
|
provides="d-compiler-${version}_${revision}"
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
rm -rf dmd druntime phobos
|
rm -rf dmd druntime phobos
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- dmd/src/dmd/link.d
|
--- a/dmd/src/dmd/link.d
|
||||||
+++ dmd/src/dmd/link.d
|
+++ b/dmd/src/dmd/link.d
|
||||||
@@ -685,7 +685,7 @@ public int runLINK()
|
@@ -685,7 +685,7 @@ public int runLINK()
|
||||||
close(fds[0]);
|
close(fds[0]);
|
||||||
execvp(argv[0], cast(char**)argv.tdata());
|
execvp(argv[0], cast(char**)argv.tdata());
|
||||||
|
|
|
@ -24,7 +24,6 @@ provides="d-compiler-${version}_${revision}"
|
||||||
conflicts="dmd-bootstrap"
|
conflicts="dmd-bootstrap"
|
||||||
nopie=yes
|
nopie=yes
|
||||||
LDFLAGS="-lpthread"
|
LDFLAGS="-lpthread"
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*) _archbits=64;;
|
x86_64*) _archbits=64;;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- dmd/src/dmd/link.d
|
--- a/dmd/src/dmd/link.d
|
||||||
+++ dmd/src/dmd/link.d
|
+++ b/dmd/src/dmd/link.d
|
||||||
@@ -782,7 +782,7 @@ public int runLINK()
|
@@ -782,7 +782,7 @@ public int runLINK()
|
||||||
close(fds[0]);
|
close(fds[0]);
|
||||||
execvp(argv[0], argv.tdata());
|
execvp(argv[0], argv.tdata());
|
||||||
|
|
|
@ -26,7 +26,6 @@ nopie=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
LDFLAGS="-lpthread"
|
LDFLAGS="-lpthread"
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*) _archbits=64;;
|
x86_64*) _archbits=64;;
|
||||||
|
|
|
@ -17,8 +17,8 @@ Fixes https://github.com/Lekensteyn/dmg2img/issues/4
|
||||||
|
|
||||||
diff --git a/vfdecrypt.c b/vfdecrypt.c
|
diff --git a/vfdecrypt.c b/vfdecrypt.c
|
||||||
index 56d3530..b1a36d3 100644
|
index 56d3530..b1a36d3 100644
|
||||||
--- vfdecrypt.c
|
--- a/vfdecrypt.c
|
||||||
+++ vfdecrypt.c
|
+++ b/vfdecrypt.c
|
||||||
@@ -183,7 +183,7 @@ void adjust_v2_header_byteorder(cencrypted_v2_pwheader *pwhdr) {
|
@@ -183,7 +183,7 @@ void adjust_v2_header_byteorder(cencrypted_v2_pwheader *pwhdr) {
|
||||||
pwhdr->encrypted_keyblob_size = htonl(pwhdr->encrypted_keyblob_size);
|
pwhdr->encrypted_keyblob_size = htonl(pwhdr->encrypted_keyblob_size);
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,4 +10,3 @@ license="GPL-2.0-or-later"
|
||||||
homepage="http://vu1tur.eu.org/dmg2img"
|
homepage="http://vu1tur.eu.org/dmg2img"
|
||||||
distfiles="http://vu1tur.eu.org/tools/dmg2img-${version}.tar.gz"
|
distfiles="http://vu1tur.eu.org/tools/dmg2img-${version}.tar.gz"
|
||||||
checksum=02aea6d05c5b810074913b954296ddffaa43497ed720ac0a671da4791ec4d018
|
checksum=02aea6d05c5b810074913b954296ddffaa43497ed720ac0a671da4791ec4d018
|
||||||
patch_args=-Np0
|
|
||||||
|
|
|
@ -3,8 +3,8 @@ Author: Roberto Lumbreras <rover@debian.org>
|
||||||
|
|
||||||
Index: dmtx-utils-0.7.6/dmtxread/dmtxread.c
|
Index: dmtx-utils-0.7.6/dmtxread/dmtxread.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- dmtxread/dmtxread.c 2018-08-09 08:08:03.657379018 +0200
|
--- a/dmtxread/dmtxread.c 2018-08-09 08:08:03.657379018 +0200
|
||||||
+++ dmtxread/dmtxread.c 2018-08-09 08:08:03.649378973 +0200
|
+++ b/dmtxread/dmtxread.c 2018-08-09 08:08:03.649378973 +0200
|
||||||
@@ -724,7 +724,7 @@
|
@@ -724,7 +724,7 @@
|
||||||
int i, idx;
|
int i, idx;
|
||||||
int row, rowCount;
|
int row, rowCount;
|
||||||
|
@ -16,8 +16,8 @@ Index: dmtx-utils-0.7.6/dmtxread/dmtxread.c
|
||||||
list = MagickQueryFormats("*", &totalCount);
|
list = MagickQueryFormats("*", &totalCount);
|
||||||
Index: dmtx-utils-0.7.6/dmtxwrite/dmtxwrite.c
|
Index: dmtx-utils-0.7.6/dmtxwrite/dmtxwrite.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- dmtxwrite/dmtxwrite.c 2018-08-09 08:08:03.657379018 +0200
|
--- a/dmtxwrite/dmtxwrite.c 2018-08-09 08:08:03.657379018 +0200
|
||||||
+++ dmtxwrite/dmtxwrite.c 2018-08-09 08:08:03.649378973 +0200
|
+++ b/dmtxwrite/dmtxwrite.c 2018-08-09 08:08:03.649378973 +0200
|
||||||
@@ -455,7 +455,7 @@
|
@@ -455,7 +455,7 @@
|
||||||
int i, idx;
|
int i, idx;
|
||||||
int row, rowCount;
|
int row, rowCount;
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Remove check for getopt_long and not existing source
|
Remove check for getopt_long and not existing source
|
||||||
files common/getopt.c and common/getopt1.c
|
files common/getopt.c and common/getopt1.c
|
||||||
|
|
||||||
--- configure.ac 2015-10-25 20:55:07.635988008 +0100
|
--- a/configure.ac 2015-10-25 20:55:07.635988008 +0100
|
||||||
+++ configure.ac 2015-10-25 20:56:18.683993130 +0100
|
+++ b/configure.ac 2015-10-25 20:56:18.683993130 +0100
|
||||||
@@ -20,7 +20,6 @@
|
@@ -20,7 +20,6 @@
|
||||||
|
|
||||||
AC_CHECK_HEADERS([sysexits.h])
|
AC_CHECK_HEADERS([sysexits.h])
|
||||||
|
|
|
@ -3,8 +3,8 @@ Author: Roberto Lumbreras <rover@debian.org>
|
||||||
|
|
||||||
Index: dmtx-utils-0.7.6/configure.ac
|
Index: dmtx-utils-0.7.6/configure.ac
|
||||||
===================================================================
|
===================================================================
|
||||||
--- configure.ac 2018-08-08 19:49:08.880725473 +0200
|
--- a/configure.ac 2018-08-08 19:49:08.880725473 +0200
|
||||||
+++ configure.ac 2018-08-08 19:49:08.872725433 +0200
|
+++ b/configure.ac 2018-08-08 19:49:08.872725433 +0200
|
||||||
@@ -6,7 +6,7 @@
|
@@ -6,7 +6,7 @@
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|
|
@ -11,7 +11,6 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/dmtx/dmtx-utils"
|
homepage="https://github.com/dmtx/dmtx-utils"
|
||||||
distfiles="https://github.com/dmtx/dmtx-utils/archive/v${version}/dmtx-utils-${version}.tar.gz"
|
distfiles="https://github.com/dmtx/dmtx-utils/archive/v${version}/dmtx-utils-${version}.tar.gz"
|
||||||
checksum=0d396ec14f32a8cf9e08369a4122a16aa2e5fa1675e02218f16f1ab777ea2a28
|
checksum=0d396ec14f32a8cf9e08369a4122a16aa2e5fa1675e02218f16f1ab777ea2a28
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
|
@ -10,8 +10,8 @@ does not break with changed registered URI.
|
||||||
Forwarded: not-needed
|
Forwarded: not-needed
|
||||||
Last-Update: 2020-06-02
|
Last-Update: 2020-06-02
|
||||||
|
|
||||||
--- catalog.xml
|
--- a/catalog.xml
|
||||||
+++ catalog.xml
|
+++ b/catalog.xml
|
||||||
@@ -5,4 +5,7 @@
|
@@ -5,4 +5,7 @@
|
||||||
<rewriteSystem systemIdStartString="http://cdn.docbook.org/release/xsl/current/" rewritePrefix="./"/>
|
<rewriteSystem systemIdStartString="http://cdn.docbook.org/release/xsl/current/" rewritePrefix="./"/>
|
||||||
<rewriteURI uriStartString="http://cdn.docbook.org/release/xsl/1.79.2/" rewritePrefix="./"/>
|
<rewriteURI uriStartString="http://cdn.docbook.org/release/xsl/1.79.2/" rewritePrefix="./"/>
|
||||||
|
|
|
@ -13,7 +13,6 @@ homepage="https://docbook.org/"
|
||||||
distfiles="https://github.com/docbook/xslt10-stylesheets/releases/download/release/${version}/${wrksrc}.tar.bz2"
|
distfiles="https://github.com/docbook/xslt10-stylesheets/releases/download/release/${version}/${wrksrc}.tar.bz2"
|
||||||
checksum=316524ea444e53208a2fb90eeb676af755da96e1417835ba5f5eb719c81fa371
|
checksum=316524ea444e53208a2fb90eeb676af755da96e1417835ba5f5eb719c81fa371
|
||||||
xml_entries="nextCatalog /usr/share/xsl-ns/docbook/catalog.xml --"
|
xml_entries="nextCatalog /usr/share/xsl-ns/docbook/catalog.xml --"
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
local xslmods="assembly common eclipse epub epub3 fo highlighting html \
|
local xslmods="assembly common eclipse epub epub3 fo highlighting html \
|
||||||
|
|
|
@ -7,8 +7,8 @@ long strings with many matches will cause stack overflows.
|
||||||
|
|
||||||
Bug-Debian: https://bugs.debian.org/750593
|
Bug-Debian: https://bugs.debian.org/750593
|
||||||
|
|
||||||
--- lib/lib.xsl
|
--- a/lib/lib.xsl
|
||||||
+++ lib/lib.xsl
|
+++ b/lib/lib.xsl
|
||||||
@@ -6,7 +6,11 @@
|
@@ -6,7 +6,11 @@
|
||||||
|
|
||||||
This module implements DTD-independent functions
|
This module implements DTD-independent functions
|
||||||
|
|
|
@ -5,8 +5,8 @@ Subject: Fix bad .so links in man pages
|
||||||
Bug-Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=%23727251
|
Bug-Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=%23727251
|
||||||
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831831
|
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831831
|
||||||
|
|
||||||
--- manpages/other.xsl
|
--- a/manpages/other.xsl
|
||||||
+++ manpages/other.xsl
|
+++ b/manpages/other.xsl
|
||||||
@@ -558,7 +558,14 @@
|
@@ -558,7 +558,14 @@
|
||||||
<xsl:with-param name="message-prolog">Note: </xsl:with-param>
|
<xsl:with-param name="message-prolog">Note: </xsl:with-param>
|
||||||
<xsl:with-param name="message-epilog"> (soelim stub)</xsl:with-param>
|
<xsl:with-param name="message-epilog"> (soelim stub)</xsl:with-param>
|
||||||
|
|
|
@ -10,8 +10,8 @@ does not break with changed registered URI.
|
||||||
Forwarded: not-needed
|
Forwarded: not-needed
|
||||||
Last-Update: 2020-06-02
|
Last-Update: 2020-06-02
|
||||||
|
|
||||||
--- catalog.xml
|
--- a/catalog.xml
|
||||||
+++ catalog.xml
|
+++ b/catalog.xml
|
||||||
@@ -5,4 +5,7 @@
|
@@ -5,4 +5,7 @@
|
||||||
<rewriteSystem systemIdStartString="http://cdn.docbook.org/release/xsl-nons/current/" rewritePrefix="./"/>
|
<rewriteSystem systemIdStartString="http://cdn.docbook.org/release/xsl-nons/current/" rewritePrefix="./"/>
|
||||||
<rewriteURI uriStartString="http://cdn.docbook.org/release/xsl-nons/1.79.2/" rewritePrefix="./"/>
|
<rewriteURI uriStartString="http://cdn.docbook.org/release/xsl-nons/1.79.2/" rewritePrefix="./"/>
|
||||||
|
|
|
@ -13,7 +13,6 @@ homepage="https://docbook.org/"
|
||||||
distfiles="https://github.com/docbook/xslt10-stylesheets/releases/download/release/${version}/${wrksrc}.tar.bz2"
|
distfiles="https://github.com/docbook/xslt10-stylesheets/releases/download/release/${version}/${wrksrc}.tar.bz2"
|
||||||
checksum=ee8b9eca0b7a8f89075832a2da7534bce8c5478fc8fc2676f512d5d87d832102
|
checksum=ee8b9eca0b7a8f89075832a2da7534bce8c5478fc8fc2676f512d5d87d832102
|
||||||
xml_entries="nextCatalog /usr/share/xsl/docbook/catalog.xml --"
|
xml_entries="nextCatalog /usr/share/xsl/docbook/catalog.xml --"
|
||||||
patch_args=-Np0
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
local xslmods="assembly common eclipse epub epub3 fo highlighting html \
|
local xslmods="assembly common eclipse epub epub3 fo highlighting html \
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue