From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 8 19:50:02 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 BC950106566C for ; Sat, 8 Mar 2008 19:50:02 +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 AB6148FC16 for ; Sat, 8 Mar 2008 19:50:02 +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 m28Jo27k058846 for ; Sat, 8 Mar 2008 19:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m28Jo2xA058845; Sat, 8 Mar 2008 19:50:02 GMT (envelope-from gnats) Date: Sat, 8 Mar 2008 19:50:02 GMT Message-Id: <200803081950.m28Jo2xA058845@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:50:02 -0000 The following reply was made to PR ports/119647; it has been noted by GNATS. From: Josh Paetzel To: bug-followup@freebsd.org Cc: Subject: Re: ports/119647: multimedia/libdvdcss has errors decoding keys Date: Sat, 8 Mar 2008 13:44:58 -0600 For the moment can the following patch be applied? --- 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= yes INSTALLS_SHLIB= yes +.include + +.if ${OSVERSION} >= 7 +CFLAGS+= -g -O +.endif + .ifndef(WITH_DOXYGEN) NOPORTDOCS= yes .endif @@ -60,4 +66,4 @@ @${INSTALL_DATA} ${INSTALL_WRKSRC}/doc/html/* ${DOCSDIR} .endif -.include +.include -- Thanks, Josh Paetzel PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB