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 0CD2C7A28C for ; Sat, 3 Dec 2016 23:13:41 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7C111855B7; Sat, 3 Dec 2016 23:13:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0DA2E855AB for ; Sat, 3 Dec 2016 23:13:40 +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 1rTN-3OYYLGR for ; Sat, 3 Dec 2016 23:13:39 +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 6FB7584CED for ; Sat, 3 Dec 2016 23:13:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66632FBA6; Sat, 3 Dec 2016 23:13:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148080681977000" MIME-Version: 1.0 Date: Sat, 3 Dec 2016 23:13:39 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/www/vimb To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20161203231339.66632FBA6@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. --_----------=_148080681977000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Sat Dec 3 23:13:39 UTC 2016 Modified Files: pkgsrc/www/vimb: Makefile Log Message: link network libs on SunOS To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/vimb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148080681977000 Content-Disposition: inline Content-Length: 731 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/vimb/Makefile diff -u pkgsrc/www/vimb/Makefile:1.6 pkgsrc/www/vimb/Makefile:1.7 --- pkgsrc/www/vimb/Makefile:1.6 Wed Aug 3 10:23:32 2016 +++ pkgsrc/www/vimb/Makefile Sat Dec 3 23:13:39 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/08/03 10:23:32 adam Exp $ +# $NetBSD: Makefile,v 1.7 2016/12/03 23:13:39 wiedi Exp $ DISTNAME= vimb-2.11 PKGREVISION= 4 @@ -13,6 +13,7 @@ LICENSE= gnu-gpl-v3 USE_TOOLS+= gmake pkg-config CFLAGS.NetBSD+= -D_NETBSD_SOURCE # needed for LOCK_* macros in +LDFLAGS.SunOS+= -lsocket -lnsl # Bump _XOPEN_SOURCE version to 600 in order to avoid "Compiler or options # invalid for pre-UNIX 03 X/Open applications" error on SunOS and correctly --_----------=_148080681977000--