mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:
find -L package/feeds/packages/ -name patches | \
sed 's/patches$/refresh/' | sort | xargs make
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
(cherry picked from commit 5d8d4fbbcb)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
committed by
Jeffery To
parent
99a5a094eb
commit
b1cbd93bcd
@@ -1,7 +1,5 @@
|
||||
Index: sendmail-8.15.2/cf/cf/Makefile
|
||||
===================================================================
|
||||
--- sendmail-8.15.2.orig/cf/cf/Makefile
|
||||
+++ sendmail-8.15.2/cf/cf/Makefile
|
||||
--- a/cf/cf/Makefile
|
||||
+++ b/cf/cf/Makefile
|
||||
@@ -80,10 +80,10 @@ install:
|
||||
install-cf: install-sendmail-cf install-submit-cf
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
Index: sendmail-8.15.2/libmilter/Makefile.m4
|
||||
===================================================================
|
||||
--- sendmail-8.15.2.orig/libmilter/Makefile.m4
|
||||
+++ sendmail-8.15.2/libmilter/Makefile.m4
|
||||
--- a/libmilter/Makefile.m4
|
||||
+++ b/libmilter/Makefile.m4
|
||||
@@ -9,7 +9,10 @@ define(`confMT', `true')
|
||||
SMSRCDIR=ifdef(`confSMSRCDIR', `confSMSRCDIR', `${SRCDIR}/sendmail')
|
||||
PREPENDDEF(`confINCDIRS', `-I${SMSRCDIR} ')
|
||||
|
||||
@@ -12,10 +12,8 @@ above. Also, a bug report has been filed upstream:
|
||||
https://sourceforge.net/p/opendkim/bugs/258/
|
||||
|
||||
|
||||
Index: sendmail-8.15.2/libmilter/libmilter.h
|
||||
===================================================================
|
||||
--- sendmail-8.15.2.orig/libmilter/libmilter.h
|
||||
+++ sendmail-8.15.2/libmilter/libmilter.h
|
||||
--- a/libmilter/libmilter.h
|
||||
+++ b/libmilter/libmilter.h
|
||||
@@ -127,10 +127,10 @@ struct smfi_str
|
||||
# define MI_SOCK_READ(s, b, l) read(s, b, l)
|
||||
# define MI_SOCK_READ_FAIL(x) ((x) < 0)
|
||||
@@ -29,10 +27,8 @@ Index: sendmail-8.15.2/libmilter/libmilter.h
|
||||
typedef pthread_mutex_t smutex_t;
|
||||
# define smutex_init(mp) (pthread_mutex_init(mp, NULL) == 0)
|
||||
# define smutex_destroy(mp) (pthread_mutex_destroy(mp) == 0)
|
||||
Index: sendmail-8.15.2/libmilter/main.c
|
||||
===================================================================
|
||||
--- sendmail-8.15.2.orig/libmilter/main.c
|
||||
+++ sendmail-8.15.2/libmilter/main.c
|
||||
--- a/libmilter/main.c
|
||||
+++ b/libmilter/main.c
|
||||
@@ -16,6 +16,12 @@ SM_RCSID("@(#)$Id: main.c,v 8.85 2013-11
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
Reference in New Issue
Block a user