Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2002 08:15:13 -0700 (MST)
From:      J Shoemaker <shoemaker@softhome.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        dmitry_makovey@mail.com
Subject:   ports/34061: patch for deskutils/kmymoney2 which currently fails build
Message-ID:  <200201191515.g0JFFDd21465@mso-66.109.135.140.mso.montana.com>

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

>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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201191515.g0JFFDd21465>