summaryrefslogtreecommitdiff
path: root/x11-toolkits/flowcanvas/files/patch-wscript
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-03-20 02:33:04 +0000
committerRene Ladan <rene@FreeBSD.org>2020-03-20 02:33:04 +0000
commitd5cf397d65475e8b10b1cbb50975d3fb9314ca8a (patch)
tree006d054d629dcd33cb8716c5ab685675c3fe481e /x11-toolkits/flowcanvas/files/patch-wscript
parentdeskutils/recoll: drop optional dependency on expired textproc/pychm (diff)
Remove expired ports:
2020-03-18 devel/py-Products.validation: Old, uses EOLed python27 2020-03-18 devel/py-Acquisition: Old, uses EOLed python27 2020-03-18 devel/py-Products.contentmigration: Old, uses EOLed python27 2020-03-18 textproc/py-zope.app.locales: Old, uses EOLed python27 2020-03-18 devel/py-Products.LDAPUserFolder: Old, uses EOLed python27 2020-03-18 devel/py-zLOG: Old, uses EOLed python27 2020-03-19 textproc/py-ltxml: Unmaintained, uses EOLed python27 2020-03-19 x11-toolkits/flowcanvas: Unmaintained, uses EOLed python27 2020-03-19 audio/raul: Unmaintained, uses EOLed python27 2020-03-19 audio/py-vorbis: Unmaintained, uses EOLed python27 2020-03-19 databases/py-cdb: Unmaintained, uses EOLed python27 2020-03-19 devel/py-libplist: Unmaintained, uses EOLed python27 2020-03-19 devel/py-mwlib: Unmaintained, uses EOLed python27 2020-03-19 emulators/openmsx: Unmaintained, uses EOLed python27 2020-03-19 graphics/py-soya3d: Unmaintained, uses EOLed python27 2020-03-19 irc/py-supybot: Unmaintained, uses EOLed python27 2020-03-19 net-mgmt/py-pdagent: Unmaintained, uses EOLed python27 2020-03-19 textproc/pychm: Unmaintained, uses EOLed python27
Notes
Notes: svn path=/head/; revision=528757
Diffstat (limited to 'x11-toolkits/flowcanvas/files/patch-wscript')
-rw-r--r--x11-toolkits/flowcanvas/files/patch-wscript10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-toolkits/flowcanvas/files/patch-wscript b/x11-toolkits/flowcanvas/files/patch-wscript
deleted file mode 100644
index 2505a9549e08..000000000000
--- a/x11-toolkits/flowcanvas/files/patch-wscript
+++ /dev/null
@@ -1,10 +0,0 @@
---- wscript.orig 2011-01-12 00:09:31.000000000 +0100
-+++ wscript 2013-03-16 14:19:43.577462602 +0100
-@@ -41,6 +41,7 @@
- conf.check_tool('compiler_cxx')
- autowaf.check_pkg(conf, 'libgvc', uselib_store='AGRAPH',
- atleast_version='2.8', mandatory=False)
-+ conf.env['LIB_AGRAPH'] = ['cgraph' if l == 'graph' else l for l in conf.env['LIB_AGRAPH']]
- autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GLIBMM',
- atleast_version='2.10.0', mandatory=True)
- autowaf.check_pkg(conf, 'libgnomecanvasmm-2.6', uselib_store='GNOMECANVASMM',