Date: Sat, 15 Mar 2008 15:20:45 +1000 From: "Dima Panov" <fluffy@fluffy.khv.ru> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/121722: teach net/rdesktop to use libiconv Message-ID: <1205558445.73707@Fluffy.Khv.RU> Resent-Message-ID: <200803150530.m2F5U14b094055@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121722 >Category: ports >Synopsis: teach net/rdesktop to use libiconv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 15 05:30:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 8.0-800026-CURRENT i386 >Organization: >Environment: System: FreeBSD 8.0-800026-CURRENT #1: Fri Mar 14 16:07:19 VLAT 2008 root@Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot >Description: teach net/rdesktop to use libiconv >How-To-Repeat: >Fix: --- rdesktop.diff begins here --- Index: net/rdesktop/Makefile =================================================================== RCS file: /home/ncvs/ports/net/rdesktop/Makefile,v retrieving revision 1.43 diff -u -r1.43 Makefile --- net/rdesktop/Makefile 23 Sep 2007 11:25:03 -0000 1.43 +++ net/rdesktop/Makefile 15 Mar 2008 05:14:15 -0000 @@ -17,11 +17,14 @@ USE_XORG= x11 USE_GMAKE= yes +USE_ICONV= yes USE_OPENSSL= yes GNU_CONFIGURE= yes DOCS= doc/AUTHORS doc/TODO doc/*.txt MAN1= rdesktop.1 +CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rdesktop ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/rdesktop.1 ${MAN1PREFIX}/man/man1 --- rdesktop.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1205558445.73707>