From owner-svn-ports-head@freebsd.org Wed Feb 1 20:21:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB5C8CCC77B; Wed, 1 Feb 2017 20:21:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AF95A63; Wed, 1 Feb 2017 20:21:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v11KLl3x068715; Wed, 1 Feb 2017 20:21:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v11KLlxK068714; Wed, 1 Feb 2017 20:21:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702012021.v11KLlxK068714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 1 Feb 2017 20:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433095 - head/comms/qico/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 20:21:48 -0000 Author: jbeich Date: Wed Feb 1 20:21:47 2017 New Revision: 433095 URL: https://svnweb.freebsd.org/changeset/ports/433095 Log: comms/qico: unbreak on 12.0 after base r308264 In file included from gmtoff.c:7: In file included from ./headers.h:51: ./replace.h:14:14: error: expected identifier or '(' extern char *basename (const char *filename); ^ /usr/include/libgen.h:60:21: note: expanded from macro 'basename' #define basename(x) __generic(x, const char *, __old_basename, basename)(x) ^ /usr/include/sys/cdefs.h:337:2: note: expanded from macro '__generic' _Generic(expr, t: yes, default: no) ^ Reported by: pkg-fallout Added: head/comms/qico/files/ head/comms/qico/files/patch-configure (contents, props changed) Added: head/comms/qico/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/qico/files/patch-configure Wed Feb 1 20:21:47 2017 (r433095) @@ -0,0 +1,10 @@ +--- configure.orig 2003-04-05 13:33:18 UTC ++++ configure +@@ -8343,6 +8343,7 @@ cat >>conftest.$ac_ext <<_ACEOF + #endif + static char *fl = "/usr/local/bin/some.file"; + int main(int argc, char **argv) { ++ fl = strdup(fl); + char *b = basename(fl); return ((*b != '/')?0:1); + } +