Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 1999 00:32:19 -0700 (PDT)
From:      asami@FreeBSD.org (Satoshi - Ports Wraith - Asami)
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/devel/ORBit Makefile ports/devel/ORBit/files md5
Message-ID:  <199905060732.AAA54249@silvia.hip.berkeley.edu>
In-Reply-To: <199905060717.AAA54140@freefall.freebsd.org> (message from Satoshi Asami on Thu, 6 May 1999 00:17:39 -0700 (PDT))
References:   <199905060717.AAA54140@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
 *   Upgrade to 0.4.3.  Also change version in comment this time.

I got this one to work reliably (at least it built 3 times in a row)
with the following absolutely disgusting patch (warning, don't watch
if you just had lunch):

=======
--- ./src/daemons/interface_repository/Makefile.in.org	Wed Apr  7 11:49:43 1999
+++ ./src/daemons/interface_repository/Makefile.in	Thu May  6 00:01:04 1999
@@ -417,6 +417,7 @@
 
 $(orbit_ird_built): $(IRIDL) $(IDL)
 	$(IDL) --nostubs --nocommon $(IRIDL)
+	sleep 15
 
 dist-hook:
 	cd $(distdir); rm -f $(BUILD_SOURCES)
=======

Whatever.

-PW


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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