Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] spamassassin: unmark nocross
@ 2020-01-09 16:46 voidlinux-github
  2020-01-09 16:49 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-10 18:18 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-09 16:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 438 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages spamassassin
https://github.com/void-linux/void-packages/pull/18141

spamassassin: unmark nocross
Not sure how this compiled before. Fixed assignment of dependency variables, before they were assigned before being set.

A patch file from https://github.com/void-linux/void-packages/pull/18141.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-spamassassin-18141.patch --]
[-- Type: text/x-diff, Size: 2626 bytes --]

From 295af8433f864234c4a30602e94e367202066243 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Thu, 9 Jan 2020 10:42:54 -0600
Subject: [PATCH] spamassassin: unmark nocross

---
 srcpkgs/spamassassin/patches/configure.patch | 17 +++++++++++++++++
 srcpkgs/spamassassin/template                |  9 ++++-----
 2 files changed, 21 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/spamassassin/patches/configure.patch

diff --git a/srcpkgs/spamassassin/patches/configure.patch b/srcpkgs/spamassassin/patches/configure.patch
new file mode 100644
index 00000000000..4729e0b936d
--- /dev/null
+++ b/srcpkgs/spamassassin/patches/configure.patch
@@ -0,0 +1,17 @@
+diff --git spamc/configure spamc/configure
+index d8e5dcf..3db5772 100755
+--- spamc/configure
++++ spamc/configure
+@@ -1737,10 +1737,10 @@ if test "$cross_compiling" != yes; then
+ 	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
+ If you meant to cross compile, use \`--host'.
+ See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot run C compiled programs.
++echo "$as_echo: cannot run C compiled programs.
+ If you meant to cross compile, use \`--host'.
+ See \`config.log' for more details." >&2;}
+-   { (exit 1); exit 1; }; }
++    }
+     fi
+   fi
+ fi
diff --git a/srcpkgs/spamassassin/template b/srcpkgs/spamassassin/template
index 667042bb37d..ad7f7453d7e 100644
--- a/srcpkgs/spamassassin/template
+++ b/srcpkgs/spamassassin/template
@@ -2,22 +2,21 @@
 pkgname=spamassassin
 version=3.4.2
 revision=1
+wrksrc="Mail-SpamAssassin-${version}"
 build_style=perl-module
 # Missing optional dependencies:
 #  Mail::SPF, Geo::IP, Razor2, Encode::Detect, Net::Patricia
-depends="curl gnupg perl perl-DBI perl-Digest-SHA1 perl-HTML-Parser
+hostmakedepends="curl gnupg perl perl-DBI perl-Digest-SHA1 perl-HTML-Parser
  perl-HTTP-Date perl-IO-Socket-INET6 perl-IO-Socket-SSL perl-LWP
  perl-Mail-DKIM perl-Net-DNS perl-NetAddr-IP"
-makedepends="$depends"
-hostmakedepends="$depends"
+makedepends="$hostmakedepends perl"
+depends="$hostmakedepends"
 short_desc="Tool that serves as a mail filter to identify Spam"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://spamassassin.apache.org/"
 distfiles="http://www.us.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${version}.tar.gz"
 checksum=8a1c139ee08f140d3d3fdf13e03d98cf68a5cae27a082c4a614d154565a3c34f
-wrksrc="Mail-SpamAssassin-${version}"
-nocross="https://build.voidlinux.org/builders/armv6l-musl_builder/builds/9678"
 conf_files="
  /etc/mail/spamassassin/v312.pre
  /etc/mail/spamassassin/v330.pre

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] spamassassin: unmark nocross
  2020-01-09 16:46 [PR PATCH] spamassassin: unmark nocross voidlinux-github
@ 2020-01-09 16:49 ` voidlinux-github
  2020-01-10 18:18 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-09 16:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages spamassassin
https://github.com/void-linux/void-packages/pull/18141

spamassassin: unmark nocross
Not sure how this compiled before. Fixed assignment of dependency variables, before they were assigned before being set.

A patch file from https://github.com/void-linux/void-packages/pull/18141.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-spamassassin-18141.patch --]
[-- Type: text/x-diff, Size: 2621 bytes --]

From 346aec1122e93956eff2af428608cd414527714a Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Thu, 9 Jan 2020 10:42:54 -0600
Subject: [PATCH] spamassassin: unmark nocross

---
 srcpkgs/spamassassin/patches/configure.patch | 17 +++++++++++++++++
 srcpkgs/spamassassin/template                |  9 ++++-----
 2 files changed, 21 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/spamassassin/patches/configure.patch

diff --git a/srcpkgs/spamassassin/patches/configure.patch b/srcpkgs/spamassassin/patches/configure.patch
new file mode 100644
index 00000000000..4729e0b936d
--- /dev/null
+++ b/srcpkgs/spamassassin/patches/configure.patch
@@ -0,0 +1,17 @@
+diff --git spamc/configure spamc/configure
+index d8e5dcf..3db5772 100755
+--- spamc/configure
++++ spamc/configure
+@@ -1737,10 +1737,10 @@ if test "$cross_compiling" != yes; then
+ 	{ { echo "$as_me:$LINENO: error: cannot run C compiled programs.
+ If you meant to cross compile, use \`--host'.
+ See \`config.log' for more details." >&5
+-echo "$as_me: error: cannot run C compiled programs.
++echo "$as_echo: cannot run C compiled programs.
+ If you meant to cross compile, use \`--host'.
+ See \`config.log' for more details." >&2;}
+-   { (exit 1); exit 1; }; }
++    }
+     fi
+   fi
+ fi
diff --git a/srcpkgs/spamassassin/template b/srcpkgs/spamassassin/template
index 667042bb37d..4a0e0cc51ec 100644
--- a/srcpkgs/spamassassin/template
+++ b/srcpkgs/spamassassin/template
@@ -2,22 +2,21 @@
 pkgname=spamassassin
 version=3.4.2
 revision=1
+wrksrc="Mail-SpamAssassin-${version}"
 build_style=perl-module
 # Missing optional dependencies:
 #  Mail::SPF, Geo::IP, Razor2, Encode::Detect, Net::Patricia
-depends="curl gnupg perl perl-DBI perl-Digest-SHA1 perl-HTML-Parser
+hostmakedepends="curl gnupg perl perl-DBI perl-Digest-SHA1 perl-HTML-Parser
  perl-HTTP-Date perl-IO-Socket-INET6 perl-IO-Socket-SSL perl-LWP
  perl-Mail-DKIM perl-Net-DNS perl-NetAddr-IP"
-makedepends="$depends"
-hostmakedepends="$depends"
+makedepends="$hostmakedepends"
+depends="$hostmakedepends"
 short_desc="Tool that serves as a mail filter to identify Spam"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://spamassassin.apache.org/"
 distfiles="http://www.us.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${version}.tar.gz"
 checksum=8a1c139ee08f140d3d3fdf13e03d98cf68a5cae27a082c4a614d154565a3c34f
-wrksrc="Mail-SpamAssassin-${version}"
-nocross="https://build.voidlinux.org/builders/armv6l-musl_builder/builds/9678"
 conf_files="
  /etc/mail/spamassassin/v312.pre
  /etc/mail/spamassassin/v330.pre

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: spamassassin: unmark nocross
  2020-01-09 16:46 [PR PATCH] spamassassin: unmark nocross voidlinux-github
  2020-01-09 16:49 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-10 18:18 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-10 18:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 282 bytes --]

There's a merged pull request on the void-packages repository

spamassassin: unmark nocross
https://github.com/void-linux/void-packages/pull/18141

Description:
Not sure how this compiled before. Fixed assignment of dependency variables, before they were assigned before being set.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-10 18:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09 16:46 [PR PATCH] spamassassin: unmark nocross voidlinux-github
2020-01-09 16:49 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-10 18:18 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).