From owner-freebsd-ports Tue Jan 23 14:10:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF25537B6A0 for ; Tue, 23 Jan 2001 14:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMA1u97379; Tue, 23 Jan 2001 14:10:01 -0800 (PST) (envelope-from gnats) Received: from andrew.nonstop.net.il (webedge.nonstop.net.il [213.57.71.5]) by hub.freebsd.org (Postfix) with ESMTP id DAF4637B6A7; Tue, 23 Jan 2001 14:00:35 -0800 (PST) Received: from alchemy.oven.org ([213.57.97.183]) by andrew.nonstop.net.il with ESMTP id <20010123220035.HICO17451.andrew@alchemy.oven.org>; Wed, 24 Jan 2001 00:00:35 +0200 Received: (from mapc@localhost) by alchemy.oven.org (8.11.1/8.11.1) id f0NM1F368755; Wed, 24 Jan 2001 00:01:15 +0200 (IST) (envelope-from mapc) Message-Id: <200101232201.f0NM1F368755@alchemy.oven.org> Date: Wed, 24 Jan 2001 00:01:15 +0200 (IST) From: roman@xpert.com To: FreeBSD-gnats-submit@freebsd.org, alex@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/24579: [PATCH] graphics/xine - play well with win32 path Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24579 >Category: ports >Synopsis: [MAINTAINER PATCH] graphics/xine - play well with win32 path >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 23 14:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: By default, xine looks for win32 libs in /usr/lib/win32 which is surely a wrong thing to do. Because graphics/avifile stores them in /usr/local/lib/win32, I'm using ${LOCALBASE} Does is deserve a PORTREVISION bump? >How-To-Repeat: >Fix: --- /usr/ports/graphics/xine/Makefile Tue Jan 23 22:18:39 2001 +++ xine/Makefile Tue Jan 23 23:43:50 2001 @@ -16,6 +16,7 @@ USE_LIBTOOL= yes USE_X_PREFIX= yes USE_IMLIB= yes +CONFIGURE_ARGS+= --with-w32-path=${LOCALBASE}/lib/win32 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message