Date: Wed, 19 Oct 2005 11:20:47 +0400 (MSD) From: Denis Shaposhnikov <dsh@vlink.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dsh@neva.vlink.ru, kuriyama@FreeBSD.org Subject: ports/87649: Update port: devel/rapidsvn (teach about wkgtk26-unicode) Message-ID: <200510190720.j9J7KlSl016000@neva.vlink.ru> Resent-Message-ID: <200510190730.j9J7UGfm028834@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510190720.j9J7KlSl016000>