pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/alex Update devel/alex to 3.1.7. Fix configure e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cae036b80dac
branches:  trunk
changeset: 352094:cae036b80dac
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Sep 06 14:43:14 2016 +0000

description:
Update devel/alex to 3.1.7. Fix configure env wrap.

Changes in 3.1.7:
- Add support for %encoding directive (allows to control --latin1
  from inside Alex scripts)
- Make code forward-compatible with in-progress proposals
- Suppress more warnings

Changes in 3.1.6:
- sdist for 3.1.5 was mis-generated, causing it to ask for Happy
  when building.

Changes in 3.1.5:
- Generate less warning-laden code, and suppress other warnings.
- Bug fixes.

diffstat:

 devel/alex/Makefile |   8 ++++----
 devel/alex/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r ad05c501ecaf -r cae036b80dac devel/alex/Makefile
--- a/devel/alex/Makefile       Tue Sep 06 14:01:56 2016 +0000
+++ b/devel/alex/Makefile       Tue Sep 06 14:43:14 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2015/12/13 14:14:35 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.4 2016/09/06 14:43:14 fhajny Exp $
 
-DISTNAME=      alex-3.1.4
+DISTNAME=      alex-3.1.7
 PKGNAME=       ${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel
 
 MAINTAINER=    esg%sdf.lonestar.org@localhost
@@ -14,7 +13,8 @@
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 
 pre-configure:
-       cd ${WRKSRC}/doc && autoconf && ./configure
+       cd ${WRKSRC}/doc && autoconf && ${PKGSRC_SETENV} ${CONFIGURE_ENV} \
+               ${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} ./configure
 
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/doc/alex.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
diff -r ad05c501ecaf -r cae036b80dac devel/alex/distinfo
--- a/devel/alex/distinfo       Tue Sep 06 14:01:56 2016 +0000
+++ b/devel/alex/distinfo       Tue Sep 06 14:43:14 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:27:13 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/09/06 14:43:14 fhajny Exp $
 
-SHA1 (alex-3.1.4.tar.gz) = c9ab9bb8bbcc0cfe84086da872bb98b3fe67f946
-RMD160 (alex-3.1.4.tar.gz) = c708edb7f57eeb11b2bdb6b45bf3a1dab6de2ec8
-SHA512 (alex-3.1.4.tar.gz) = 880a6a97b62701712f28c9dc649d90c50bfedecd2c52d7a3781b2f1672826cb2b7a8872528acbae16448494f07743a4c2b4a80e4a9d8de049077fdf4f4bd75d0
-Size (alex-3.1.4.tar.gz) = 101827 bytes
+SHA1 (alex-3.1.7.tar.gz) = c2c66eb9a4ba6c4c972b4efe0c9916cbd3eba29b
+RMD160 (alex-3.1.7.tar.gz) = f96a1970e649c5928c8e4450517fa721e8059e10
+SHA512 (alex-3.1.7.tar.gz) = 0c4e87011617d8f8ad7cdf32b91e3ecc65ad66ea378c8086de8cbeb7ae3b37df478fb834e3bc453e3448fcae9d03b19ce9844bba35ad66a3cdf6e912790fe0a1
+Size (alex-3.1.7.tar.gz) = 103624 bytes



Home | Main Index | Thread Index | Old Index