Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Jul 2020 09:24:54
3.3.5

|
pkubaj  |
math/clasp: fix build on GCC architectures
Use C++11 compiler:
CMake Error in app/CMakeLists.txt:
Target "clasp" requires the language dialect "CXX11" (with compiler
extensions), but CMake does not know the compile flags to use to enable it.
MFH: 2020Q3 (fix build blanket) |
19 Jun 2020 14:02:11
3.3.5

|
vsevolod  |
- Update to 3.3.5
- Convert to USE_GITHUB
- Add libpotassco submodule
- Add license
PR: 225130
Reported by: yuri |
25 Dec 2018 20:25:40
3.1.3

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
18 Sep 2016 11:48:46
3.1.3

|
linimon  |
Mark broken on sparc64.
Approved by: portmgr (tier-2 blanket) |
19 May 2016 10:44:12
3.1.3

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
17 Aug 2015 12:48:44
3.1.3

|
vsevolod  |
- Update to 3.1.3 |
14 May 2015 10:15:09
3.1.0

|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
27 Aug 2014 12:09:49
3.1.0

|
vsevolod  |
Fix build on 8 and 9 where there is no std::strtoull.
Do not bump revision since package content is unchanged. |
19 Aug 2014 15:07:19
3.1.0

|
vsevolod  |
- Update to 3.1.0 |
27 Feb 2014 14:49:56
2.1.4

|
miwi  |
- Remove empty dirs and files |
10 Jan 2014 13:33:13
2.1.4

|
vsevolod  |
- Update to 2.1.4 |
01 Nov 2013 15:53:37
2.1.3_1

|
vsevolod  |
- Unbreak with clang and new C++ world.
- Support staging.
- Strip binary by using INSTALL_PROGRAM instead of INSTALL. |
20 Sep 2013 20:55:06
2.1.3

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
19 Sep 2013 14:14:55
2.1.3

|
vsevolod  |
Add clasp - an answer set solver for (extended) normal logic programs. |