From 72a932922fbaafa787f706379a00f26ca578c8ec Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Sat, 25 Apr 2009 01:17:56 +0000 Subject: - Clarified the requirement for Qt with OpenGL support to avoid compilation problems - Fixed backwards configure flag handling with WITH_OPENGL option - Split some multi-file patches - Regenerated patches with "make makepatch" - Added patches to avoid compilation problems with installed ffmpeg port [1] - Bumped PORTREVISION Reported by: Torfinn Ingolfsen [1] Submitted by: Bernhard Frohlich [1] --- .../mythtv-frontend/files/patch-configure-toupper | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 multimedia/mythtv-frontend/files/patch-configure-toupper (limited to 'multimedia/mythtv-frontend/files/patch-configure-toupper') diff --git a/multimedia/mythtv-frontend/files/patch-configure-toupper b/multimedia/mythtv-frontend/files/patch-configure-toupper deleted file mode 100644 index b58b9219b71a..000000000000 --- a/multimedia/mythtv-frontend/files/patch-configure-toupper +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig 2008-11-10 22:44:26.000000000 +0100 -+++ configure 2008-11-10 22:45:16.000000000 +0100 -@@ -274,13 +274,13 @@ - exit 1 - } - --# "tr '[a-z]' '[A-Z]'" is a workaround for Solaris tr not grokking "tr a-z A-Z" -+# Avoid locale weirdness, besides we really just want to translate ASCII. - toupper(){ -- echo "$@" | tr '[a-z]' '[A-Z]' -+ echo "$@" | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ - } - - tolower(){ -- echo "$@" | tr '[A-Z]' '[a-z]' -+ echo "$@" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz - } - - set_all(){ -- cgit v1.2.3