From owner-freebsd-ports Mon Mar 18 15:10:38 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFF2F37B405 for ; Mon, 18 Mar 2002 15:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2INA1N62813; Mon, 18 Mar 2002 15:10:01 -0800 (PST) (envelope-from gnats) Received: from gyros.marcuscom.com (dhcp-171-69-85-22.cisco.com [171.69.85.22]) by hub.freebsd.org (Postfix) with ESMTP id 7DC2237B400 for ; Mon, 18 Mar 2002 15:01:44 -0800 (PST) Received: (from marcus@localhost) by gyros.marcuscom.com (8.11.6/8.11.6) id g2IN1d073009; Mon, 18 Mar 2002 18:01:39 -0500 (EST) (envelope-from marcus) Message-Id: <200203182301.g2IN1d073009@gyros.marcuscom.com> Date: Mon, 18 Mar 2002 18:01:39 -0500 (EST) From: Joe Marcus Clarke Reply-To: Joe Marcus Clarke To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36063: [PATCH] Remove giconv stuff from nautilus Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36063 >Category: ports >Synopsis: [PATCH] Remove giconv stuff from nautilus >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Mar 18 15:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Joe Marcus Clarke >Release: FreeBSD 4.5-STABLE i386 >Organization: MarcusCom, Inc. >Environment: System: FreeBSD gyros.marcuscom.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 14 01:33:12 EST 2002 marcus@gyros.marcuscom.com:/usr/obj/usr/src/sys/GYROS i386 >Description: Remove all the -lgiconv stuff from Nautilus. Note, another patch is coming that removes the nl_langinfo hack for versions of -stable that now have nl_langinfo(). This next patch will remove giconv for one more location. >How-To-Repeat: >Fix: --- nautilus.diff begins here --- --- Makefile.orig Mon Mar 18 17:49:47 2002 +++ Makefile Mon Mar 18 17:49:40 2002 @@ -40,7 +40,7 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -fno-rtti -fno-exceptions" \ - LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib -lgiconv" \ + LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" \ LIBPNG="-L${LOCALBASE}/lib -lpng -lz ${MOZILLA_LIBS}" \ MSGFMT=${LOCALBASE}/bin/msgfmt-new \ XGETTEXT=${LOCALBASE}/bin/xgettext-new --- files/patch-aa.orig Mon Mar 18 17:55:23 2002 +++ files/patch-aa Mon Mar 18 17:52:09 2002 @@ -30,33 +30,6 @@ cat > conftest.$ac_ext <&6 --echo "configure:7590: checking for libiconv_open in -liconv" >&5 -+ echo $ac_n "checking for libiconv_open in -lgiconv""... $ac_c" 1>&6 -+echo "configure:7590: checking for libiconv_open in -lgiconv" >&5 - ac_lib_var=`echo iconv'_'libiconv_open | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-liconv $LIBS" -+LIBS="-lgiconv $LIBS" - cat > conftest.$ac_ext <Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message