Date: Fri, 25 Jul 2014 04:11:29 +0000 From: "Montgomery-Smith, Stephen" <stephen@missouri.edu> To: Kurt Jaeger <lists@opsec.eu> Cc: FreeBSD Ports <freebsd-ports@FreeBSD.org> Subject: Re: Bugzilla issue Message-ID: <53D1D8EF.1030805@missouri.edu> In-Reply-To: <20140725035920.GF98544@home.opsec.eu> References: <53D1CDEE.6000002@missouri.edu> <20140725035920.GF98544@home.opsec.eu>
next in thread | previous in thread | raw e-mail | index | archive | help
On 07/24/2014 10:59 PM, Kurt Jaeger wrote:
> Hi!
>=20
>> I am posting to freebsd-ports, but that probably isn't the right place.
>>
>> I was trying to post a patch to bug 192074. I gave it the patch I
>> attached. But for some reason, bugzilla couldn't handle the patch to
>> patch-configure. This patch was created using "svn diff". Bugzilla
>> didn't want to accept a patch that was against an empty or non-existent
>> file.
>=20
> I checked attachment 144956 and it was fine ? What was your
> problem with it ?
>=20
I can only see the patch to Makefile. I don't see any patch that
creates files/patch-configure.
And look at patch 144957. It is completely empty. But it should have
contained:
Index: files/patch-configure
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- files/patch-configure (revision 0)
+++ files/patch-configure (working copy)
@@ -0,0 +1,14 @@
+--- configure-orig 2014-07-24 20:42:11.000000000 -0500
++++ configure 2014-07-24 20:43:21.000000000 -0500
+@@ -15361,9 +15361,9 @@
+ ffmpegon=3Dfalse
+ # Check whether --enable-ffmpeg was given.
+ if test "${enable_ffmpeg+set}" =3D set; then :
+- enableval=3D$enable_ffmpeg; FFMPEG_INCLUDES=3D"-DFFMPEG
-D__STDC_CONSTANT_MACROS"
++ enableval=3D$enable_ffmpeg;
FFMPEG_INCLUDES=3D"-I%%LOCALBASE%%/include/ffmpeg0 -DFFMPEG
-D__STDC_CONSTANT_MACROS"
+
+- FFMPEG_LIBS=3D"-lavutil -lavformat -lavcodec -lavutil -lswscale
-lz -lbz2"
++ FFMPEG_LIBS=3D"-L%%LOCALBASE%%/lib/ffmpeg0 -lavutil0 -lavformat0
-lavcodec0 -lavutil0 -lswscale -lz -lbz2"
+
+ if test "$enableval" =3D yes; then ffmpegon=3Dtrue; else
ffmpegon=3Dfalse; fi
+=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53D1D8EF.1030805>
