ports/55074: Port fix: www/checkbot

Lars Eggert larse at isi.edu
Wed Jul 30 17:40:07 UTC 2003


>Number:         55074
>Category:       ports
>Synopsis:       Port fix: www/checkbot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 30 10:40:05 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lars Eggert
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD nik.isi.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Mon Jul 7 10:07:40 PDT 2003 root at nik.isi.edu:/usr/obj/usr/src/sys/KERNEL-1.24 i386


	
>Description:
Fix package building problems on bento.
Not sure if this fully resolves the issue, but it fixes local tests.
	
>How-To-Repeat:
	
>Fix:
diff -ur c/Makefile checkbot/Makefile
--- c/Makefile	Wed Jul 30 10:22:11 2003
+++ checkbot/Makefile	Wed Jul 30 10:28:08 2003
@@ -14,8 +14,7 @@
 MAINTAINER=	wosch at FreeBSD.org
 COMMENT=	A WWW link verifier, similar like momspider
 
-RUN_DEPENDS=	\
-		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
+RUN_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
  		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
 		${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
 		${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
@@ -23,9 +22,14 @@
 		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
 		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500000
 MAN1PREFIX=	${PREFIX}/share
+.endif
+
 MAN1=		checkbot.1
 USE_PERL5=	YES
 PERL_CONFIGURE=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Only in checkbot/: work
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list