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 4FA727A168 for ; Sun, 18 Sep 2016 21:48:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0325785EE4; Sun, 18 Sep 2016 21:48:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8627F85E68 for ; Sun, 18 Sep 2016 21:48:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 SSH6eTtC04EL for ; Sun, 18 Sep 2016 21:48:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ED74985E13 for ; Sun, 18 Sep 2016 21:48:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EBA6FFBD1; Sun, 18 Sep 2016 21:48:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474235326127200" MIME-Version: 1.0 Date: Sun, 18 Sep 2016 21:48:46 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/net/cacti-spine To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20160918214846.EBA6FFBD1@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. --_----------=_1474235326127200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Sun Sep 18 21:48:46 UTC 2016 Modified Files: pkgsrc/net/cacti-spine: Makefile Log Message: linking -lm fixes SunOS To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/cacti-spine/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474235326127200 Content-Disposition: inline Content-Length: 707 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/cacti-spine/Makefile diff -u pkgsrc/net/cacti-spine/Makefile:1.6 pkgsrc/net/cacti-spine/Makefile:1.7 --- pkgsrc/net/cacti-spine/Makefile:1.6 Thu Jun 2 16:00:02 2016 +++ pkgsrc/net/cacti-spine/Makefile Sun Sep 18 21:48:46 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2016/06/02 16:00:02 hauke Exp $ +# $NetBSD: Makefile,v 1.7 2016/09/18 21:48:46 wiedi Exp $ # DISTNAME= cacti-spine-0.8.8h @@ -33,6 +33,8 @@ SUBST_SED.paths= -e 's|@PKG_SYSCONFDIR@| INSTALL_MAKE_FLAGS+= configdir=${EGDIR} +LDFLAGS.SunOS+= -lm + post-install: ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DESTDIR}${PREFIX}/${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/${DOCDIR} --_----------=_1474235326127200--