Emit explanation in DEVELOPER_MODE for the fatal error
modified libpkg/pkg.h
@@ -984,6 +984,7 @@ typedef enum {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_event.c
@@ -64,6 +64,22 @@ pkg_emit_error(const char *fmt, ...)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_ports.c
@@ -173,8 +173,10 @@ meta_dirrm(struct plist *p, char *line, bool try)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -245,8 +247,10 @@ file(struct plist *p, char *line)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
modified libpkg/private/event.h
@@ -46,5 +46,6 @@ void pkg_emit_noremotedb(const char *);
|
|
|
|
|
|
| + | |
|
|
|
modified pkg/event.c
@@ -59,6 +59,9 @@ event_callback(void *data, struct pkg_event *ev)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|