ports/57823: PATCH: obey portlint warnings

Shannon -jj Behrens jj at nttmcl.com
Fri Oct 10 01:00:42 UTC 2003


>Number:         57823
>Category:       ports
>Synopsis:       PATCH: obey portlint warnings
>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:   Thu Oct 09 18:00:39 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Shannon -jj Behrens
>Release:        FreeBSD 4.7-RELEASE-p23 i386
>Organization:
NTT MCL, INC.
>Environment:
System: FreeBSD scg13.nttmcl.com 4.7-RELEASE-p23 FreeBSD 4.7-RELEASE-p23 #0: Tue Oct 7 14:52:49 PDT 2003 jj at scg13.nttmcl.com:/usr/obj/usr/src/sys/GENERIC i386

>Description:
Portlint complained about a couple things, and I simply obeyed what it 
suggested.

>How-To-Repeat:
Run portlint on the port.
	
>Fix:
diff ./Makefile /usr/ports/net/p5-Net-Radius/Makefile
10d9
< PORTREVISION=	1
18c18
< BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
---
> BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
26c26
< 	${FIND} ${WRKDIR} -type f | xargs perl -pi -e "s:\r::g"
---
> 	find ${WRKDIR} -type f | xargs perl -pi -e "s:\r::g"
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list