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.
This commit is contained in:
parent
5dda1ece72
commit
31a1c5f44b
3 changed files with 6 additions and 26 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue