summaryrefslogtreecommitdiff
path: root/x11-toolkits/gigi/files/patch-GG-adobe-cmath.hpp
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-05-04 10:51:02 +0000
committerRene Ladan <rene@FreeBSD.org>2014-05-04 10:51:02 +0000
commit32e92194b7278e4656bb4581bbdec8b4cfec766b (patch)
treedc2a77fb28bb97e39d913fa8c2e661b6e3af9bd3 /x11-toolkits/gigi/files/patch-GG-adobe-cmath.hpp
parentRemove expired port: (diff)
Remove expired ports:
2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher 2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14 2014-04-30 net/asterisk14: Broken and unsupported 2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14 2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg 2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile 2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef 2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef 2014-05-01 net/py-spreadmodule: Depends on expired net/spread 2014-05-01 net/p5-Spread-Message: Depends on expired net/spread 2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread 2014-05-01 net/p5-Spread-Session: Depends on expired net/spread 2014-05-01 sysutils/wmmemload: Broken 2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012 2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono 2014-05-01 x11-wm/stumpwm: Broken for more than 4 months 2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8. 2014-05-01 net/pchar: Obsolete, abandoned 2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
Notes
Notes: svn path=/head/; revision=352941
Diffstat (limited to 'x11-toolkits/gigi/files/patch-GG-adobe-cmath.hpp')
-rw-r--r--x11-toolkits/gigi/files/patch-GG-adobe-cmath.hpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-toolkits/gigi/files/patch-GG-adobe-cmath.hpp b/x11-toolkits/gigi/files/patch-GG-adobe-cmath.hpp
deleted file mode 100644
index c24218cf0c17..000000000000
--- a/x11-toolkits/gigi/files/patch-GG-adobe-cmath.hpp
+++ /dev/null
@@ -1,24 +0,0 @@
---- GG/adobe/cmath.hpp.orig 2011-08-29 15:14:45.000000000 +0200
-+++ GG/adobe/cmath.hpp 2013-12-08 12:40:51.000000000 +0100
-@@ -31,21 +31,7 @@
- #define ADOBE_HAS_C99_STD_MATH_H
-
- #elif defined(__GNUC__)
--
--// Guessing at gcc 3 support
--#if (__GNUC__ == 3) && (__GNUC_MINOR__ > 2)
--
--#define ADOBE_HAS_CPP_CMATH
--
--#elif ((__GNUC__ == 4) && (__GNUC_MINOR__ <= 6))
--/*
-- The currently supported version of GNUC has C99 extensions in math.h. But no TR1 extensions.
--*/
- #define ADOBE_HAS_C99_MATH_H
--
--#else
--#error "Unknown GCC compiler configuration for cmath (last known version is 4.0.1)."
--#endif
-
- #elif defined(_MSC_VER)
-