From owner-cvs-all Mon Mar 25 2:18:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD06637B41A; Mon, 25 Mar 2002 02:18:19 -0800 (PST) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2PAIJ509755; Mon, 25 Mar 2002 02:18:19 -0800 (PST) (envelope-from wjv) Message-Id: <200203251018.g2PAIJ509755@freefall.freebsd.org> From: Johann Visagie Date: Mon, 25 Mar 2002 02:18:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-orbit Makefile ports/devel/py-orbit/files patch-src::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2002/03/25 02:18:19 PST Modified files: devel/py-orbit Makefile Added files: devel/py-orbit/files patch-src::Makefile.in Log: - Recent changes to the ORBit port caused a build error, which highlighted a deficiency in orbit-python's Makefile structure: it's not sufficiently inclusive w.r.t actually using *_CFLAGS generated by various test programs called from its own configure script. Added a patch to fix this. - (It's also not very good about using generated *_LIBS, which may cause future problems.) - No PORTREVISION bump; this is a build-time problem. PR: 36278 Submitted by: Christopher Farley Revision Changes Path 1.6 +0 -2 ports/devel/py-orbit/Makefile 1.1 +11 -0 ports/devel/py-orbit/files/patch-src::Makefile.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message