From owner-svn-ports-head@FreeBSD.ORG Tue May 19 19:57:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15F1E2DB; Tue, 19 May 2015 19:57:54 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03DE21DC6; Tue, 19 May 2015 19:57:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4JJvrJV047068; Tue, 19 May 2015 19:57:53 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4JJvrkI047067; Tue, 19 May 2015 19:57:53 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201505191957.t4JJvrkI047067@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Tue, 19 May 2015 19:57:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386808 - head/devel/libisofs 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.20 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: Tue, 19 May 2015 19:57:54 -0000 Author: olivierd Date: Tue May 19 19:57:53 2015 New Revision: 386808 URL: https://svnweb.freebsd.org/changeset/ports/386808 Log: Uncomment USE_LDCONFIG Pointed by: bapt@ Modified: head/devel/libisofs/Makefile Modified: head/devel/libisofs/Makefile ============================================================================== --- head/devel/libisofs/Makefile Tue May 19 19:27:38 2015 (r386807) +++ head/devel/libisofs/Makefile Tue May 19 19:57:53 2015 (r386808) @@ -16,7 +16,7 @@ LIB_DEPENDS= libburn.so:${PORTSDIR}/deve GNU_CONFIGURE= yes USES= iconv libtool -#USE_LDCONFIG= yes +USE_LDCONFIG= yes INSTALL_TARGET= install-strip post-patch: