From 876bff444bc0947916dfa161144e1baed26050c3 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 12 Oct 2014 15:21:28 +0000 Subject: Update to 1.46.4: help2man (1.46.4) unstable; urgency=medium * Include architecture.mk and buildflags.mk into rules to replace the multiple calls to dpkg-architecture and to pick up the correct hardening flags. * Add $(LDFLAGS) when building preload to pick up -z relro (see https://wiki.debian.org/Hardening). * Minor correction to Norwegian Bokmaal translation. * Minor correction to Brazilian Portuguese translation. * Escape dashes in --name flag for groff (see lintian tag: hyphen-used-as-minus-sign). * Fix example using AM_MISSING_PROG in documentation: this macro no longer requires the third argument. --- converters/help2man/Makefile | 4 ++-- converters/help2man/distinfo | 9 ++++----- converters/help2man/patches/patch-Makefile.in | 19 ------------------- 3 files changed, 6 insertions(+), 26 deletions(-) delete mode 100644 converters/help2man/patches/patch-Makefile.in (limited to 'converters') diff --git a/converters/help2man/Makefile b/converters/help2man/Makefile index d957b8ccefa..35c1b3acfa2 100644 --- a/converters/help2man/Makefile +++ b/converters/help2man/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2014/10/01 12:12:28 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/10/12 15:21:28 wiz Exp $ -DISTNAME= help2man-1.46.3 +DISTNAME= help2man-1.46.4 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GNU:=help2man/} EXTRACT_SUFX= .tar.xz diff --git a/converters/help2man/distinfo b/converters/help2man/distinfo index 5a5e684a9fd..15e6ebed3f2 100644 --- a/converters/help2man/distinfo +++ b/converters/help2man/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.19 2014/10/01 12:12:28 wiz Exp $ +$NetBSD: distinfo,v 1.20 2014/10/12 15:21:28 wiz Exp $ -SHA1 (help2man-1.46.3.tar.xz) = a6a7c87fff2f2ea245a14d96b5b04433865ff519 -RMD160 (help2man-1.46.3.tar.xz) = fdc32e7b6380ab86ddf613b8415627d8c94c1387 -Size (help2man-1.46.3.tar.xz) = 169660 bytes -SHA1 (patch-Makefile.in) = 0d6ee6adcd6ee9fb4729acd5338b79e2b321c92c +SHA1 (help2man-1.46.4.tar.xz) = 7eebb6ead072b19863f28acca051bc3e3c40fdf9 +RMD160 (help2man-1.46.4.tar.xz) = f7636d666002a7c126867ee1b8300bf9a221a0c5 +Size (help2man-1.46.4.tar.xz) = 169812 bytes SHA1 (patch-bindtextdomain.c) = 527f54db2b220bad60e80ed8959b9e9c20191cc7 SHA1 (patch-help2man.PL) = 72b5a1cccbc832967a892ccf7e18d2cf44a21454 diff --git a/converters/help2man/patches/patch-Makefile.in b/converters/help2man/patches/patch-Makefile.in deleted file mode 100644 index d310dc04071..00000000000 --- a/converters/help2man/patches/patch-Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-Makefile.in,v 1.1 2012/10/19 19:58:47 marino Exp $ - -Fixes error: lib/bindtextdomain.so: missing library: libintl.so.8 - -For platforms that do not have a native libintl and use the pkgsrc version, -the rpath must be set in order to pass the PKG_DEVELOPER checks. This -bakes the proper RPATH into the bindtextdomain.so library. - ---- Makefile.in.orig 2012-08-24 06:57:40.000000000 +0000 -+++ Makefile.in -@@ -113,7 +113,7 @@ $(target).h2m: $(srcdir)/$(target).h2m.P - - preload: $(preload).so - $(preload).so: $(srcdir)/$(preload).c -- $(CC) $(CFLAGS) -o $@ -fPIC -shared $? $(LIBS) -+ $(CC) $(CFLAGS) -o $@ -fPIC -shared $? $(LIBS) $(COMPILER_RPATH_FLAG)$(libdir) - - man: $(target).1 - $(target).1: $(srcdir)/$(target).PL $(srcdir)/$(target).h2m.PL -- cgit v1.2.3