summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
Diffstat (limited to 'converters')
-rw-r--r--converters/help2man/Makefile4
-rw-r--r--converters/help2man/distinfo4
-rw-r--r--converters/help2man/patches/patch-aa12
3 files changed, 15 insertions, 5 deletions
diff --git a/converters/help2man/Makefile b/converters/help2man/Makefile
index 0fd8744054d..49895bd58fc 100644
--- a/converters/help2man/Makefile
+++ b/converters/help2man/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2011/04/22 13:43:11 obache Exp $
+# $NetBSD: Makefile,v 1.7 2012/07/11 11:49:27 marino Exp $
DISTNAME= help2man-1.38.2
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GNU:=help2man/}
diff --git a/converters/help2man/distinfo b/converters/help2man/distinfo
index cd60b0e75b8..b8893d1ff1d 100644
--- a/converters/help2man/distinfo
+++ b/converters/help2man/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2010/05/02 11:25:29 wiz Exp $
+$NetBSD: distinfo,v 1.3 2012/07/11 11:49:27 marino Exp $
SHA1 (help2man-1.38.2.tar.gz) = 6f0109589eca3286c2619b03efd3f85433696039
RMD160 (help2man-1.38.2.tar.gz) = 8edf87341eef27195006a264d29685b0f85ae099
Size (help2man-1.38.2.tar.gz) = 136509 bytes
-SHA1 (patch-aa) = 4adc2686570056d8839698a9243ba8c516729e0a
+SHA1 (patch-aa) = 1aa015217a81ce58c597a0835e4c5c06ebe328d9
diff --git a/converters/help2man/patches/patch-aa b/converters/help2man/patches/patch-aa
index 360a77472f1..2c9ee191d7d 100644
--- a/converters/help2man/patches/patch-aa
+++ b/converters/help2man/patches/patch-aa
@@ -1,4 +1,5 @@
-$NetBSD: patch-aa,v 1.2 2010/05/02 11:25:29 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2012/07/11 11:49:27 marino Exp $
+
--- Makefile.in.orig 2010-04-26 10:41:13.000000000 +0000
+++ Makefile.in
@@ -23,6 +23,7 @@ PERL = @PERL@
@@ -18,3 +19,12 @@ $NetBSD: patch-aa,v 1.2 2010/05/02 11:25:29 wiz Exp $
$(INSTALL_DATA) $(call vpath_file,$(target).1) $(DESTDIR)$(mandir)/man1
$(INSTALL_DATA) $(call vpath_file,/$(target).info) \
$(DESTDIR)$(infodir)/$(target).info
+@@ -110,7 +111,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