FreeBSD Bugzilla – Attachment 147955 Details for
Bug 194136
[patch] net-im/uTox: fix dependencies, add DBUS option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.diff
patch-utox-dbus.diff (text/plain), 1.17 KB, created by
Andriy Voskoboinyk
on 2014-10-04 07:13:14 UTC
(
hide
)
Description:
Makefile.diff
Filename:
MIME Type:
Creator:
Andriy Voskoboinyk
Created:
2014-10-04 07:13:14 UTC
Size:
1.17 KB
patch
obsolete
>Index: net-im/uTox/Makefile >=================================================================== >--- net-im/uTox/Makefile (revision 369935) >+++ net-im/uTox/Makefile (working copy) >@@ -12,8 +12,11 @@ > > BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox \ > ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat >-LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ >- libXft.so:${PORTSDIR}/x11-fonts/libXft >+LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ >+ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ >+ libv4lconvert.so:${PORTSDIR}/multimedia/libv4l \ >+ libvpx.so:${PORTSDIR}/multimedia/libvpx >+RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox > > USE_GITHUB= yes > GH_ACCOUNT= notsecure >@@ -21,9 +24,16 @@ > GH_TAGNAME= ${GH_COMMIT} > GH_COMMIT= 3f86bb5 > >-USES= compiler:c11 desktop-file-utils gmake pkgconfig >+USES= compiler:c11 desktop-file-utils gmake openal:al pkgconfig >+USE_XORG= x11 xext xrender > INSTALLS_ICONS= yes > >+OPTIONS_DEFINE= DBUS >+OPTIONS_DEFAULT= DBUS >+ >+DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus >+DBUS_MAKE_ARGS_OFF= DBUS=0 >+ > post-install: > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/utox >
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 194136
: 147955 |
147956
|
147957