1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to git20150311 v0.2.o.

PR:		ports/198528
Differential Revision:	Ivan Klymenko (maintainer)
This commit is contained in:
Thierry Thomas 2015-03-11 21:25:30 +00:00
parent 03492fddce
commit 6f4ba16514
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381039
4 changed files with 24 additions and 12 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= uTox
DISTVERSION= 0.2.l.git20150204
DISTVERSION= 0.2.o.git20150311
CATEGORIES= net-im net-p2p
MAINTAINER= fidaj@ukr.net
@ -23,7 +23,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
@ -36,6 +36,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>

View File

@ -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

View File

@ -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

View File

@ -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