From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 8 19:20:05 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F31911065671 for ; Sat, 8 Mar 2008 19:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E1A3D8FC22 for ; Sat, 8 Mar 2008 19:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m28JK42b056559 for ; Sat, 8 Mar 2008 19:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m28JK4f8056558; Sat, 8 Mar 2008 19:20:04 GMT (envelope-from gnats) Date: Sat, 8 Mar 2008 19:20:04 GMT Message-Id: <200803081920.m28JK4f8056558@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Josh Paetzel Cc: Subject: Re: ports/119647: multimedia/libdvdcss has errors decoding keys X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Josh Paetzel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2008 19:20:05 -0000 The following reply was made to PR ports/119647; it has been noted by GNATS. From: Josh Paetzel To: bug-followup@freebsd.org, cellestial2004@yahoo.com Cc: Subject: Re: ports/119647: multimedia/libdvdcss has errors decoding keys Date: Sat, 8 Mar 2008 13:14:35 -0600 --nextPart2968966.W6EcrKaTUb Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =46or the moment can the following patch be applied? =2D-- Makefile.old 2007-03-31 03:32:43.000000000 +0000 +++ Makefile 2008-03-08 19:10:43.000000000 +0000 @@ -24,6 +24,12 @@ GNU_CONFIGURE=3D yes INSTALLS_SHLIB=3D yes +.include + +.if ${OSVERSION} >=3D 7 +CFLAGS+=3D -g -O +.endif + .ifndef(WITH_DOXYGEN) NOPORTDOCS=3D yes .endif @@ -60,4 +66,4 @@ @${INSTALL_DATA} ${INSTALL_WRKSRC}/doc/html/* ${DOCSDIR} .endif =2D.include +.include =2D-=20 Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB --nextPart2968966.W6EcrKaTUb Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBH0uWjJvkB8SevrssRAn54AJkBLkfot1eaWr4a9sNI5vMerRrkEwCfQ1xa M1RdQ6r4RGusEn6ho/sN28Q= =2She -----END PGP SIGNATURE----- --nextPart2968966.W6EcrKaTUb--