Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2007 06:45:17 GMT
From:      David Yeske <dyeske@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115259: audio/flac portlint fixes
Message-ID:  <200708070645.l776jHSC091021@www.freebsd.org>
Resent-Message-ID: <200708070650.l776o1SU095350@freefall.freebsd.org>

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

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



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