diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-09-30 08:58:22 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-09-30 08:58:22 +0000 |
commit | 2778716571b572673d6e14c640ee11826a43efdf (patch) | |
tree | 352b0e441f5e463d9704267c075dfec856538309 /graphics/libflash/files/patch-ah | |
parent | - Update to 0.25 [1] (diff) |
As previously advertised, remove ports that previously had been
DEPRECATED without EXPIRATION_DATE, and the ports that depend
on them.
audio/mt-daapd
Use audio/firefly instead
databases/p5-DBIx-Class-Validation
Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
devel/p5-Class-Data-Accessor
Please consider using p5-Class-Accessor-Grouped or p5-Moose
graphics/libflash
gplflash is no longer supported. Please use gnash instead
graphics/flashplayer
Depends on DEPRECATED graphics/libflash
japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP
Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
net/p5-OAuth-Lite
Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
net-mgmt/py-snmp
use net-mgmt/py-snmp4 instead
net-mgmt/py-twistedSNMP
Relies on net-mgmt/py-snmp, which is DEPRECATED
net-p2p/gift
unmaintained upstream for several years
net-p2p/giftcurs
unmaintained upstream for several years
net-p2p/giftoxic
unmaintained upstream for several years
net-p2p/giftui
unmaintained upstream for several years
net-p2p/apollon
Depends on net-p2p/gift, which is DEPRECATED
textproc/p5-FormValidator-Simple
Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/flashplugin-mozilla
gplflash is no longer supported. Please use graphics/gnash, \
www/p5-HTML-Widget
Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Plugin-AutoRestart
Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Example-InstantCRUD
Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-Catalyst-Plugin-FormValidator-Simple
Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-Catalyst-Plugin-HTML-Widget
Depends on www/p5-HTML-Widget, which is DEPRECATED
www/asterisk-fop
Depends on www/flashplugin-mozilla which is DEPRECATED
www/p5-Handel
Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-DBIx-Class-HTMLWidget
Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-HTML-Widget-DBIC
Disappear from CPAN
x11-wm/fvwm24
No longer supported by fvwm.org
Notes
Notes:
svn path=/head/; revision=282653
Diffstat (limited to 'graphics/libflash/files/patch-ah')
-rw-r--r-- | graphics/libflash/files/patch-ah | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/graphics/libflash/files/patch-ah b/graphics/libflash/files/patch-ah deleted file mode 100644 index d261e922672f..000000000000 --- a/graphics/libflash/files/patch-ah +++ /dev/null @@ -1,24 +0,0 @@ ---- lib/cxform.cc.orig Tue May 2 04:18:33 2000 -+++ lib/cxform.cc Thu Oct 12 14:44:03 2000 -@@ -26,6 +26,10 @@ - static char *rcsid = "$Id"; - #endif - -+#ifdef __FreeBSD__ -+#include <ieeefp.h> -+#endif -+ - long - Cxform::getRed(long v) { - long val; -@@ -69,6 +73,10 @@ - Color - Cxform::getColor(Color color) { - Color newColor; -+ -+#ifdef __FreeBSD__ -+ fpsetmask(0); -+#endif - - newColor.red = getRed(color.red); - newColor.green = getGreen(color.green); |