[Bug 228518] emulators/wine-devel: Fix distinfo file for STAGING option (v3.9)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 26 19:55:17 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228518

            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 at FreeBSD.org
          Reporter: lightside at gmx.com
                CC: gerald at FreeBSD.org
          Assignee: gerald at FreeBSD.org
             Flags: maintainer-feedback?(gerald at FreeBSD.org)
 Attachment #193727 maintainer-approval?(gerald at FreeBSD.org)
             Flags:
                CC: gerald at FreeBSD.org

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

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

There is following error for emulators/wine-devel port (based on ports r470875
changes):
-8<--
# cd /usr/potrs/emulators/wine-devel
# make WITH=STAGING checksum
===>  License LGPL21 LGPL3 accepted by the user
===>   wine-devel-3.9,1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by wine-devel-3.9,1 for building
=> SHA256 Checksum OK for wine-3.9.tar.xz.
=> No SHA256 checksum recorded for v3.9.tar.gz.
=> 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=STAGING makesum` command:
-8<--
# make WITH=STAGING makesum
<..>
# make WITH=STAGING checksum
===>  License LGPL21 LGPL3 accepted by the user
===>   wine-devel-3.9,1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by wine-devel-3.9,1 for building
=> SHA256 Checksum OK for wine-3.9.tar.xz.
=> SHA256 Checksum OK for v3.9.tar.gz.
-->8-

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


More information about the freebsd-ports-bugs mailing list