From 8dff96ab565836a737eb8cfa1c2b6d585cdd5c9a Mon Sep 17 00:00:00 2001 From: jbeich Date: Thu, 24 Nov 2016 06:28:44 +0000 Subject: sysutils/android-file-transfer: unbreak on 9.x after r426565 In file included from cli/Session.cpp:22:0: ./cli/PosixStreams.h: In constructor 'cli::ObjectInputStream::ObjectInputStream(const string&)': ./cli/PosixStreams.h:72:18: error: 'perror' was not declared in this scope perror("open"); ^ ./cli/PosixStreams.h: In constructor 'cli::ObjectOutputStream::ObjectOutputStream(const string&)': ./cli/PosixStreams.h:109:18: error: 'perror' was not declared in this scope perror("open"); ^ Changes: https://github.com/whoozle/android-file-transfer-linux/compare/40640fb...5a818d8 PR: 196712 Reported by: pkg-fallout --- sysutils/android-file-transfer/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils/android-file-transfer/Makefile') diff --git a/sysutils/android-file-transfer/Makefile b/sysutils/android-file-transfer/Makefile index 25ecd2c838e6..a68c3b6b4f3d 100644 --- a/sysutils/android-file-transfer/Makefile +++ b/sysutils/android-file-transfer/Makefile @@ -2,9 +2,9 @@ PORTNAME= android-file-transfer DISTVERSIONPREFIX= v -DISTVERSION= 3.0-10 -DISTVERSIONSUFFIX= -g40640fb -PORTREVISION?= 1 +DISTVERSION= 3.0-14 +DISTVERSIONSUFFIX= -g5a818d8 +PORTREVISION?= 0 CATEGORIES= sysutils MAINTAINER= jbeich@FreeBSD.org -- cgit