summaryrefslogtreecommitdiff
path: root/multimedia/transcode/files/patch-configure
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-05-01 13:24:21 +0200
committerRene Ladan <rene@FreeBSD.org>2021-05-01 13:24:21 +0200
commit60955c0a095630cce5f46ee0a80c8372eb9ab416 (patch)
tree51c1d8446a96f58f55bf10391a0ffe42a34eefeb /multimedia/transcode/files/patch-configure
parentnet/dante: update 1.4.2 -> 1.4.3 (diff)
Remove expired ports:
2021-04-01 multimedia/transcode: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-02-28 x11-toolkits/p5-Gnome2-VFS: Deprecated by the Gtk-Perl project. No more security patches and bug fixes 2021-02-28 x11-toolkits/p5-Gnome2: Deprecated by the Gtk-Perl project. No more security patches and bug fixes 2021-05-01 multimedia/dvdrip: Depends on expired multimedia/transcode 2021-05-01 multimedia/subtitleripper: Depends on expired multimedia/transcode 2021-05-01 multimedia/mkxvcd: Depends on expired multimedia/transcode 2021-05-01 deskutils/shutter: Upstream gone, depends on expired x11-toolkits/p5-Gnome2-VFS 2021-05-01 misc/gcstar: Depends on expired x11-toolkits/p5-Gnome2-VFS
Diffstat (limited to 'multimedia/transcode/files/patch-configure')
-rw-r--r--multimedia/transcode/files/patch-configure29
1 files changed, 0 insertions, 29 deletions
diff --git a/multimedia/transcode/files/patch-configure b/multimedia/transcode/files/patch-configure
deleted file mode 100644
index 7e7d99850279..000000000000
--- a/multimedia/transcode/files/patch-configure
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.orig 2011-11-19 17:50:37.000000000 +0100
-+++ configure 2014-01-17 22:18:16.637476520 +0100
-@@ -5073,7 +5073,7 @@
- ;;
- esac
- fi
--PATH_TO_AWK=$ac_cv_path_PATH_TO_AWK
-+PATH_TO_AWK=$ac_cv_prog_AWK
- if test -n "$PATH_TO_AWK"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PATH_TO_AWK" >&5
- $as_echo "$PATH_TO_AWK" >&6; }
-@@ -26196,7 +26196,7 @@
- for l in $a52_ll ; do
- case $l in
- -L*) lpaths="$lpaths $l" ;;
-- -l*) test x"$l" != x"-la52" && xlibs="$xlibs $l" ;;
-+ -l*) test x"$l" != x"-la52 -L%%LOCALBASE%%/lib -lm" && xlibs="$xlibs $l" ;;
- *) xlf="$xlf $l" ;;
- esac
- done
-@@ -26249,7 +26249,7 @@
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_a52_a52_init" >&5
- $as_echo "$ac_cv_lib_a52_a52_init" >&6; }
- if test "x$ac_cv_lib_a52_a52_init" = xyes; then :
-- A52_LIBS="$a52_ll -la52 $A52_EXTRA_LIBS"
-+ A52_LIBS="$a52_ll -la52 -L%%LOCALBASE%%/lib -lm $A52_EXTRA_LIBS"
- else
-
- this_pkg_err="yes"