Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2002 19:31:52 +0100 (BST)
From:      Dominic Marks <dominic_marks@btinternet.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/38623: Make devel/objprelink portlint compliant
Message-ID:  <20020527183152.831CB97A@host217-39-111-112.in-addr.btopenworld.com>

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

>Number:         38623
>Category:       ports
>Synopsis:       Make devel/objprelink portlint compliant
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 27 11:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Marks
>Release:        FreeBSD 4.6-RC i386
>Organization:
Student
>Environment:
System: FreeBSD 4.6-RC i386

>Description:
	I was checking all the ports I maintain for portlint compliance.
	This one has whitespace flaws. These flaws are purely whitespace
	related and as such this PR should be put on the very lowest of
	priorities.

>How-To-Repeat:
	cd ${PORTSDIR}/devel/objprelink && portlint

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/objprelink/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	2002/04/12 17:09:32	1.7
+++ Makefile	2002/05/27 18:14:43
@@ -38,10 +38,10 @@
 		CPPFLAGS="$$CPPFLAGS -I${LOCALBASE}/include" ./configure \
 		--disable-shared --enable-static
 	@cd ${WRKSRC}/binutils/libiberty/ && \
-                ${SETENV} LDFLAGS="$$LDFLAGS -L${LOCALBASE}/lib" \
-                CFLAGS="$$CFLAGS -I./../include" \
-                CPPFLAGS="$$CPPFLAGS -I./../include" ./configure \
-                --disable-shared --enable-static
+		${SETENV} LDFLAGS="$$LDFLAGS -L${LOCALBASE}/lib" \
+		CFLAGS="$$CFLAGS -I./../include" \
+		CPPFLAGS="$$CPPFLAGS -I./../include" ./configure \
+		--disable-shared --enable-static
 
 do-build:
 .for DIR in bfd libiberty

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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