ports/58442: sysutils/gtk-imonc: fix libintl and libiconv depedencies => avoid conflicts with other ports
Steffen Vogelreuter
steffen at vogelreuter.de
Sun Nov 2 19:00:14 UTC 2003
The following reply was made to PR ports/58442; it has been noted by GNATS.
From: Steffen Vogelreuter <steffen at vogelreuter.de>
To: Simon Barner <barner at in.tum.de>
Cc: FreeBSD-gnats-submit at 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 at 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 at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
> To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe at 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
More information about the freebsd-ports-bugs
mailing list