notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: science/gnudatalanguage/Makefile

Number of commits found: 172 (showing only 72 on this page)

«  1 | 2 

Saturday, 3 May 2014
03:17 sunpoet search for other commits by this committer
- 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]
Original commitRevision:352855 
00:55 sunpoet search for other commits by this committer
- 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]
Original commitRevision:352854 
Tuesday, 8 Apr 2014
15:19 bapt search for other commits by this committer
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
Original commitRevision:350624 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
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)
Original commitRevision:347809 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
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)
Original commitRevision:339634 
Saturday, 30 Nov 2013
15:08 thierry search for other commits by this committer
- 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
Original commitRevision:335296 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
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
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 11 Oct 2013
09:35 thierry search for other commits by this committer
- Upgrade to GDL 0.9.4.

- Switch to cmake.
Original commitRevision:330061 
Friday, 20 Sep 2013
22:48 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
science)
Original commitRevision:327767 
Thursday, 19 Sep 2013
16:32 thierry search for other commits by this committer
- Switch from ImageMagick to GraphicsMagick, due to a problem
  with plplot because dynamic drivers are enabled by default;

- Pet portlint.
Original commitRevision:327638 
Friday, 30 Aug 2013
16:49 mva search for other commits by this committer
- do not use local bsd.python.mk variables within the port Makefile - switch
  the publicly accessible ones instead
Original commitRevision:325711 
Monday, 26 Aug 2013
16:06 bf search for other commits by this committer
Update math/gsl to 1.16 and adjust some dependent ports
Original commitRevision:325401 
Saturday, 17 Aug 2013
16:27 gerald search for other commits by this committer
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)
Original commitRevision:324851 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Friday, 22 Mar 2013
12:36 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:314920 
Saturday, 5 Jan 2013
14:28 thierry search for other commits by this committer
- 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
Original commitRevision:309962 
Tuesday, 1 Jan 2013
20:11 thierry search for other commits by this committer
Upgrade GDL to 0.9.3.

Change log at
 <http://sourceforge.net/projects/gnudatalanguage/files/gdl/0.9.3/README>
Original commitRevision:309782 
Tuesday, 11 Dec 2012
20:54 beech search for other commits by this committer
- Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION
Original commitRevision:308713 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 17 Mar 2012
11:39 gerald search for other commits by this committer
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
Original commit
Tuesday, 22 Nov 2011
16:09 pav search for other commits by this committer
- Chase plplot shlib bump

Reported by:    pointyhat
Missed by:      miwi
Feature safe:   yes
Original commit
Sunday, 13 Nov 2011
14:00 thierry search for other commits by this committer
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
Original commit
Monday, 17 Oct 2011
10:08 bf search for other commits by this committer
- 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
Original commit
Tuesday, 11 Oct 2011
07:17 mm search for other commits by this committer
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Friday, 15 Jul 2011
07:00 sunpoet search for other commits by this committer
- Bump PORTREVISION for science/hdf5-18 shlib change
Original commit
Monday, 9 May 2011
16:42 bf search for other commits by this committer
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
Original commit
Wednesday, 13 Apr 2011
16:29 thierry search for other commits by this committer
Add a missing dependency on numpy.

Reported by:    pointyhat via Pav
Original commit
Wednesday, 6 Apr 2011
22:01 thierry search for other commits by this committer
Fix an undefined symbol "GOMP_parallel_start" in
science/py-gnudatalanguage.
Original commit
20:42 thierry search for other commits by this committer
Upgrade to 0.9.1.
Original commit
Friday, 4 Mar 2011
15:28 miwi search for other commits by this committer
- Chase math/plplot shlib bump
Original commit
Monday, 27 Sep 2010
20:14 thierry search for other commits by this committer
Mark BROKEN only with the old binutils.
Original commit
Friday, 24 Sep 2010
20:11 pav search for other commits by this committer
- Extend the brokedness to 8.X too

Reported by:    pointyhat
Original commit
Thursday, 23 Sep 2010
18:50 thierry search for other commits by this committer
Mark BROKEN on FreeBSD-7, untill a fix is found.

Reported by:    pointyhat, via Pav & Erwin
Original commit
Tuesday, 14 Sep 2010
19:23 thierry search for other commits by this committer
Upgrade to 0.9.
Original commit
Saturday, 24 Jul 2010
19:49 mm search for other commits by this committer
Update ImageMagick to 6.6.2-10
Original commit
Tuesday, 25 May 2010
21:54 thierry search for other commits by this committer
Force WITH_FFTW3 when PACKAGE_BUILDING, in order to avoid changing the
dependencies during the build.

Reported by:    pointyhat via Pav
Original commit
Monday, 29 Mar 2010
01:12 wen search for other commits by this committer
- Bump PORTREVISION to chase the update of math/gsl
Original commit
Sunday, 28 Mar 2010
21:41 mm search for other commits by this committer
- Bump Magick++, MagickWand or MagickCore dependency
Original commit
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Tuesday, 29 Dec 2009
13:43 thierry search for other commits by this committer
Upgrade to 0.9rc3.

PR:             ports/141809
Submitted by:   Sylwester Arabas <slayoo (at) igf.fuw.edu.pl>
Original commit
Tuesday, 1 Dec 2009
20:33 makc search for other commits by this committer
Chase math/gsl update,
bump PORTREVISION
Original commit
Saturday, 22 Aug 2009
00:35 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-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
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Monday, 18 May 2009
15:08 pav search for other commits by this committer
- Chase fftw3 update
Original commit
Wednesday, 13 May 2009
20:22 pav search for other commits by this committer
- Chase readline update

Reported by:    pointyhat
Original commit
Tuesday, 10 Feb 2009
19:50 mm search for other commits by this committer
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
Original commit
Monday, 12 Jan 2009
20:37 miwi search for other commits by this committer
- Chase gsl shlib bump
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Friday, 6 Jun 2008
13:59 edwin search for other commits by this committer
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)
Original commit
Sunday, 27 Apr 2008
13:14 thierry search for other commits by this committer
Really update ImageMagick before trying to chase it...

Reported by:    miwi
Original commit
09:50 thierry search for other commits by this committer
Chase ImageMagick upgrade.
Original commit
Tuesday, 22 Apr 2008
10:56 miwi search for other commits by this committer
- Chase graphics/ImageMagick shlib version bump

Pointyhat to: mi@
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- 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)
Original commit
Tuesday, 8 Apr 2008
13:53 jadawin search for other commits by this committer
- Chase the gsl shared lib bump.

Approved by:    thierry (mentor)
Original commit
Sunday, 23 Mar 2008
11:11 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Tuesday, 11 Dec 2007
21:09 thierry search for other commits by this committer
Upgrade to 0.9pre6.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=551476>.
Original commit
Tuesday, 17 Jul 2007
20:43 thierry search for other commits by this committer
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>.
Original commit
Friday, 29 Jun 2007
05:46 ijliao search for other commits by this committer
chase math/gsl lib version
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Tuesday, 10 Apr 2007
03:08 lwhsu search for other commits by this committer
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)
Original commit
Friday, 23 Mar 2007
22:20 thierry search for other commits by this committer
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
Original commit
Monday, 5 Jun 2006
22:19 pav search for other commits by this committer
- Chase plplot update
Original commit
Wednesday, 24 May 2006
14:21 mnag search for other commits by this committer
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION
Original commit
Saturday, 6 May 2006
01:28 mnag search for other commits by this committer
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Monday, 30 Jan 2006
22:19 thierry search for other commits by this committer
Repocopy math/netcdf to science/netcdf, along with cdf, hdf and hdf5.

PR:             92497
Submitted by:   /me
Repocopied by:  marcus
Original commit
Thursday, 5 Jan 2006
03:57 edwin search for other commits by this committer
Chase libversion bumb to libMagick.so.9

PR:             ports/91270
Original commit
Thursday, 3 Nov 2005
20:09 thierry search for other commits by this committer
math/py-numarray is also needed as a BUILD_DEPENDS.

Reported by:    pointyhat via Kris.
Original commit
Monday, 31 Oct 2005
18:48 thierry search for other commits by this committer
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/
Original commit

Number of commits found: 172 (showing only 72 on this page)

«  1 | 2