Date: Sat, 11 Jul 2009 05:34:57 GMT From: Sahil Tandon <sahil@tandon.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/136653: [PATCH] multimedia/vstream-client: accommodate custom PREFIX and update MASTER_SITES Message-ID: <200907110534.n6B5YvOo050273@www.freebsd.org> Resent-Message-ID: <200907110540.n6B5e1Ef039999@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907110534.n6B5YvOo050273>