1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Remove x11-toolkits/wxmozilla: has been broken for more than 6 months

Submitted by:	portsmon
This commit is contained in:
Erwin Lansing 2009-06-13 16:36:35 +00:00
parent 5cc7b72748
commit 7df7c182c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235705
7 changed files with 1 additions and 100 deletions

1
MOVED
View File

@ -4006,3 +4006,4 @@ www/mnogosearch31||2009-06-13|Has expired: Use www/mnogosearch instead, this ver
www/php4-mnogosearch||2009-06-13|Removed
www/winhelpcgi||2009-06-13|Has expired
x11-toolkits/p5-GtkXmHTML||2009-06-13|Has expired: depends on a broken, expired port
x11-toolkits/wxmozilla||2009-06-13|Has expired: has been broken for more than 6 months

View File

@ -307,7 +307,6 @@
SUBDIR += wxgtk28-contrib-common
SUBDIR += wxgtk28-unicode
SUBDIR += wxgtk28-unicode-contrib
SUBDIR += wxmozilla
SUBDIR += xbae
SUBDIR += xclasses
SUBDIR += xforms

View File

@ -1,41 +0,0 @@
# ex:ts=8
# Ports collection makefile for: wxmozilla
# Date created: Oct 27, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= wxmozilla
PORTVERSION= 0.5.6
PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Embedding Mozilla in wxWidgets
BROKEN= does not compile
DEPRECATED= has been broken for more than 6 months
EXPIRATION_DATE=2009-01-19
USE_PYTHON= yes
USE_GNOME= gnomehack gnometarget
USE_GECKO= mozilla
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --enable-python
USE_WX= 2.6+
WX_COMPS= wx python
WX_CONF_ARGS= absolute
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-wx-config==${WX_CONFIG}
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
post-patch:
@${REINPLACE_CMD} -e 's|mozilla-nspr|nspr|g' \
${WRKSRC}/configure
.include <bsd.port.post.mk>

View File

@ -1,3 +0,0 @@
MD5 (wxmozilla-0.5.6.tar.gz) = f67edaaa17ed33a360c7c636b98b78fd
SHA256 (wxmozilla-0.5.6.tar.gz) = 35d877fb53fe06be89412479c47c8fe3108019149a23f4c7e8478b42d7dac863
SIZE (wxmozilla-0.5.6.tar.gz) = 539622

View File

@ -1,25 +0,0 @@
--- wxPython/contrib/mozilla25/gtk/mozilla_wrap.cpp.orig 2008-03-18 16:21:58.000000000 +0100
+++ wxPython/contrib/mozilla25/gtk/mozilla_wrap.cpp 2008-03-18 16:24:58.000000000 +0100
@@ -1228,7 +1228,7 @@
obj = pyobj;
if (PyCFunction_Check(obj)) {
/* here we get the method pointer for callbacks */
- char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc);
+ const char *doc = (((PyCFunctionObject *)obj) -> m_ml -> ml_doc);
c = doc ? strstr(doc, "swig_ptr: ") : 0;
if (c) {
c = ty ? SWIG_UnpackVoidPtr(c + 10, &vptr, ty->name) : 0;
@@ -8120,11 +8120,11 @@
swig_type_info **types_initial) {
size_t i;
for (i = 0; methods[i].ml_name; ++i) {
- char *c = methods[i].ml_doc;
+ const char *c = methods[i].ml_doc;
if (c && (c = strstr(c, "swig_ptr: "))) {
int j;
swig_const_info *ci = 0;
- char *name = c + 10;
+ const char *name = c + 10;
for (j = 0; const_table[j].type; ++j) {
if (strncmp(const_table[j].name, name,
strlen(const_table[j].name)) == 0) {

View File

@ -1,7 +0,0 @@
wxMozilla is a project underway to develop a wxWidgets component for embedding
the Mozilla browser into any wxWidgets application. The wxMozilla classes will
utilize minimal, if any, platform dependent code and utilize directly the
XPCOM (Cross Platform COM) interface to instantiate a html browser or editor
within the application.
WWW: http://wxmozilla.sourceforge.net/

View File

@ -1,23 +0,0 @@
lib/libwxmozilla_gtk2-2.6.a
lib/libwxmozilla_gtk2-2.6.la
lib/libwxmozilla_gtk2-2.6.so
lib/libwxmozilla_gtk2-2.6.so.0
include/wxmozilla/wxMozilla.h
include/wxmozilla/wxMozillaBrowser.h
include/wxmozilla/wxMozillaBrowserChrome.h
include/wxmozilla/wxMozillaComponents.h
include/wxmozilla/wxMozillaEvents.h
include/wxmozilla/wxMozillaProtocolHandler.h
include/wxmozilla/wxMozillaSettings.h
include/wxmozilla/wxMozillaWindow.h
libdata/pkgconfig/wxmozilla.pc
%%PYTHON_SITELIBDIR%%/wx-2.6-gtk2-ansi/wx/mozilla.py
%%PYTHON_SITELIBDIR%%/wx-2.6-gtk2-ansi/wx/mozilla.pyc
%%PYTHON_SITELIBDIR%%/wx-2.6-gtk2-ansi/wx/mozilla.pyo
%%PYTHON_SITELIBDIR%%/wx-2.6-gtk2-ansi/wxPython/mozilla.py
%%PYTHON_SITELIBDIR%%/wx-2.6-gtk2-ansi/wxPython/mozilla.pyc
%%PYTHON_SITELIBDIR%%/wx-2.6-gtk2-ansi/wxPython/mozilla.pyo
%%PYTHON_SITELIBDIR%%/wx-2.6-gtk2-ansi/wx/_mozilla.so
%%PYTHON_SITELIBDIR%%/wx-2.6-gtk2-ansi/wx/_mozilla.la
%%PYTHON_SITELIBDIR%%/wx-2.6-gtk2-ansi/wx/_mozilla.a
@dirrm include/wxmozilla