From dc5d81491edffb8578417c6dfb79bc55f352b539 Mon Sep 17 00:00:00 2001 From: Roger Hardiman Date: Wed, 27 Oct 1999 09:42:47 +0000 Subject: Upgrade to version 1.01, which has Hauppauge Infra Red Remote Control Support --- graphics/fxtv/Makefile | 6 +++--- graphics/fxtv/distinfo | 2 +- graphics/fxtv/files/patch-aa | 19 ------------------- graphics/fxtv/files/patch-ab | 25 ------------------------- 4 files changed, 4 insertions(+), 48 deletions(-) delete mode 100644 graphics/fxtv/files/patch-aa delete mode 100644 graphics/fxtv/files/patch-ab (limited to 'graphics') diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile index 554a63cfc7c3..006a59a72dab 100644 --- a/graphics/fxtv/Makefile +++ b/graphics/fxtv/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: fxtv -# Version required: 1.00 -# Date created: Sun Sep 7 17:55:07 EDT 1997 +# Version required: 1.01 +# Date created: Sat Oct 16 20:48:04 EDT 1999 # Whom: Randall Hopper # # $FreeBSD$ # -DISTNAME= fxtv-1.00 +DISTNAME= fxtv-1.01 CATEGORIES= graphics MASTER_SITES= http://www.ipass.net/~dbhopper/aa8vb/fxtv/ EXTRACT_SUFX= .tgz diff --git a/graphics/fxtv/distinfo b/graphics/fxtv/distinfo index c8ef3c1f2fae..9403844b9449 100644 --- a/graphics/fxtv/distinfo +++ b/graphics/fxtv/distinfo @@ -1 +1 @@ -MD5 (fxtv-1.00.tgz) = 5609a5c6530fce5d8f70735eb2d18011 +MD5 (fxtv-1.01.tgz) = 79fcefe507fbfa3ce6dcff2d9973b593 diff --git a/graphics/fxtv/files/patch-aa b/graphics/fxtv/files/patch-aa deleted file mode 100644 index f68737fa1c4f..000000000000 --- a/graphics/fxtv/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** tvcapture.c.orig Tue Sep 7 03:11:47 1999 ---- tvcapture.c Wed Sep 8 17:46:13 1999 -*************** char *TVCAPTUREGetTunerFreqSetName( TV_C -*** 684,693 **** ---- 684,697 ---- - return "jpnbcst"; - case CHNLSET_JPNCABLE: - return "jpncable"; -+ #ifdef CHNLSET_XUSSR - case CHNLSET_XUSSR: - return "xussr"; -+ #endif -+ #ifdef CHNLSET_AUSTRALIA - case CHNLSET_AUSTRALIA: - return "australia"; -+ #endif - default: - return NULL; - } diff --git a/graphics/fxtv/files/patch-ab b/graphics/fxtv/files/patch-ab deleted file mode 100644 index ce2a6bc2ceea..000000000000 --- a/graphics/fxtv/files/patch-ab +++ /dev/null @@ -1,25 +0,0 @@ ---- t/fxtv-1.00/vidsav_dlg.c Mon Sep 6 10:39:18 1999 -+++ vidsav_dlg.c Wed Sep 8 16:39:04 1999 -@@ -70,7 +70,7 @@ - /* ******************** Local defines ************** */ - - #define AV_RAWNAME_FMT "%s.AVraw" --#define SCRIPT_FNAME_FMT "./%s.sh" -+#define SCRIPT_FNAME_FMT "%s%s.sh" - - #define OPTIMIZE_NUM_FRAMES 200 - -@@ -801,9 +801,12 @@ - char *str; - struct stat stat; - TV_INT32 i; -+ TV_BOOL has_path; - - /* Open output script file */ -- sprintf( p->script_fname, SCRIPT_FNAME_FMT, p->fname_base ); -+ has_path = strchr( "p->fname_base", '/' ) != NULL; -+ sprintf( p->script_fname, SCRIPT_FNAME_FMT, -+ (has_path ? "./" : ""), p->fname_base ); - - if ( (fp = fopen( p->script_fname, "wt" )) == NULL ) { - fprintf( stderr, "Failed to open for write: %s\n", p->script_fname ); -- cgit v1.2.3