Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2012 23:29:59 +0100 (CET)
From:      Tobias Rehbein <tobias.rehbein@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/165341: [patch] audio/p5-Ogg-Vorbis-Header fails to build
Message-ID:  <201202202229.q1KMTxat005184@oshi.local>
Resent-Message-ID: <201202202300.q1KN0PXq064235@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165341
>Category:       ports
>Synopsis:       [patch] audio/p5-Ogg-Vorbis-Header fails to build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 20 23:00:24 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Tobias Rehbein
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD oshi.local 9.0-RELEASE FreeBSD 9.0-RELEASE #2: Fri Feb 17 10:28:48 CET 2012 tobi@oshi:/usr/obj/usr/src/sys/OSHI amd64


	
>Description:
	While trying to install audio/mp3burn on my new laptop I noticed that 
	audio/p5-Ogg-Vorbis-Header (a dependency of audio/mp3burn) fails to build.
	I managed to build the with the attached patch.

	audio/mp3burn installs and works as expecte. No further tests were performed.

	
>How-To-Repeat:
	
>Fix:

	

--- audio--p5-Ogg-Vorbis-Header--fix_build.diff begins here ---
diff -ruN audio/p5-Ogg-Vorbis-Header.orig/files/patch-Header.pm audio/p5-Ogg-Vorbis-Header/files/patch-Header.pm
--- audio/p5-Ogg-Vorbis-Header.orig/files/patch-Header.pm	2012-02-20 23:15:39.644916899 +0100
+++ audio/p5-Ogg-Vorbis-Header/files/patch-Header.pm	2012-02-20 22:55:53.015914981 +0100
@@ -1,5 +1,5 @@
---- Header.pm.orig	Tue Oct 18 17:10:12 2005
-+++ Header.pm	Tue Oct 18 17:08:08 2005
+--- ./Header.pm.orig	2003-05-21 12:15:13.000000000 +0200
++++ ./Header.pm	2012-02-20 22:55:48.889924511 +0100
 @@ -7,8 +7,8 @@
  our $VERSION = '0.03';
  
@@ -7,7 +7,7 @@
 -					LIBS => '-logg -lvorbis -lvorbisfile',
 -					INC => '-I/inc',
 +					LIBS => '-L${LOCALBASE}/lib -logg -lvorbis -lvorbisfile',
-+					INC => '-I/inc -I${LOCALBASE}/include',
++					INC => '-I${LOCALBASE}/include',
  					AUTO_INCLUDE => '#include "inc/vcedit.h"',
  					AUTO_INCLUDE => '#include "inc/vcedit.c"',
  					VERSION => '0.03',
--- audio--p5-Ogg-Vorbis-Header--fix_build.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202202229.q1KMTxat005184>