From owner-freebsd-ports Sat Jan 19 7:20:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D12EF37B419 for ; Sat, 19 Jan 2002 07:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0JFK1s92847; Sat, 19 Jan 2002 07:20:01 -0800 (PST) (envelope-from gnats) Received: from mso-66.109.135.140.mso.montana.com (mso-66.109.135.140.mso.montana.com [66.109.135.140]) by hub.freebsd.org (Postfix) with ESMTP id C452E37B402 for ; Sat, 19 Jan 2002 07:15:14 -0800 (PST) Received: (from js@localhost) by mso-66.109.135.140.mso.montana.com (8.11.6/8.11.6) id g0JFFDd21465; Sat, 19 Jan 2002 08:15:13 -0700 (MST) (envelope-from js) Message-Id: <200201191515.g0JFFDd21465@mso-66.109.135.140.mso.montana.com> Date: Sat, 19 Jan 2002 08:15:13 -0700 (MST) From: J Shoemaker Reply-To: J Shoemaker To: FreeBSD-gnats-submit@freebsd.org Cc: dmitry_makovey@mail.com X-Send-Pr-Version: 3.113 Subject: ports/34061: patch for deskutils/kmymoney2 which currently fails build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34061 >Category: ports >Synopsis: patch for deskutils/kmymoney2 which currently fails build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 19 07:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: J Shoemaker >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD osmium.local 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Tue Jan 15 16:12:13 MST 2002 root@osmium.local:/usr/src/sys/compile/OSMIUM i386 >Description: Port deskutils/kmymoney2 fails to build. A patch to fix this is attached. >How-To-Repeat: Try to build port. >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # patch::Makefile # echo x - patch::Makefile sed 's/^X//' >patch::Makefile << 'END-of-patch::Makefile' X--- ./Makefile.orig Tue Sep 18 15:33:13 2001 X+++ ./Makefile Fri Jan 18 20:06:41 2002 X@@ -17,5 +17,9 @@ X USE_BZIP2= yes X USE_GMAKE= yes X USE_AUTOCONF= yes X+CONFIGURE_ARGS+= --with-qt-dir=${X11BASE} --with-qt-moc=${X11BASE}/bin \ X+ --prefix=${PREFIX} X+MAKE_ENV+= MOC=${X11BASE}/bin/moc2 X+MAKE_ENV+= LIBQT="-lqt2" X X .include END-of-patch::Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message