From owner-freebsd-ports@freebsd.org Thu Feb 7 16:17:52 2019 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00E4914DF214 for ; Thu, 7 Feb 2019 16:17:52 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from lb2-smtp-cloud8.xs4all.net (lb2-smtp-cloud8.xs4all.net [194.109.24.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.xs4all.net", Issuer "RapidSSL SHA256 CA - G3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 78F2A9752D for ; Thu, 7 Feb 2019 16:17:49 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from yokozuna.lan ([83.160.85.125]) by smtp-cloud8.xs4all.net with ESMTP id rmLwgzTZkNR5yrmLxg2zhK; Thu, 07 Feb 2019 17:16:41 +0100 Received: from yokozuna (yokozuna [IPv6:0:0:0:0:0:0:0:1]) by yokozuna.lan (8.15.2/8.15.2) with ESMTPS id x17GGbUa000510 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Thu, 7 Feb 2019 17:16:39 +0100 (CET) (envelope-from mbeis@xs4all.nl) Date: Thu, 7 Feb 2019 17:16:37 +0100 (CET) From: Marco Beishuizen Sender: marco@yokozuna.lan Reply-To: Marco Beishuizen To: freebsd-ports@freebsd.org Subject: env: ./configure: No such file or directory Message-ID: User-Agent: Alpine 2.21.9999 (BSF 287 2018-06-16) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-CMAE-Envelope: MS4wfOn578sKska+2ERLz5ra8PwWVP7G4tiFsisixso0sa07C92GiE2r1mvPMMAINMSEqti98EyGuo5PcjOrruLfHtJPEF1H8j24v6qy62Jhoc0IwgwOilUG Zoxo67fy6+Ue5dDafhv2Ih2e/jXQ3VPZmw761apIOIA1+MN1PqQ4qfqj X-Rspamd-Queue-Id: 78F2A9752D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of mbeis@xs4all.nl designates 194.109.24.25 as permitted sender) smtp.mailfrom=mbeis@xs4all.nl X-Spamd-Result: default: False [-2.89 / 15.00]; HAS_REPLYTO(0.00)[mbeis@xs4all.nl]; R_SPF_ALLOW(-0.20)[+ip4:194.109.24.0/24]; FREEMAIL_FROM(0.00)[xs4all.nl]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[mx2.xs4all.nl,mx4.xs4all.nl,mx1.xs4all.nl,mx3.xs4all.nl]; NEURAL_HAM_SHORT(-0.52)[-0.515,0]; RCVD_IN_DNSWL_LOW(-0.10)[25.24.109.194.list.dnswl.org : 127.0.5.1]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[xs4all.nl]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.97)[-0.965,0]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.98)[-0.980,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; FREEMAIL_REPLYTO(0.00)[xs4all.nl]; RCPT_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[xs4all.nl]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-0.02)[ipnet: 194.109.0.0/16(-0.07), asn: 3265(-0.05), country: NL(0.02)] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2019 16:17:52 -0000 Hi, I'm trying to update the port I maintain astro/wmmoonclock to a newer version. This didn't go as smooth as I expected. Now I got an error when running "make check-plist": [...] ===> Configuring for wmmoonclock-1.29 env: ./configure: No such file or directory ===> Script "configure" failed unexpectedly. Please report the problem to mbeis@xs4all.nl [maintainer] and attach the "/home/marco/devel/_freebsd/ports/astro/wmmoonclock/work/wmmoonclock-1.29/src/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 [...] The mentioned config.log doesn't exist. The Makefile I got so far is: [...] # Created by: Kris Kennaway # $FreeBSD: head/astro/wmmoonclock/Makefile 491964 2019-02-02 17:34:27Z tobik $ PORTNAME= wmmoonclock PORTVERSION= 1.29 CATEGORIES= astro windowmaker MASTER_SITES= https://www.dockapps.net/download/ MAINTAINER= mbeis@xs4all.nl COMMENT= Displays the phase of the moon, plus orbital data LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_XORG= xpm USES= gmake GNU_CONFIGURE= yes PLIST_FILES= bin/wmmoonclock man/man1/wmmoonclock.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmMoonClock ${STAGEDIR}${PREFIX}/bin/wmmoonclock ${INSTALL_MAN} ${WRKSRC}/wmMoonClock.1 ${STAGEDIR}${PREFIX}/man/man1/wmmoonclock.1 .include [...] Does anyone has an idea what to put or change into the Makefile to make this work? Thanks in advance, Marco -- Absolutum obsoletum. (If it works, it's out of date.) -- Stafford Beer