From b1844cb4603baa6a2730706c064f083c329aca31 Mon Sep 17 00:00:00 2001 From: espie Date: Thu, 28 Dec 2006 11:47:23 +0000 Subject: [PATCH] allow redistribution, make sure modifications are clearly marked as such --- audio/flite/Makefile | 8 ++++---- audio/flite/patches/patch-main_flite_main_c | 12 ++++++++++++ audio/flite/pkg/DESCR | 4 ++++ audio/flite/pkg/MESSAGE | 3 +++ 4 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 audio/flite/patches/patch-main_flite_main_c create mode 100644 audio/flite/pkg/MESSAGE diff --git a/audio/flite/Makefile b/audio/flite/Makefile index 84c863cee4b..2a1f22cd250 100644 --- a/audio/flite/Makefile +++ b/audio/flite/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2005/12/24 16:01:55 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2006/12/28 11:47:23 espie Exp $ COMMENT= "text to speech utility" @@ -8,7 +8,7 @@ BROKEN= "gcc hang compiling cmu_us_kal_diphone.c" VERSION= 1.2 DISTNAME= flite-${VERSION}-release -PKGNAME= flite-${VERSION}p0 +PKGNAME= flite-${VERSION}p1 SHARED_LIBS= flite 1.2 \ flite_cmu_time_awb 1.2 \ flite_cmu_us_kal 1.2 \ @@ -30,8 +30,8 @@ HOMEPAGE= http://www.cmuflite.org/ MAINTAINER= Jason L. Wright -PERMIT_PACKAGE_CDROM= No, mods have to be clearly marked -PERMIT_PACKAGE_FTP= No, mods have to be clearly marked +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= c m diff --git a/audio/flite/patches/patch-main_flite_main_c b/audio/flite/patches/patch-main_flite_main_c new file mode 100644 index 00000000000..26bbd3c7911 --- /dev/null +++ b/audio/flite/patches/patch-main_flite_main_c @@ -0,0 +1,12 @@ +$OpenBSD: patch-main_flite_main_c,v 1.1 2006/12/28 11:47:23 espie Exp $ +--- main/flite_main.c.orig Thu Dec 28 12:45:59 2006 ++++ main/flite_main.c Thu Dec 28 12:46:57 2006 +@@ -58,6 +58,8 @@ static void flite_version() + FLITE_PROJECT_STATE, + FLITE_PROJECT_DATE); + printf(" CMU Copyright 1999-2003, all rights reserved\n"); ++ printf(" Modified from the original for the OpenBSD project\n"); ++ printf(" See http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/flite/patches/\n"); + } + + static void flite_usage() diff --git a/audio/flite/pkg/DESCR b/audio/flite/pkg/DESCR index ce9dfb6e75b..384020aa5d9 100644 --- a/audio/flite/pkg/DESCR +++ b/audio/flite/pkg/DESCR @@ -4,3 +4,7 @@ including University of Edinburgh's Festival Speech Synthesis System and Carnegie Mellon University's FestVox project, tools, scripts and documentation for building synthetic voices. However, flite itself does not require either of these systems to compile and run. + +The festival lite package was modified from the original source. +You can find the modifications on +http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/flite/patches/ diff --git a/audio/flite/pkg/MESSAGE b/audio/flite/pkg/MESSAGE new file mode 100644 index 00000000000..b250294df49 --- /dev/null +++ b/audio/flite/pkg/MESSAGE @@ -0,0 +1,3 @@ +The festival lite package was modified from the original source. +You can find the modifications on +http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/flite/patches/