summaryrefslogtreecommitdiff
path: root/multimedia/helixplayer/files/patch-timeval
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-03 22:38:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-03 22:38:25 +0000
commit780e8a39f08838e2a960ef805cd5756788edea11 (patch)
treedfcadec1f283df9f3eb09eb529f775dfe7b197d7 /multimedia/helixplayer/files/patch-timeval
parentUpdate to 0.65 which contains the following small fix: (diff)
2009-01-19 games/emacs-chess: has been broken for more than 6 months
2009-02-01 devel/subversion-devel: Use devel/subversion or devel/subversion-freebsd instead of this port 2009-01-19 devel/hs-hat: has been broken for more than 6 months 2009-01-19 devel/hs-hpl: has been broken for more than 6 months 2009-01-19 databases/mysqlbigram: has been broken for more than 6 months 2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months 2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months 2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months 2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8 (including Firefox 2.0) - to be replaced by STIX fonts for Firefox 3.x 2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months 2009-01-31 x11-wm/expocity: project has been abandoned 2009-01-19 x11/bbuname: has been broken for more than 6 months 2009-01-19 security/squidclam: has been broken for more than 6 months 2009-01-19 print/virtualpaper: depends on broken, expired port 2009-01-19 print/ifhp: has been broken for more than 6 months 2009-01-19 net-p2p/peercast: has been forbidden for more than 6 months 2009-01-19 palm/pdbc: has been broken for more than 6 months 2009-01-19 net-mgmt/NeTraMet: has been broken for more than 6 months 2009-01-19 net-im/sulci: has been broken for more than 6 months 2009-01-19 multimedia/mjpegtools-yuvfilters: has been broken for more than 6 months 2009-01-19 multimedia/helixplayer: has been broken for more than 6 months 2009-01-19 lang/quack: has been broken for more than 6 months 2009-01-19 misc/pybliographer: has been broken for more than 6 months 2009-01-19 net/versuch: has been broken for more than 6 months 2009-01-19 net/py-mantissa: has been broken for more than 6 months 2009-01-19 net/libunpipc: has been broken for more than 6 months 2009-01-19 net/gnometelnet: has been broken for more than 6 months 2009-01-19 net/gacxtool: depends on expired, broken port 2009-01-19 devel/py-coro: has been broken for more than 6 months 2009-01-19 chinese/stardict2-dict-zh_TW: has been broken for more than 6 months 2009-01-19 x11-themes/gtk-industrial-theme: has been broken for more than 6 months
Notes
Notes: svn path=/head/; revision=227571
Diffstat (limited to 'multimedia/helixplayer/files/patch-timeval')
-rw-r--r--multimedia/helixplayer/files/patch-timeval16
1 files changed, 0 insertions, 16 deletions
diff --git a/multimedia/helixplayer/files/patch-timeval b/multimedia/helixplayer/files/patch-timeval
deleted file mode 100644
index 7f82a656c65b..000000000000
--- a/multimedia/helixplayer/files/patch-timeval
+++ /dev/null
@@ -1,16 +0,0 @@
---- common/util/pub/timeval.h Thu Jul 8 21:48:01 2004
-+++ common/util/pub/timeval.h Sat Jul 8 13:09:00 2006
-@@ -74,5 +74,5 @@
- #endif
-
--#if !(defined _UNIX && (defined _LONG_IS_64 || defined _VXWORKS))
-+#if 0
- Timeval(int sec, int usec);
- Timeval(int usec);
-@@ -124,5 +124,5 @@
- }
-
--#if !(defined _UNIX && (defined _LONG_IS_64 || defined _VXWORKS))
-+#if 0
-
- inline Timeval::Timeval(int s, int us) {