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 3514A7A2C1 for ; Wed, 23 Nov 2016 16:11:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DB70E855FB; Wed, 23 Nov 2016 16:11:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 369D2855A1 for ; Wed, 23 Nov 2016 16:11:53 +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 6qnkPGK3nfZ1 for ; Wed, 23 Nov 2016 16:11:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CB3198559D for ; Wed, 23 Nov 2016 16:11:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C88A5FBA6; Wed, 23 Nov 2016 16:11:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1479917512123170" MIME-Version: 1.0 Date: Wed, 23 Nov 2016 16:11:52 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/textproc/xapian To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20161123161152.C88A5FBA6@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. --_----------=_1479917512123170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Wed Nov 23 16:11:52 UTC 2016 Modified Files: pkgsrc/textproc/xapian: Makefile Log Message: link network libs on SunOS To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/xapian/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1479917512123170 Content-Disposition: inline Content-Length: 675 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/xapian/Makefile diff -u pkgsrc/textproc/xapian/Makefile:1.26 pkgsrc/textproc/xapian/Makefile:1.27 --- pkgsrc/textproc/xapian/Makefile:1.26 Mon Nov 7 13:46:45 2016 +++ pkgsrc/textproc/xapian/Makefile Wed Nov 23 16:11:52 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2016/11/07 13:46:45 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2016/11/23 16:11:52 wiedi Exp $ DISTNAME= xapian-core-${VERSION} VERSION= 1.4.1 @@ -18,6 +18,8 @@ USE_LANGUAGES= c c++ TEST_TARGET= check +LDFLAGS.SunOS+= -lsocket -lnsl + .include "../../devel/libuuid/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1479917512123170--