pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/perdition fix build on Solaris with sunpro.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0bb8db686971
branches:  trunk
changeset: 526171:0bb8db686971
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Mar 02 11:37:33 2007 +0000

description:
fix build on Solaris with sunpro.

diffstat:

 mail/perdition/distinfo         |   3 ++-
 mail/perdition/patches/patch-ag |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 9308f5f1fa5f -r 0bb8db686971 mail/perdition/distinfo
--- a/mail/perdition/distinfo   Fri Mar 02 11:31:44 2007 +0000
+++ b/mail/perdition/distinfo   Fri Mar 02 11:37:33 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2006/06/28 13:46:58 joerg Exp $
+$NetBSD: distinfo,v 1.6 2007/03/02 11:37:33 grant Exp $
 
 SHA1 (perdition-1.17.tar.gz) = 5e04f172db4a7ee2af5b7a28c19c231f955243fc
 RMD160 (perdition-1.17.tar.gz) = cc3c4679390132ece6858eca6483ffddead568e4
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = 7b53169a8571141016fa79e1fbf55439579c4d77
 SHA1 (patch-ae) = a3a41d06a7a63d479f4c8de29b6d7ee2a745dd87
 SHA1 (patch-af) = 0fa5a853c69ff6869e3a752fc592228d6e782079
+SHA1 (patch-ag) = 350cfc64f98611455292d4d052463e6828588338
diff -r 9308f5f1fa5f -r 0bb8db686971 mail/perdition/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/perdition/patches/patch-ag   Fri Mar 02 11:37:33 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2007/03/02 11:37:33 grant Exp $
+
+--- perdition/Makefile.in.orig 2005-06-22 16:32:35.000000000 +1000
++++ perdition/Makefile.in
+@@ -155,7 +155,7 @@ INCLUDES =  -I$(top_srcdir)/libjain -DPE
+ LDADD =  -L../libjain -L../libjain/.libs/ -ljain -lvanessa_adt -lvanessa_socket -lvanessa_logger -lpopt @pam_lib@ @socket_lib@ @nsl_lib@ @resolv_lib@ @dl_lib@ @ssl_lib@ @dmalloc_lib@
+ 
+ 
+-perdition_LDFLAGS = -rdynamic
++perdition_LDFLAGS =
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES = 



Home | Main Index | Thread Index | Old Index