Bug 114713 - [MAINTAINER] audio/amarok-fs: fix pointyhat build error
Summary: [MAINTAINER] audio/amarok-fs: fix pointyhat build error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: David Thiel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-18 22:40 UTC by Jason E. Hale
Modified: 2007-07-19 00:30 UTC (History)
1 user (show)

See Also:


Attachments
2007-07-18-amarok-fs.diff (409 bytes, patch)
2007-07-18 22:40 UTC, Jason E. Hale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason E. Hale 2007-07-18 22:40:03 UTC
Change BUILD_DEPENDS to PATCH_DEPENDS so that qmake is installed before the
patch phase

How-To-Repeat: diff attached
Comment 1 David Thiel freebsd_committer freebsd_triage 2007-07-18 23:07:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lx

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-18 23:10:25 UTC
lx          2007-07-18 22:10:19 UTC

  FreeBSD ports repository

  Modified files:
    audio/amarok-fs      Makefile 
  Log:
  Appease pointyhat.
  
  PR:     ports/114713
  Submitted by:   Jason E. Hale <bsdkaffee@gmail.com>
  
  Revision  Changes    Path
  1.3       +1 -1      ports/audio/amarok-fs/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 David Thiel freebsd_committer freebsd_triage 2007-07-18 23:10:26 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 4 Jason E. Hale 2007-07-19 00:26:35 UTC
Original patch was erroneous.  New patch applies to last commit.

--- 2007-07-18b-amarok-fs.diff begins here ---
diff -ruN amarok-fs.orig/Makefile amarok-fs/Makefile
--- amarok-fs.orig/Makefile	Wed Jul 18 18:45:28 2007
+++ amarok-fs/Makefile	Wed Jul 18 18:46:22 2007
@@ -17,6 +17,7 @@
 COMMENT=	A full screen application for Amarok
 
 PATCH_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
+BUILD_DEPENDS=	${PATCH_DEPENDS}
 RUN_DEPENDS=	amarok:${PORTSDIR}/audio/amarok
 
 USE_GMAKE=	yes
--- 2007-07-18b-amarok-fs.diff ends here ---