ports/58427: irc/lostirc: fix libintl and libiconv depedencies => avoid conflicts with other ports

Simon Barner barner at in.tum.de
Thu Oct 23 14:10:22 UTC 2003


>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 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 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:



More information about the freebsd-ports-bugs mailing list