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 mb...@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 <kkenn...@physics.adelaide.edu.au>
# $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= mb...@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 <bsd.port.mk>
[...]
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
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"