~alpine/aports

[alpine-aports] Re: [aports] Patch notification: 1 patch updated

Steffen Nurpmeso <steffen@sdaoden.eu>
Details
Message ID
<20190313170716.M89ic%steffen@sdaoden.eu>
Sender timestamp
1552496836
DKIM signature
missing
Download raw message
Patch: +7 -9
Patchwork wrote in <20190313090001.3965.53458@patchwork.local>:
 |Hello,
 |
 |The following patch (submitted by you) has been updated in Patchwork:
 |
 | * aports: [alpine-aports] community/s-nail: upgrade to v14.9.13..
 |     - http://patchwork.alpinelinux.org/patch/4583/
 |     - for: Alpine Linux aports
 |    was: New
 |    now: Accepted
 |
 |This email is a notification only - you do not need to respond.

As the update does not seem to have become committed i suspect
that -Os is still passed through regardless of the mail thread.
May i thus suggest using the below which avoids that $CFLAGS with
the -Os in it is passed through.

Thank you.

diff --git a/community/s-nail/APKBUILD b/community/s-nail/APKBUILD
index 0b943ec..402e01f 100644
--- a/community/s-nail/APKBUILD
+++ b/community/s-nail/APKBUILD
@@ -1,14 +1,13 @@
# Contributor: Steffen Nurpmeso <steffen@sdaoden.eu>
# Contributor: Ivan Tham <pickfire@riseup.net>
# Maintainer: Steffen Nurpmeso <steffen@sdaoden.eu>
pkgname=s-nail
pkgver=14.9.11
pkgrel=3
pkgver=14.9.13
pkgrel=1
pkgdesc="SysV mail/BSD Mail/POSIX mailx: send and receive Internet mail"
url="https://www.sdaoden.eu/code.html#s-mailx"
arch="all"
license="BSD"
makedepends="openssl-dev libidn-dev ncurses-dev krb5-dev"
makedepends="openssl-dev libidn-dev ncurses-dev"
options="suid"
replaces="mailx"
subpackages="$pkgname-doc"
@@ -18,17 +17,16 @@ builddir="$srcdir/"$pkgname-$pkgver
build() {
	cd "$builddir"
	make \
		EXTRA_CFLAGS="$CFLAGS" \
		\
		VAL_SID= VAL_MAILX=mail \
		VAL_PREFIX=/usr \
		VAL_SYSCONFDIR=/etc \
		\
		OPT_GSSAPI=no \
		VAL_IDNA=idn \
		VAL_RANDOM="libgetrandom sysgetrandom urandom builtin" \
		VAL_RANDOM="tls,libgetrandom,sysgetrandom,urandom,builtin" \
		\
		config
	make build # XXX unite with config in v14.9.12
	make build
}

check() {
@@ -43,4 +41,4 @@ package() {
	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}

sha512sums="e33de63e9c938a466c9c894e6a04ead0ccf42923bc1afaa52e7d7d7f763498567c3033b74be41b633b73d16c8f6baf6a3bec14db16975493ffc402a70a1395d3  s-nail-14.9.11.tar.xz"
sha512sums="6467846fab5752c708886ba7a66cd2038effc0cf8d72e2feb670283cf1d5436c27037087eeaa201c074964476ff0c213cffe74169fb03089ebf964fcc766e6ea  s-nail-14.9.13.tar.xz"

-steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)