From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 2 11:00:14 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 1B78216A4CF for ; Sun, 2 Nov 2003 11:00:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79AB843FA3 for ; Sun, 2 Nov 2003 11:00:13 -0800 (PST) (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 hA2J0DFY070459 for ; Sun, 2 Nov 2003 11:00:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hA2J0DFU070458; Sun, 2 Nov 2003 11:00:13 -0800 (PST) (envelope-from gnats) Date: Sun, 2 Nov 2003 11:00:13 -0800 (PST) Message-Id: <200311021900.hA2J0DFU070458@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Steffen Vogelreuter Subject: Re: ports/58442: sysutils/gtk-imonc: 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: Steffen Vogelreuter List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2003 19:00:14 -0000 The following reply was made to PR ports/58442; it has been noted by GNATS. From: Steffen Vogelreuter To: Simon Barner Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/58442: sysutils/gtk-imonc: fix libintl and libiconv depedencies => avoid conflicts with other ports Date: Sun, 2 Nov 2003 19:57:33 +0100 Simon Barner wrote: > >Number: 58442 > >Category: ports > >Synopsis: sysutils/gtk-imonc: 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:50:22 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 gtk-imonc/Makefile gtk-imonc.patched/Makefile > --- gtk-imonc/Makefile Mon May 12 01:49:53 2003 > +++ gtk-imonc.patched/Makefile Thu Oct 23 16:41:38 2003 > @@ -13,9 +13,13 @@ > MAINTAINER= steffen@vogelreuter.de > COMMENT= A gtk based client to control an one disc fli4l router > +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ > + iconv.3:${PORTSDIR}/converters/libiconv > + > WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} > -ALL_TARGET= #empty > -HAS_CONFIGURE= yes > +GNU_CONFIGURE= yes > +CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \ > + --with-libiconv-prefix=${LOCALBASE} > USE_GMAKE= yes > USE_GNOME= gtk12 > USE_REINPLACE= yes > diff -ruN gtk-imonc/pkg-plist gtk-imonc.patched/pkg-plist > --- gtk-imonc/pkg-plist Sat Oct 26 22:07:44 2002 > +++ gtk-imonc.patched/pkg-plist Thu Oct 23 16:40:57 2003 > @@ -3,9 +3,7 @@ > share/gtk-imonc/pixmaps/gtk-imonc.png > share/gtk-imonc/pixmaps/offline.xpm > share/gtk-imonc/pixmaps/online.xpm > -lib/charset.alias > share/gnome/apps/Internet/gtk-imonc.desktop > -share/locale/locale.alias > share/locale/de/LC_MESSAGES/gtk-imonc.mo > share/pixmaps/gtk-imonc.png > @dirrm share/gtk-imonc/pixmaps > >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" Approved. Steffen Vogelreuter -- The only thing to do with good advice is pass it on. It is never any use to oneself. -- Oscar Wilde