Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  7 Jul 2008 11:25:40 +0200 (CEST)
From:      Guido Falsi <mad@madpilot.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125361: [maintainer-update] comms/gnokii: add missing dependency.
Message-ID:  <20080707092540.B4085130C3B@megatron.madpilot.net>
Resent-Message-ID: <200807070930.m679U1c9022806@freefall.freebsd.org>

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

>Number:         125361
>Category:       ports
>Synopsis:       [maintainer-update] comms/gnokii: add missing dependency.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 07 09:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Guido Falsi
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD megatron.madpilot.net 7.0-STABLE FreeBSD 7.0-STABLE #7: Sat May 31 17:40:26 CEST 2008 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON i386

>Description:

Configure seraches and the software uses XML::Parser.

Added dependency.

Reported via email by: Marcin Ulanecki <marcin.ulanecki at vm.pl>

>How-To-Repeat:
>Fix:

diff -ruN gnokii.old/Makefile gnokii/Makefile
--- gnokii.old/Makefile	2008-07-07 11:16:30.000000000 +0200
+++ gnokii/Makefile	2008-07-07 11:19:03.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	gnokii
 PORTVERSION=	0.6.26
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	comms
 MASTER_SITES=	http://www.gnokii.org/download/gnokii/ \
@@ -16,6 +17,9 @@
 MAINTAINER=	mad@madpilot.net
 COMMENT=	Tools to talk to GSM cellular phones
 
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+
 USE_GMAKE=	yes
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



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