Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=moIIoHk1; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=N4zc0DTf Received: by mail.netbsd.org (Postfix, from userid 605) id A9D9E84EB1; Thu, 25 Apr 2024 14:55:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714056930; bh=szxvmYd875kwMAg5xRI/96CTS5JfcNtXlp3KtZsiiso=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=moIIoHk1Skd3II94U29XPmExl31zbflGhHdTOEWdSV+egMTq+JnujbyvIeAFmH57r jA61BpRqOt3gIzpfYZB4YAVNFiNu5UmCzIVriinj3jHexoaUU9iaIdqK0rfEGU7X+t 4rn/KQP/I4jt54E/an3HbIHE6RKkPApKmg6Edr6o= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9B5FA84EAF for ; Thu, 25 Apr 2024 14:55:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vkTPvUDcjtYN for ; Thu, 25 Apr 2024 14:55:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2CAF884EAC for ; Thu, 25 Apr 2024 14:55:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714056929; bh=szxvmYd875kwMAg5xRI/96CTS5JfcNtXlp3KtZsiiso=; h=Date:From:Subject:To:Reply-To; b=N4zc0DTfOTkWWvdRerbO38R4sA2daz0terHG/THVGdV3Ulh9w5IxxtLQqM5B137k6 XNy/SeyolAOc4v6gzQ6N+1nWVrhU9NLgIt3PgJDckP25jfhnPgvp5P9A3eMgPV3D9x Rynt5c4Y3DInN2Z4NLHEsgx7/KiDFgw2LRHPQPm4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 23A7BFA2C; Thu, 25 Apr 2024 14:55:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714056929235170" MIME-Version: 1.0 Date: Thu, 25 Apr 2024 14:55:29 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/mail/akonadi To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20240425145529.23A7BFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714056929235170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Apr 25 14:55:29 UTC 2024 Modified Files: pkgsrc/mail/akonadi: Makefile Log Message: akonadi: Add socket libraries on SunOS. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 pkgsrc/mail/akonadi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714056929235170 Content-Disposition: inline Content-Length: 621 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/akonadi/Makefile diff -u pkgsrc/mail/akonadi/Makefile:1.125 pkgsrc/mail/akonadi/Makefile:1.126 --- pkgsrc/mail/akonadi/Makefile:1.125 Sat Apr 6 08:06:06 2024 +++ pkgsrc/mail/akonadi/Makefile Thu Apr 25 14:55:28 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.125 2024/04/06 08:06:06 wiz Exp $ +# $NetBSD: Makefile,v 1.126 2024/04/25 14:55:28 jperkin Exp $ DISTNAME= akonadi-${KAPPSVER} PKGREVISION= 1 @@ -19,6 +19,8 @@ CMAKE_ARGS+= -DINSTALL_APPARMOR=FALSE USE_TOOLS+= gmake msgmerge pkg-config +LDFLAGS.SunOS+= -lsocket -lnsl + .include "options.mk" SUBST_CLASSES+= xdg --_----------=_1714056929235170--