From owner-freebsd-ports@FreeBSD.ORG Mon Mar 6 13:22:52 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A4D716A420; Mon, 6 Mar 2006 13:22:52 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id AABFA43D46; Mon, 6 Mar 2006 13:22:51 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from melfina.ninth-nine.com (melfina.ninth-nine.com [192.168.36.6]) (authenticated bits=0) by sakura.ninth-nine.com (8.13.4/8.13.4/NinthNine) with ESMTP id k26DMjH8031450 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 6 Mar 2006 22:22:50 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Mon, 6 Mar 2006 22:22:45 +0900 From: Norikatsu Shigemura To: vanilla@FreeBSD.org, portmgr@FreeBSD.org Message-Id: <20060306222245.0911a3b9.nork@FreeBSD.org> X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Mon, 06 Mar 2006 22:22:50 +0900 (JST) Cc: ports@FreeBSD.org Subject: graphics/imlib2: Add implicit dependency X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 13:22:52 -0000 Hi vanilla and portmgr! I found a missing dependency on audio/libid3tag. May I commit following patch? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/imlib2/Makefile,v retrieving revision 1.115 diff -u -r1.115 Makefile --- Makefile 23 Feb 2006 10:37:05 -0000 1.115 +++ Makefile 6 Mar 2006 13:18:05 -0000 @@ -7,7 +7,7 @@ PORTNAME= imlib2 PORTVERSION= 1.2.1.010 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://enlightenment.freedesktop.org/files/ @@ -18,6 +18,7 @@ ungif.5:${PORTSDIR}/graphics/libungif \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ + id3tag.0:${PORTSDIR}/audio/libid3tag \ freetype.9:${PORTSDIR}/print/freetype2 USE_AUTOTOOLS= autoconf:259 libltdl:15 libtool:15 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/imlib2/pkg-plist,v retrieving revision 1.39 diff -u -r1.39 pkg-plist --- pkg-plist 23 Feb 2006 10:37:05 -0000 1.39 +++ pkg-plist 6 Mar 2006 13:18:55 -0000 @@ -33,6 +33,9 @@ lib/imlib2/loaders/gif.a lib/imlib2/loaders/gif.la lib/imlib2/loaders/gif.so +lib/imlib2/loaders/id3.a +lib/imlib2/loaders/id3.la +lib/imlib2/loaders/id3.so lib/imlib2/loaders/jpeg.a lib/imlib2/loaders/jpeg.la lib/imlib2/loaders/jpeg.so