Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B5A141A9239 for ; Fri, 12 Nov 2021 14:14:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EE95184E7E; Fri, 12 Nov 2021 14:14:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3171D84E6F for ; Fri, 12 Nov 2021 14:14:15 +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 GLulrxdO71ug for ; Fri, 12 Nov 2021 14:14:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 856B584D96 for ; Fri, 12 Nov 2021 14:14:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E311FAEC; Fri, 12 Nov 2021 14:14:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1636726454168130" MIME-Version: 1.0 Date: Fri, 12 Nov 2021 14:14:14 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/graphviz To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20211112141414.7E311FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1636726454168130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Nov 12 14:14:14 UTC 2021 Modified Files: pkgsrc/graphics/graphviz: Makefile Log Message: graphviz: add networking libraries on SunOS to fix linking PR pkg/56495 To generate a diff of this commit: cvs rdiff -u -r1.238 -r1.239 pkgsrc/graphics/graphviz/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1636726454168130 Content-Disposition: inline Content-Length: 775 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/graphviz/Makefile diff -u pkgsrc/graphics/graphviz/Makefile:1.238 pkgsrc/graphics/graphviz/Makefile:1.239 --- pkgsrc/graphics/graphviz/Makefile:1.238 Thu Oct 21 19:44:30 2021 +++ pkgsrc/graphics/graphviz/Makefile Fri Nov 12 14:14:14 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.238 2021/10/21 19:44:30 schmonz Exp $ +# $NetBSD: Makefile,v 1.239 2021/11/12 14:14:14 nia Exp $ DISTNAME= graphviz-2.49.2 CATEGORIES= graphics @@ -66,6 +66,8 @@ CONFIGURE_ENV+= ac_cv_prog_PHP= CONFIGURE_ENV+= ac_cv_prog_RUBY= CPPFLAGS+= -DNO_POSTSCRIPT_ALIAS=1 +LDFLAGS.SunOS+= -lsocket -lnsl + PKGCONFIG_OVERRIDE+= lib/cdt/libcdt.pc.in PKGCONFIG_OVERRIDE+= lib/cgraph/libcgraph.pc.in PKGCONFIG_OVERRIDE+= lib/edgepaint/liblab_gamut.pc.in --_----------=_1636726454168130--