FreeBSD Bugzilla – Attachment 166045 Details for
Bug 206558
net-im/uTox: Update to 0.5.1.20160121
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
uTox.diff
uTox.diff (text/plain), 3.10 KB, created by
Ivan Klymenko
on 2016-01-24 09:41:53 UTC
(
hide
)
Description:
uTox.diff
Filename:
MIME Type:
Creator:
Ivan Klymenko
Created:
2016-01-24 09:41:53 UTC
Size:
3.10 KB
patch
obsolete
>diff --git a/uTox.orig/Makefile b/uTox_n_b/Makefile >index 25c81f6..b57a8ef 100644 >--- a/uTox.orig/Makefile >+++ b/uTox_n_b/Makefile >@@ -1,7 +1,7 @@ > # $FreeBSD: head/net-im/uTox/Makefile 402446 2015-11-26 13:35:09Z amdmi3 $ > > PORTNAME= uTox >-DISTVERSION= 0.4.4.20151120 >+DISTVERSION= 0.5.1.20160121 > CATEGORIES= net-im net-p2p > > MAINTAINER= fidaj@ukr.net >@@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox > > USE_GITHUB= yes > GH_ACCOUNT= GrayHatter >-GH_TAGNAME= 8eaef84 >+GH_TAGNAME= b623d58 > > USES= compiler:c11 desktop-file-utils gmake openal:al pkgconfig > USE_XORG= x11 xext xrender >@@ -38,7 +38,7 @@ pre-configure: > ${WRKSRC}/${MAKEFILE} > > post-install: >- ${MV} ${WRKSRC}/utox.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 >+ ${MV} ${WRKSRC}/src/utox.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 > ${RM} -rf ${STAGEDIR}${MAN1PREFIX}/share/man > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/utox > >diff --git a/uTox.orig/distinfo b/uTox_n_b/distinfo >index 2dc171e..0d7d3b4 100644 >--- a/uTox.orig/distinfo >+++ b/uTox_n_b/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (GrayHatter-uTox-0.4.4.20151120-8eaef84_GH0.tar.gz) = e30a87cbfa2139e7b7d8b434b53e848c749cdf0bfe476edb085d58cc97575cca >-SIZE (GrayHatter-uTox-0.4.4.20151120-8eaef84_GH0.tar.gz) = 960162 >+SHA256 (GrayHatter-uTox-0.5.1.20160121-b623d58_GH0.tar.gz) = eaaeccc253c6262b9316783ed51d87b9103bef54f5dbf60b4ef9f124a9a342c0 >+SIZE (GrayHatter-uTox-0.5.1.20160121-b623d58_GH0.tar.gz) = 978712 >diff --git a/uTox.orig/files/patch-Makefile b/uTox_n_b/files/patch-Makefile >index 7610df3..2dc6d97 100644 >--- a/uTox.orig/files/patch-Makefile >+++ b/uTox_n_b/files/patch-Makefile >@@ -1,21 +1,49 @@ >---- Makefile.orig 2015-06-13 00:14:56 UTC >-+++ Makefile >-@@ -16,10 +16,6 @@ ifeq ($(V4LCONVERT), 1) >- DEPS += libv4lconvert >- endif >+--- Makefile.orig 2015-12-29 12:13:36.418539000 +0200 >++++ Makefile 2015-12-29 12:16:20.089265000 +0200 >+@@ -2,7 +2,7 @@ >+ # set to anything else to disable them >+ DBUS = 1 >+ V4LCONVERT = 1 >+-FILTER_AUDIO = 0 >++FILTER_AUDIO = 1 >+ UNITY = 0 > >--ifeq ($(FILTER_AUDIO), 1) >-- DEPS += filteraudio >--endif >-- >- ifeq ($(UNITY), 1) >- DEPS += messaging-menu unity >- endif >-@@ -41,6 +37,7 @@ endif >+ DEPS = libtoxav libtoxcore openal vpx libsodium >+@@ -50,6 +50,37 @@ > >- ifeq ($(FILTER_AUDIO), 1) >- CFLAGS += -DAUDIO_FILTERING >-+ LDFLAGS += -lfilteraudio >- endif >+ TRAY_OBJ = icons/utox-128x128.o >+ TRAY_GEN = $(LD) -r -b binary icons/utox-128x128.png -o >++else ifeq ($(UNAME_S), FreeBSD) >++ OUT_FILE = utox >++ >++ DEPS += fontconfig freetype2 x11 xext xrender >++ >++ ifeq ($(V4LCONVERT), 1) >++ DEPS += libv4lconvert >++ else >++ CFLAGS += -DNO_V4LCONVERT >++ endif >++ >++ ifeq ($(UNITY), 1) >++ DEPS += messaging-menu unity >++ CFLAGS += -DUNITY >++ endif >++ >++ ifeq ($(DBUS), 1) >++ DEPS += dbus-1 >++ else >++ CFLAGS += -DNO_DBUS >++ endif >++ >++ CFLAGS += $(shell pkg-config --cflags $(DEPS)) >++ >++ LDFLAGS += $(shell pkg-config --libs $(DEPS)) >++ >++ OS_SRC = $(wildcard src/xlib/*.c) >++ OS_OBJ = $(OS_SRC:.c=.o) >++ >++ TRAY_OBJ = icons/utox-128x128.o >++ TRAY_GEN = $(LD) -r -b binary icons/utox-128x128.png -o >+ else ifeq ($(UNAME_O), Cygwin) >+ OUT_FILE = utox.exe > >- ifeq ($(UNITY), 1)
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
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 206558
: 166045