Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2006 22:12:30 -0500 (CDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/99146: [PATCH] audio/quelcom: portlint fixes
Message-ID:  <200606190312.k5J3CUFa006819@Laptop.mine.box>
Resent-Message-ID: <200606190320.k5J3KES5028703@freefall.freebsd.org>

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

>Number:         99146
>Category:       ports
>Synopsis:       [PATCH] audio/quelcom: portlint fixes
>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:   Mon Jun 19 03:20:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #5: Fri Jun 16 22:55:11 CDT 2006
>Description:
- make portlint happy

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- quelcom-0.4.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/quelcom/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	3 May 2006 05:14:26 -0000	1.13
+++ Makefile	19 Jun 2006 03:12:26 -0000
@@ -28,11 +28,11 @@
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "alpha" && ${OSVERSION} < 500000
-BROKEN=		"Linker error on alpha 4.x"
+BROKEN=		Linker error on alpha 4.x
 .endif
 
 .if ${ARCH} == "ia64"
-BROKEN=		"Linker error on ia64"
+BROKEN=		Linker error on ia64
 .endif
 
 post-patch:
@@ -44,12 +44,12 @@
 		 s|-L./../lib -lqextra|$$(LDFLAGS) -lqextra|g'
 
 do-install:
-.for file in qmp3check qmp3cut qmp3info qmp3join qmp3report qwavcut qwavfade \
+.for f in qmp3check qmp3cut qmp3info qmp3join qmp3report qwavcut qwavfade \
 	qwavheaderdump qwavinfo qwavjoin qwavsilence
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/${file} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${PREFIX}/bin
 .endfor
-.for file in libqextra.so libqmp3.so libqwav.so
-	${INSTALL_DATA} ${WRKSRC}/lib/${file} ${PREFIX}/lib
+.for f in libqextra.so libqmp3.so libqwav.so
+	${INSTALL_DATA} ${WRKSRC}/lib/${f} ${PREFIX}/lib
 .endfor
 .for lang in ca es
 	@${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES
--- quelcom-0.4.0.patch ends here ---

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



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