Bug 87130 - patch: x11-toolkits/py-wxPython26-common requires x11-toolkits/wxgtk26-contrib
Summary: patch: x11-toolkits/py-wxPython26-common requires x11-toolkits/wxgtk26-contrib
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-08 20:00 UTC by Emanuel Haupt
Modified: 2005-10-09 10:44 UTC (History)
0 users

See Also:


Attachments
x11-toolkits::py-wxPython26-common.patch (445 bytes, patch)
2005-10-08 20:00 UTC, Emanuel Haupt
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Haupt freebsd_committer freebsd_triage 2005-10-08 20:00:30 UTC
x11-toolkits/wxgtk26-contrib additionally requires x11-toolkits/wxgtk26-contrib
as LIB_DEPENDS else it will fail to build:

cc -fno-strict-aliasing -DNDEBUG -O -pipe -D__wchar_t=wchar_t -D_THREAD_SAFE -DTHREAD_STACK_SIZE=0x20000 -O -pipe -fPIC -DSWIG_TYPE_TABLE=_wxPython_table -DHAVE_CONFIG_H -DWXP_USE_THREAD=1 -UNDEBUG -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_THREAD_SAFE -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -Iinclude -Isrc -I/usr/X11R6/include/wx-2.6/gtk2-ansi-release-2.6 -I/usr/X11R6/include/wx-2.6 -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/python2.4 -c contrib/stc/gtk/stc_wrap.cpp -o build-gtk2/temp.freebsd-6.0-BETA5-i386-2.4/contrib/stc/gtk/stc_wrap.o -O3
contrib/stc/gtk/stc_wrap.cpp:1384: wx/stc/stc.h: No such file or directory
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2005-10-08 20:01:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

I will take it.
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2005-10-08 20:03:20 UTC
State Changed
From-To: open->feedback

Asked maintainer for approval.
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2005-10-08 20:16:48 UTC
the packing list is also incomplete, new patch:

--- x11-toolkits::py-wxPython26-common.patch begins here ---
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/py-wxPython26-common/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile    2 Oct 2005 08:19:31 -0000       1.1
+++ Makefile    8 Oct 2005 19:14:29 -0000
@@ -11,4 +11,6 @@
 
 PLIST= ${.CURDIR}/pkg-plist
 
+LIB_DEPENDS+=  wx_gtk2_stc-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-contrib
+
 .include "${MASTERDIR}/Makefile"
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/py-wxPython26-common/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist   2 Oct 2005 08:19:31 -0000       1.1
+++ pkg-plist   8 Oct 2005 19:14:29 -0000
@@ -1,3 +1,4 @@
+bin/genaxmodule
 bin/helpviewer
 bin/img2png
 bin/img2py
--- x11-toolkits::py-wxPython26-common.patch begins here ---

-- 
GnuPG key id: 0x55E67774         Download: http://pgp.mit.edu:11371
Key fingerprint: 17B3 FD8F BA68 4AB4 10FD  A9D1 AD52 6588 55E6 7774
Comment 4 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-08 20:21:05 UTC
Thanks ;)

I need this...

-- 
Marcus Alves Grando
marcus(at)corp.grupos.com.br  |  Grupos Internet S/A
  mnag(at)FreeBSD.org         |  FreeBSD.org
Comment 5 Emanuel Haupt freebsd_committer freebsd_triage 2005-10-09 10:44:18 UTC
State Changed
From-To: feedback->closed

Committed, thanks!