From owner-freebsd-ports@freebsd.org Mon Dec 18 19:52:41 2017 Return-Path: Delivered-To: freebsd-ports@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 3AB4EE81F17 for ; Mon, 18 Dec 2017 19:52:41 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0473F6C0A4 for ; Mon, 18 Dec 2017 19:52:41 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by mail-io0-x231.google.com with SMTP id e204so11070494iof.12 for ; Mon, 18 Dec 2017 11:52:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=/dZYgkp1VyrCUq01g4OdFhztdBByONVpRyan+KID9xg=; b=b/j/gz6ZRzhMSmDYWQaSw6SKaaKPUi1ZlO26eu+zAY11gNDbnAtb7hB7YJFYEi5Nx9 2yfB1Ykw+Q+HWOx1EIMQXnofB3/h/jigXVfV6QROiyUlJbD3Afsh9bmRMnDKBlyvCmGl dekUikyeyZl+eqwZo7npHKOOClSoIaB0uLiB8nbMD9rhhse7l8ycRncIVqECjmG8XPla U42zItWhA1PgMkGd98RvdwujXmyshyF5KSuxGiZlDr0IDVlXE6zZVidfT7ZXhI0/Ljd+ owNA8B+XkZox6WDX9nyLk5nn7zOlSaqEw9jhIobo9ArsyF0J/H/qDPDmZj4oZNKrrxy1 4lAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=/dZYgkp1VyrCUq01g4OdFhztdBByONVpRyan+KID9xg=; b=cIgb5SUkbn6sY1D5eqZu3tiN2PLvjTihdJYefgpplxC304xFJTl7EUd+Q2Mpqo1vNg xLzRO3zs5jST7yePyxWWrZAEwMLhLCSMSzjQ+LkDXC8ZO/Q32MbtfTM9/5cf4kXceZqH yVFZA3xch842Hud1TaV3SXe+JjmlAQYayAWx0WwoIlJEQFk9cBHnlc+eW4rZvoszKgcj E2mqOxqeSNr1U62Q3XIEjAdWOtd4cQCp6ME/oL1JdakbXikFYq/9Nu0mtx+OQEU3D/8m MWocKxGRFyC+pALlV9ZF2kCMyQD8OaYuprTVHsC9wpFihEsMNMawo7tZ98NOIMbplwkZ Mrlw== X-Gm-Message-State: AKGB3mIy4SsXI72qbUeNIZIFISuFFivJqO4M/L2IUCHiwPAEZOBo4O1L 9w/Wxn8KG8We+3woaQm3OCWW+IDdRe0RGElIUAZiVw== X-Google-Smtp-Source: ACJfBovpW24IXr/WxnymE/3of5n1RqqHJaRFNsI3K5Pu696JpMo9+T7yhuKSViPqgoRjtNXJrqcKpEGpM80lRXWnH4c= X-Received: by 10.107.83.19 with SMTP id h19mr1097709iob.208.1513626760012; Mon, 18 Dec 2017 11:52:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.9.199 with HTTP; Mon, 18 Dec 2017 11:52:39 -0800 (PST) From: Kurt Buff Date: Mon, 18 Dec 2017 11:52:39 -0800 Message-ID: Subject: A small problem after switching from portmaster to synth To: freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2017 19:52:41 -0000 I'm seeing a lot of this in the daily security email after switching: Checking for packages with mismatched checksums: db5-5.3.28_6: /usr/local/share/doc/db5/api_reference/C/BDB-C_APIReference.pdf On one of my machines, it goes on for hundreds of lines, mostly for postgresql. I am also seeing a lot of this on a couple of my machines: Checking negative group permissions: find: /usr/ports/devel/pijul/Makefile: No such file or directory I've read through the man page for synth, and I've done a fair amount of STFW, but I don't see a way to fix either of these. Can someone suggest a reference, or a plan of action to fix these? Thanks, Kurt