ports/99146: [PATCH] audio/quelcom: portlint fixes

Alexander Botero-Lowry alex at foxybanana.com
Mon Jun 19 03:20:29 UTC 2006


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



More information about the freebsd-ports-bugs mailing list