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 9019E7A265 for ; Mon, 19 Sep 2016 18:09:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 040E485E57; Mon, 19 Sep 2016 18:09:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8821D85E45 for ; Mon, 19 Sep 2016 18:09:34 +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 8018FC_FP_xY for ; Mon, 19 Sep 2016 18:09:34 +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 E93E784CBD for ; Mon, 19 Sep 2016 18:09:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E418FFBD1; Mon, 19 Sep 2016 18:09:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147430857316330" MIME-Version: 1.0 Date: Mon, 19 Sep 2016 18:09:33 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/www/deforaos-surfer To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20160919180933.E418FFBD1@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. --_----------=_147430857316330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Mon Sep 19 18:09:33 UTC 2016 Modified Files: pkgsrc/www/deforaos-surfer: Makefile Log Message: adjust how we fix LDFLAGS on SunOS To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/deforaos-surfer/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147430857316330 Content-Disposition: inline Content-Length: 943 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/deforaos-surfer/Makefile diff -u pkgsrc/www/deforaos-surfer/Makefile:1.33 pkgsrc/www/deforaos-surfer/Makefile:1.34 --- pkgsrc/www/deforaos-surfer/Makefile:1.33 Wed Aug 3 10:23:30 2016 +++ pkgsrc/www/deforaos-surfer/Makefile Mon Sep 19 18:09:33 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2016/08/03 10:23:30 adam Exp $ +# $NetBSD: Makefile,v 1.34 2016/09/19 18:09:33 wiedi Exp $ DISTNAME= Surfer-0.2.10 PKGNAME= deforaos-surfer-0.2.10 @@ -17,14 +17,14 @@ USE_TOOLS+= xgettext BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl +LDFLAGS.SunOS+= -lsocket -lnsl + MAKE_FLAGS+= DESTDIR=${DESTDIR} MAKE_FLAGS+= PREFIX=${PREFIX} MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} AUTO_MKDIRS= yes -MAKE_ENV.SunOS+= LDFLAGSF="-lnsl -lresolv" - .include "../../mk/bsd.prefs.mk" .if ${PKGMANDIR} != "share/man" --_----------=_147430857316330--