Bug 58375

Summary: sysutils/xcdroast: fix libintl and libiconv depedencies => avoid conflicts with other ports
Product: Ports & Packages Reporter: Simon Barner <barner>
Component: Individual Port(s)Assignee: Oliver Lehmann <oliver>
Status: Closed FIXED    
Severity: Affects Only Me CC: oliver
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Simon Barner 2003-10-22 12:50:17 UTC
This port did not pick up the two libraries mentioned. In order to get
libintl worked, I used the patch I found at (somebody in an archived
mail suggested to look for existing patches that solve that gettext
problem).

ports/audio/gqmpeg/files/patch-aclocal.m4

One possitive side effect of getting the libintl dependency right, is
that the port does not build its included version of the 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 Sergey A. Osokin freebsd_committer freebsd_triage 2003-10-22 13:06:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer.
Comment 2 Simon Barner 2003-10-22 14:03:06 UTC
Please apply also following extra-patch to the Makefile (adds
LIB_DEPENDS):

--- Makefile.orig	Wed Oct 22 14:18:25 2003
+++ Makefile	Wed Oct 22 14:20:07 2003
@@ -16,6 +16,9 @@
 MAINTAINER=	oliver@FreeBSD.org
 COMMENT=	Another X11 frontend to mkisofs/cdrecord
 
+LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext \
+		iconv.3:${PORTSDIR}/converters/libiconv
+
 RUN_DEPENDS=	cdrecord:${PORTSDIR}/sysutils/cdrtools \
 		mkisofs:${PORTSDIR}/sysutils/mkisofs
Comment 3 Oliver Lehmann freebsd_committer freebsd_triage 2003-10-28 07:44:07 UTC
State Changed
From-To: open->closed

Committed, Thanks!