pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mailfront Pass the runtime path to bglibs to the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b13aa12c403c
branches:  trunk
changeset: 516955:b13aa12c403c
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Aug 02 02:42:22 2006 +0000

description:
Pass the runtime path to bglibs to the linker, now that they're dynamic.
Bump PKGREVISION since mailfront was building but failed to run.

diffstat:

 mail/mailfront/Makefile         |   3 ++-
 mail/mailfront/distinfo         |   3 ++-
 mail/mailfront/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r 5b14218ca48c -r b13aa12c403c mail/mailfront/Makefile
--- a/mail/mailfront/Makefile   Wed Aug 02 02:36:17 2006 +0000
+++ b/mail/mailfront/Makefile   Wed Aug 02 02:42:22 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2006/07/29 00:59:48 schmonz Exp $
+# $NetBSD: Makefile,v 1.8 2006/08/02 02:42:22 schmonz Exp $
 #
 
 DISTNAME=              mailfront-0.98.1
+PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          ${HOMEPAGE}
 
diff -r 5b14218ca48c -r b13aa12c403c mail/mailfront/distinfo
--- a/mail/mailfront/distinfo   Wed Aug 02 02:36:17 2006 +0000
+++ b/mail/mailfront/distinfo   Wed Aug 02 02:42:22 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2006/07/29 00:59:48 schmonz Exp $
+$NetBSD: distinfo,v 1.5 2006/08/02 02:42:22 schmonz Exp $
 
 SHA1 (mailfront-0.98.1.tar.gz) = 1d3e0e7ca4091226c9d154bfe4a08e879debae29
 RMD160 (mailfront-0.98.1.tar.gz) = 2cad77abb898c29db0768cbb2514d2a0e4905f68
 Size (mailfront-0.98.1.tar.gz) = 77812 bytes
+SHA1 (patch-aa) = 6b9b6c7d546cbadffc8dfee557ff2384ba8b1a45
diff -r 5b14218ca48c -r b13aa12c403c mail/mailfront/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mailfront/patches/patch-aa   Wed Aug 02 02:42:22 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/08/02 02:42:22 schmonz Exp $
+
+--- Makefile.orig      2006-07-18 17:52:22.000000000 -0400
++++ Makefile
+@@ -59,7 +59,7 @@ load: conf-ld conf-bglibs
+       ( bglibs=`head -n 1 conf-bglibs`; \
+         echo '#!/bin/sh';\
+         echo 'main="$$1"; shift';\
+-        echo exec `head -n 1 conf-ld` -L. "-L'$${bglibs}'" '-o "$$main" "$$main.o" $${1+"$$@"}' -lbg-sysdeps; \
++        echo exec `head -n 1 conf-ld` -L. "-L'$${bglibs}'" "-Wl,-R'$${bglibs}'" '-o "$$main" "$$main.o" $${1+"$$@"}' -lbg-sysdeps; \
+       ) >load
+       chmod 755 load
+ 



Home | Main Index | Thread Index | Old Index