aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-gphoto2/files
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-07-04 07:34:26 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-07-04 07:34:29 +0000
commit262b774a5f64ad0eecbc510c5972a43d65c3c69d (patch)
tree1bbd0dfc50a065ab604c199e7edd8cb9bfed8584 /graphics/py-gphoto2/files
parent60dba5d9a446641b3e1b97e94138d5707e5196bd (diff)
downloadports-262b774a5f64ad0eecbc510c5972a43d65c3c69d.tar.gz
ports-262b774a5f64ad0eecbc510c5972a43d65c3c69d.zip
graphics/py-gphoto2: the port had been updated (+)
- Update to the latest version 2.2.4 - Simplify commit 2e9a47e964 and respect CFLAGS - Use EXAMPLESDIR_REL and DOCSDIR_REL variables - Amend the port description text while here
Diffstat (limited to 'graphics/py-gphoto2/files')
-rw-r--r--graphics/py-gphoto2/files/extra-patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/py-gphoto2/files/extra-patch-setup.py b/graphics/py-gphoto2/files/extra-patch-setup.py
deleted file mode 100644
index 8ee48823122a..000000000000
--- a/graphics/py-gphoto2/files/extra-patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2018-01-02 11:44:51 UTC
-+++ setup.py
-@@ -83,7 +83,7 @@ mod_src_dir = os.path.join(
- 'src', mod_src_dir + '-gp' + '.'.join(map(str, best_match)))
-
- extra_compile_args = [
-- '-O3', '-Wno-unused-variable', '-Wno-unused-but-set-variable',
-+ '-O3', '-Wno-unused-variable',
- '-Wno-unused-label', '-Wno-strict-prototypes',
- '-DGPHOTO2_VERSION=' + '0x{:02x}{:02x}{:02x}'.format(*gphoto2_version)]
- if 'PYTHON_GPHOTO2_STRICT' in os.environ: