From nobody@FreeBSD.org  Fri Aug  4 18:23:09 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A22D516A4E1
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Aug 2006 18:23:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 54EE143D6E
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Aug 2006 18:23:09 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k74IN9Dt076577
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 4 Aug 2006 18:23:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k74IN9Xh076576;
	Fri, 4 Aug 2006 18:23:09 GMT
	(envelope-from nobody)
Message-Id: <200608041823.k74IN9Xh076576@www.freebsd.org>
Date: Fri, 4 Aug 2006 18:23:09 GMT
From: dindin <dindin@freebsd.org.ua>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [MAINTAINER]  databases/flamerobin using wxgtk2.6-unicode, some cleanup and fixes
X-Send-Pr-Version: www-2.3

>Number:         101369
>Category:       ports
>Synopsis:       [MAINTAINER]  databases/flamerobin using wxgtk2.6-unicode, some cleanup and fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 04 18:30:16 GMT 2006
>Closed-Date:    Sun Aug 06 05:35:38 GMT 2006
>Last-Modified:  Sun Aug 06 05:35:38 GMT 2006
>Originator:     dindin
>Release:        6.1-RELEASE
>Organization:
volunteer
>Environment:
FreeBSD sunshine.webkazan.ru 6.1-STABLE FreeBSD 6.1-STABLE #6: Tue Jun 20 18:52:23 MSD 2006     root@sunshine.webkazan.ru:/usr/obj/usr/RELENG_6/src/sys/SUNSHINE  i386
>Description:
[MAINTAINER]  databases/flamerobin using wxgtk2.6-unicode, some Makefile cleanup and marking FreeBSD 4.x and earlier builds as broken
>How-To-Repeat:

>Fix:
--- flamerobin-0.7.2_1 patch begins ---
--- Makefile.orig       Wed Jun 14 18:34:49 2006
+++ Makefile            Fri Aug  4 17:31:28 2006
@@ -7,6 +7,7 @@

 PORTNAME=      flamerobin
 PORTVERSION=   0.7.2
+PORTREVISION?= 1       
 CATEGORIES=    databases
 MASTER_SITES=  http://dindin.webkazan.ru/flamerobin/\
                http://main.webkazan.ru/flamerobin/\
@@ -14,18 +15,18 @@
 DISTNAME=      flamerobin-0.7.2-src

 MAINTAINER=    dindin@FreeBSD.org.ua
-COMMENT=       An GUI administration tool for firebird database
+COMMENT=       The GUI administration tool for firebird database

-BUILD_DEPENDS= ${WX_CONFIG}:${PORTSDIR}/x11-toolkits/wxgtk26
-LIB_DEPENDS=   wx_gtk2_stc-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-contrib \
-               fbclient.1:${PORTSDIR}/databases/firebird-client
+USE_WX=                2.6
+WX_COMPS=      wx contrib
+WX_UNICODE=    yes
+
+LIB_DEPENDS=   fbclient.1:${PORTSDIR}/databases/firebird-client

-USE_GMAKE=     yes
 GNU_CONFIGURE= yes
 USE_X_PREFIX=  yes

-WXPORT=                gtk2
-WX_CONFIG=     ${X11BASE}/bin/wxgtk2-2.6-config
+WX_CONFIG=     ${X11BASE}/bin/wxgtk2u-2.6-config

 SUB_FILES=     pkg-message
 MAN1=          flamerobin.1
@@ -37,6 +38,10 @@

 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=        --with-wx-config=${WX_CONFIG}
+       
+.if ${OSVERSION} < 500000
+BROKEN=         Does not compile on FreeBSD 4.x
+.endif 
      
 post-install:
        @${CAT} ${PKGMESSAGE}
--- flamerobin-0.7.2_1 patch ends ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Sat Aug 5 03:07:21 UTC 2006 
Responsible-Changed-Why:  
Eat. 

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

From: "=?KOI8-R?B?5MXOydMg4sHSz9c=?=" <dindin@dindin.ru>
To: bug-followup@FreeBSD.org, dindin@freebsd.org.ua
Cc:  
Subject: Re: ports/101369: [MAINTAINER] databases flamerobin using wxgtk2.6-unicode, some cleanup and fixes
Date: Sun, 6 Aug 2006 01:15:21 +0400

 ------=_Part_14024_33379431.1154812521501
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 use <bsd.port.pre.mk> and <bsd.port.post.mk>, because ${OSVERSION} was used
 
 --- flamerobin-0.7.2_1 patch begins ---
 diff -urN /usr/ports/databases/flamerobin/Makefile
 /usr/local/tinderbox/portstrees/FreeBSD/ports/databases/flamerobin/Makefile
 --- /usr/ports/databases/flamerobin/Makefile    Wed Jun 14 18:34:49 2006
 +++
 /usr/local/tinderbox/portstrees/FreeBSD/ports/databases/flamerobin/Makefile
 Sun Aug  6 00:24:22 2006
 @@ -7,6 +7,7 @@
 
  PORTNAME=      flamerobin
  PORTVERSION=   0.7.2
 +PORTREVISION?= 1
  CATEGORIES=    databases
  MASTER_SITES=  http://dindin.webkazan.ru/flamerobin/\
                 http://main.webkazan.ru/flamerobin/\
 @@ -14,18 +15,18 @@
  DISTNAME=      flamerobin-0.7.2-src
 
  MAINTAINER=    dindin@FreeBSD.org.ua
 -COMMENT=       An GUI administration tool for firebird database
 +COMMENT=       The GUI administration tool for firebird database
 
 -BUILD_DEPENDS= ${WX_CONFIG}:${PORTSDIR}/x11-toolkits/wxgtk26
 -LIB_DEPENDS=   wx_gtk2_stc-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-contrib \
 -               fbclient.1:${PORTSDIR}/databases/firebird-client
 +USE_WX=                2.6
 +WX_COMPS=      wx contrib
 +WX_UNICODE=    yes
 +
 +LIB_DEPENDS=   fbclient.1:${PORTSDIR}/databases/firebird-client
 
 -USE_GMAKE=     yes
  GNU_CONFIGURE= yes
  USE_X_PREFIX=  yes
 
 -WXPORT=                gtk2
 -WX_CONFIG=     ${X11BASE}/bin/wxgtk2-2.6-config
 +WX_CONFIG=     ${X11BASE}/bin/wxgtk2u-2.6-config
 
  SUB_FILES=     pkg-message
  MAN1=          flamerobin.1
 @@ -38,7 +39,13 @@
  CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
  CONFIGURE_ARGS=        --with-wx-config=${WX_CONFIG}
 
 +.include <bsd.port.pre.mk>
 +
 +.if ${OSVERSION} < 500000
 +BROKEN=         Does not compile on FreeBSD 4.x
 +.endif
 +
  post-install:
         @${CAT} ${PKGMESSAGE}
 
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>
 --- flamerobin-0.7.2_1 patch begins ---
 
 ------=_Part_14024_33379431.1154812521501
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 use &lt;<a href="http://bsd.port.pre.mk">bsd.port.pre.mk</a>&gt; and &lt;<a href="http://bsd.port.post.mk">bsd.port.post.mk</a>&gt;, because ${OSVERSION} was used<br><br>--- flamerobin-0.7.2_1 patch begins ---<br>diff -urN /usr/ports/databases/flamerobin/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/databases/flamerobin/Makefile
 <br>--- /usr/ports/databases/flamerobin/Makefile&nbsp;&nbsp;&nbsp; Wed Jun 14 18:34:49 2006<br>+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/databases/flamerobin/Makefile Sun Aug&nbsp; 6 00:24:22 2006<br>@@ -7,6 +7,7 @@<br>&nbsp;<br>&nbsp;PORTNAME=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; flamerobin
 <br>&nbsp;PORTVERSION=&nbsp;&nbsp; 0.7.2<br>+PORTREVISION?= 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;CATEGORIES=&nbsp;&nbsp;&nbsp; databases<br>&nbsp;MASTER_SITES=&nbsp; <a href="http://dindin.webkazan.ru/flamerobin/\">http://dindin.webkazan.ru/flamerobin/\</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://main.webkazan.ru/flamerobin/\">
 http://main.webkazan.ru/flamerobin/\</a><br>@@ -14,18 +15,18 @@<br>&nbsp;DISTNAME=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; flamerobin-0.7.2-src<br>&nbsp;<br>&nbsp;MAINTAINER=&nbsp;&nbsp;&nbsp; <a href="mailto:dindin@FreeBSD.org.ua">dindin@FreeBSD.org.ua</a><br>-COMMENT=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; An GUI administration tool for firebird database
 <br>+COMMENT=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The GUI administration tool for firebird database<br>&nbsp;<br>-BUILD_DEPENDS= ${WX_CONFIG}:${PORTSDIR}/x11-toolkits/wxgtk26<br>-LIB_DEPENDS=&nbsp;&nbsp; wx_gtk2_stc-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-contrib \<br>
 -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fbclient.1:${PORTSDIR}/databases/firebird-client<br>+USE_WX=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.6<br>+WX_COMPS=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wx contrib<br>+WX_UNICODE=&nbsp;&nbsp;&nbsp; yes<br>+<br>+LIB_DEPENDS=&nbsp;&nbsp; fbclient.1:${PORTSDIR}/databases/firebird-client
 <br>&nbsp;<br>-USE_GMAKE=&nbsp;&nbsp;&nbsp;&nbsp; yes<br>&nbsp;GNU_CONFIGURE= yes<br>&nbsp;USE_X_PREFIX=&nbsp; yes<br>&nbsp;<br>-WXPORT=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gtk2<br>-WX_CONFIG=&nbsp;&nbsp;&nbsp;&nbsp; ${X11BASE}/bin/wxgtk2-2.6-config<br>+WX_CONFIG=&nbsp;&nbsp;&nbsp;&nbsp; ${X11BASE}/bin/wxgtk2u-2.6-config<br>&nbsp;
 <br>&nbsp;SUB_FILES=&nbsp;&nbsp;&nbsp;&nbsp; pkg-message<br>&nbsp;MAN1=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; flamerobin.1<br>@@ -38,7 +39,13 @@<br>&nbsp;CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}<br>&nbsp;CONFIGURE_ARGS=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-wx-config=${WX_CONFIG}<br>&nbsp;<br>+.include &lt;
 <a href="http://bsd.port.pre.mk">bsd.port.pre.mk</a>&gt;<br>+<br>+.if ${OSVERSION} &lt; 500000<br>+BROKEN=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Does not compile on FreeBSD 4.x<br>+.endif<br>+<br>&nbsp;post-install:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @${CAT} ${PKGMESSAGE}<br><br>
 -.include &lt;<a href="http://bsd.port.mk">bsd.port.mk</a>&gt;<br>+.include &lt;<a href="http://bsd.port.post.mk">bsd.port.post.mk</a>&gt;<br>--- flamerobin-0.7.2_1 patch begins ---<br>
 
 ------=_Part_14024_33379431.1154812521501--
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Sun Aug 6 05:35:37 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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