Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Jul 2003 23:12:59 +0200
From:      Kirill Ponomarew <ponomarew@oberon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54282: Update security/botan: bento fix
Message-ID:  <E19aMFH-000KS3-16@voodoo.oberon.net>
Resent-Message-ID: <200307092120.h69LKIQq050034@freefall.freebsd.org>

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

>Number:         54282
>Category:       ports
>Synopsis:       Update security/botan: bento fix
>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:   Wed Jul 09 14:20:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update security/botan: bento fix

* Added missing dependency 

>How-To-Repeat:
>Fix:
diff -urN botan.orig/Makefile botan/Makefile
--- botan.orig/Makefile	Tue Jul  8 15:04:04 2003
+++ botan/Makefile	Wed Jul  9 23:10:23 2003
@@ -30,6 +30,13 @@
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+BUILD_DEPENDS=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
+RUN_DEPENDS=	${BUILD_DEPENDS}
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX},g ; \
 		s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/${CONFIGURE_SCRIPT}
@@ -38,4 +45,4 @@
 post-install:
 	@${RM} -f ${PREFIX}/include/botan/botan
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19aMFH-000KS3-16>