Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2007 14:30:11 -0700 (PDT)
From:      "Jason E. Hale" <bsdkaffee@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lx@FreeBSD.org
Subject:   ports/114713: [MAINTAINER] audio/amarok-fs: fix pointyhat build error 
Message-ID:  <469e8663.0e36640a.58ca.0fa6@mx.google.com>
Resent-Message-ID: <200707182140.l6ILe3V5054790@freefall.freebsd.org>

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

>Number:         114713
>Category:       ports
>Synopsis:       [MAINTAINER] audio/amarok-fs: fix pointyhat build error
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 18 21:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jason E. Hale
>Release:        FreeBSD 6.2-RELEASE-p2 i386
>Organization:
none 
>Environment:
System: FreeBSD black.attbi.com 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #0: Thu Mar 8 03:53:38 EST 2007 root@black.attbi.com:/usr/obj/usr/src/sys/BLACK i386
	
>Description:
Change BUILD_DEPENDS to PATCH_DEPENDS so that qmake is installed before the
patch phase
	
>How-To-Repeat:
diff attached
	
>Fix:
	

--- 2007-07-18-amarok-fs.diff begins here ---
diff -ruN amarok-fs.orig/Makefile amarok-fs/Makefile
--- amarok-fs.orig/Makefile	Wed Jul 18 17:14:22 2007
+++ amarok-fs/Makefile	Wed Jul 18 17:14:42 2007
@@ -16,7 +16,7 @@
 MAINTAINER=	bsdkaffee@gmail.com
 COMMENT=	A full screen application for Amarok
 
-BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
+PATCH_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
 RUN_DEPENDS=	amarok:${PORTSDIR}/audio/amarok
 
 USE_GMAKE=	yes
--- 2007-07-18-amarok-fs.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?469e8663.0e36640a.58ca.0fa6>