From owner-svn-ports-all@FreeBSD.ORG Sat Jan 18 21:12:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A2DC4E1; Sat, 18 Jan 2014 21:12:05 +0000 (UTC) Received: from mail-qc0-x232.google.com (mail-qc0-x232.google.com [IPv6:2607:f8b0:400d:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1BAE11C7; Sat, 18 Jan 2014 21:12:04 +0000 (UTC) Received: by mail-qc0-f178.google.com with SMTP id m20so4755811qcx.37 for ; Sat, 18 Jan 2014 13:12:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type; bh=htm9ekiK1yH9DWQPToTHmTTTIRJ0jHSF219AxEpPY5w=; b=c2700LuNSYBLYRgNJ3Ruz7kz6P0S1uJUnOv2ZKCkU9I+Mx8TrCcNRdj2qJryjWRMgA 9amtBVB0yBxanFgIcwDU8z6hA3q/nAHmGab7NfH7BzB5w9ISsSdEvDicT9koNZWl/Zx3 kkfyFg2IyrzzioQpbEJ+4+Jk0UWlqFAfhJQ1KvMaCI+3W+fsieV5O7B+baFaXzycPWXI Wbr42kquastjNt05Gsgjvp+pqAuhrFniXODuX6uLjuH65QXJ3dkYCOhU84oWPIToHRKv iRU6kth8PRygrD13gcfAf76oqPMBm2cibDM/ly15RuEvDWkYParW0FlnASTMFqzDNGZT HTeg== X-Received: by 10.224.136.136 with SMTP id r8mr15521471qat.0.1390079524004; Sat, 18 Jan 2014 13:12:04 -0800 (PST) Received: from kan.dyndns.org (c-24-63-226-98.hsd1.ma.comcast.net. [24.63.226.98]) by mx.google.com with ESMTPSA id l40sm5627638qga.13.2014.01.18.13.12.02 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 18 Jan 2014 13:12:02 -0800 (PST) Date: Sat, 18 Jan 2014 16:11:55 -0500 From: Alexander Kabaev To: Martin Wilke Subject: Re: svn commit: r340071 - in head/graphics/libgphoto2: . files Message-ID: <20140118161155.3eb38143@kan.dyndns.org> In-Reply-To: <201401171655.s0HGtNId076955@svn.freebsd.org> References: <201401171655.s0HGtNId076955@svn.freebsd.org> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/oXOAkXkgO1uAdb=CWAyQ+cQ"; protocol="application/pgp-signature" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jan 2014 21:12:05 -0000 --Sig_/oXOAkXkgO1uAdb=CWAyQ+cQ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 17 Jan 2014 16:55:23 +0000 (UTC) Martin Wilke wrote: > Author: miwi > Date: Fri Jan 17 16:55:22 2014 > New Revision: 340071 > URL: http://svnweb.freebsd.org/changeset/ports/340071 > QAT: https://qat.redports.org/buildarchive/r340071/ >=20 > Log: > - Update to 2.5.3 > =20 > PR: ports/181073 > Submitted by: Ports Fury >=20 > Deleted: > head/graphics/libgphoto2/files/patch-MAX_ENTRIES > head/graphics/libgphoto2/files/patch-camlibs-smal-ultrapocket.c > head/graphics/libgphoto2/files/patch-libgphoto2_port-serial-unix.c > Modified: > head/graphics/libgphoto2/Makefile > head/graphics/libgphoto2/distinfo (contents, props changed) > head/graphics/libgphoto2/files/patch-camlibs_ptp2-config.c > (contents, props changed) head/graphics/libgphoto2/pkg-plist >=20 This breaks graphics/kamera-kde4, which appears to have broken libgphoto2.5 detection expecting libgphoto2_port.so to be in the default library search path. I was able to 'cure' this by forcing LDFLAGS=3D-L${LOCALBASE}/lib into CONFIGURE_ENV, which probably can be replaced by something better with people with cmake-foo. --=20 Alexander Kabaev --Sig_/oXOAkXkgO1uAdb=CWAyQ+cQ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iD8DBQFS2u4hQ6z1jMm+XZYRAk2TAJ4sBNYtL04v5ERDWtZ6Od7oH/7VcwCgui5+ cse+FXOgv2WpeBhl6/FHIMY= =gTdC -----END PGP SIGNATURE----- --Sig_/oXOAkXkgO1uAdb=CWAyQ+cQ--