mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- update to 14.9.15
- Fix failure of libidn2 detection - Fix some qa-stage warnings PR: 240028 Submitted by: yasu@utahime.org (maintainer)
This commit is contained in:
parent
43ec39af7b
commit
f66c588a00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511038
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= s-nail
|
||||
PORTVERSION= 14.9.14
|
||||
PORTVERSION= 14.9.15
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= https://www.sdaoden.eu/downloads/
|
||||
|
||||
@ -19,7 +19,7 @@ LICENSE_PERMS_RSA= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
LIB_DEPENDS= libidn2.so:dns/libidn2
|
||||
RUN_DEPENDS= mime-support>0:misc/mime-support
|
||||
|
||||
USES= iconv ssl tar:xz
|
||||
USES= iconv localbase ssl tar:xz
|
||||
|
||||
PLIST_FILES= bin/s-nail \
|
||||
"@sample etc/s-nail.rc.sample" \
|
||||
@ -27,7 +27,8 @@ PLIST_FILES= bin/s-nail \
|
||||
man/man1/s-nail.1.gz
|
||||
|
||||
MAKEFILE= makefile
|
||||
MAKE_ENV= VAL_PREFIX=${PREFIX} VAL_MANDIR=${MANPREFIX}/man VAL_MIME_TYPES_SYS=${PREFIX}/etc/mime.types VAL_IDNA=idn2
|
||||
MAKE_ENV= EXTRA_CFLAGS="-DLIBICONV_PLUG" INCS=-I${LOCALBASE}/include \
|
||||
VAL_PREFIX=${PREFIX} VAL_MANDIR=${MANPREFIX}/man VAL_MIME_TYPES_SYS=${PREFIX}/etc/mime.types VAL_IDNA=idn2
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PORTDOCS= NEWS README
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1565379324
|
||||
SHA256 (s-nail-14.9.14.tar.xz) = 1e4e002ff83fb697b9f33a786e6bdac0d6d0511a3cc1089cce299078a04a25ba
|
||||
SIZE (s-nail-14.9.14.tar.xz) = 753980
|
||||
TIMESTAMP = 1566427826
|
||||
SHA256 (s-nail-14.9.15.tar.xz) = 95ba750d8ea8e519b5161f211096ed0c46f3f0273b03cfadb5edbeac57b31570
|
||||
SIZE (s-nail-14.9.15.tar.xz) = 757180
|
||||
|
11
mail/s-nail/files/patch-mk_make-config.sh
Normal file
11
mail/s-nail/files/patch-mk_make-config.sh
Normal file
@ -0,0 +1,11 @@
|
||||
--- mk/make-config.sh.orig 2019-09-03 03:11:46 UTC
|
||||
+++ mk/make-config.sh
|
||||
@@ -1357,7 +1357,7 @@ PATH=${__PATH}
|
||||
thecmd_testandset_fail MAKE make
|
||||
make=${MAKE}
|
||||
export MAKE
|
||||
-thecmd_testandset strip strip && HAVE_STRIP=1 || HAVE_STRIP=0
|
||||
+thecmd_testandset strip strip
|
||||
|
||||
# For ./mx-test.sh only
|
||||
thecmd_testandset_fail cksum cksum
|
11
mail/s-nail/files/patch-mk_make-install.sh
Normal file
11
mail/s-nail/files/patch-mk_make-install.sh
Normal file
@ -0,0 +1,11 @@
|
||||
--- mk/make-install.sh.orig 2019-09-03 03:03:54 UTC
|
||||
+++ mk/make-install.sh
|
||||
@@ -32,7 +32,7 @@ __copychownfile() {
|
||||
__stripfile() {
|
||||
_file=${1}
|
||||
if [ "${OPT_DEBUG}" != 0 ]; then :;
|
||||
- elif [ -n "${HAVE_STRIP}" ]; then
|
||||
+ elif [ "x${strip}" != "x" ]; then
|
||||
${strip} "${_file}"
|
||||
fi
|
||||
}
|
Loading…
Reference in New Issue
Block a user