This requires ports/124956 and ports/124951, which have not been commited yet ZConf - A configuration system allowing for either file or LDAP backed storage. How-To-Repeat: 1: unshar 2: 3: check out ports/124956 4: check out ports/124951 5: install and enjoy
On Tue, 24 Jun 2008 20:40:02 GMT FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/124958'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=124958 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: Net port: devel/p5-ZConf A configuration system > >allowing for either file or LDAP backed storage. Arrival-Date: > >Tue Jun 24 20:40:02 UTC 2008 This fix the Net::LDAP requirement check. --- Makefile.orig 2008-06-24 18:53:11.000000000 -0500 +++ Makefile 2008-06-24 18:53:21.000000000 -0500 @@ -15,7 +15,7 @@ MAINTAINER= vvelox@vvelox.net COMMENT= A configuration system allowing for either file or LDAP backed storage. -RUN_DEPENDS= ${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-Net-LDAP \ +RUN_DEPENDS= ${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-perl-ldap \ ${SITE_PERL}/Net/LDAP/Express.pm:${PORTSDIR}/net/p5-Net-LDAP-Express \ ${SITE_PERL}/Net/LDAP/LDAPhash.pm:${PORTSDIR}/net/p5-Net-LDAP-LDAPhash \ ${SITE_PERL}/Net/LDAP/Makepath.pm:${PORTSDIR}/net/p5-Net-LDAP-Makepath \
On Tue, 24 Jun 2008 20:40:02 GMT FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/124958'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=124958 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: Net port: devel/p5-ZConf A configuration system > >allowing for either file or LDAP backed storage. Arrival-Date: > >Tue Jun 24 20:40:02 UTC 2008 Fix the Net::LDAP requirement. --- Makefile.orig 2008-06-24 13:44:35.000000000 -0500 +++ Makefile 2008-06-24 18:57:02.000000000 -0500 @@ -15,6 +15,8 @@ MAINTAINER= vvelox@vvelox.net COMMENT= Provides a methode for creating paths in LDAP simply. +RUN_DEPENDS= ${SITE_PERL}/Net/LDAP/Entry.pm:${PORTSDIR}/net/p5-perl-ldap + PERL_CONFIGURE= yes MAN3= Net::LDAP::Makepath.3
State Changed From-To: open->closed Committed, thanks!
edwin 2008-07-09 12:20:04 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-ZConf Makefile distinfo pkg-descr pkg-plist Log: Net port: devel/p5-ZConf A configuration system allowing for either file or LDAP backed storage. A configuration system allowing for either file or LDAP backed storage. WWW: http://search.cpan.org/dist/Net-LDAP-Makepath/ PR: ports/124958 Submitted by: "Zane C.B." <vvelox@vvelox.net> Revision Changes Path 1.2019 +1 -0 ports/net/Makefile 1.1 +30 -0 ports/net/p5-ZConf/Makefile (new) 1.1 +3 -0 ports/net/p5-ZConf/distinfo (new) 1.1 +3 -0 ports/net/p5-ZConf/pkg-descr (new) 1.1 +4 -0 ports/net/p5-ZConf/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"