From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 1 18:20:01 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A4E51065693 for ; Wed, 1 Sep 2010 18:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5AC5F8FC17 for ; Wed, 1 Sep 2010 18:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o81IK1ko047546 for ; Wed, 1 Sep 2010 18:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o81IK1aJ047545; Wed, 1 Sep 2010 18:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 1 Sep 2010 18:20:01 GMT Resent-Message-Id: <201009011820.o81IK1aJ047545@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nathan Whitehorn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EB0610656C4 for ; Wed, 1 Sep 2010 18:10:57 +0000 (UTC) (envelope-from nwhitehorn@anacreon.physics.wisc.edu) Received: from anacreon.physics.wisc.edu (unknown [IPv6:2002:8068:a0b0::1]) by mx1.freebsd.org (Postfix) with ESMTP id EF7048FC22 for ; Wed, 1 Sep 2010 18:10:56 +0000 (UTC) Received: from anacreon.physics.wisc.edu (localhost [127.0.0.1]) by anacreon.physics.wisc.edu (8.14.4/8.14.4) with ESMTP id o81IAtKb097950 for ; Wed, 1 Sep 2010 13:10:55 -0500 (CDT) (envelope-from nwhitehorn@anacreon.physics.wisc.edu) Received: (from nwhitehorn@localhost) by anacreon.physics.wisc.edu (8.14.4/8.14.4/Submit) id o81IAtgA097941; Wed, 1 Sep 2010 13:10:55 -0500 (CDT) (envelope-from nwhitehorn) Message-Id: <201009011810.o81IAtgA097941@anacreon.physics.wisc.edu> Date: Wed, 1 Sep 2010 13:10:55 -0500 (CDT) From: Nathan Whitehorn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/150196: [path] enable altivec on multimedia/vlc on powerpc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nathan Whitehorn List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2010 18:20:01 -0000 >Number: 150196 >Category: ports >Synopsis: [path] enable altivec on multimedia/vlc on powerpc64 >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: Wed Sep 01 18:20:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Nathan Whitehorn >Release: FreeBSD 9.0-CURRENT powerpc >Organization: University of Wisconsin >Environment: System: FreeBSD anacreon.physics.wisc.edu 9.0-CURRENT FreeBSD 9.0-CURRENT #21 r212065M: Tue Aug 31 13:57:43 CDT 2010 root@anacreon.physics.wisc.edu:/usr/obj/scratch/src/sys/ANACREON powerpc >Description: VLC's configuration script does not automatically enable altivec support on 64-bit PowerPC (it does on 32-bit PowerPC). >How-To-Repeat: >Fix: The attached patch passes --enable-altivec to VLC's configure on this platform. --- vlc.Makefile.diff begins here --- --- Makefile.dist 2010-09-01 12:53:30.000000000 -0500 +++ Makefile 2010-09-01 12:54:15.000000000 -0500 @@ -190,6 +190,10 @@ .endif # End OS specific hacks +.if ${ARCH} == "powerpc64" +CONFIGURE_ARGS+= --enable-altivec # VLC's config script doesn't know to do this +.endif + # User tunables # Define these to override --- vlc.Makefile.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: