ports/161093: net/p5-perl-ldap: no package dependencies
Anes Muhametov
anes at anes.su
Wed Sep 28 08:10:05 UTC 2011
>Number: 161093
>Category: ports
>Synopsis: net/p5-perl-ldap: no package dependencies
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 28 08:10:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Anes Muhametov <anes at anes.su>
>Release: FreeBSD 8.1-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD anestesting.ovr.hc.ru 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #0: Thu Jan 6 15:48:03 UTC 2011 root at tinderbox1.infra.hostcomm.ru:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Double BUILD_DEPENDS and empty RUN_DEPENDS in Makefile. Package bult from this port doesn't have dependencies and broken.
>How-To-Repeat:
>Fix:
Add RUN_DEPENDS to Makefile.
--- p5-perl-ldap.diff begins here ---
diff -ruN p5-perl-ldap.orig/Makefile p5-perl-ldap/Makefile
--- p5-perl-ldap.orig/Makefile 2011-09-28 07:15:29.000000000 +0000
+++ p5-perl-ldap/Makefile 2011-09-28 07:19:32.000000000 +0000
@@ -21,11 +21,8 @@
p5-IO-Socket-SSL>=1.26:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-URI>=1.10:${PORTSDIR}/net/p5-URI \
p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer
-BUILD_DEPENDS:= p5-Authen-SASL>=2.00:${PORTSDIR}/security/p5-Authen-SASL \
- p5-Convert-ASN1>=0.07:${PORTSDIR}/converters/p5-Convert-ASN1 \
- p5-IO-Socket-SSL>=1.26:${PORTSDIR}/security/p5-IO-Socket-SSL \
- p5-URI>=1.10:${PORTSDIR}/net/p5-URI \
- p5-XML-SAX-Writer>=0:${PORTSDIR}/textproc/p5-XML-SAX-Writer
+
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
--- p5-perl-ldap.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list