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 24BD57A2FE for ; Sat, 3 Dec 2016 22:05:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 98168855C2; Sat, 3 Dec 2016 22:05:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 28912855BD for ; Sat, 3 Dec 2016 22:05:09 +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 WqoFD94aqAR7 for ; Sat, 3 Dec 2016 22:05:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 881AD84CEE for ; Sat, 3 Dec 2016 22:05:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8309FFBA6; Sat, 3 Dec 2016 22:05:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1480802708169740" MIME-Version: 1.0 Date: Sat, 3 Dec 2016 22:05:08 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/x11/kdelibs3 To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20161203220508.8309FFBA6@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. --_----------=_1480802708169740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sat Dec 3 22:05:08 UTC 2016 Modified Files: pkgsrc/x11/kdelibs3: Makefile Log Message: kdelibs3: revert previous as it did not help. To generate a diff of this commit: cvs rdiff -u -r1.187 -r1.188 pkgsrc/x11/kdelibs3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1480802708169740 Content-Disposition: inline Content-Length: 991 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/kdelibs3/Makefile diff -u pkgsrc/x11/kdelibs3/Makefile:1.187 pkgsrc/x11/kdelibs3/Makefile:1.188 --- pkgsrc/x11/kdelibs3/Makefile:1.187 Sat Dec 3 18:11:53 2016 +++ pkgsrc/x11/kdelibs3/Makefile Sat Dec 3 22:05:08 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.187 2016/12/03 18:11:53 maya Exp $ +# $NetBSD: Makefile,v 1.188 2016/12/03 22:05:08 maya Exp $ DISTNAME= kdelibs-${_KDE_VERSION} PKGREVISION= 40 @@ -65,10 +65,6 @@ SPECIAL_PERMS+= ${PREFIX}/bin/kpac_dhcp_ # find the path to the kgrantpty expects it to have read permissions set. SPECIAL_PERMS+= ${PREFIX}/bin/kgrantpty ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 4555 -# force failure of ALSA configure test, we're not including alsa-lib -# and some linuxes pass it. -CONFIGURE_ENV+= ac_cv_header_alsa_asoundlib_h='no' - # We require use of a recent enough libbz2 to have the BZ2_ prefixes # so force this as configure gets this wrong on Solaris 9 CONFIGURE_ENV.SunOS+= ac_cv_lib_bzip2='no' --_----------=_1480802708169740--