[Bug 193272] [NEW PORT] games/xboard-devel: Slave of games/ xboard with H.G.Muller’s version

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 10 19:22:17 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193272

Kalten <kalten at gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #146704|0                           |1
        is obsolete|                            |
 Attachment #146707|0                           |1
        is obsolete|                            |
 Attachment #146708|0                           |1
        is obsolete|                            |

--- Comment #5 from Kalten <kalten at gmx.at> ---
Created attachment 147191
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147191&action=edit
games/xboard-devel: ShellArchive  {v2}

As requested by Kubilay Kocak in Comment 4, I did use »portlint -AC« too.

Now there are new files:
A new patch superseding the old one. There will follow new logs (after this
comment).

* it is a real slave port now (see Bug 193271 Comment 6 with new version too)
* I fear, I had not made this clear enough: This bug is blocked by Bug 193271
  but I had not noticed the mechanism on top of a bug page with “Blocks:” and
  “Depends on:”—sorry for that! I have used it now.

And now the output of »portlint -AC« with comments:
------------------------------------------------------------------------
> WARN: Makefile: ZIPPY is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MZIPPY appears.
> WARN: Makefile: SOX is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MSOX appears.
> WARN: Makefile: ALSA is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MALSA appears.
> WARN: Makefile: XAW is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MXAW appears.
> WARN: Makefile: XAW3D is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MXAW3D appears.
> WARN: Makefile: GTK2 is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MGTK2 appears.
> WARN: Makefile: FAIRYMAX is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MFAIRYMAX appears.
> WARN: Makefile: CRAFTY is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MCRAFTY appears.
> WARN: Makefile: GNUCHESS is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MGNUCHESS appears.
> WARN: Makefile: KNIGHTCAP is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MKNIGHTCAP appears.
> WARN: Makefile: PHALANX is listed in OPTIONS_DEFINE, but no PORT_OPTIONS:MPHALANX appears.
They are included from games/xboard/Makefile and portlint(1) portlint does not
check there.

> WARN: Makefile: Consider adding support for a NLS knob to conditionally disable gettext support.
It is done in the included games/xboard/Makefile and portlint(1) portlint does
not check there.

> WARN: Makefile: possible direct use of "files" "PATCHDIR=	${.CURDIR}/files" found. if so, use ${FILESDIR} instead.
We have to set the directory for the patches for the games/xboard-devel as
we must not use the directory of the master port, I think it is correct
like this. Changing FILESDIR instead of PATCHDIR does not work.

> WARN: Makefile: new ports should not set PORTREVISION.
> WARN: Makefile: new ports should not set PORTEPOCH.
As slave it has to overwrite all these.

> WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX.
No, we are a devel port, I think, it is OK.

> 0 fatal errors and 16 warnings found.
------------------------------------------------------------------------

I hope it is quite OK now.
Thank you,
 Kalten

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


More information about the freebsd-ports-bugs mailing list