Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2004 22:34:12 +0800 (CST)
From:      Rong-En Fan <rafan@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71975: [MAINTAINER] devel/File-MimeInfo: make it runable!
Message-ID:  <200409211434.i8LEYCYU031613@woodstock.csie.org>
Resent-Message-ID: <200409211440.i8LEeNQX072199@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         71975
>Category:       ports
>Synopsis:       [MAINTAINER] devel/File-MimeInfo: make it runable!
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 21 14:40:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
NTU CSIE
>Environment:
System: FreeBSD woodstock.csie.org 6.0-CURRENT FreeBSD 6.0-CURRENT #19: Mon Sep 20 21:58:13 CST 2004
>Description:
- Correct dependency, without shared-mime-info this
  module will not work!

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-File-MimeInfo-0.10_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-File-MimeInfo/Makefile /home/rafan/tmp/ports/p5-File-MimeInfo/Makefile
--- /usr/ports/devel/p5-File-MimeInfo/Makefile	Sun Aug 22 20:35:31 2004
+++ /home/rafan/tmp/ports/p5-File-MimeInfo/Makefile	Tue Sep 21 22:31:20 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	File-MimeInfo
 PORTVERSION=	0.10
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../../authors/id/P/PA/PARDUS/${PORTNAME}
@@ -15,7 +16,8 @@
 MAINTAINER=	rafan@infor.org
 COMMENT=	Determine file type
 
-BUILD_DEPENDS=	${SITE_PERL}/File/BaseDir.pm:${PORTSDIR}/devel/p5-File-BaseDir
+BUILD_DEPENDS=	${SITE_PERL}/File/BaseDir.pm:${PORTSDIR}/devel/p5-File-BaseDir\
+		${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
--- p5-File-MimeInfo-0.10_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409211434.i8LEYCYU031613>