Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2018 02:43:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231807] [New port] math/cocoalib: C++ library for doing computations in commutative algebra
Message-ID:  <bug-231807-7788-LqlsU2wSKB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231807-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231807-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=3D231807

Nathan <ndowens@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ndowens@yahoo.com

--- Comment #3 from Nathan <ndowens@yahoo.com> ---
Comment on attachment 197606
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D197606
shar file for cocoalib

XLICENSE_DISTFILES_GFDL=3D                ${WRKSRC}/doc
is not aligned correctly

XOPTIONS_DEFINE=3D        DOCS \
X               EXAMPLES \
X               FROBBY \
X               GFAN \
X               GSL \
X               NORMALIZ \
X               SMALLDEG \
X               TEST

Dont need all \
Could make them look something like:
DOCS EXAMPLES FROBBY GFAN \
GSL NORMALIZ SMALLDEG TEST

Move the following below BUILD_DEPENDS with space between( variables not
related to OPTIONS don't need to go below options area:
USES+=3D          shebangfix
SHEBANG_GLOB=3D   *.sh
USES+=3D  tar:tgz

Also eliminate one USES and do:
USES=3D   shebangfix tar:tgz

--=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-231807-7788-LqlsU2wSKB>