freebsd-ports/sysutils/gsmartcontrol/files/patch-Makefile.in
Pawel Pekala 2287c483f2 Update to version 1.1.0
Changelog:
- New Statistics, Temperature Log, Error Recovery, Physical and Directory tabs.
- General tab shows non-SMART device settings as well.
- Attributes tab shows entries in "brief" format.
- Error Log tab shows Extended error log by default (if supported).
- Self-Test Log tab now shows Extended self-test log by default (if supported).
- GSmartControl now uses "-x" equivalent for retrieving data
  (as opposed to "-a"); loading "-x" outputs as virtual
  drives is also supported.
- A new ability to copy rows in CSV format from Attribute,
  Statistics and Self-Test Log tables.
- New "Update Drive Database" functionality.
- Windows: Drive letters are shown for each drive.
- Scan time is shown under virtual drive icons.
- Polkit is supported with gsmartcontrol-root script now.
- Pcrecpp is no longer bundled, use system-installed one instead.
- Smartmontools version 5.43 is required at runtime.
- Other minor improvements and fixes.
2017-09-16 17:31:59 +00:00

28 lines
1.1 KiB
Text

--- Makefile.in.orig 2017-09-07 12:42:44 UTC
+++ Makefile.in
@@ -84,7 +84,7 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile
$(top_srcdir)/configure $(am__configure_deps) \
$(srcdir)/config.h.in $(srcdir)/gsmartcontrol.spec.in \
$(srcdir)/version.in $(srcdir)/compilation_flags.in \
- $(dist_doc_DATA) $(nobase_dist_doc_DATA) COPYING ChangeLog \
+ $(dist_doc_DATA) $(nobase_dist_doc_DATA) ChangeLog \
INSTALL NEWS TODO ar-lib config.guess config.sub depcomp \
install-sh missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -375,15 +375,7 @@ noinst_DATA = AUTHORS.txt LICENSE_gsmartcontrol.txt RE
# These will be installed into docdir.
# Some of these files are actually needed for compilation (see src/res/Makefile.am).
dist_doc_DATA = AUTHORS.txt ChangeLog NEWS README.txt \
- LICENSE_boost_1_0.txt \
- LICENSE_bsd-ac.txt \
- LICENSE_bsd-ucb.txt \
- LICENSE_gpl2.txt \
- LICENSE_gpl3.txt \
- LICENSE_gsmartcontrol.txt \
- LICENSE_hz.txt \
- LICENSE_unlicense.txt \
- LICENSE_zlib.txt
+ LICENSE_gsmartcontrol.txt
# nobase_ preserves their directory names.