pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/pine Fix build on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d5a5e9e06a6
branches:  trunk
changeset: 479303:1d5a5e9e06a6
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Aug 11 14:15:18 2004 +0000

description:
Fix build on Solaris.

diffstat:

 mail/pine/distinfo         |   4 ++--
 mail/pine/patches/patch-ap |  11 +++++++----
 2 files changed, 9 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r f34474aa8f7c -r 1d5a5e9e06a6 mail/pine/distinfo
--- a/mail/pine/distinfo        Wed Aug 11 14:10:18 2004 +0000
+++ b/mail/pine/distinfo        Wed Aug 11 14:15:18 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.22 2004/05/20 07:56:34 adam Exp $
+$NetBSD: distinfo,v 1.23 2004/08/11 14:15:18 markd Exp $
 
 SHA1 (pine4.60.tar.bz2) = 7276fad1325a7d6c96a80454e12dcc05e2ad8b78
 Size (pine4.60.tar.bz2) = 2996963 bytes
@@ -11,4 +11,4 @@
 SHA1 (patch-ag) = 74d7e2dc9b986148825335f6f2b52bde963f9a67
 SHA1 (patch-al) = d150f8c765f87ba7c66f88e7e51974003027456a
 SHA1 (patch-ao) = 0d8ba903d643147ae5771a7a053ab9be1e849766
-SHA1 (patch-ap) = fc33140471abd7fdc35e6c347e82d97b55d52dbe
+SHA1 (patch-ap) = ad1733f86195ecbd2211f3af7671c1d1c35803bc
diff -r f34474aa8f7c -r 1d5a5e9e06a6 mail/pine/patches/patch-ap
--- a/mail/pine/patches/patch-ap        Wed Aug 11 14:10:18 2004 +0000
+++ b/mail/pine/patches/patch-ap        Wed Aug 11 14:15:18 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ap,v 1.3 2004/05/13 18:29:54 adam Exp $
+$NetBSD: patch-ap,v 1.4 2004/08/11 14:15:18 markd Exp $
 
---- pine/makefile.so5.orig     2004-04-02 23:16:17.000000000 +0000
+--- pine/makefile.so5.orig     2004-04-03 11:16:17.000000000 +1200
 +++ pine/makefile.so5
 @@ -49,9 +49,11 @@ LN=          ln -s
  MAKE=        make
@@ -16,9 +16,12 @@
  PICODIR=     ../pico
  
  # Only need to uncomment next two lines if you run make from this directory
-@@ -69,14 +71,14 @@ LDAPOFILES=   addrbook.o adrbkcmd.o args
+@@ -67,16 +69,16 @@ LDAPOFILES=   addrbook.o adrbkcmd.o args
+ # it only has /usr/ucb/cc) then change LDCC to the following line and
+ # give that a try.  This is still using the Solaris compiler but
  # leaving out the UCB compatibility includes and libraries.
- LDCC= $(PICODIR)/cc5.sol
+-LDCC= $(PICODIR)/cc5.sol
++LDCC= $(CC)
  
 -STDLIBS=     -ltermlib
 -LOCLIBS=     $(PICODIR)/libpico.a $(CCLIENTDIR)/c-client.a



Home | Main Index | Thread Index | Old Index