ports/138056: multimedia/ogle: buggy pre-configure

P Szmytka p.szmytka at gmail.com
Tue Aug 25 16:10:05 UTC 2009


The following reply was made to PR ports/138056; it has been noted by GNATS.

From: P Szmytka <p.szmytka at gmail.com>
To: bug-followup at FreeBSD.org, kalten at gmx.at
Cc:  
Subject: Re: ports/138056: multimedia/ogle: buggy pre-configure
Date: Tue, 25 Aug 2009 16:31:05 +0100

 --=-XcmrWyjS+4A1M6+/geFU
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 
 I needed to escape the hash for the patch to work for me.
 I've attached the amended patch.
 
 Anyway thanks edwin, great job!
 
 Cheers,
 Szmytson
 
 --=-XcmrWyjS+4A1M6+/geFU
 Content-Disposition: attachment; filename="ogle.patch"
 Content-Type: text/x-patch; name="ogle.patch"; charset="UTF-8"
 Content-Transfer-Encoding: 7bit
 
 --- Makefile	2009-08-25 16:27:54.000000000 +0100
 +++ Makefile.szmytkap	2009-08-25 15:55:10.000000000 +0100
 @@ -65,7 +65,7 @@
  
  # hack to make ogle work with liba52 + djbfft
  .if exists(${LOCALBASE}/lib/liba52.la)
 -LIBA52_DEP_LIBS!=	${GREP} dependency_libs ${LOCALBASE}/lib/liba52.la | ${CUT} -d \' -f 2
 +LIBA52_DEP_LIBS!=	${GREP} dependency_libs ${LOCALBASE}/lib/liba52.la | ${GREP} -v ^"[ \t]*\#" | ${CUT} -d \' -f 2
  .else
  LIBA52_DEP_LIBS=
  .endif
 
 --=-XcmrWyjS+4A1M6+/geFU--
 


More information about the freebsd-multimedia mailing list