notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: graphics/visionworkbench/Makefile
SVNWeb

Number of commits found: 35

Fri, 15 Aug 2014
[ 20:37 mandree search for other commits by this committer ] Original commit   Revision:365038 (Only the first 10 of 522 ports in this commit are shown above. View all ports for this commit)
Upgrade OpenEXR and ilmbase to 2.2.0.

GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
Wed, 23 Jul 2014
[ 17:07 bapt search for other commits by this committer ] Original commit   Revision:362712 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Fri, 11 Jul 2014
[ 11:16 sunpoet search for other commits by this committer ] Original commit   Revision:361523 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for package change
- Bump PORTREVISION for graphics/gdal shlib change [1]

Approved by:	portmgr (implicit) [1]
Fri, 13 Jun 2014
[ 07:36 olgeni search for other commits by this committer ] Original commit   Revision:357654 (Only the first 10 of 235 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 10 Mar 2014
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:347809 (Only the first 10 of 1081 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 26 Feb 2014
[ 20:59 gerald search for other commits by this committer ] Original commit   Revision:346225
Replace the manual construction of ${LOCALBASE}/lib/${CC}, which is not
appropriate for clang and fragile for GCC, by ${LDFLAGS}.

This is not only more robust, ${LDFLAGS} will also provide -Wl,-rpath
when necessary.

Plus extend an existing CONFIGURE_ENV instead of overwriting it.

With these changes, the configure problem that made the build fail
goes away.  On FreeBSD 10.x and above there still are C++ errors
later in the build, so leave the port BROKEN.

Approved by:	swills (maintainer)
With help from:	redports.org, mat, decke
Sun, 16 Feb 2014
[ 17:15 tijl search for other commits by this committer ] Original commit   Revision:344614 (Only the first 10 of 211 ports in this commit are shown above. View all ports for this commit)
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes".  In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
Fri, 7 Feb 2014
[ 11:44 bapt search for other commits by this committer ] Original commit   Revision:343214 (Only the first 10 of 229 ports in this commit are shown above. View all ports for this commit)
Chase boost and icu bump
While here convert some LIB_DEPENDS
Sat, 1 Feb 2014
[ 14:36 antoine search for other commits by this committer ] Original commit   Revision:342145
Mark broken: Fails to configure

checking whether to build module CORE... no (missing  BOOST
BOOST_PROGRAM_OPTIONS THREADS)
checking whether to build module MATH... no (missing  CORE)
checking whether to build module IMAGE... no (missing  MATH)
checking whether to build module FILEIO... no (missing  IMAGE)
checking whether to build module VW... no (missing  IMAGE MATH CORE)
configure: error: cannot build the Vision Workbench core modules!
===>  Script "configure" failed unexpectedly.

Reported by:	pkg-fallout since august 2013
With hat:	portmgr
Mon, 13 Jan 2014
[ 21:00 rene search for other commits by this committer ] Original commit   Revision:339634 (Only the first 10 of 702 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 12 Dec 2013
[ 13:01 bapt search for other commits by this committer ] Original commit   Revision:336260 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Convert LIB_DEPENDS for ports depending on boost
Wed, 20 Nov 2013
[ 14:25 nemysis search for other commits by this committer ] Original commit   Revision:334422 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)

Approved by:	wg (mentor)
Thu, 31 Oct 2013
[ 00:32 nemysis search for other commits by this committer ] Original commit   Revision:332189 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
graphics/ilmbase

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW

graphics/OpenEXR
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Fri, 6 Sep 2013
[ 12:12 bapt search for other commits by this committer ] Original commit   Revision:326491 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Wed, 21 Aug 2013
[ 03:46 sunpoet search for other commits by this committer ] Original commit   Revision:325086 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Update to 1.10.0
- Update COMMENT and remove leading indefinite article from COMMENT
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Tue, 12 Mar 2013
[ 13:57 bapt search for other commits by this committer ] Original commit   Revision:313976
Rework patch-boost-1.52 to make it actually work with boost 1.52
Mark as job safe

PR:		ports/175753
Submitted by:	O. Hartmann" <ohartman@zedat.fu-berlin.de>
Approved by:	swills (maintainer)
Sat, 23 Feb 2013
[ 14:45 miwi search for other commits by this committer ] Original commit   Revision:312826
- BROKEN failes to patch
Thu, 31 Jan 2013
[ 13:38 bapt search for other commits by this committer ] Original commit   Revision:311310 (Only the first 10 of 164 ports in this commit are shown above. View all ports for this commit)
Chase boost update
Thu, 17 Jan 2013
[ 03:32 swills search for other commits by this committer ] Original commit   Revision:310536 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Chase lib version changes from ilmbase and OpenEXR updates
Sat, 30 Jun 2012
[ 03:00 swills search for other commits by this committer ] Original commit 
- Fix build on 7.x and 8.x too (previous commit fixed build on 9.x and
  10-CURRENT
Fri, 29 Jun 2012
[ 19:59 swills search for other commits by this committer ] Original commit 
- Fix build
Wed, 6 Jun 2012
[ 06:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 587 ports in this commit are shown above. View all ports for this commit)
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Mon, 28 May 2012
[ 21:07 pav search for other commits by this committer ] Original commit 
- Mark BROKEN: does not compile
  In file included from
/work/a/ports/graphics/visionworkbench/work/VisionWorkbench-2.2.0/src/vw/FileIO/GdalIO.h:14:0,
                   from DiskImageResourceGDAL.cc:25:
   /usr/local/include/gdal_priv.h:245:71: error: declaration of C function
'void* GDALOpenInternal(GDALOpenInfo&, const char* const*)' conflicts with
   /usr/local/include/gdal_priv.h:242:14: error: previous declaration 'void*
GDALOpenInternal(const char*, GDALAccess, const char* const*)' here
   /usr/local/include/gdal_priv.h:255:108: error: declaration of C function
'void* GDALOpenInternal(const char*, GDALAccess, const char* const*)' conflicts
with
   /usr/local/include/gdal_priv.h:244:14: error: previous declaration 'void*
GDALOpenInternal(GDALOpenInfo&, const char* const*)' here
   /usr/local/include/gdal_priv.h:257:82: error: declaration of C function
'void* GDALOpenInternal(GDALOpenInfo&, const char* const*)' conflicts with
   /usr/local/include/gdal_priv.h:255:25: error: previous declaration 'void*
GDALOpenInternal(const char*, GDALAccess, const char* const*)' here
   *** Error code 1

Reported by:    pointyhat
Sat, 19 May 2012
[ 10:07 sunpoet search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION for graphics/gdal shlib change
Tue, 6 Sep 2011
[ 00:59 gerald search for other commits by this committer ] Original commit 
Request USE_FORTRAN=yes instead of USE_GCC=4.5+ so that all ports having
this dependency are in sync. [1]

Sort the LICENSE_* entries to appease portlint.

Approved by:    maintainer (swills) [1]
Wed, 29 Jun 2011
[ 12:12 swills search for other commits by this committer ] Original commit 
- Update to 2.2.0
Sat, 29 Jan 2011
[ 13:09 sunpoet search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION for gdal shlib change

Feature safe:   yes
Sun, 14 Nov 2010
[ 18:50 swills search for other commits by this committer ] Original commit 
Update to 2.1.0

PR:             ports/152201
Submitted by:   O. Hartmann <ohartman at mail.zedat.fu-berlin.de>
Approved by:    wxs (mentor)
Sun, 5 Sep 2010
[ 04:50 swills search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Use my new address

Approved By:    pgollucci (mentor)
Sat, 7 Aug 2010
[ 12:35 jacula search for other commits by this committer ] Original commit 
The NASA Vision Workbench (VW) is a general purpose image processing and
computer vision library.

WWW:    http://ti.arc.nasa.gov/project/nasa-vision-workbench/

PR:             ports/146006
Submitted by:   Steve Wills <steve@mouf.net>
Approved by:    pgj (mentor)

Number of commits found: 35