ports/87649: Update port: devel/rapidsvn (teach about wkgtk26-unicode)

Denis Shaposhnikov dsh at vlink.ru
Wed Oct 19 07:30:17 UTC 2005


>Number:         87649
>Category:       ports
>Synopsis:       Update port: devel/rapidsvn (teach about wkgtk26-unicode)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 19 07:30:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD neva.vlink.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #21: Sun Aug 14 15:59:53 MSD 2005 dsh at neva.vlink.ru:/var/FreeBSD/obj/var/FreeBSD/src/sys/NEVA i386


	
>Description:

Fix building devel/rapidsvn with wxgtk26-unicode.

>How-To-Repeat:

Try to build devel/rapidsvn with preinstalled wxgtk26-unicode and see
that it try to install wxgtk24.

>Fix:

diff -Nru rapidsvn.orig/Makefile rapidsvn/Makefile
--- rapidsvn.orig/Makefile	Mon Jul 18 14:20:51 2005
+++ rapidsvn/Makefile	Wed Oct 19 11:17:18 2005
@@ -31,6 +31,9 @@
 .if exists(${X11BASE}/bin/wxgtk2-2.6-config)
 WXPORT=		wxgtk26
 WXCONFIG=	wxgtk2-2.6-config
+.elif exists(${X11BASE}/bin/wxgtk2u-2.6-config)
+WXPORT=		wxgtk26-unicode
+WXCONFIG=	wxgtk2u-2.6-config
 .else
 WXPORT=		wxgtk24
 WXCONFIG=	wxgtk2-2.4-config
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list