diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2022-06-18 01:28:04 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2022-06-18 01:28:04 -0500 |
commit | 907bea97e142d2599363cfcf19b7b40504fa69e6 (patch) | |
tree | 1b624a65e5dfa636934500bd0752ccccdd67c473 /multimedia/smpeg | |
parent | 7d0f94313e717d5ae4f814fd40ec50e565eb810c (diff) | |
download | freebsd-ports-907bea97e142d2599363cfcf19b7b40504fa69e6.zip |
multimedia/smpeg: Revert configure patch file
* Commit 87624aab for PR #231524 has accidentally introduced two
additional patches to the configure script, breaking parts of
its workings. Revert these changes to fix the configuration.
* Bump PORTREVISION
PR: 263023
Reported by: Robert Clausecker <fuz _at_ fuz.su>
Diffstat (limited to 'multimedia/smpeg')
-rw-r--r-- | multimedia/smpeg/Makefile | 2 | ||||
-rw-r--r-- | multimedia/smpeg/files/patch-configure | 26 |
2 files changed, 1 insertions, 27 deletions
diff --git a/multimedia/smpeg/Makefile b/multimedia/smpeg/Makefile index 5327f969c50b..7e462e55beea 100644 --- a/multimedia/smpeg/Makefile +++ b/multimedia/smpeg/Makefile @@ -2,7 +2,7 @@ PORTNAME= smpeg PORTVERSION= 0.4.4 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= multimedia MASTER_SITES= ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \ GENTOO diff --git a/multimedia/smpeg/files/patch-configure b/multimedia/smpeg/files/patch-configure index c698a2f816b0..d50e0a35b262 100644 --- a/multimedia/smpeg/files/patch-configure +++ b/multimedia/smpeg/files/patch-configure @@ -1,13 +1,5 @@ --- configure.orig 2001-04-24 19:25:46 UTC +++ configure -@@ -58,7 +58,6 @@ ac_help="$ac_help - # The variables have the same names as the options, with - # dashes changed to underlines. - build=NONE --cache_file=./config.cache - exec_prefix=NONE - host=NONE - no_create= @@ -1055,7 +1054,7 @@ cat > conftest.$ac_ext << EOF #line 1056 "configure" #include "confdefs.h" @@ -17,24 +9,6 @@ EOF if { (eval echo configure:1061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes -@@ -1850,7 +1849,7 @@ esac - - - # Save cache, so that ltconfig can load it --cat > confcache <<\EOF -+<<\EOF - # This file is a shell script that caches the results of configure - # tests run on this system so they can be shared between configure - # scripts and configure runs. It is not useful on other systems. -@@ -1903,8 +1902,6 @@ CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ - LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig @@ -2335,6 +2332,7 @@ rm -f conftest* CFLAGS="$CFLAGS $SDL_CFLAGS" |