From owner-svn-ports-all@freebsd.org Tue Jul 2 20:37:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DB7815DCCCE; Tue, 2 Jul 2019 20:37:58 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ed1-f67.google.com (mail-ed1-f67.google.com [209.85.208.67]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EB18C6EF56; Tue, 2 Jul 2019 20:37:57 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-ed1-f67.google.com with SMTP id w20so28600957edd.2; Tue, 02 Jul 2019 13:37:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=PBNUi+3hjef/xRuuh9ZpjXZtjOzNivYY7hWzou71UEs=; b=jEcAThJlepYDtYo5hea8q3yEOrr7f68PQHzNCAlOvzOTKmqi5bE863TFrQGwUx2+1X LREum3MIMn7oLvv29FdpUnoekmq+oVfgJxCWpy/s2hps8xY68dg5XLKS2bQBeFsNdQPT O6W/zBoNnMUqRaRj6tGVEEM4HZ+0CtSY0QrKcEbN6Pq8aPw1xWfynyY+TLM7y+JcqYzH Yhfbv8HaWG7T314XRcfaUdhifUWAvYFgJChVhB1T85GdtCMNgymAuOR95Z3JHZw/Q+fd QgDjxSe9PzGdr3QEq5oAqTjIoxYBTADFPDxWH4Df9TvMJAzbG9ETLItDMJoVKOoj+iyF nQ0w== X-Gm-Message-State: APjAAAU6PpZ0qVVftzQ0t91uCl/DYkFWFa9gdMmqayikDJUlXoQbVObh wzeOj0SFJLEXobyywoigvkZs6XtC9GptcLRZcnn4F72n X-Google-Smtp-Source: APXvYqwI/SGBevWp1rfwRvrlOu/5jMxj9VSZYnTtFpI3MKP8lxQQyYha8G5hTOQm/rpuRQ1iRx/QFerfpKO+uOOu7Mw= X-Received: by 2002:a17:906:2ecc:: with SMTP id s12mr10229973eji.110.1562099870806; Tue, 02 Jul 2019 13:37:50 -0700 (PDT) MIME-Version: 1.0 References: <201907012119.x61LJVsX011853@repo.freebsd.org> In-Reply-To: <201907012119.x61LJVsX011853@repo.freebsd.org> From: Antoine Brodin Date: Tue, 2 Jul 2019 22:37:39 +0200 Message-ID: Subject: Re: svn commit: r505641 - head/x11-toolkits/libXt To: Niclas Zeising Cc: ports-committers , svn-ports-all , svn-ports-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: EB18C6EF56 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.92 / 15.00]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.93)[-0.927,0]; TAGGED_FROM(0.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jul 2019 20:37:58 -0000 On Mon, Jul 1, 2019 at 11:19 PM Niclas Zeising wrote: > > Author: zeising > Date: Mon Jul 1 21:19:30 2019 > New Revision: 505641 > URL: https://svnweb.freebsd.org/changeset/ports/505641 > > Log: > x11-toolkits/libXt: Update to 1.2.0 Hi, It seems that this broke at least devel/ddd exit.C:815:12: error: no matching function for call to 'XtAppSetErrorHandler' (void) XtAppSetErrorHandler(app_context, ddd_xt_error); Antoine