Discussion:
ports/138056: multimedia/ogle: buggy pre-configure
(too old to reply)
e***@freebsd.org
2009-08-21 22:40:13 UTC
Permalink
Synopsis: multimedia/ogle: buggy pre-configure

Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia
Responsible-Changed-By: edwin
Responsible-Changed-When: Fri Aug 21 22:40:12 UTC 2009
Responsible-Changed-Why:
Over to maintainer (via the GNATS Auto Assign Tool)

http://www.freebsd.org/cgi/query-pr.cgi?pr=138056
P Szmytka
2009-08-25 15:50:04 UTC
Permalink
The following reply was made to PR ports/138056; it has been noted by GNATS.

From: P Szmytka <***@gmail.com>
To: P Szmytka <***@gmail.com>
Cc: bug-***@FreeBSD.org, ***@gmx.at
Subject: Re: ports/138056: multimedia/ogle: buggy pre-configure
Date: Tue, 25 Aug 2009 16:39:10 +0100

I meant thanks Kalten!

Sorry for that.
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
P Szmytka
2009-08-25 16:10:03 UTC
Permalink
The following reply was made to PR ports/138056; it has been noted by GNATS.

From: P Szmytka <***@gmail.com>
To: bug-***@FreeBSD.org, ***@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--

Loading...