Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2018 19:55:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 228518] emulators/wine-devel: Fix distinfo file for STAGING option (v3.9)
Message-ID:  <bug-228518-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228518

            Bug ID: 228518
           Summary: emulators/wine-devel: Fix distinfo file for STAGING
                    option (v3.9)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gerald@FreeBSD.org
          Reporter: lightside@gmx.com
                CC: gerald@FreeBSD.org
          Assignee: gerald@FreeBSD.org
             Flags: maintainer-feedback?(gerald@FreeBSD.org)
 Attachment #193727 maintainer-approval?(gerald@FreeBSD.org)
             Flags:
                CC: gerald@FreeBSD.org

Created attachment 193727
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D193727&action=
=3Dedit
Proposed patch (since 470875 revision)

Patch to fix distinfo file for emulators/wine-devel port, when STAGING opti=
on
enabled.

There is following error for emulators/wine-devel port (based on ports r470=
875
changes):
-8<--
# cd /usr/potrs/emulators/wine-devel
# make WITH=3DSTAGING checksum
=3D=3D=3D>  License LGPL21 LGPL3 accepted by the user
=3D=3D=3D>   wine-devel-3.9,1 depends on file: /usr/local/sbin/pkg - found
=3D=3D=3D> Fetching all distfiles required by wine-devel-3.9,1 for building
=3D> SHA256 Checksum OK for wine-3.9.tar.xz.
=3D> No SHA256 checksum recorded for v3.9.tar.gz.
=3D> No suitable checksum found for v3.9.tar.gz.
*** Error code 1

Stop.
make: stopped in /usr/ports/emulators/wine-devel
-->8-

Possible fix is usage of `make WITH=3DSTAGING makesum` command:
-8<--
# make WITH=3DSTAGING makesum
<..>
# make WITH=3DSTAGING checksum
=3D=3D=3D>  License LGPL21 LGPL3 accepted by the user
=3D=3D=3D>   wine-devel-3.9,1 depends on file: /usr/local/sbin/pkg - found
=3D=3D=3D> Fetching all distfiles required by wine-devel-3.9,1 for building
=3D> SHA256 Checksum OK for wine-3.9.tar.xz.
=3D> SHA256 Checksum OK for v3.9.tar.gz.
-->8-

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228518-7788>