Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.5 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
0.9.5 12 Oct 2014 08:34:45 |
thierry |
- Upgrade to 0.9.5
- Switch to the options framework. |
0.9.4_12 10 Sep 2014 20:50:37 |
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) |
0.9.4_11 02 Sep 2014 12:59:54 |
rakuco |
Update CMake to 3.0.1.
The 3.0 series is an incremental improvement over the previous 2.8 series
despite the major version number change. A list of important changes is
available at http://www.cmake.org/cmake/help/v3.0/release/3.0.0.html
On the porting side
* The minimum FreeBSD release we have to support in the ports tree is now
recent enough that ports/168671 can finally be committed: instead of
building and using CMake's own copies of bzip2, curl, expat, libarchive,
liblzma and zlib, we use the versions in ports and/or the base system.
* CMake's documentation system has been changed and vastly improved at the
cost of now depending on Sphinx. We still generate only man pages, but can
start generating the HTML documentation in the future if desired. (Only the first 15 lines of the commit message are shown above ) |
0.9.4_10 31 Aug 2014 16:36:23 |
tijl |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD |
0.9.4_9 17 Aug 2014 13:09:56 |
tijl |
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstage port) |
0.9.4_8 04 Aug 2014 19:34:31 |
amdmi3 |
- Switch graphics/GraphicsMagick to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix distinfo for graphics/cmg
- Fix shebang for graphics/vips
Approved by: portmgr blanket |
0.9.4_7 08 Jul 2014 18:45:24 |
tijl |
- Convert print/pslib to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Replace LDFLAGS with LIBS |
0.9.4_6 04 Jul 2014 22:08:15 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
0.9.4_6 17 Jun 2014 19:26:39 |
rene |
Update consumers of graphics/GraphicsMagick13 to use graphics/GraphicsMagick
instead, these two ports are now equal.
Bump PORTREVISIONs
Approved by: portmgr (antoine) |
0.9.4_5 03 May 2014 03:17:19 |
sunpoet |
- Update to 4.3.2 (from science/netcdf4)
- Bump PORTREVISION for science/netcdf shlib change and
dependency change from science/netcdf4 to science/netcdf [1]
Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
Approved by: portmgr (bapt) [1] |
0.9.4_4 03 May 2014 00:55:30 |
sunpoet |
- Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Use NOT_FOR_ARCHS
- Strip shared library
- Remove deprecated PTHREAD_*
- Use MAKE_CMD
- Bump PORTREVISION for science/hdf5 shlib change [1]
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Approved by: portmgr (bapt) [1] |
0.9.4_3 08 Apr 2014 15:19:11 |
bapt |
Fix build on freebsd 10 and 11 by using gcc but linking to libc++
Add patches to fix build with libc++
Whiel here switch to unicode version of wx
While now in theory this should build with clang 3.3 on my test machine the
compilation of some c++ files seems to enter a endless loop |
0.9.4_3 10 Mar 2014 20:55:22 |
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) |
0.9.4_2 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.9.4_2 30 Nov 2013 15:08:05 |
thierry |
- Upgrade to 1.3.18.
- Since I'm there, pet portlint and stagify.
PR: ports/183821
Submitted by: /me
Approved by: maintainer's time-out |
0.9.4_1 26 Oct 2013 00:52:36 |
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 ) |
0.9.4 11 Oct 2013 09:35:03 |
thierry |
- Upgrade to GDL 0.9.4.
- Switch to cmake. |
0.9.3_3 20 Sep 2013 22:48:31 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
science) |
0.9.3_3 19 Sep 2013 16:32:28 |
thierry |
- Switch from ImageMagick to GraphicsMagick, due to a problem
with plplot because dynamic drivers are enabled by default;
- Pet portlint. |
0.9.3_2 30 Aug 2013 16:49:44 |
mva |
- do not use local bsd.python.mk variables within the port Makefile - switch
the publicly accessible ones instead |
0.9.3_2 26 Aug 2013 16:06:38 |
bf |
Update math/gsl to 1.16 and adjust some dependent ports |
0.9.3_1 17 Aug 2013 16:27:24 |
gerald |
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery) |
0.9.3_1 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.9.3_1 22 Mar 2013 12:36:06 |
bapt |
Add an explicit dependency on pkgconf |
0.9.3_1 05 Jan 2013 14:28:32 |
thierry |
- remove an obsoleted dependency on py-numarray;
- limiting python version to 2.x only (because py-numpy isn't python3
aware yet);
- eliminating PYTHON_SITELIBDIR in matplotlib dependency.
Submitted by: rm |
0.9.3 01 Jan 2013 20:11:44 |
thierry |
Upgrade GDL to 0.9.3.
Change log at
<http://sourceforge.net/projects/gnudatalanguage/files/gdl/0.9.3/README> |
0.9.2_3 11 Dec 2012 20:54:23 |
beech |
- Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION |
0.9.2_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.9.2_1 17 Mar 2012 11:39:09 |
gerald |
Replace USE_GCC=4.5+ by USE_GCC=4.6+ which has been transparently
done by the ports infrastructure for a while.
Approved by: maintainer (thierry)
Feature safe: yes |
0.9.2_1 22 Nov 2011 16:09:16 |
pav |
- Chase plplot shlib bump
Reported by: pointyhat
Missed by: miwi
Feature safe: yes |
0.9.2 13 Nov 2011 14:00:04 |
thierry |
Upgrade to 0.9.2.
Changelog at
<https://downloads.sourceforge.net/project/gnudatalanguage/gdl/0.9.2/README?r=http%3A%2F%2Fgnudatalanguage.sourceforge.net%2Fdownloads.php>
Feature safe: yes |
0.9.1_4 17 Oct 2011 10:08:33 |
bf |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen |
0.9.1_3 11 Oct 2011 07:17:46 |
mm |
Update ImageMagick to 6.7.2-10 (shlib bumped to .5) |
0.9.1_2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.9.1_2 15 Jul 2011 07:00:46 |
sunpoet |
- Bump PORTREVISION for science/hdf5-18 shlib change |
0.9.1_1 09 May 2011 16:42:28 |
bf |
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports |
0.9.1 13 Apr 2011 16:29:05 |
thierry |
Add a missing dependency on numpy.
Reported by: pointyhat via Pav |
0.9.1 06 Apr 2011 22:01:14 |
thierry |
Fix an undefined symbol "GOMP_parallel_start" in
science/py-gnudatalanguage. |
0.9.1 06 Apr 2011 20:42:26 |
thierry |
Upgrade to 0.9.1. |
0.9_1 04 Mar 2011 15:28:53 |
miwi |
- Chase math/plplot shlib bump |
0.9 27 Sep 2010 20:14:38 |
thierry |
Mark BROKEN only with the old binutils. |
0.9 24 Sep 2010 20:11:30 |
pav |
- Extend the brokedness to 8.X too
Reported by: pointyhat |
0.9 23 Sep 2010 18:50:22 |
thierry |
Mark BROKEN on FreeBSD-7, untill a fix is found.
Reported by: pointyhat, via Pav & Erwin |
0.9 14 Sep 2010 19:23:00 |
thierry |
Upgrade to 0.9. |
0.9.r3_5 24 Jul 2010 19:49:59 |
mm |
Update ImageMagick to 6.6.2-10 |
0.9.r3_4 25 May 2010 21:54:55 |
thierry |
Force WITH_FFTW3 when PACKAGE_BUILDING, in order to avoid changing the
dependencies during the build.
Reported by: pointyhat via Pav |
0.9.r3_4 29 Mar 2010 01:12:27 |
wen |
- Bump PORTREVISION to chase the update of math/gsl |
0.9.r3_3 28 Mar 2010 21:41:12 |
mm |
- Bump Magick++, MagickWand or MagickCore dependency |
0.9.r3_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.9.r3_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.9.r3 29 Dec 2009 13:43:26 |
thierry |
Upgrade to 0.9rc3.
PR: ports/141809
Submitted by: Sylwester Arabas <slayoo (at) igf.fuw.edu.pl> |
0.9.p6_10 01 Dec 2009 20:33:45 |
makc |
Chase math/gsl update,
bump PORTREVISION |
0.9.p6_9 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.9.p6_9 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.9.p6_9 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.9.p6_8 18 May 2009 15:08:58 |
pav |
- Chase fftw3 update |
0.9.p6_8 13 May 2009 20:22:35 |
pav |
- Chase readline update
Reported by: pointyhat |
0.9.p6_7 10 Feb 2009 19:50:55 |
mm |
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above |
0.9.p6_6 12 Jan 2009 20:37:24 |
miwi |
- Chase gsl shlib bump |
0.9.p6_5 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.9.p6_5 06 Jun 2008 13:59:05 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.9.p6_4 12 May 2008 17:36:25 |
thierry |
Fix configure.
Reported by: pointyhat via Pav |
0.9.p6_4 27 Apr 2008 13:14:48 |
thierry |
Really update ImageMagick before trying to chase it...
Reported by: miwi |
0.9.p6_4 27 Apr 2008 09:50:22 |
thierry |
Chase ImageMagick upgrade. |
0.9.p6_3 22 Apr 2008 10:56:45 |
miwi |
- Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@ |
0.9.p6_2 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.9.p6_2 08 Apr 2008 13:53:22 |
jadawin |
- Chase the gsl shared lib bump.
Approved by: thierry (mentor) |
0.9.p6_1 23 Mar 2008 11:11:33 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.9.p6 11 Dec 2007 21:09:17 |
thierry |
Upgrade to 0.9pre6.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=551476>. |
0.9.p5 17 Jul 2007 20:43:12 |
thierry |
Upgrade to 0.9pre5.
Despite its beta-like version number, the authors recommend to upgrade.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=521405>. |
0.8.11_7 29 Jun 2007 05:46:43 |
ijliao |
chase math/gsl lib version |
0.8.11_6 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.8.11_5 10 Apr 2007 03:08:59 |
lwhsu |
science/netcdf
- Update to 3.6.2
graphics/gmt
math/grace
math/gri
math/p5-NetCDF
math/py-scientific
math/ruby-netcdf
science/gnudatalanguage
science/minc
science/minc2
science/v_sim
science/vis5d+
- Bump PORTREVISION for the changing of science/netcdf's major library version
number
PR: 111347
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Approved by: clsung (mentor) |
0.8.11_4 23 Mar 2007 22:20:26 |
thierry |
Fix build with gcc42 (specialization after instantiation).
Since I'm here:
- chase fftw3 update;
- s/test/regression-test/
- remove BROKEN for FreeBSD-4.
Reported by: pointyhat via Kris
Obtained from: GDL CVS |
0.8.11_4 05 Jun 2006 22:19:10 |
pav |
- Chase plplot update |
0.8.11_3 24 May 2006 14:21:45 |
mnag |
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION |
0.8.11_2 06 May 2006 01:28:22 |
mnag |
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1) |
0.8.11_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.8.11_1 30 Jan 2006 22:19:24 |
thierry |
Repocopy math/netcdf to science/netcdf, along with cdf, hdf and hdf5.
PR: 92497
Submitted by: /me
Repocopied by: marcus |
0.8.11_1 24 Jan 2006 01:01:36 |
edwin |
SHA256ify
Approved by: krion@ |
0.8.11_1 05 Jan 2006 03:57:35 |
edwin |
Chase libversion bumb to libMagick.so.9
PR: ports/91270 |
0.8.11 03 Nov 2005 20:09:29 |
thierry |
math/py-numarray is also needed as a BUILD_DEPENDS.
Reported by: pointyhat via Kris. |
0.8.11 31 Oct 2005 18:48:23 |
thierry |
GDL - GNU Data Language - is a free IDL (Interactive Data Language)
compatible incremental compiler (i.e. runs IDL programs).
IDL is a registered trademark of Research Systems Inc.
(see: <http://www.rsinc.com/>)
Remark: slave port for Python module intentionnally not yet committed.
WWW: http://gnudatalanguage.sourceforge.net/ |