From owner-svn-ports-all@FreeBSD.ORG Wed Jul 16 07:53:30 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 755E5E52; Wed, 16 Jul 2014 07:53:30 +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 48B042A10; Wed, 16 Jul 2014 07:53:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6G7rUth024139; Wed, 16 Jul 2014 07:53:30 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6G7rTiN024134; Wed, 16 Jul 2014 07:53:29 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201407160753.s6G7rTiN024134@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 16 Jul 2014 07:53:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362046 - in head: archivers/libarchive astro/gpsd audio/liquidsoap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 16 Jul 2014 07:53:30 -0000 Author: bapt Date: Wed Jul 16 07:53:29 2014 New Revision: 362046 URL: http://svnweb.freebsd.org/changeset/ports/362046 QAT: https://qat.redports.org/buildarchive/r362046/ Log: Fix some LIB_DEPENDS With hat: portmgr Modified: head/archivers/libarchive/Makefile head/astro/gpsd/Makefile head/audio/liquidsoap/Makefile Modified: head/archivers/libarchive/Makefile ============================================================================== --- head/archivers/libarchive/Makefile Wed Jul 16 07:51:04 2014 (r362045) +++ head/archivers/libarchive/Makefile Wed Jul 16 07:53:29 2014 (r362046) @@ -86,7 +86,7 @@ LIBXML2_LDFLAGS= -lbsdxml LZO_LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 LZO_CONFIGURE_WITH= lzo2 -NETTLE_LIB_DEPENDS= nettle:${PORTSDIR}/security/nettle +NETTLE_LIB_DEPENDS= libnettle.so:${PORTSDIR}/security/nettle NETTLE_CONFIGURE_WITH= nettle NETTLE_CONFIGURE_ON= --without-openssl NETTLE_USE_OFF= OPENSSL=yes Modified: head/astro/gpsd/Makefile ============================================================================== --- head/astro/gpsd/Makefile Wed Jul 16 07:51:04 2014 (r362045) +++ head/astro/gpsd/Makefile Wed Jul 16 07:53:29 2014 (r362046) @@ -188,8 +188,8 @@ SCONS_ARGS+= socket_export=no .endif .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus:${PORTSDIR}/devel/dbus \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= libdbus:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib SCONS_ARGS+= dbus_export=yes .endif Modified: head/audio/liquidsoap/Makefile ============================================================================== --- head/audio/liquidsoap/Makefile Wed Jul 16 07:51:04 2014 (r362045) +++ head/audio/liquidsoap/Makefile Wed Jul 16 07:53:29 2014 (r362046) @@ -114,8 +114,8 @@ BUILD_DEPENDS_dssi= ${LOCALBASE}/include LIB_DEPENDS_faad= libfaad.so:${PORTSDIR}/audio/faad LIB_DEPENDS_gavl= libgavl.so:${PORTSDIR}/multimedia/gavl BUILD_DEPENDS_gstreamer=${LOCALBASE}/lib/ocaml/libcamlidl.a:${PORTSDIR}/lang/ocaml-camlidl -LIB_DEPENDS_gstreamer= libgstreamer-0.10:${PORTSDIR}/multimedia/gstreamer \ - libgstapp-0.10:${PORTSDIR}/multimedia/gstreamer-plugins +LIB_DEPENDS_gstreamer= libgstreamer-0.10.so:${PORTSDIR}/multimedia/gstreamer \ + libgstapp-0.10.so:${PORTSDIR}/multimedia/gstreamer-plugins BUILD_DEPENDS_ladspa= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS_lame= libmp3lame.so:${PORTSDIR}/audio/lame LIB_DEPENDS_mad= libmad.so:${PORTSDIR}/audio/libmad