Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2003 17:55:44 -0700 (PDT)
From:      Shannon -jj Behrens <jj@nttmcl.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kbyanc@FreeBSD.org
Subject:   ports/57823: PATCH: obey portlint warnings
Message-ID:  <200310100055.h9A0ti31058599@scg13.nttmcl.com>
Resent-Message-ID: <200310100100.h9A10dxp036349@freefall.freebsd.org>

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

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310100055.h9A0ti31058599>