FreeBSD Bugzilla – Attachment 154223 Details for
Bug 198528
[maintainer] [patch] net-im/uTox update to git20150311 v0.2.o
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-uTox
patch-uTox.txt (text/plain), 2.93 KB, created by
Ivan Klymenko
on 2015-03-11 20:20:38 UTC
(
hide
)
Description:
patch-uTox
Filename:
MIME Type:
Creator:
Ivan Klymenko
Created:
2015-03-11 20:20:38 UTC
Size:
2.93 KB
patch
obsolete
>diff --git a/uTox.orig/Makefile b/uTox/Makefile >index 2392ffe..1a9ddec 100644 >--- a/uTox.orig/Makefile >+++ b/uTox/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= uTox >-DISTVERSION= 0.2.l.git20150204 >+DISTVERSION= 0.2.o.git20150311 > CATEGORIES= net-im net-p2p > > MAINTAINER= fidaj@ukr.net >@@ -21,7 +21,7 @@ USE_GITHUB= yes > GH_ACCOUNT= notsecure > GH_PROJECT= ${PORTNAME} > GH_TAGNAME= ${GH_COMMIT} >-GH_COMMIT= 621727d >+GH_COMMIT= f24082d > > USES= compiler:c11 desktop-file-utils gmake openal:al pkgconfig > USE_XORG= x11 xext xrender >@@ -34,6 +34,8 @@ DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus > DBUS_MAKE_ARGS_OFF= DBUS=0 > > post-install: >+ ${MV} ${WRKSRC}/utox.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 >+ ${RM} -rf ${STAGEDIR}${MAN1PREFIX}/share/man > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/utox > > .include <bsd.port.mk> >diff --git a/uTox.orig/distinfo b/uTox/distinfo >index e38b7ec..b0723ba 100644 >--- a/uTox.orig/distinfo >+++ b/uTox/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (uTox-0.2.l.git20150204.tar.gz) = c66f1d9751bcfa3d82e7b895dc52cb200a761f11bd4e7d3a957b2c4bfd519dc5 >-SIZE (uTox-0.2.l.git20150204.tar.gz) = 753374 >+SHA256 (uTox-0.2.o.git20150311.tar.gz) = 9dfbe653067d7c2668562603b99b02289783374dbdf81567520e1c428f770586 >+SIZE (uTox-0.2.o.git20150311.tar.gz) = 762419 >diff --git a/uTox.orig/files/patch-Makefile b/uTox/files/patch-Makefile >index b2c53e4..2dc61a7 100644 >--- a/uTox.orig/files/patch-Makefile >+++ b/uTox/files/patch-Makefile >@@ -1,6 +1,6 @@ >---- Makefile.orig 2015-01-28 12:42:36.939246000 +0200 >-+++ Makefile 2015-01-28 12:44:04.733423000 +0200 >-@@ -15,10 +15,6 @@ >+--- Makefile.orig 2015-03-08 21:59:37.000000000 +0200 >++++ Makefile 2015-03-08 22:41:28.269531000 +0200 >+@@ -16,10 +16,6 @@ > DEPS += libv4lconvert > endif > >@@ -8,14 +8,23 @@ > - DEPS += filteraudio > -endif > - >- UNAME_S := $(shell uname -s) >- >- CFLAGS += -g -Wall -Wshadow -pthread -std=gnu99 >-@@ -36,6 +32,7 @@ >+ ifeq ($(UNITY), 1) >+ DEPS += messaging-menu unity >+ endif >+@@ -41,6 +37,7 @@ > > ifeq ($(FILTER_AUDIO), 1) > CFLAGS += -DAUDIO_FILTERING > + LDFLAGS += -lfilteraudio > endif > >- ifeq ($(UNAME_S), Linux) >+ ifeq ($(UNITY), 1) >+@@ -100,7 +97,7 @@ >+ >+ mkdir -p $(DESTDIR)$(PREFIX)/share/applications >+ install -m 644 utox.desktop $(DESTDIR)$(PREFIX)/share/applications/utox.desktop >+- if [ "$UNITY" -eq "1" ]; then echo "X-MessagingMenu-UsesChatSection=true" >> $(DESTDIR)$(PREFIX)/share/applications/utox.desktop; fi >++ if [ "$(UNITY)" -eq "1" ]; then echo "X-MessagingMenu-UsesChatSection=true" >> $(DESTDIR)$(PREFIX)/share/applications/utox.desktop; fi >+ >+ mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1 >+ install -m 644 utox.1 $(DESTDIR)$(PREFIX)/share/man/man1/utox.1 >diff --git a/uTox.orig/pkg-plist b/uTox/pkg-plist >index 35a8d67..0563b64 100644 >--- a/uTox.orig/pkg-plist >+++ b/uTox/pkg-plist >@@ -15,3 +15,4 @@ share/icons/hicolor/64x64/apps/utox.png > share/icons/hicolor/72x72/apps/utox.png > share/icons/hicolor/96x96/apps/utox.png > share/icons/hicolor/scalable/apps/utox.svg >+man/man1/utox.1.gz
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 Raw
Actions:
View
Attachments on
bug 198528
: 154223