Date: Fri, 15 Jun 2001 14:20:07 -0700 (PDT) From: Jonathan Belson <jon@witchspace.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/28010: New port - kmsn - MSN instant messenger client Message-ID: <200106152120.f5FLK7a49077@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/28010; it has been noted by GNATS. From: Jonathan Belson <jon@witchspace.com> To: freebsd-gnats-submit@FreeBSD.org, jon@witchspace.com Cc: Subject: Re: ports/28010: New port - kmsn - MSN instant messenger client Date: Fri, 15 Jun 2001 22:16:52 +0100 This is a multi-part message in MIME format. --------------8ED7A98B214EB8E6CB75B55C Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hiya Oops! Tested my port on a vanilla machine and it failed to build - here's a patch to sort it out. -- C-YA Jon <http://www.witchspace.com> --------------8ED7A98B214EB8E6CB75B55C Content-Type: text/plain; charset=us-ascii; name="kmsn.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="kmsn.patch" diff -ur kmsn.orig/Makefile kmsn/Makefile --- kmsn.orig/Makefile Fri Jun 15 21:50:02 2001 +++ kmsn/Makefile Fri Jun 15 20:35:05 2001 @@ -1,4 +1,4 @@ -# New ports collection makefile for: kdestudio +# New ports collection makefile for: kmsn # Date created: Sunday June 10, 2001 # Whom: Jonathan Belson (jon@witchspace.com) # @@ -17,9 +17,7 @@ USE_KDELIBS_VER=2 USE_GMAKE= yes -INSTALLS_SHLIB= yes GNU_CONFIGURE= yes - -CONFIGURE_ARGS+= --with-qt-dir=${X11BASE} +MAKE_ENV+= ${CONFIGURE_ENV} .include <bsd.port.mk> --------------8ED7A98B214EB8E6CB75B55C-- 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?200106152120.f5FLK7a49077>