diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-01 18:21:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-01 18:21:08 +0000 |
commit | 208d7293f6e820d504f3301373f90e05caad2eef (patch) | |
tree | a14ba6c8c1df8e6a967dc83802a3d7954530c15d /www/osb-browser/files/patch-src::osb-browser.c | |
parent | remove the unmaintained expired ports from x11 category (diff) |
Remove unmaintained expired ports from www category
2011-05-01 www/indexme: Upstream disapear and distfile is no more available
2011-05-01 www/osb-browser: Abandonware, please use www/webkit-gtk2
2011-05-01 www/osb-nrcit: Abandonware, please use www/webkit-gtk2
2011-05-01 www/osb-nrcore: Abandonware, please use www/webkit-gtk2
2011-05-01 www/pumperweb: Upstream disapear and distfile is no more available
2011-05-01 www/py-ez_web: Upstream disapear and distfile is no more available
2011-05-01 www/py-pullparser: Obsolete and deprecated
2011-05-01 www/sidplug: Upstream disapear and distfile is no more available
2011-05-01 www/twhttpd: Upstream disapear and distfile is no more available
2011-05-01 www/wnews: Upstream disapear and distfile is no more available
2011-05-01 www/xpath2rss: Upstream disapear and distfile is no more available
Notes
Notes:
svn path=/head/; revision=273407
Diffstat (limited to 'www/osb-browser/files/patch-src::osb-browser.c')
-rw-r--r-- | www/osb-browser/files/patch-src::osb-browser.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/osb-browser/files/patch-src::osb-browser.c b/www/osb-browser/files/patch-src::osb-browser.c deleted file mode 100644 index a440506fa9ed..000000000000 --- a/www/osb-browser/files/patch-src::osb-browser.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/osb-browser.c.orig Tue Feb 1 11:50:56 2005 -+++ src/osb-browser.c Tue Feb 1 11:51:33 2005 -@@ -127,7 +127,7 @@ - static void - _weak_notify(gpointer data, GObject *was) - { -- g_warning("Destroyed: %s at %x\n", (const char*) data, (int) was); -+ g_warning("Destroyed: %s at %p\n", (const char*) data, was); - } - - |