From owner-freebsd-ports@FreeBSD.ORG Fri Jul 25 04:12:40 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC2F824C for ; Fri, 25 Jul 2014 04:12:40 +0000 (UTC) Received: from um-nip4-missouri-out.um.umsystem.edu (um-nip4-missouri-out.um.umsystem.edu [198.209.49.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "um-tip1.um.umsystem.edu", Issuer "InCommon Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 681B42D3E for ; Fri, 25 Jul 2014 04:12:39 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgcFAGXY0VPPoJ7U/2dsb2JhbABZgw6BLc19gxcBgRIWd4QEAQV4ARACAQgOCgkWDwkDAgECASAlAgQNAQcBAYg+uRSGSRePGDMHhEcFijSlUYNIgjE X-IPAS-Result: AgcFAGXY0VPPoJ7U/2dsb2JhbABZgw6BLc19gxcBgRIWd4QEAQV4ARACAQgOCgkWDwkDAgECASAlAgQNAQcBAYg+uRSGSRePGDMHhEcFijSlUYNIgjE Received: from um-ncas6.um.umsystem.edu ([207.160.158.212]) by um-nip4-exch-relay.um.umsystem.edu with ESMTP; 24 Jul 2014 23:11:31 -0500 Received: from UM-MBX-N02.um.umsystem.edu ([169.254.5.145]) by UM-NCAS6.um.umsystem.edu ([207.160.158.212]) with mapi id 14.03.0181.006; Thu, 24 Jul 2014 23:11:30 -0500 From: "Montgomery-Smith, Stephen" To: Kurt Jaeger Subject: Re: Bugzilla issue Thread-Topic: Bugzilla issue Thread-Index: AQHPp7fzjadQzi7VSE+iOeFh+LoaKZuwfgEAgAADY4A= Date: Fri, 25 Jul 2014 04:11:29 +0000 Message-ID: <53D1D8EF.1030805@missouri.edu> References: <53D1CDEE.6000002@missouri.edu> <20140725035920.GF98544@home.opsec.eu> In-Reply-To: <20140725035920.GF98544@home.opsec.eu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 x-originating-ip: [207.160.158.193] Content-Type: text/plain; charset="iso-8859-1" Content-ID: <5AD606AEC64DE14DBC17CEB583F8CF53@missouri.edu> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 04:12:40 -0000 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 +=