FreeBSD Bugzilla – Attachment 176985 Details for
Bug 204380
multimedia/kodi: Add missing dependencies, fix linking error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to add missing dependencies
kodi.diff (text/plain), 1.94 KB, created by
Carlos J. Puga Medina
on 2016-11-14 10:09:43 UTC
(
hide
)
Description:
patch to add missing dependencies
Filename:
MIME Type:
Creator:
Carlos J. Puga Medina
Created:
2016-11-14 10:09:43 UTC
Size:
1.94 KB
patch
obsolete
>Index: multimedia/kodi/Makefile >=================================================================== >--- multimedia/kodi/Makefile (revision 426094) >+++ multimedia/kodi/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= kodi > DISTVERSION= 16.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= multimedia java > > MAINTAINER= mickael.maillot@gmail.com >@@ -28,21 +28,34 @@ > libdcadec.so:multimedia/libdcadec \ > libdrm.so:graphics/libdrm \ > libenca.so:converters/enca \ >+ libexpat.so:textproc/expat2\ > libfontconfig.so:x11-fonts/fontconfig \ > libfreetype.so:print/freetype2 \ > libfribidi.so:converters/fribidi \ >+ libgcrypt.so:security/libgcrypt \ >+ libgmp.so:math/gmp \ >+ libgpg-error.so:security/libgpg-error \ > libgnutls.so:security/gnutls \ >+ libidn.so:dns/libidn \ >+ libinotify.so:devel/libinotify \ > libjasper.so:graphics/jasper \ > libltdl.so:devel/libltdl \ > liblzo2.so:archivers/lzo2 \ > libmodplug.so:audio/libmodplug \ > libmpeg2.so:multimedia/libmpeg2 \ >+ libnettle.so:security/nettle \ >+ libogg.so:audio/libogg \ >+ libp11-kit.so:security/p11-kit \ > libpcre.so:devel/pcre \ > libpng.so:graphics/png \ > libsamplerate.so:audio/libsamplerate \ > libsqlite3.so:databases/sqlite3 \ > libtag.so:audio/taglib \ >+ libtasn1.so:security/libtasn1 \ >+ libtiff.so:graphics/tiff \ > libtinyxml.so:textproc/tinyxml \ >+ libtspi.so:security/trousers \ >+ libuuid.so:misc/e2fsprogs-libuuid \ > libvorbis.so:audio/libvorbis \ > libxslt.so:textproc/libxslt \ > libyajl.so:devel/yajl >@@ -55,12 +68,13 @@ > GH_TUPLE= xbmc:xbmc:c327c53 xbmc:FFmpeg:2.8.6-Jarvis-16.0:ffmpeg > > USES= autoreconf:build compiler:c++11-lib gettext gmake iconv jpeg \ >- libtool pkgconfig python:2 >+ libtool pkgconfig python:2 ssl > GNU_CONFIGURE= yes >-USE_XORG= xmu xrandr xt xtst >-USE_GL= glu glew >+USE_XORG= x11 xcb xext xmu xrandr xt xtst >+USE_GL= gl glu glew > USE_SDL= image sdl2 > USE_JAVA= yes >+USE_GNOME= libxml2 > USE_LDCONFIG= yes > JAVA_BUILD= jre > NOPRECIOUSMAKEVARS= yes
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204380
:
162911
|
166648
|
176985
|
176987