FreeBSD Bugzilla – Attachment 220786 Details for
Bug 250926
ports-mgmt/pkg: @shell keyword is broken: attempt to index a nil value (global 'shell') pkg: lua script failed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Backport of https://github.com/freebsd/pkg/pull/1900/files#diff-69ee594b7055cf448f55b648f8cfb55e6094f72f13383e4e946abd37fe7e226c
pkg.patch (text/plain), 923 bytes, created by
Emanuel Haupt
on 2020-12-21 17:49:23 UTC
(
hide
)
Description:
Backport of https://github.com/freebsd/pkg/pull/1900/files#diff-69ee594b7055cf448f55b648f8cfb55e6094f72f13383e4e946abd37fe7e226c
Filename:
MIME Type:
Creator:
Emanuel Haupt
Created:
2020-12-21 17:49:23 UTC
Size:
923 bytes
patch
obsolete
>Index: ports/ports-mgmt/pkg/Makefile >=================================================================== >--- ports/ports-mgmt/pkg/Makefile (revision 558834) >+++ ports/ports-mgmt/pkg/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= pkg > DISTVERSION= 1.15.10 >+PORTREVISION= 1 > _PKG_VERSION= ${DISTVERSION} > CATEGORIES= ports-mgmt > #MASTER_SITES= \ >Index: ports/ports-mgmt/pkg/files/patch-libpkg_pkg__jobs.c >=================================================================== >--- ports/ports-mgmt/pkg/files/patch-libpkg_pkg__jobs.c (revision 558834) >+++ ports/ports-mgmt/pkg/files/patch-libpkg_pkg__jobs.c (working copy) >@@ -1,6 +1,6 @@ >---- libpkg/pkg_jobs.c.orig 2019-09-18 07:11:10 UTC >+--- libpkg/pkg_jobs.c.orig 2020-10-11 12:57:45 UTC > +++ libpkg/pkg_jobs.c >-@@ -74,7 +74,7 @@ struct pkg_jobs_locked { >+@@ -76,7 +76,7 @@ struct pkg_jobs_locked { > int (*locked_pkg_cb)(struct pkg *, void *); > void *context; > };
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250926
:
220786
|
220788