From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 11 05:40:01 2009 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 65F691065673 for ; Sat, 11 Jul 2009 05:40: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 3FAB78FC0C for ; Sat, 11 Jul 2009 05:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6B5e1vS040000 for ; Sat, 11 Jul 2009 05:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6B5e1Ef039999; Sat, 11 Jul 2009 05:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 11 Jul 2009 05:40:01 GMT Resent-Message-Id: <200907110540.n6B5e1Ef039999@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, Sahil Tandon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9A9B1065673 for ; Sat, 11 Jul 2009 05:34:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B78348FC12 for ; Sat, 11 Jul 2009 05:34:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n6B5YvkF050274 for ; Sat, 11 Jul 2009 05:34:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n6B5YvOo050273; Sat, 11 Jul 2009 05:34:57 GMT (envelope-from nobody) Message-Id: <200907110534.n6B5YvOo050273@www.freebsd.org> Date: Sat, 11 Jul 2009 05:34:57 GMT From: Sahil Tandon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/136653: [PATCH] multimedia/vstream-client: accommodate custom PREFIX and update MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2009 05:40:01 -0000 >Number: 136653 >Category: ports >Synopsis: [PATCH] multimedia/vstream-client: accommodate custom PREFIX and update MASTER_SITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 11 05:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: 7.1-RELEASE >Organization: >Environment: FreeBSD internal.hamla.org 7.1-RELEASE FreeBSD 7.1-RELEASE >Description: - Old MASTER_SITES has moved to a new location - Modify CONFIGURE_ARGS to accommodate custom PREFIX (reported by QATty) - Because just three files are installed, no need for a pkg-plist file; use PLIST_FILES instead >How-To-Repeat: http://qatty.tecnik93.com//errors/7-STABLE-FPT-CustDir/vstream-client-1.2.log >Fix: Apply patch: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/vstream-client/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 30 Dec 2006 17:28:06 -0000 1.2 +++ Makefile 11 Jul 2009 05:22:51 -0000 @@ -8,12 +8,17 @@ PORTNAME= vstream-client PORTVERSION= 1.2 CATEGORIES= multimedia -MASTER_SITES= http://mirror-unt.nicewarrior.org/${PORTNAME}/ \ +MASTER_SITES= http://download.nicewarrior.org/${PORTNAME}/ \ http://www.exit.com/Archives/FreeBSD/ MAINTAINER= frank@exit.com COMMENT= The vstream library from the tivo-mplayer project HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} + +PLIST_FILES= bin/vstream-client \ + lib/libvstream-client.a \ + include/vstream-client.h .include Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 7 Oct 2005 13:14:37 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,3 +0,0 @@ -bin/vstream-client -lib/libvstream-client.a -include/vstream-client.h >Release-Note: >Audit-Trail: >Unformatted: