ports/134657: [PATCH] mail/extman: fix dependency on p5-DBD-LDAP

Dmitry Marakasov amdmi3 at amdmi3.ru
Mon May 18 16:50:03 UTC 2009


>Number:         134657
>Category:       ports
>Synopsis:       [PATCH] mail/extman: fix dependency on p5-DBD-LDAP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 18 16:50:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Thu Apr 30 06:41:20 MSD 2009
>Description:
databases/p5-DBD-LDAP installs ${SITE_PERL}/DBD/LDAP.pm, not ${SITE_PERL}/${PERL_ARCH}/DBD/LDAP.pm, fix dependency correspondingly

Port maintainer (chifeng at gmail.com) is cc'd.

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

--- extman-1.0.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/mail/extman/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	14 Mar 2009 13:36:43 -0000	1.6
+++ Makefile	18 May 2009 16:18:37 -0000
@@ -29,7 +29,7 @@
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
 .endif
 .if defined(WITH_LDAP)
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/LDAP.pm:${PORTSDIR}/databases/p5-DBD-LDAP
+RUN_DEPENDS+=	${SITE_PERL}/DBD/LDAP.pm:${PORTSDIR}/databases/p5-DBD-LDAP
 .endif
 
 do-install:
--- extman-1.0.0.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list