From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 31 05:32:06 2005 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3451B16A41F for ; Mon, 31 Oct 2005 05:32:06 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2AD343D46 for ; Mon, 31 Oct 2005 05:32:05 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so769819nzk for ; Sun, 30 Oct 2005 21:32:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=GybHUuS0GN/uI3mARcLhlxCluW+IepseYUQwYtLX+Kh1U6iGb88oDHYmZO2Q5fdU1J50i3LXL/82K6bVgsYgrAN17+9cQtmwB0V8tUBUUmyt9Pn8qz/4fLJbQDJHukaYfjLYYL1dNfp56AqPGAeb/y0opRfVyI6991S4GAsoTg0= Received: by 10.36.138.6 with SMTP id l6mr3259031nzd; Sun, 30 Oct 2005 21:32:03 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 18sm2059069nzo.2005.10.30.21.32.00; Sun, 30 Oct 2005 21:32:03 -0800 (PST) From: "Michael C. Shultz" To: gnome@freebsd.org Date: Sun, 30 Oct 2005 21:25:00 -0800 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510302125.01336.ringworm01@gmail.com> Cc: Subject: /sysutils/cdrtools-cjk conflict in sysutils/nautilus-cd-burner port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 05:32:06 -0000 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@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 .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@pkix.net COMMENT= DVD burning software RUN_DEPENDS= ${LOCALBASE}/bin/mkisofs:${PORTSDIR}/sysutils/cdrtools ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^