pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/deforaos-mailer Use correct rpath flag on SunOS. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03050f0b62ae
branches:  trunk
changeset: 632258:03050f0b62ae
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Mar 21 14:00:57 2014 +0000

description:
Use correct rpath flag on SunOS.  Bump PKGREVISION.

diffstat:

 mail/deforaos-mailer/Makefile                        |   4 ++--
 mail/deforaos-mailer/distinfo                        |   3 ++-
 mail/deforaos-mailer/patches/patch-data_pkgconfig.sh |  16 ++++++++++++++++
 3 files changed, 20 insertions(+), 3 deletions(-)

diffs (46 lines):

diff -r b5bc62b11c70 -r 03050f0b62ae mail/deforaos-mailer/Makefile
--- a/mail/deforaos-mailer/Makefile     Fri Mar 21 13:59:36 2014 +0000
+++ b/mail/deforaos-mailer/Makefile     Fri Mar 21 14:00:57 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2014/02/24 16:15:34 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2014/03/21 14:00:57 jperkin Exp $
 
 DISTNAME=      Mailer-0.1.6
 PKGNAME=       deforaos-mailer-0.1.6
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    mail
 MASTER_SITES=  http://www.defora.org/os/download/download/4029/
 
diff -r b5bc62b11c70 -r 03050f0b62ae mail/deforaos-mailer/distinfo
--- a/mail/deforaos-mailer/distinfo     Fri Mar 21 13:59:36 2014 +0000
+++ b/mail/deforaos-mailer/distinfo     Fri Mar 21 14:00:57 2014 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2013/11/06 23:40:40 khorben Exp $
+$NetBSD: distinfo,v 1.3 2014/03/21 14:00:57 jperkin Exp $
 
 SHA1 (Mailer-0.1.6.tar.gz) = eab85c0c5d4d23e52a81d4a026ee82384271eea0
 RMD160 (Mailer-0.1.6.tar.gz) = 0699c2ba44bd731ed1e4f7ba72d52b90e1e2a3eb
 Size (Mailer-0.1.6.tar.gz) = 112910 bytes
 SHA1 (patch-Makefile) = 7584cf06a22de91d428710153169777547f35b0a
+SHA1 (patch-data_pkgconfig.sh) = 3050554b1607a3acf5b0247e24abbf3c4a2fd382
diff -r b5bc62b11c70 -r 03050f0b62ae mail/deforaos-mailer/patches/patch-data_pkgconfig.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/deforaos-mailer/patches/patch-data_pkgconfig.sh      Fri Mar 21 14:00:57 2014 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-data_pkgconfig.sh,v 1.1 2014/03/21 14:00:57 jperkin Exp $
+
+Use correct rpath flag on SunOS.
+
+--- data/pkgconfig.sh.orig     2012-11-02 20:14:28.000000000 +0000
++++ data/pkgconfig.sh
+@@ -107,6 +107,9 @@ while [ $# -gt 0 ]; do
+                       Darwin)
+                               RPATH="-Wl,-rpath,\${libdir}"
+                               ;;
++                      SunOS)
++                              RPATH="-Wl,-R\${libdir}"
++                              ;;
+               esac
+       fi
+ 



Home | Main Index | Thread Index | Old Index