mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
20 lines
524 B
C
20 lines
524 B
C
--- arcext.c.orig 2010-08-07 13:06:42 UTC
|
|
+++ arcext.c
|
|
@@ -143,7 +143,7 @@ extfile(hdr, path, prt) /* extract a fi
|
|
if (note)
|
|
printf("Extracting file: %s\n", fix);
|
|
|
|
- if (warn && !overlay) {
|
|
+ if (arcwarn && !overlay) {
|
|
if ((f = fopen(fix, "r"))) { /* see if it exists */
|
|
fclose(f);
|
|
printf("WARNING: File %s already exists!", fix);
|
|
@@ -191,7 +191,7 @@ extfile(hdr, path, prt) /* extract a fi
|
|
if (!f)
|
|
#endif
|
|
{
|
|
- if (warn) {
|
|
+ if (arcwarn) {
|
|
printf("Cannot create %s\n", fix);
|
|
nerrs++;
|
|
}
|