pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/irchat-pj this needs -lnsl -lsocket on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d018f5479d83
branches:  trunk
changeset: 476489:d018f5479d83
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jun 12 02:11:42 2004 +0000

description:
this needs -lnsl -lsocket on Solaris.

diffstat:

 chat/irchat-pj/Makefile         |   5 ++++-
 chat/irchat-pj/distinfo         |   3 ++-
 chat/irchat-pj/patches/patch-aa |  13 +++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 117ad4f1033f -r d018f5479d83 chat/irchat-pj/Makefile
--- a/chat/irchat-pj/Makefile   Sat Jun 12 02:02:07 2004 +0000
+++ b/chat/irchat-pj/Makefile   Sat Jun 12 02:11:42 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/03/14 08:19:18 uebayasi Exp $
+# $NetBSD: Makefile,v 1.6 2004/06/12 02:11:42 grant Exp $
 
 DISTNAME=      irchat-pj-2.4.24.22
 CATEGORIES=    chat
@@ -21,4 +21,7 @@
 PKG_FAIL_REASON+= "Unknown Emacs flavor"
 .endif
 
+LIBS.SunOS+=   -lnsl -lsocket
+MAKE_ENV+=     LIBS="${LIBS}"
+
 .include "../../mk/bsd.pkg.mk"
diff -r 117ad4f1033f -r d018f5479d83 chat/irchat-pj/distinfo
--- a/chat/irchat-pj/distinfo   Sat Jun 12 02:02:07 2004 +0000
+++ b/chat/irchat-pj/distinfo   Sat Jun 12 02:11:42 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/01/11 15:25:14 uebayasi Exp $
+$NetBSD: distinfo,v 1.3 2004/06/12 02:11:42 grant Exp $
 
 SHA1 (irchat-pj-2.4.24.22.tar.gz) = 0b6dddb7912dd3f299871a42e64c316a92ecc38b
 Size (irchat-pj-2.4.24.22.tar.gz) = 98227 bytes
+SHA1 (patch-aa) = ba02dd82c57bb2dfb7482f6e371bfef94e72d317
diff -r 117ad4f1033f -r d018f5479d83 chat/irchat-pj/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/irchat-pj/patches/patch-aa   Sat Jun 12 02:11:42 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/06/12 02:11:42 grant Exp $
+
+--- Makefile.orig      2002-07-19 03:15:54.000000000 +1000
++++ Makefile
+@@ -59,7 +59,7 @@ install-pj:
+ 
+ # dcc
+ $(DCC_BIN):   $(DCC_SRC)
+-      $(LD) -o $@ $(DCC_SRC) $(LDFLAGS)
++      $(LD) -o $@ $(DCC_SRC) $(LDFLAGS) $(LIBS)
+ 
+ install-dcc: $(DCC_BIN)
+       $(EMACS) -batch -q -no-site-file -l ./$(MAKE) -f install-dcc $(DCCDIR)



Home | Main Index | Thread Index | Old Index