ports/115259: audio/flac portlint fixes

David Yeske dyeske at gmail.com
Tue Aug 7 06:50:01 UTC 2007


>Number:         115259
>Category:       ports
>Synopsis:       audio/flac 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:   Tue Aug 07 06:50:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     David Yeske
>Release:        HEAD
>Organization:
>Environment:
FreeBSD speed 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Jul 18 23:40:39 EDT 2007     root at speed:/usr/obj/usr/src/sys/SPEED  amd64

>Description:
1. space -> tab
2. INSTALLS_SHLIB -> USE_LDCONFIG
>How-To-Repeat:

>Fix:
see attachment

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/flac/Makefile,v
retrieving revision 1.39
diff -u -r1.39 Makefile
--- Makefile	1 Feb 2007 02:41:17 -0000	1.39
+++ Makefile	7 Aug 2007 06:40:11 -0000
@@ -19,7 +19,7 @@
 
 USE_AUTOTOOLS=	libtool:15
 USE_ICONV=	yes
-GNU_CONFIGURE=  yes
+GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--target=${ARCH}-unknown-freebsd${OSREL}
 CONFIGURE_ARGS=	--enable-sse \
 		--with-libiconv-prefix="${LOCALBASE}" \
@@ -33,7 +33,7 @@
 MAKE_ENV=	DOC=doc
 .endif
 
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 MAN1=		flac.1 metaflac.1
 
 .include <bsd.port.pre.mk>


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



More information about the freebsd-ports-bugs mailing list