Date: Wed, 25 Jun 2008 18:02:16 -0700 (PDT) From: "Jason E. Hale" <bsdkaffee@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/124995: [MAINTAINER] audio/kirocker: Fix build Message-ID: <4862ea98.070c360a.2a86.ffff8e45@mx.google.com> Resent-Message-ID: <200806260110.m5Q1A1Gg049396@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124995 >Category: ports >Synopsis: [MAINTAINER] audio/kirocker: Fix build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jun 26 01:10:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 7.0-STABLE i386 >Organization: none >Environment: System: FreeBSD 7.0-STABLE #0: Thu May 22 19:50:47 EDT 2008 i386 >Description: - Fix build of audio/kirocker. - Change post-extract target to pre-configure so that Qt and kdelibs get installed first. - Pointyhat to me. >How-To-Repeat: Diff is attached. >Fix: --- 2008-06-25-kirocker.diff begins here --- diff -ruN kirocker.orig/Makefile kirocker/Makefile --- kirocker.orig/Makefile 2008-06-25 20:45:20.000000000 -0400 +++ kirocker/Makefile 2008-06-25 20:45:46.000000000 -0400 @@ -28,7 +28,7 @@ .include <bsd.port.pre.mk> -post-extract: +pre-configure: .for i in exportadvises framechooser themechooser themeeditor themeexporter cd ${WRKSRC}/src && ${UIC} -o $i.h $i.ui .endfor --- 2008-06-25-kirocker.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?4862ea98.070c360a.2a86.ffff8e45>