Bug 222052

Summary: [new port] devel/fuzzylite: Fuzzy logic control library in C++
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Only Me CC: val, yuri
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 221885    
Attachments:
Description Flags
shar
none
shar none

Description Piotr Kubaj freebsd_committer freebsd_triage 2017-09-04 15:40:43 UTC
Created attachment 186064 [details]
shar

This is a port for fuzzylite: fuzzy logic control library in C++.

It's necessary for the new port of games/vcmi.

Builds fine with both 10.3 on Poudriere and 11.1.

Portlint says "looks fine".
Comment 1 Val Packett 2017-09-28 20:19:51 UTC
USES=execinfo → /usr/ports/Mk/Uses/execinfo.mk does not exist. Otherwise, works on 12-CURRENT.
Comment 2 Piotr Kubaj freebsd_committer freebsd_triage 2017-10-02 12:38:06 UTC
Created attachment 186861 [details]
shar

(In reply to Greg V from comment #1)
Yes, the problem is that execinfo USES was removed.
The updated shar is attached.
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2017-11-03 08:18:08 UTC
Thank you for your submission.

The following changes are needed:
* Remove the 'Created by' line: they are being phased out
* Rename PORTVERSION -> DISTVERSION
* USES should have cmake:outsource instead of just cmake, this is the new default now
* No need to set WRKSRC. Set CMAKE_SOURCE_PATH instead.
* pkg-descr is missing WWW: (it should be set to https://www.fuzzylite.com)

The bug with varargs errors/warnings should be reported to the upstream.
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-11-18 16:41:35 UTC
A commit references this bug:

Author: yuri
Date: Sat Nov 18 16:41:07 UTC 2017
New revision: 454447
URL: https://svnweb.freebsd.org/changeset/ports/454447

Log:
  New port: devel/fuzzylite: Fuzzy logic control library in C++

  PR:		222052
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13142

Changes:
  head/devel/Makefile
  head/devel/fuzzylite/
  head/devel/fuzzylite/Makefile
  head/devel/fuzzylite/distinfo
  head/devel/fuzzylite/files/
  head/devel/fuzzylite/files/patch-fuzzylite_CMakeLists.txt
  head/devel/fuzzylite/pkg-descr
  head/devel/fuzzylite/pkg-plist
Comment 5 Yuri Victorovich freebsd_committer freebsd_triage 2017-11-18 16:42:00 UTC
Committed with modifications.