/sysutils/cdrtools-cjk conflict in sysutils/nautilus-cd-burner port

Michael C. Shultz ringworm01 at gmail.com
Sun Oct 30 21:32:06 PST 2005


When WITH_DVD is defined in  nautilus-cd-burner it sets up
a conflict with sysutils/dvd+rw-tools

nautilus-cd-burner has a run dependency on sysutils/cdrtools-cjk
and dvd+rw-tools has one sysutils/cdrtools, these two conflict with
each other.  I'll be happy to submit a pr with patch as soon as I know
which cdrtools should take precedence.

-Mike



PORTNAME=       nautilus-cd-burner
PORTVERSION=    2.10.2
CATEGORIES=     sysutils gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=     sources/${PORTNAME}/2.10
DIST_SUBDIR=    gnome2

MAINTAINER=     gnome at FreeBSD.org
COMMENT=        CD burner view for Nautilus

RUN_DEPENDS=    cdrecord:${PORTSDIR}/sysutils/cdrtools-cjk
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

USE_BZIP2=      yes
USE_X_PREFIX=   yes
USE_REINPLACE=  yes
USE_GMAKE=      yes
GNOME_DESKTOP_VERSION=2
USE_GNOME=      gnomeprefix gnomehack intlhack nautilus2
USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
                LDFLAGS="-L${LOCALBASE}/lib"

GCONF_SCHEMAS=  ncb.schemas

.include <bsd.port.pre.mk>

.if exists(${LOCALBASE}/bin/growisofs)
WITH_DVD=       yes
.endif

.if defined(WITH_DVD)
RUN_DEPENDS+=   growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
.endif

----------------------------------------------------------------------

# $FreeBSD: ports/sysutils/dvd+rw-tools/Makefile,v 1.17 2004/12/15 22:56:46 
ahze Exp $

PORTNAME=       dvd+rw-tools
PORTVERSION=    5.21.4.10.8
CATEGORIES=     sysutils
MASTER_SITES=   http://www.pkix.net/mirror/fy.chalmers.se/ \
                http://fy.chalmers.se/~appro/linux/DVD+RW/tools/

MAINTAINER=     chuck at pkix.net
COMMENT=        DVD burning software

RUN_DEPENDS=    ${LOCALBASE}/bin/mkisofs:${PORTSDIR}/sysutils/cdrtools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^






More information about the freebsd-gnome mailing list