Bug 58427 - irc/lostirc: fix libintl and libiconv depedencies => avoid conflicts with other ports
Summary: irc/lostirc: fix libintl and libiconv depedencies => avoid conflicts with ot...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-23 15:10 UTC by Simon Barner
Modified: 2003-11-19 00:58 UTC (History)
0 users

See Also:


Attachments
file.diff (1.04 KB, patch)
2003-10-23 15:10 UTC, Simon Barner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Barner 2003-10-23 15:10:19 UTC
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
Comment 1 Simon Barner 2003-10-23 15:19:10 UTC
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"
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2003-11-19 00:57:37 UTC
State Changed
From-To: open->closed

Committed, thanks!