diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-02 17:03:03 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-02 17:03:03 +0000 |
commit | dda1fa7efd49fb194479cc380f1efa095964292c (patch) | |
tree | a6c3e4cbc5b109333625477f8e4e7376f1642718 /www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp | |
parent | add pktrace 1.0.4 (diff) |
- update to 2.0.1
- bump PORTEPOCH (the last version should have been 2.0.p1, not 2.0p1)
- sort pkg-plist, don't try to @dirrm directories that aren't totally ours
PR: 34231
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=60472
Diffstat (limited to 'www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp')
-rw-r--r-- | www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp b/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp new file mode 100644 index 000000000000..3f2e2818e985 --- /dev/null +++ b/www/kdewebdev4/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp @@ -0,0 +1,10 @@ +--- quanta/plugins/php4dbg/dbgbase/ThreadBase.cpp.orig Thu Jan 24 16:52:35 2002 ++++ quanta/plugins/php4dbg/dbgbase/ThreadBase.cpp Thu Jan 24 16:52:44 2002 +@@ -11,6 +11,7 @@ + the world-wide-web at http://dd.cron.ru/license + ***************************************************************************/ + ++#include <sys/types.h> + #include "ThreadBase.h" + #include "ListenerGlobals.h" + #include "dbg_core.h" |