From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 23 07:20:31 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC39F16A4B3 for ; Thu, 23 Oct 2003 07:20:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4943B44005 for ; Thu, 23 Oct 2003 07:20:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9NEKKFY078909 for ; Thu, 23 Oct 2003 07:20:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9NEKKD7078908; Thu, 23 Oct 2003 07:20:20 -0700 (PDT) (envelope-from gnats) Date: Thu, 23 Oct 2003 07:20:20 -0700 (PDT) Message-Id: <200310231420.h9NEKKD7078908@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Simon Barner Subject: Re: ports/58427: irc/lostirc: fix libintl and libiconv depedencies => avoid conflicts with other ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simon Barner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 14:20:31 -0000 X-List-Received-Date: Thu, 23 Oct 2003 14:20:31 -0000 X-List-Received-Date: Thu, 23 Oct 2003 14:20:31 -0000 The following reply was made to PR ports/58427; it has been noted by GNATS. From: Simon Barner To: FreeBSD-gnats-submit@FreeBSD.org Cc: rael@vectorstar.net Subject: Re: ports/58427: irc/lostirc: fix libintl and libiconv depedencies => avoid conflicts with other ports Date: Thu, 23 Oct 2003 16:19:10 +0200 forgot to Cc maintainer -- again. Sorry! > >Number: 58427 > >Category: ports > >Synopsis: irc/lostirc: fix libintl and libiconv depedencies => avoid conflicts with other ports > >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: Thu Oct 23 07:10:19 PDT 2003 > >Closed-Date: > >Last-Modified: > >Originator: Simon Barner > >Release: FreeBSD 4.9-PRERELEASE i386 > >Organization: > >Environment: > System: FreeBSD zi025.glhnet.mhn.de 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #1: Thu Sep 4 20:49:53 CEST 2003 simon@zi025.glhnet.mhn.de:/usr/src/sys/compile/KISTE i386 > > >Description: > > This port did not pick up the two libraries mentioned. > > One possitive side effect of getting the libintl dependency right, is > that the port does not build its included version of the gettext library and > does not install those two .alias that were conflicting with other ports > (have a look at the pkg-plist diff and you'll see what I mean) > > http://freebsd.rambler.ru/bsdmail/freebsd-ports_2003/msg08919.html > > >How-To-Repeat: > >Fix: > > diff -ruN lostirc/Makefile lostirc.patched/Makefile > --- lostirc/Makefile Wed Aug 27 13:48:40 2003 > +++ lostirc.patched/Makefile Thu Oct 23 15:53:02 2003 > @@ -16,11 +16,14 @@ > COMMENT= LostIRC is a simple and minimal IRC client for X > > LIB_DEPENDS= gtkmm-2:${PORTSDIR}/x11-toolkits/gtk--2 \ > + iconv.3:${PORTSDIR}/converters/libiconv \ > intl.5:${PORTSDIR}/devel/gettext > > USE_X_PREFIX= yes > USE_GNOME= gnomehack > GNU_CONFIGURE= yes > +CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \ > + --with-libiconv-prefix=${LOCALBASE} > USE_REINPLACE= yes > > MAN1= lostirc.1 > diff -ruN lostirc/pkg-plist lostirc.patched/pkg-plist > --- lostirc/pkg-plist Wed Jul 9 01:24:40 2003 > +++ lostirc.patched/pkg-plist Thu Oct 23 16:00:18 2003 > @@ -1,10 +1,8 @@ > bin/lostirc > -lib/charset.alias > share/applnk/lostirc.desktop > share/gnome/apps/Internet/lostirc.desktop > share/gnome/pixmaps/lostirc.png > share/locale/da/LC_MESSAGES/lostirc.mo > -share/locale/locale.alias > %%PORTDOCS%%share/doc/lostirc/AUTHORS > %%PORTDOCS%%share/doc/lostirc/COPYING > %%PORTDOCS%%share/doc/lostirc/ChangeLog > >Release-Note: > >Audit-Trail: > >Unformatted: > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"