ports/114713: [MAINTAINER] audio/amarok-fs: fix pointyhat build error

Jason E. Hale bsdkaffee at gmail.com
Wed Jul 18 21:40:05 UTC 2007


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list