ports/121722: teach net/rdesktop to use libiconv

Dima Panov fluffy at fluffy.khv.ru
Sat Mar 15 05:30:01 UTC 2008


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



More information about the freebsd-ports-bugs mailing list