Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Dec 2021 13:50:53 3.0.7
|
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
17 Apr 2021 15:37:43 3.0.7
|
Yuri Victorovich (yuri)  |
graphics/raster3d: Update 3.0.3 -> 3.0.7 |
06 Apr 2021 14:31:07 3.0.3_7
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 Jul 2020 07:27:41
3.0.3_7
|
tobik  |
graphics/raster3d: Unbreak build with GCC 10
render.f:971:28:
971 | BKGND(3) = iand(XBG,X'00FF')
| 1
Error: Hexadecimal constant at (1) uses nonstandard X instead of Z [see
'-fno-allow-invalid-boz']
render.f:972:28:
972 | BKGND(2) = iand(XBG,X'FF00')/256
| 1
Error: Hexadecimal constant at (1) uses nonstandard X instead of Z [see
'-fno-allow-invalid-boz']
render.f:973:28:
973 | BKGND(1) = iand(XBG,X'FF0000')/65536 (Only the first 15 lines of the commit message are shown above ) |
04 May 2020 21:31:39
3.0.3_7
|
dinoex  |
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports |
26 Jul 2019 20:46:57
3.0.3_6
|
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 |
22 Apr 2019 13:16:34
3.0.3_5
|
gerald  |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
12 Dec 2018 01:35:36
3.0.3_4
|
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 |
10 Nov 2018 19:57:08
3.0.3_3
|
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
06 Oct 2018 19:37:37
3.0.3_2
|
yuri  |
graphics/raster3d: Fix tmp directory locations.
It was trying to use /usr/tmp |
06 Oct 2018 08:58:06
3.0.3_1
|
yuri  |
graphics/raster3d: Fix dependencies: it wasn't using dependencies before
Makefile.incl was generated in the same 'make' run as build and was ignored by
'make'.
Separating its generation and use makes raster3d to use dependencies. |
06 Oct 2018 07:27:32
3.0.3
|
yuri  |
graphics/raster3d: Update 3.0.2 -> 3.0.3
Take maintainership. |
29 Jul 2018 22:18:46
3.0.2_12
|
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 |
10 Mar 2018 17:46:06
3.0.2_11
|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
10 Sep 2017 20:55:39
3.0.2_10
|
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 |
23 Jun 2017 09:00:07
3.0.2_9
|
amdmi3  |
- Switch to options helpers
- Simplify installation
- Switch to PORTDOCS/PORTEXAMPLES |
01 Apr 2017 15:23:32
3.0.2_9
|
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 |
07 Dec 2016 13:24:57
3.0.2_8
|
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), part II.
The first part covered 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.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry |
03 Nov 2016 16:14:31
3.0.2_7
|
linimon  |
Now builds on sparc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
21 Oct 2016 12:51:41
3.0.2_7 
|
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
20 Jul 2016 09:33:32
3.0.2_7
|
dinoex  |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 |
01 Apr 2016 14:00:57
3.0.2_6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
09 Dec 2014 12:44:11
3.0.2_6
|
bapt  |
Cleanup plist |
10 Sep 2014 20:50:37
3.0.2_6
|
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) |
10 Mar 2014 20:55:22
3.0.2_5
|
gerald  |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
22 Dec 2013 13:15:23
3.0.2_4
|
tijl  |
- New LIB_DEPENDS syntax.
- Fix IMAGEMAGICK option.
- USES=fortran.
- Staging. |
26 Oct 2013 00:52:36
3.0.2_3
|
gerald  |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
20 Sep 2013 18:35:46
3.0.2_2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
09 Aug 2013 14:05:53
3.0.2_2 
|
dinoex  |
- update libdg to 2.1.0 |
11 Jul 2013 06:31:54
3.0.2_1
|
bapt  |
Mark jobs unsafe (fails with -j24)
While here:
- Use options helpers
- Removed indefinite article |
12 Jun 2012 21:42:32
3.0.2_1
|
bapt  |
Conver to new options framework |
01 Jun 2012 05:26:28
3.0.2_1
|
dinoex  |
- update png to 1.5.10 |
09 Jan 2012 04:01:17
3.0.2
|
eadler  |
- Remove outdated version checks
Reviewed by: nox |
31 Aug 2011 22:01:25
3.0.2
|
dhn  |
- Update to 3.0.2
PR: ports/160120
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
03 Jul 2011 14:12:23
2.7s_2
|
ohauer  |
-remove MD5 |
28 Mar 2010 06:47:48
2.7s_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
2.7s_1
|
dinoex  |
- update to jpeg-8 |
20 Nov 2009 06:06:43
2.7s
|
miwi  |
- Update to 2.7s
PR: 140672
Submitted by: Ports Fury |
12 Nov 2009 04:36:41
2.7.d_2
|
linimon  |
Reset shaun@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr |
31 Jul 2009 13:57:52
2.7.d_2
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
19 Jul 2009 18:17:09
2.7.d_1
|
shaun  |
- Fix to work with a custom PREFIX and/or LOCALBASE.
- Remove my mirror.
Noticed by: itetcu va QA tinderbox |
01 Feb 2008 12:05:24
2.7.d_1
|
linimon  |
Mark as broken on sparc64-7: fails to compile. |
04 Oct 2007 01:10:50
2.7.d_1
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
17 Jul 2007 02:47:47
2.7.d_1
|
maho  |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
> If I haven't done it by Monday, you may commit it yourself.
Now Monday is over in Shaun's timezone and mine as well :)
Approved by: maintainer |
19 May 2007 20:32:57
2.7.d_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
15 Aug 2006 23:24:15
2.7.d
|
shaun  |
Update distinfo to reflect re-rolled distfile, and add another master
site location for the previous file.
The changes are trivial and don't appear to affect us, so no
PORTREVISION bump. |
19 Jun 2006 20:06:59
2.7.d
|
shaun  |
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor) |
29 Apr 2006 09:01:39
2.7.d
|
ehaupt  |
Add an additional mirror.
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer) |
28 Apr 2006 14:20:45
2.7.d
|
ehaupt  |
Add raster3d, a set of tools for generating raster images of proteins
and molecules.
PR: 96444
Submitted by: Shaun Amott <shaun@inerd.com> |