From ehaupt@beaver.critical.ch  Sat Oct  8 18:57:10 2005
Return-Path: <ehaupt@beaver.critical.ch>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 77DB516A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  8 Oct 2005 18:57:10 +0000 (GMT)
	(envelope-from ehaupt@beaver.critical.ch)
Received: from beaver.critical.ch (217-162-251-247.dclient.hispeed.ch [217.162.251.247])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AC3D143D45
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  8 Oct 2005 18:57:09 +0000 (GMT)
	(envelope-from ehaupt@beaver.critical.ch)
Received: from beaver.critical.ch (localhost [127.0.0.1])
	by beaver.critical.ch (8.13.4/8.13.4) with ESMTP id j98Iv8ha054661
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 8 Oct 2005 20:57:08 +0200 (CEST)
	(envelope-from ehaupt@beaver.critical.ch)
Received: (from ehaupt@localhost)
	by beaver.critical.ch (8.13.4/8.13.4/Submit) id j98Iv8XU054660;
	Sat, 8 Oct 2005 20:57:08 +0200 (CEST)
	(envelope-from ehaupt)
Message-Id: <200510081857.j98Iv8XU054660@beaver.critical.ch>
Date: Sat, 8 Oct 2005 20:57:08 +0200 (CEST)
From: Emanuel Haupt <ehaupt@freebsd.org>
Reply-To: Emanuel Haupt <ehaupt@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: patch: x11-toolkits/py-wxPython26-common requires x11-toolkits/wxgtk26-contrib 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         87130
>Category:       ports
>Synopsis:       patch: x11-toolkits/py-wxPython26-common requires x11-toolkits/wxgtk26-contrib
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 08 19:00:30 GMT 2005
>Closed-Date:    Sun Oct 09 11:44:19 CEST 2005
>Last-Modified:  Sun Oct 09 11:44:19 CEST 2005
>Originator:     Emanuel Haupt
>Release:        FreeBSD 6.0-BETA5 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 6.0-BETA5 FreeBSD 6.0-BETA5 #0: Tue Sep 27 19:38:58 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src/RELENG_6/src/sys/BEAVER i386


	
>Description:
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

>How-To-Repeat:
	
>Fix:

	



--- x11-toolkits::py-wxPython26-common.patch begins here ---
Index: Makefile
===================================================================
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 18:51:41 -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"
--- x11-toolkits::py-wxPython26-common.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Sat Oct 8 21:01:44 CEST 2005 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87130 
State-Changed-From-To: open->feedback 
State-Changed-By: ehaupt 
State-Changed-When: Sat Oct 8 21:03:20 CEST 2005 
State-Changed-Why:  
Asked maintainer for approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87130 

From: Emanuel Haupt <ehaupt@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/87130: patch: x11-toolkits/py-wxPython26-common requires
 x11-toolkits/wxgtk26-contrib
Date: Sat, 8 Oct 2005 21:16:48 +0200

 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

From: Marcus Alves Grando <mnag@FreeBSD.org>
To: Emanuel Haupt <ehaupt@FreeBSD.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/87130: patch: x11-toolkits/py-wxPython26-common requires
 x11-toolkits/wxgtk26-contrib
Date: Sat, 08 Oct 2005 16:21:05 -0300

 Thanks ;)
 
 I need this...
 
 -- 
 Marcus Alves Grando
 marcus(at)corp.grupos.com.br  |  Grupos Internet S/A
   mnag(at)FreeBSD.org         |  FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: ehaupt 
State-Changed-When: Sun Oct 9 11:44:18 CEST 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87130 
>Unformatted:
