From owner-svn-ports-head@FreeBSD.ORG Sun Feb 16 20:17:56 2014 Return-Path: Delivered-To: svn-ports-head@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 E1AAF9AD; Sun, 16 Feb 2014 20:17:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CCA611AEB; Sun, 16 Feb 2014 20:17:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GKHuqE023466; Sun, 16 Feb 2014 20:17:56 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GKHuQ5023465; Sun, 16 Feb 2014 20:17:56 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201402162017.s1GKHuQ5023465@svn.freebsd.org> From: Chris Rees Date: Sun, 16 Feb 2014 20:17:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344628 - head/audio/libsidplay2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2014 20:17:57 -0000 Author: crees Date: Sun Feb 16 20:17:56 2014 New Revision: 344628 URL: http://svnweb.freebsd.org/changeset/ports/344628 QAT: https://qat.redports.org/buildarchive/r344628/ Log: ldconfig should find all the libs installed PR: ports/186543 Modified: head/audio/libsidplay2/Makefile Modified: head/audio/libsidplay2/Makefile ============================================================================== --- head/audio/libsidplay2/Makefile Sun Feb 16 20:12:06 2014 (r344627) +++ head/audio/libsidplay2/Makefile Sun Feb 16 20:17:56 2014 (r344628) @@ -3,13 +3,13 @@ PORTNAME= libsidplay2 PORTVERSION= 2.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio emulators MASTER_SITES= SF/sidplay2/sidplay2/sidplay-libs-${PORTVERSION} DISTNAME= sidplay-libs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Library to play Commodore 64 SID-tunes cycle accurate +COMMENT= Library to play Commodore 64 SID-tunes cycle accurately USES= gmake pathfix pkgconfig USE_AUTOTOOLS= libtool @@ -18,7 +18,7 @@ LIBTOOLFILES= builders/hardsid-builder/c libsidplay/configure \ libsidutils/configure \ resid/configure -USE_LDCONFIG= yes +USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/sidplay/builders post-patch: @${REINPLACE_CMD} -e 's|||g' \