From owner-cvs-all@FreeBSD.ORG Mon Jul 14 08:42:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 446DD37B401; Mon, 14 Jul 2003 08:42:09 -0700 (PDT) Received: from i232230.ap.plala.or.jp (i232230.ap.plala.or.jp [218.47.232.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2CF043FBD; Mon, 14 Jul 2003 08:41:14 -0700 (PDT) (envelope-from sf@FreeBSD.org) Date: Tue, 15 Jul 2003 00:41:14 +0900 Message-ID: <86u19pqfol.wl%sf@FreeBSD.org> From: FUJISHIMA Satsuki To: Melvyn Sopacua In-Reply-To: <200307141304.36776.freebsd-ports@webteckies.org> References: <200307140237.h6E2bomh009967@repoman.freebsd.org> <200307141304.36776.freebsd-ports@webteckies.org> Mail-Followup-To: Melvyn Sopacua , cvs-ports@FreeBSD.org User-Agent: Wanderlust/2.11.3 (Wonderwall) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.5 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11/cnslock Makefile ports/x11/cnslock/files patch-Makefile patch-cnslock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 15:42:09 -0000 At Mon, 14 Jul 2003 13:05:50 +0200, Melvyn Sopacua wrote: > > On Monday 14 July 2003 04:37, FUJISHIMA Satsuki wrote: > > > Modified files: > > x11/cnslock Makefile > > x11/cnslock/files patch-Makefile > > Added files: > > x11/cnslock/files patch-cnslock.c > > Log: > > get rid of libgnugetopt dependency for -CURRENT, > > use USE_GETOPT_LONG instead. > > respect CC, CFLAGS. > > use getopt_long() instead of getopt_long_only(). > > You've done some great work, cleaning up the getopt mess, but somewhere in the > x11/ tree it goes terribly wrong. > > I'm just back from a crash, because on 'make readmes' it generates an enternal > loop, echoing "can't cd to /devel/libgnugetopt". Processor got slow, than > hung, leaving 1627 of these lines in the logfile. 00:12:45|sf@souffle:/usr/ports/x11/cnslock$ time make readmes ===> Creating README.html for cnslock-1.02_1 real 0m0.867s user 0m0.610s sys 0m0.248s 00:15:55|k5@souffle:/usr/ports/x11$ time make readmes ===> Creating README.html ===> zenity ===> Creating README.html for zenity-1.3 ... ===> yelp ===> Creating README.html for yelp-2.2.3 real 4m26.132s user 2m50.154s sys 1m19.059s It seems your box lacks something essential to make readmes. latest ports/Mk and OS perhaps? -- FUJISHIMA Satsuki