From owner-freebsd-sparc64@FreeBSD.ORG Sun Jun 22 15:40:02 2008 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 889081065686 for ; Sun, 22 Jun 2008 15:40:02 +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 697B38FC24 for ; Sun, 22 Jun 2008 15:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5MFe2nv097443 for ; Sun, 22 Jun 2008 15:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5MFe26N097438; Sun, 22 Jun 2008 15:40:02 GMT (envelope-from gnats) Resent-Date: Sun, 22 Jun 2008 15:40:02 GMT Resent-Message-Id: <200806221540.m5MFe26N097438@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-sparc64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Daniel Austin MBCS Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89D261065670 for ; Sun, 22 Jun 2008 15:39:08 +0000 (UTC) (envelope-from dan@sparc64.dan.me.uk) Received: from sparc64.dan.me.uk (sparc64.dan.me.uk [85.116.28.6]) by mx1.freebsd.org (Postfix) with ESMTP id 11E198FC14 for ; Sun, 22 Jun 2008 15:39:07 +0000 (UTC) (envelope-from dan@sparc64.dan.me.uk) Received: from sparc64.dan.me.uk (localhost [127.0.0.1]) by sparc64.dan.me.uk (8.14.2/8.14.2) with ESMTP id m5MF93pL022394; Sun, 22 Jun 2008 16:09:03 +0100 (BST) (envelope-from dan@sparc64.dan.me.uk) Received: (from root@localhost) by sparc64.dan.me.uk (8.14.2/8.14.2/Submit) id m5MF6tbR022306; Sun, 22 Jun 2008 16:06:55 +0100 (BST) (envelope-from dan) Message-Id: <200806221506.m5MF6tbR022306@sparc64.dan.me.uk> Date: Sun, 22 Jun 2008 16:06:55 +0100 (BST) From: Daniel Austin MBCS To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: freebsd-sparc64@dan.me.uk Subject: sparc64/124876: libvisual port fails to install on sparc64 architecture X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Austin MBCS List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2008 15:40:02 -0000 >Number: 124876 >Category: sparc64 >Synopsis: libvisual port fails to install on sparc64 architecture >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-sparc64 >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jun 22 15:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Daniel Austin MBCS >Release: FreeBSD 7.0-STABLE sparc64 >Organization: >Environment: System: FreeBSD sparc64.dan.me.uk 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Jun 20 16:44:58 BST 2008 dan@sparc64.dan.me.uk:/usr/obj/usr/src/sys/DAN sparc64 >Description: Incomplete Makefile causing install to fail on platforms other than i386/amd64 >How-To-Repeat: attempt to 'make install' on platform other than i386/amd64 >Fix: patch attached to modify Makefile and pkg-plist --- libvisual.diff begins here --- diff -u ./Makefile ../libvisual/Makefile --- ./Makefile 2008-04-24 17:03:21.000000000 +0100 +++ ../libvisual/Makefile 2008-06-22 15:48:43.000000000 +0100 @@ -28,9 +28,6 @@ .if ${ARCH} == "i386" || ${ARCH} == "amd64" CFLAGS+= -mmmx -PLIST_SUB+= ARCH="" -.else -PLIST_SUB+= ARCH="@comment" .endif post-patch: Common subdirectories: ./files and ../libvisual/files diff -u ./pkg-plist ../libvisual/pkg-plist --- ./pkg-plist 2008-04-24 17:03:21.000000000 +0100 +++ ../libvisual/pkg-plist 2008-06-22 15:49:02.000000000 +0100 @@ -1,4 +1,4 @@ -%%ARCH%%lib/libvisual.a +lib/libvisual.a include/libvisual/libvisual.h include/libvisual/lv_actor.h include/libvisual/lv_audio.h --- libvisual.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: