Author: jbeich
Date: Tue Mar 11 01:44:43 2014
New Revision: 1542

Log:
convert to new LIB_DEPENDS syntax

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk       Tue Mar 11 01:44:36 2014        (r1541)
+++ trunk/Mk/bsd.gecko.mk       Tue Mar 11 01:44:43 2014        (r1542)
@@ -550,64 +550,64 @@
 # Standard depends
 _ALL_DEPENDS=  cairo event ffi harfbuzz hunspell icu jpeg nspr nss opus png 
sqlite vorbis vpx
 
-cairo_LIB_DEPENDS=     cairo:${PORTSDIR}/graphics/cairo
+cairo_LIB_DEPENDS=     libcairo.so:${PORTSDIR}/graphics/cairo
 cairo_MOZ_OPTIONS=     --enable-system-cairo --enable-system-pixman
 cairo_EXTRACT_AFTER_ARGS=      --exclude mozilla*/gfx/cairo
 
-event_LIB_DEPENDS=     event-2.0:${PORTSDIR}/devel/libevent2
+event_LIB_DEPENDS=     libevent-2.0.so:${PORTSDIR}/devel/libevent2
 event_MOZ_OPTIONS=     --with-system-libevent
 event_EXTRACT_AFTER_ARGS=      --exclude 
mozilla*/ipc/chromium/src/third_party/libevent
 
-ffi_LIB_DEPENDS=       ffi:${PORTSDIR}/devel/libffi
+ffi_LIB_DEPENDS=       libffi.so:${PORTSDIR}/devel/libffi
 ffi_MOZ_OPTIONS=       --enable-system-ffi
 ffi_EXTRACT_AFTER_ARGS=        --exclude mozilla*/js/src/ctypes/libffi
 
-harfbuzz_LIB_DEPENDS=  harfbuzz:${PORTSDIR}/print/harfbuzz
+harfbuzz_LIB_DEPENDS=  libharfbuzz.so:${PORTSDIR}/print/harfbuzz
 harfbuzz_MOZ_OPTIONS=  --with-system-harfbuzz --with-system-graphite2
 harfbuzz_EXTRACT_AFTER_ARGS=   --exclude mozilla*/gfx/harfbuzz \
                                                                --exclude 
mozilla*/gfx/graphite2
 
-hunspell_LIB_DEPENDS=  hunspell-1.3:${PORTSDIR}/textproc/hunspell
+hunspell_LIB_DEPENDS=  libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell
 hunspell_MOZ_OPTIONS=  --enable-system-hunspell
 
-icu_LIB_DEPENDS=               icui18n:${PORTSDIR}/devel/icu
+icu_LIB_DEPENDS=               libicui18n.so:${PORTSDIR}/devel/icu
 icu_MOZ_OPTIONS=               --with-system-icu --with-intl-api 
--enable-intl-api
 
 -jpeg_BUILD_DEPENDS=yasm:${PORTSDIR}/devel/yasm
 # XXX depends on ports/180159 or package flavor support
-#jpeg_LIB_DEPENDS=     jpeg:${PORTSDIR}/graphics/libjpeg-turbo
-jpeg_LIB_DEPENDS=      jpeg:${PORTSDIR}/graphics/jpeg
+#jpeg_LIB_DEPENDS=     libjpeg.so:${PORTSDIR}/graphics/libjpeg-turbo
+jpeg_LIB_DEPENDS=      libjpeg.so:${PORTSDIR}/graphics/jpeg
 jpeg_MOZ_OPTIONS=      --with-system-jpeg=${LOCALBASE}
 jpeg_EXTRACT_AFTER_ARGS=       --exclude mozilla*/media/libjpeg
 
-nspr_LIB_DEPENDS=      nspr4:${PORTSDIR}/devel/nspr
+nspr_LIB_DEPENDS=      libnspr4.so:${PORTSDIR}/devel/nspr
 nspr_MOZ_OPTIONS=      --with-system-nspr
 
-nss_LIB_DEPENDS=       nss3:${PORTSDIR}/security/nss
+nss_LIB_DEPENDS=       libnss3.so:${PORTSDIR}/security/nss
 nss_MOZ_OPTIONS=       --with-system-nss
 nss_EXTRACT_AFTER_ARGS=        --exclude mozilla*/dbm \
                                                --exclude 
mozilla*/security/coreconf \
                                                --exclude mozilla*/security/nss
 
-opus_LIB_DEPENDS=      opus:${PORTSDIR}/audio/opus
+opus_LIB_DEPENDS=      libopus.so:${PORTSDIR}/audio/opus
 opus_MOZ_OPTIONS=      --with-system-opus
 opus_EXTRACT_AFTER_ARGS=       --exclude mozilla*/media/libopus
 
-png_LIB_DEPENDS=       png15:${PORTSDIR}/graphics/png
+png_LIB_DEPENDS=       libpng15.so:${PORTSDIR}/graphics/png
 png_MOZ_OPTIONS=       --with-system-png=${LOCALBASE}
 png_EXTRACT_AFTER_ARGS=        --exclude mozilla*/media/libpng
 
-sqlite_LIB_DEPENDS=    sqlite3:${PORTSDIR}/databases/sqlite3
+sqlite_LIB_DEPENDS=    libsqlite3.so:${PORTSDIR}/databases/sqlite3
 sqlite_MOZ_OPTIONS=    --enable-system-sqlite
 sqlite_EXTRACT_AFTER_ARGS=     --exclude mozilla*/db/sqlite3
 
-vorbis_LIB_DEPENDS=    vorbis:${PORTSDIR}/audio/libvorbis
+vorbis_LIB_DEPENDS=    libvorbis.so:${PORTSDIR}/audio/libvorbis
 vorbis_MOZ_OPTIONS=    --with-system-vorbis --with-system-ogg
 vorbis_EXTRACT_AFTER_ARGS=     --exclude mozilla*/media/libvorbis \
                                                        --exclude 
mozilla*/media/libogg
 
 -vpx_BUILD_DEPENDS=    yasm:${PORTSDIR}/devel/yasm
-vpx_LIB_DEPENDS=       vpx:${PORTSDIR}/multimedia/libvpx
+vpx_LIB_DEPENDS=       libvpx.so:${PORTSDIR}/multimedia/libvpx
 vpx_MOZ_OPTIONS=       --with-system-libvpx
 vpx_EXTRACT_AFTER_ARGS=        --exclude mozilla*/media/libvpx
 
@@ -686,9 +686,9 @@
 .endif
 
 .if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS+=  dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
-                               notify.4:${PORTSDIR}/devel/libnotify \
-                               
startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+LIB_DEPENDS+=  libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+                               libnotify.so:${PORTSDIR}/devel/libnotify \
+                               
libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
 MOZ_OPTIONS+=  --enable-startup-notification
 .else
 MOZ_OPTIONS+=  --disable-dbus --disable-libnotify
@@ -735,7 +735,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MLIBPROXY}
-LIB_DEPENDS+=  proxy:${PORTSDIR}/net/libproxy
+LIB_DEPENDS+=  libproxy.so:${PORTSDIR}/net/libproxy
 MOZ_OPTIONS+=  --enable-libproxy
 .else
 MOZ_OPTIONS+=  --disable-libproxy
@@ -751,13 +751,13 @@
 .endif
 
 .if ${PORT_OPTIONS:MALSA}
-LIB_DEPENDS+=  asound.2:${PORTSDIR}/audio/alsa-lib
+LIB_DEPENDS+=  libasound.so:${PORTSDIR}/audio/alsa-lib
 RUN_DEPENDS+=  
${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins
 MOZ_OPTIONS+=  --enable-alsa
 .endif
 
 .if ${PORT_OPTIONS:MPULSEAUDIO}
-LIB_DEPENDS+=  pulse.0:${PORTSDIR}/audio/pulseaudio
+LIB_DEPENDS+=  libpulse.so:${PORTSDIR}/audio/pulseaudio
 MOZ_OPTIONS+=  --enable-pulseaudio
 .else
 MOZ_OPTIONS+=  --disable-pulseaudio
_______________________________________________
freebsd-gecko@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Reply via email to