From owner-freebsd-ports-bugs@freebsd.org Fri Aug 31 00:55:19 2018 Return-Path: Delivered-To: freebsd-ports-bugs@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 55BF8EFD8F4 for ; Fri, 31 Aug 2018 00:55:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id EFD7F7A1B8 for ; Fri, 31 Aug 2018 00:55:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id AB587EFD8EB; Fri, 31 Aug 2018 00:55:18 +0000 (UTC) Delivered-To: ports-bugs@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 89974EFD8EA for ; Fri, 31 Aug 2018 00:55:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1796B7A1B7 for ; Fri, 31 Aug 2018 00:55:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 5C9AF1B4AA for ; Fri, 31 Aug 2018 00:55:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w7V0tHjW044717 for ; Fri, 31 Aug 2018 00:55:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w7V0tHVD044716 for ports-bugs@FreeBSD.org; Fri, 31 Aug 2018 00:55:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 231043] archivers/urbackup-client: Fix database snapshot scripts and do port cleanup Date: Fri, 31 Aug 2018 00:55:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: freebsd@coombscloud.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2018 00:55:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231043 Bug ID: 231043 Summary: archivers/urbackup-client: Fix database snapshot scripts and do port cleanup Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: freebsd@coombscloud.com Created attachment 196725 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D196725&action= =3Dedit Ver2.2.6 Rev2 patch for urbackup-client archivers/urbackup-client: Fix database snapshot scripts and do port cleanup Port did not properly perform a substitution in the database snapshot scrip= ts in %%PREFIX%%/share/urbackup/scripts during installation, leading to an err= or in the logs and an inability to use the backup scripts. * Addresses database script substitution error * Port cleanup: - Regenerate patches using "make makepatch" to silence portlint - Remove unneeded dependency on gettext - Patch Makefile.am to address errors leading to the distribution's "inst= all" target failing. As a result, use the distribution's "install" target, rather than performing installation in port's Makefile, greatly simplifying the po= rt's Makefile. portlint: OK (looks fine) testport: OK (poudriere: 111i386, 111amd64, 112amd64) NOTE: Since the initial 2.2.6 update I have been getting emails from pkg-fallout@freebsd.org regarding failed builds due to automake being missi= ng. I could only intermittently reproduce this error, both using 'poudriere testport' and in my own ports tree. In my ports tree, if I encountered the error a 'make clean' would resolve it (i.e., the next build would succeed).= In many test builds of the current patch I have not encountered this error. The error seems to have gone away after regenerating the patches using "make makepatch" rather than using "svn diff". --=20 You are receiving this mail because: You are the assignee for the bug.=