From owner-cvs-all@FreeBSD.ORG Sun May 31 10:30:50 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B52510656C4; Sun, 31 May 2009 10:30:50 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 58C0B8FC29; Sun, 31 May 2009 10:30:50 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4VAUoeF049851; Sun, 31 May 2009 10:30:50 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4VAUoWS049850; Sun, 31 May 2009 10:30:50 GMT (envelope-from itetcu) Message-Id: <200905311030.n4VAUoWS049850@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 31 May 2009 10:30:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/libmusicbrainz3 Makefile ports/audio/libmusicbrainz3/files patch-cmake__modules__FindDiscId.cmake patch-cmake__modules__FindNeon.cmake X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2009 10:30:51 -0000 itetcu 2009-05-31 10:30:50 UTC FreeBSD ports repository Modified files: audio/libmusicbrainz3 Makefile Added files: audio/libmusicbrainz3/files patch-cmake__modules__FindDiscId.cmake patch-cmake__modules__FindNeon.cmake Log: - The CMake scripts were supposed to use pkg-config to find the libraries, but they use an obsolete module that doesn't seem to work anymore. As a result, the scripts fall back on the hard-coded paths. I have reworked the scripts so they don't use pkg-config or hard-coded paths and fixed build with custom PREFIX/LOCALBASE [1] - mark MAKE_JOB_SAFE Submitted by: maintainer Reported by: QATty [1] Revision Changes Path 1.41 +5 -3 ports/audio/libmusicbrainz3/Makefile 1.1 +38 -0 ports/audio/libmusicbrainz3/files/patch-cmake__modules__FindDiscId.cmake (new) 1.1 +38 -0 ports/audio/libmusicbrainz3/files/patch-cmake__modules__FindNeon.cmake (new)