Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Aug 2020 17:51:54
0.9.7

|
ashish  |
- Update to 0.9.7 |
04 Jul 2020 18:11:42
0.9.6_1

|
zeising  |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking) |
29 Jul 2019 05:25:23
0.9.6

|
ashish  |
- Update to 0.9.6 |
26 Jul 2019 20:46:57
0.9.5_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
17 Feb 2019 05:05:04
0.9.5

|
ashish  |
- Update to 0.9.5 |
12 Dec 2018 01:35:36
0.9.4_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
08 Oct 2018 16:29:22
0.9.4

|
ashish  |
- Update to 0.9.4
- Fix WWW
- Fix QA warning about link |
31 Aug 2018 18:27:14
0.9.2_2

|
fernape  |
devel/boehm-gc: update to 7.6.8
ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8
* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports
PR: 230577
Submitted by: yasu@utahime.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16704 |
29 Jul 2018 22:18:46
0.9.2_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
02 Jun 2018 23:26:05
0.9.2

|
ashish  |
- Update to 0.9.2
- Add dependency on OpenSSL
- Fix issues reported by portlint |
01 Jun 2018 10:16:42
0.9.0.1_2

|
cpm  |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6
PR: 228597
Approved by: portmgr (antoine) |
10 Mar 2018 11:22:59
0.9.0.1_1

|
cpm  |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4
PR: 225560
Submitted by: Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by: cpm
Approved by: portmgr (antoine) |
24 Feb 2018 23:29:53
0.9.0.1

|
ashish  |
- Update to 0.9.0.1 |
08 Jan 2018 15:20:58
0.8.8_1

|
cpm  |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2
Approved by: portmgr (antoine) |
23 Nov 2017 14:11:32
0.8.8

|
ashish  |
- Update to 0.8.8
- Remove upstream-ed diff |
21 Nov 2017 08:36:27
0.8.7

|
mat  |
OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by: Absolight |
03 Oct 2017 08:26:06
0.8.7

|
ashish  |
- Update to 0.8.7
- Add SIMD option (off by default) to control compilation with SIMD
flags
- Add program to generate cpuinfo required for SIMD support detection |
24 Sep 2017 18:06:34
0.8.6

|
ashish  |
- Restore MASTER_SITES, accidentally removed in r450496 |
24 Sep 2017 18:01:44
0.8.6

|
ashish  |
- Update to 0.8.6
- Remove the "post-build" target as it is useless at the moment |
10 Sep 2017 20:55:39
0.8.0_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
25 Jun 2017 21:07:58
0.8.0_1

|
tcberner  |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
06 Jun 2017 08:46:40
0.8.0_1

|
rakuco  |
Use MAKE_CMD instead of GMAKE in post-build.
It helps with using ninja if one sets NINJA_CMAKE=yes, though it is not yet
sufficient (we are trying to switch to ninja by default). |
01 Apr 2017 15:23:32
0.8.0_1

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
04 Feb 2017 23:59:57
0.8.0

|
ashish  |
- Update to 0.8.0 |
28 Dec 2016 12:15:41
0.7.11

|
ashish  |
- Update to 0.7.11 |
11 Dec 2016 02:27:50
0.7.10_1

|
ashish  |
- Update to 0.7.10 |
20 Nov 2016 09:38:09
0.7.7_1

|
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
03 Oct 2016 10:37:00
0.7.7

|
ashish  |
- Update to 0.7.7 |
03 Jul 2016 00:46:01
0.7.5

|
ashish  |
- Update to 0.7.5 |
04 Jun 2016 21:53:23
0.7.4

|
ashish  |
Update to 0.7.4 |
19 May 2016 10:44:12
0.7.2

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
10 Apr 2016 06:44:16
0.7.2

|
ashish  |
- Update to 0.7.2 |
01 Apr 2016 14:08:38
0.7.1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
13 Mar 2016 09:50:53
0.7.1

|
ashish  |
- Update to 0.7.1 |
20 Feb 2016 13:50:12
0.6.6

|
amdmi3  |
- Remove unneeded CMAKE_ARGS
- Switch to options helpers
- Set MAKE_ENV to fix touching filesystem outdire WRKDIR during build:
====>> Error: Filesystem touched during build:
extra: root/.sagittarius
Approved by: portmgr blanket |
16 Sep 2015 13:03:46
0.6.6

|
mat  |
It seems some people keep adding $FreeBSD$ to patch files.
Patches must not be changed by the vcs, this includes the
svn:keyword expansion. Set fbsd:nokeywords to a couple of patches.
With hat: portmgr
Sponsored by: Absolight |
04 Aug 2015 10:48:20
0.6.6

|
ashish  |
- Update to 0.6.6 |
14 May 2015 10:15:09
0.6.3

|
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 Apr 2015 10:46:40
0.6.3

|
ashish  |
- Update to 0.6.3
- Remove upstreamed diffs
- Add dependency on pkgconfig, required for detecting boehm-gc |
28 Feb 2015 23:44:12
0.6.1

|
ashish  |
- Change inline constant rotate functions to macros in the crypto
library libtomcrypt used by the project, to fix compile errors
with clang 3.6. More details about the fix are in PR 198017
PR: 197395
Submitted by: dim
Reported by: portmgr |
25 Feb 2015 10:03:16
0.6.1

|
ashish  |
- Update to 0.6.1
- Correct LICENSE information |
27 Oct 2014 15:23:31
0.5.9

|
bapt  |
Cleanup plist |
19 Oct 2014 05:13:41
0.5.9

|
ashish  |
- Update to 0.5.9
- Add diff to remove ldconfig, which is GNU/Linux compatible
- Add diff to explicitly check for threaded Boehm GC to avoid breaking when
both threaded, and non-threaded versions are installed |
10 Sep 2014 20:50:37
0.5.7_1

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
17 Aug 2014 09:16:39
0.5.7

|
ashish  |
- Update to 0.5.7
- Use DATADIR in pkg-plist
- Create sash symlink in post-install |
18 Jul 2014 07:45:24
0.5.5

|
ashish  |
- Add explicit BUILD_DEPENDS on libffi to fix brokenness on i386 platforms
Reported by: pkg-fallout-builder |
06 Jul 2014 01:47:27
0.5.5

|
ashish  |
- Add new port for Sagittarius Scheme
R6RS/R7RS Scheme system.
Features:
- Builtin CLOS.
- Common Lisp like reader macro.
- Cryptographic libraries.
- Customisable cipher and hash algorithm.
- Custom codec mechanism.
- CL like keyword lambda syntax (taken from Gauche).
- Constant definition form. (define-constant form).
- Builtin regular expression
- mostly works O(n)
- Replaceable reader
WWW: https://code.google.com/p/sagittarius-scheme/ |