Bug 58375 - sysutils/xcdroast: fix libintl and libiconv depedencies => avoid conflicts with other ports
Summary: sysutils/xcdroast: fix libintl and libiconv depedencies => avoid conflicts wi...
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: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-22 12:50 UTC by Simon Barner
Modified: 2003-10-28 07:44 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (3.32 KB, patch)
2003-10-22 12:50 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-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!