Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2021 22:55:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253086] New Port: sysutils/nq: create queues of jobs which will run one at at time in the background of the shell
Message-ID:  <bug-253086-7788-HMMSe6fJwG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253086-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253086-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253086

--- Comment #1 from daniel.engberg.lists@pyret.net ---
Hi,

Thanks for your submission, a few issues however that needs attention

Please have a look at "Example 5.12. Use of USE_GITHUB with DISTVERSIONPREF=
IX "
in Porter's Handbook -
https://docs.freebsd.org/en_US.ISO8859-1/books/porters-handbook/makefile-di=
stfiles.html#makefile-master_sites-github-description

LICENSE_FILE=3D entry is missing
https://docs.freebsd.org/en_US.ISO8859-1/books/porters-handbook/licenses.ht=
ml

Seems to compile fine without gmake? (Remove USES line)

Projects Makefile overrides CFLAGS and potentially other variables such as
PREFIX set by framework
https://github.com/leahneukirchen/nq/blob/master/Makefile#L3
https://docs.freebsd.org/en_US.ISO8859-1/books/porters-handbook/dads-cflags=
.html
The general solution for the other variables is to use ?=3D instead of =3D

Fix --> 4.4. Patching and preferably if possible submit changes upstream
https://docs.freebsd.org/en_US.ISO8859-1/books/porters-handbook/slow-patch.=
html

Best regards,
Daniel

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253086-7788-HMMSe6fJwG>