Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2D3867A234 for ; Sun, 18 Sep 2016 18:37:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9AAB285ED8; Sun, 18 Sep 2016 18:37:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29F6485E58 for ; Sun, 18 Sep 2016 18:37:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yE7zF4VB8hOq for ; Sun, 18 Sep 2016 18:37:54 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 866BE85E45 for ; Sun, 18 Sep 2016 18:37:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2BE1CFBD1; Sun, 18 Sep 2016 18:37:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474223874164590" MIME-Version: 1.0 Date: Sun, 18 Sep 2016 18:37:54 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/net/dc_gui2 To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20160918183754.2BE1CFBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1474223874164590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Sun Sep 18 18:37:54 UTC 2016 Modified Files: pkgsrc/net/dc_gui2: Makefile Log Message: link network libs on SunOS To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 pkgsrc/net/dc_gui2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474223874164590 Content-Disposition: inline Content-Length: 723 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/dc_gui2/Makefile diff -u pkgsrc/net/dc_gui2/Makefile:1.83 pkgsrc/net/dc_gui2/Makefile:1.84 --- pkgsrc/net/dc_gui2/Makefile:1.83 Wed Aug 3 10:23:14 2016 +++ pkgsrc/net/dc_gui2/Makefile Sun Sep 18 18:37:53 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2016/08/03 10:23:14 adam Exp $ +# $NetBSD: Makefile,v 1.84 2016/09/18 18:37:53 wiedi Exp $ DISTNAME= dc_gui2-0.80 PKGREVISION= 34 @@ -25,6 +25,8 @@ CPPFLAGS+= -I${BDBBASE}/include/${BDB_T CPPFLAGS+= -DNO_PRINTF_LOCALE BUILDLINK_TRANSFORM+= l:db4:${BDB_TYPE} +LDFLAGS.SunOS+= -lsocket -lnsl + post-configure: ${ECHO} '#ifndef MSG_NOSIGNAL' >> ${WRKSRC}/config.h ${ECHO} '# define MSG_NOSIGNAL 0' >> ${WRKSRC}/config.h --_----------=_1474223874164590--