mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
- Rework OPTIONS to use OPTIONS_RADIO for mutually exclusive options. This allows us to get rid of various IGNORE definitions - Add an option to use zlib from base instead of the bundled one (default) - Functionality of extrapatch-detect-renamed.diff has been incorporated with the upstream patch maintainers - Provide a patch required for the "file system flags" option (have been submitted upstream)
10 lines
246 B
C
10 lines
246 B
C
--- main.c.orig 2013-10-02 10:47:24.479295402 +0200
|
|
+++ main.c 2013-10-02 10:47:43.659318579 +0200
|
|
@@ -30,6 +30,7 @@
|
|
#include <sys/sysctl.h>
|
|
#endif
|
|
|
|
+extern int force_change;
|
|
extern int dry_run;
|
|
extern int list_only;
|
|
extern int io_timeout;
|