ports/66737: Fix DBI dependency for sysutils/lire

Erwin Lansing erwin at FreeBSD.org
Mon May 17 12:20:15 UTC 2004


>Number:         66737
>Category:       ports
>Synopsis:       Fix DBI dependency for sysutils/lire
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 17 05:20:12 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD bamse.staff.tdk.net 4.9-RELEASE-p3 FreeBSD 4.9-RELEASE-p3 #4: Wed Mar 3 11:05:11 CET 2004 root at bamse.staff.tdk.net:/usr/obj/usr/src/sys/BAMSE i386


	
>Description:

This port explicitly depends on databases/p5-DBI, which is wrong for
perl 5.6. This patch removes the explicit dependency because another
dependency (p5-DBD-SQLite) already bring in the right p5-DBI(-137).

>How-To-Repeat:
	
>Fix:

	

--- hest begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/lire/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	28 Apr 2004 22:27:50 -0000	1.18
+++ Makefile	17 May 2004 12:05:48 -0000
@@ -25,7 +25,6 @@
 		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
 		${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \
 		${SITE_PERL}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time-modules \
-		${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
 		${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
 		${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
 		${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \
--- hest ends here ---


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



More information about the freebsd-ports-bugs mailing list