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: graphics/vips/Makefile

Number of commits found: 238 (showing only 100 on this page)

«  1 | 2 | 3  »  

Saturday, 21 Mar 2020
12:57 tcberner search for other commits by this committer
Update poppler to 0.86.1

Release 0.86.1:
        core:
         * Fix regression in Browse Link handling
         * Internal code improvements

Release 0.86.0:
        core:
         * Fix link content exfiltration attack
         * Splash: Implement gouraudTriangleShadedFill for some non parametrized
shadings. Issue #881
         * Fix case unsensitive search for Old Hungarian, Warang Citi,
Medefaidrin and Adlam
         * Internal code improvements

        glib:
         * Automatic handle of page's cropbox on annots. Issue #129
         * Fix memory leak if poppler_document_new_from_file fails
         * Minor speed optimization on poppler_page_get_annot_mapping

         utils:
         * pdfdetach: add 'savefile' option
         * pdftoppm/pdftocairo: Fix more odd/even mismatch

        qt5:
         * Fix loading from iodevice

PR:		244827
Exp-run by:	antoine
Original commitRevision:528853 
Monday, 3 Feb 2020
19:32 tcberner search for other commits by this committer
Bump revision of poppler dependencies

- poppler was updated in r525051, bump revisions
Original commitRevision:525052 
Wednesday, 22 Jan 2020
17:59 tcberner search for other commits by this committer
graphics/poppler: update to 0.84.0

Release 0.84.0:
        core:
         * Fix crash when converting from Unicode to ASCII-7
         * Splash::scaleImageYdXu: Protect against crash if srcWidth is too big
         * JBIG2Stream: fix potential crash in malformed documents
         * JBIG2Stream: fix leak in reset() if called several times
         * Internal code improvements

        utils:
         * pdfimages: Add error message if first page is larger then number of
pages.
         * pdfinfo: Improved paper size recognition
         * pdfsig: Fix exit code when dumping signatures
         * pdftocairo: Error out when even/odd selects 0 pages
         * pdftohtml: Fix memory leak
         * pdftoppm: Add an option to scale before rotate
         * pdftoppm: Add -hide-annotations option
         * pdftoppm: Error out when even/odd selects 0 pages
         * pdftops: Improve -optimizecolorspace

        qt5:
         * Code cleanups

        glib:
         * Fix compiler warnings

Release 0.83.0
        core:
         * Improve when a file is recognized as Linearized
         * Improve const-ness of the code
         * Make code a bit more readable/maintanable
         * Fix uninitialized memory uses in broken files

        utils:
         * pdffonts: Make code a bit more readable/maintanable
         * pdftohtml: Make code a bit more readable/maintanable

        qt5:
         * Remove a bunch of unused internal functions
         * trUtf8 -> tr (less warnings)

        build system:
         * make-glib-api-docs: switch to python3

PR:		243433
Exp-run by:	antoine
Original commitRevision:523824 
Sunday, 5 Jan 2020
02:17 mandree search for other commits by this committer
graphics/ilmbase, graphics/openexr: upgrade to upstream v2.4.0

graphics/gstreamer1-plugins-openexr: switch from C++98 to C++11 to
match new OpenEXR headers and unbreak compilation.

Bump PORTREVISION of all ports depending directly on either, based
on assessing INDEX-12 (bump_portrevision.pl -l (shallow) used).

Release Notes:
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.4.0

The update was deliberately deferred until after 2020Q1, and should
not be MFH'd back to it.
Original commitRevision:522079 
Sunday, 10 Nov 2019
22:01 danilo search for other commits by this committer
- Convert hardcoded dependencies to options
- Defaults magick to ImageMagick (vips uses it by default)

PR:		241851
Submitted by:	ale
Original commitRevision:517234 
Saturday, 9 Nov 2019
22:43 danilo search for other commits by this committer
- Update graphics/vips to 8.8.3
- Remove PYTHON option. Python support was moved to an external package
Original commitRevision:517166 
Friday, 1 Nov 2019
21:51 tcberner search for other commits by this committer
graphics/poppler: update to 0.82.0

Release 0.82.0:
        core:
         * Fix not being able to open some files. Issue #832
         * Fix crashes in malformed files
         * Fix memory leak on broken files
         * Minor performance improvements
         * Minor code improvements

        glib:
         * Add poppler_document_new_from_bytes
         * PopplerAttachment: Silence deprecation warnings for ctime/mtime

        build system:
         * pdf-inspector: Support builddir != srcdir
         * Install Cairo* headers if Cairo has been found

Thanks to adridg@ for fixing all the fallout.

Exp-run by:	antoine
PR:		241532
Approved by:	gnome (kwm, implicit)
Original commitRevision:516270 
Sunday, 29 Sep 2019
07:25 tcberner search for other commits by this committer
graphics/poppler: update to 0.81.0

Release 0.81.0:
        core:
         * Splash: Always enable support for CMYK rasterization
         * CairoOutputDev: Check scaled dimensions for 0. Issue #737
         * BaseCryptStream: Fix potential uninitialized memory read
         * SplashBitmap: Fix wrong width condition for splashModeDeviceN8
         * Fix crashes in malformed files

PR:		240781
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
Original commitRevision:513196 
Sunday, 1 Sep 2019
20:46 tcberner search for other commits by this committer
graphics/poppler: update to 0.80.0

Release 0.80.0:
core:
 * Annotations: Implement support for setting a different text in the appearance
stream than the real text
 * Splash: Optionally use small_vector from boost
 * Fix memory leaks on broken files
 * Fix abort on broken files
 * Small code simplifications
 * Remove USE_FIXEDPOINT support. Issue #821

qt5:
 * Fix MSVC build
 * Add subsitute-font information
 * Fix since marker of some functions
 * Fix leak when aborting text extraction
 * Small code simplifications

glib:
 * Make print scaling getter visible
 * Make Duplex/NumCopies/PrintPageRange preference available in API
 * Implement Movie API

utils:
 * pdftotext: Add -nodiag flag to remove diagonal text on output

build system:
 * Mark external lib include dirs as SYSTEM

PR:		240176
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
Original commitRevision:510739 
Wednesday, 31 Jul 2019
21:14 tcberner search for other commits by this committer
graphics/poppler: update to 0.79.0

Release 0.79.0:
        core:
         * Fix regression on TextSelectionPainter
         * Fix parsing of DefaultAppearance
         * Fix memory leak in PostScriptFunction
         * Fix crashes in fuzzed files

        qt5:
         * Implemented support for setIcon by changing appearance
         * Added option to set the form available to print
         * QString::null is deprecated, use QString()
         * Replace deprecated qStableSort with std::stable_sort

        build system:
         * Turn README into README.md and expand it

PR:		239277
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
Original commitRevision:507740 
Saturday, 27 Jul 2019
11:53 sunpoet search for other commits by this committer
Update to 3.47

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
Original commitRevision:507401 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Saturday, 29 Jun 2019
08:55 tcberner search for other commits by this committer
graphics/poppler: update to 0.78.0

Release 0.78.0:
        core:
         * Fix line annotation arrows for usage in dimensioning
         * Handle Ink annots without an InkList but with an AP
         * Fix typos preventing parsing of Movie start and duration
         * Fix crash on malformed files

        glib:
         * Add poppler_document_create_dests_tree()
         * Don't use the deprecated g_type_class_add_private()
         * Document the differences between render() and render_for_printing()
         * Fix introspection for poppler_document_new_from_data
         * Don't create PopplerInputStream with length 0. Issue #414
         * Document G_IO_ERROR as a possible error condition
         * docs: Add index for API new in 0.78

        build system:
         * Fixes cross compilation of gir in Void Linux
         * Add -Wshadow to the default warning flags
         * install pkg-config pc files if pkg-config is found

PR:		238857
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
Original commitRevision:505331 
Saturday, 1 Jun 2019
06:39 tcberner search for other commits by this committer
graphics/poppler: update to 0.77.0

Release 0.77.0:
        core:
         * Fix crash on signature handling. Issue #766
         * Fix small memory leak in SignatureHandler::getCertificateInfo
         * Splash: Restrict filling of overlapping boxes. Issue #750
         * Fix crash on malformed files

        qt5:
         * Fix optional content handling with exclusive layers

        cpp:
         * Make render_page thread-safe

        utils:
         * pdfsig: Fix small memory leak
         * pdftotext: Fix typo in manpage

PR:		238115
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
Original commitRevision:503222 
Monday, 13 May 2019
18:33 tcberner search for other commits by this committer
graphics/poppler: update to 0.76.1

From Changelog at https://poppler.freedesktop.org/releases.html :

Release 0.76.1:
        core:
         * Make the mul tables be calculated at compile time with constexpr.
         * splash: Fix compile with SPLASH_CMYK enabled
         * Some typo fixing in error messages

        qt5:
         * Fix regression in annotation handling

        build system:
         * Fix some typos in build system output and comments

Release 0.76.0:

        core:
         * Fix regression on case-insensitive search. Issue #743
         * Remove GooList, use std::vector instead
         * Fix radiobutton reporting wrong state. Issue #159
         * Handle UTF16-LE strings
         * Don't error out if there's no DA in FreeText annotation
         * cairo: Compute correct coverage values for box filter.
         * cairo: Constrain number of cycles in rescale filter.
         * Read more fields from ViewerPreferences
         * Introduce and use Ref::INVALID
         * Fix crashes in broken files
         * Fix mismatched free/delete
         * Add missing include guards

        utils:
         * pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV
upon error exit. Issue #742

All the required patches have been obtained via gentoo.

PR:		237846
Exp-run by:	antoine
Approved by:	kwm
Original commitRevision:501583 
Saturday, 6 Apr 2019
16:46 makc search for other commits by this committer
- bump PORTREVISION after math/matio update
Original commitRevision:498149 
Friday, 1 Feb 2019
23:28 danilo search for other commits by this committer
- Update to 8.7.4
Original commitRevision:491888 
Saturday, 5 Jan 2019
22:46 sunpoet search for other commits by this committer
Update science/hdf5 to 1.10.4

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR:		233070
Submitted by:	wen
Original commitRevision:489412 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Saturday, 10 Nov 2018
09:52 danilo search for other commits by this committer
- Update to 8.7.1
- Back to MASTER_SITES to download the tarball created by the project [1]

Reported by:	mat [1]
Original commitRevision:484596 
Friday, 26 Oct 2018
21:28 danilo search for other commits by this committer
- Update graphics/vips and graphics/nip2 to 8.7.0
- Use GITHUB instead of MASTER_SITES
Original commitRevision:483058 
Saturday, 22 Sep 2018
10:15 mandree search for other commits by this committer
Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.

Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>

Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase
the new lower-case spelling of the name, and to omit the version from the
library name to ease future maintenance.

Bump PORTREVISION of all ports that depend on ilmbase or openexr directly,
so that they all get rebuilt on upgrades.

Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now
that its Iex::BaseExc class is no longer derived from std::string,
details were given upstream through https://github.com/ampas/CTL/issues/71
and (b) to unwind semicolon/;-lists in cmake that stem from openexr/
ilmbase pkg-config variables.
(Note ampasCTL is unmaintained as FreeBSD port, and upstream,
and I cannot run-time test it.)

Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending
directly or indirectly on ilmbase and/or openexr have passed without
regressions.  Thus invoking due diligence, I believe I have done the
equivalent of an -exp run, and do not require approval for the dependency
chases to third-party ports.
Original commitRevision:480374 
Wednesday, 5 Sep 2018
22:05 sunpoet search for other commits by this committer
Update science/hdf5 to 1.10.2

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
		https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR:		231009
Exp-run by:	antoine
Original commitRevision:479046 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Thursday, 26 Jul 2018
15:07 danilo search for other commits by this committer
- Update to 8.6.5

Fix a buffer overflow in the tiff reader.

MFH:		2018Q3
Original commitRevision:475381 
Tuesday, 26 Jun 2018
01:53 danilo search for other commits by this committer
- Update to 8.6.4
Original commitRevision:473366 
Monday, 18 Jun 2018
19:03 linimon search for other commits by this committer
Adjust USES to fix builds on gcc-based architectures.

While here, pet portlint.

Tested for no regression on amd64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:472706 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Saturday, 6 Jan 2018
13:36 danilo search for other commits by this committer
- Update to 8.6.1
- Change MASTER_SITES to github
- Move python to USES due bin/vipsprofile
- Update WWW
Original commitRevision:458245 
Friday, 1 Dec 2017
01:58 mandree search for other commits by this committer
Security update OpenEXR and ilmbase to 2.2.1.

While here, fix libIlmImfUtil_la_LDFLAGp so that when linking libIlmImfUtil,
the locally built libIlmImf gets precedence over the one in /usr/local,
to permit upgrades in a running system with the older version installed.

This changes the library's SONAME, so bump PORTREVISION of all dependees.

Unfortunately, this looks a bit too intrusive for an MFH to 2017Q4.

Security:	CVE-2017-9110
Security:	CVE-2017-9111
Security:	CVE-2017-9112
Security:	CVE-2017-9113
Security:	CVE-2017-9114
Security:	CVE-2017-9115
Security:	CVE-2017-9116
Security:	803879e9-4195-11e7-9b08-080027ef73ec
Original commitRevision:455244 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Thursday, 24 Aug 2017
15:49 swills search for other commits by this committer
Add missed PORTREVISION bumps after recent poppler update
Original commitRevision:448690 
Tuesday, 30 May 2017
02:56 sunpoet search for other commits by this committer
Update science/hdf5 to 1.10.1

- Bump PORTREVISION for shlib change

Changes:	https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt
Original commitRevision:442050 
Sunday, 30 Apr 2017
12:50 sunpoet search for other commits by this committer
Update to 0.6.0

- Bump PORTREVISION for dependent ports

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
Original commitRevision:439814 
Saturday, 7 Jan 2017
10:42 olivierd search for other commits by this committer
Chase update of graphics/poppler (and slaves ports) in revision r430777
Original commitRevision:430778 
Sunday, 11 Dec 2016
13:04 danilo search for other commits by this committer
- Update to 8.4.5
Original commitRevision:428347 
Sunday, 13 Nov 2016
22:47 danilo search for other commits by this committer
- Update to 8.4.4
Original commitRevision:426070 
Monday, 31 Oct 2016
23:26 makc search for other commits by this committer
Chase math/matio update
Original commitRevision:425037 
Thursday, 13 Oct 2016
19:37 danilo search for other commits by this committer
- Update to 8.4.2
Original commitRevision:423933 
Monday, 26 Sep 2016
03:10 danilo search for other commits by this committer
- Update to 8.4.1
Original commitRevision:422761 
Monday, 5 Sep 2016
20:02 olivierd search for other commits by this committer
Chase update of Poppler after revision r421386
Original commitRevision:421390 
Wednesday, 10 Aug 2016
02:28 danilo search for other commits by this committer
- Update to 8.3.3
Original commitRevision:419986 
Tuesday, 26 Jul 2016
02:22 danilo search for other commits by this committer
- Add some dependencies explicitly to make QA happy
Original commitRevision:419097 
01:41 danilo search for other commits by this committer
- Update to 8.3.2
Original commitRevision:419096 
Tuesday, 10 May 2016
01:28 danilo search for other commits by this committer
- Update to 8.3.1
Original commitRevision:414900 
Tuesday, 5 Apr 2016
02:23 danilo search for other commits by this committer
- Update to 8.2.3
Original commitRevision:412542 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
11:17 sunpoet search for other commits by this committer
- Update to 0.5.0
- Bump PORTREVISION for graphics/webp shlib change

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
Original commitRevision:412334 
Sunday, 31 Jan 2016
15:08 danilo search for other commits by this committer
- Update to 8.2.2
Original commitRevision:407646 
Tuesday, 12 Jan 2016
20:10 danilo search for other commits by this committer
- Update to 8.2.1
Original commitRevision:405910 
Friday, 16 Oct 2015
13:48 danilo search for other commits by this committer
- Update to 8.1.1
Original commitRevision:399474 
Sunday, 11 Oct 2015
16:20 marino search for other commits by this committer
graphics/GraphicsMagick: Upgrade version 1.3.21 => 1.3.22

GraphicsMagick was just updated, but there was as newer, second
PR to upgrade it once more.  And again, the shared library version
has been bumped (haven't these guys heard of symbol versioning?)

While the INDEX references 114 users of GraphicksMagick, I'm going to
only bump the same 8 ports as yesterday.   The bump script appears to
be obsolete (still uses CVS!)

PR:		203547
Submitted by:	Walter Schwarzenfeld
Original commitRevision:399093 
Saturday, 10 Oct 2015
15:20 marino search for other commits by this committer
graphics/GraphicsMagick: Upgrade version 1.3.20 => 1.3.21

The shared library versions changed, so bump all the ports that
depend on GraphicsMagick by default too.

PR:		200304
Submitted by:	ports fury
Original commitRevision:399003 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Wednesday, 6 May 2015
17:01 danilo search for other commits by this committer
- Update to 8.0.2
Original commitRevision:385526 
Monday, 4 May 2015
15:04 danilo search for other commits by this committer
vips
- Update to 8.0.1
nip2
- Update to 8.0
- Add LDFLAGS=-lm to fix build when math options are disabled
Original commitRevision:385409 
Wednesday, 15 Apr 2015
03:56 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Add CPE info

Approved by:	portmgr blanket
Original commitRevision:384036 
Saturday, 14 Feb 2015
15:29 danilo search for other commits by this committer
- Update to 7.42.3
Original commitRevision:378964 
Thursday, 5 Feb 2015
13:04 danilo search for other commits by this committer
- Update to 7.42.2
Original commitRevision:378452 
Sunday, 11 Jan 2015
13:48 danilo search for other commits by this committer
- Fix a build dependency when using python
Original commitRevision:376781 
Friday, 2 Jan 2015
19:01 danilo search for other commits by this committer
- Update to 7.42.1
Original commitRevision:376063 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
Saturday, 22 Nov 2014
15:23 danilo search for other commits by this committer
- Update from 7.40.11 to 7.42.0
Original commitRevision:373064 
Thursday, 9 Oct 2014
15:56 danilo search for other commits by this committer
- Update from 7.40.10 to 7.40.11
Original commitRevision:370553 
Thursday, 2 Oct 2014
13:05 danilo search for other commits by this committer
- Update from 7.40.9 to 7.40.10
Original commitRevision:369821 
Tuesday, 23 Sep 2014
16:45 danilo search for other commits by this committer
- Update from 7.40.8 to 7.40.9
Original commitRevision:369091 
Sunday, 14 Sep 2014
17:26 danilo search for other commits by this committer
- Update from 7.40.7 to 7.40.8
Original commitRevision:368204 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Monday, 8 Sep 2014
15:47 danilo search for other commits by this committer
- Update from 7.40.6 to 7.40.7
Original commitRevision:367641 
Sunday, 31 Aug 2014
16:36 tijl search for other commits by this committer
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Original commitRevision:366788 
Friday, 22 Aug 2014
13:54 danilo search for other commits by this committer
- Update from 7.40.5 to 7.40.6
Original commitRevision:365658 
Monday, 18 Aug 2014
00:00 danilo search for other commits by this committer
- Update from 7.40.4 to 7.40.5
- Convert USE=python=yes to USES
- Add devel/gobject-introspection to LIB_DEPENDS
- Take maintainership
Original commitRevision:365263 
Friday, 15 Aug 2014
20:37 mandree search for other commits by this committer
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)
Original commitRevision:365038 
Sunday, 10 Aug 2014
09:40 marino search for other commits by this committer
graphics/vips & nip2: Upgrade version

Upgrade vips version 7.40.3 => 7.40.4
Upgrade nip2 version 7.40.2 => 7.40.3

PR:		192206
Submitted by:	Ports Fury
Original commitRevision:364524 
Monday, 4 Aug 2014
19:34 amdmi3 search for other commits by this committer
- 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
Original commitRevision:364040 
Sunday, 20 Jul 2014
18:31 antoine search for other commits by this committer
Drop: it's not part of portmgr's job to maintain ports that mi@ breaks and
later refuses to unbreak because it's been marked broken by portmgr
Original commitRevision:362342 
Friday, 18 Jul 2014
09:26 marino search for other commits by this committer
graphics/vips: Unbreak by removing BROKEN

mi@ fixed the port by upgrading the version but forgot to remove
the BROKEN definition.
Original commitRevision:362196 
Saturday, 5 Jul 2014
15:41 mi search for other commits by this committer
Upgrade vips and nip2 to 7.40.3 and 7.40.2 respectively. Unbreak
packaging for the case, when the install of documentation is enabled.

Transfer maintainership to antoine@, so he can continue to do as he
pleases with both, but without the guilt of changing other people's
ports.
Original commitRevision:360766 
Tuesday, 1 Jul 2014
19:32 antoine search for other commits by this committer
Mark BROKEN, fails to package
Original commitRevision:360088 
18:59 mi search for other commits by this committer
Upgrade from 7.26.3 to 7.40.1 (nip2) and .2 (vips) -- the current
latest. Support staging in nip2. Add self-test target to nip2.

Although the software is built against GraphicsMagick, some of the
tests require ImageMagick's convert and therefor the tests are not
(yet) labeled "regression-test".  The author is working on the fix.
Original commitRevision:360084 
Thursday, 19 Jun 2014
18:06 antoine search for other commits by this committer
Unbreak
Original commitRevision:358446 
Tuesday, 17 Jun 2014
18:39 rene search for other commits by this committer
Update www/GraphicsMagick to 1.3.19 and bump PORTREVISION for consumers.

Note that graphics/GraphicsMagick12 was removed on 2014-05-20 because it is
no longer maintained upstream.

Detailed/other changes:
* graphics/GraphicsMagick :
  - Copy contents from graphics/GraphicsMagick13
  - Remove PORTREVISION and PKGNAMESUFFIX
  - Keep original pkg-descr, do not copy whitespace-only changes.
* graphics/pecl-gmagick :
  - Use modern LIB_DEPENDS
* graphics/vips :
  - Stage support
  - Use modern LIB_DEPENDS
  - USES libtool, pathfix
* multimedia/bombono :
  - Update BUILD_DEPENDS and RUN_DEPENDS
* textproc/htmltolatex :
  - Use modern LIB_DEPENDS

Phabric:	D108 162
Approved by:	portmgr (antoine, bapt)
Original commitRevision:358158 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Friday, 28 Mar 2014
09:23 makc search for other commits by this committer
graphics/vips and the rest:
- bump PORTREVISION after math/matio update

math/dynare:
- fix configure check for matio
- while here, remove needless patch for configure.ac, and convert to USES=tar:xz

Approved by:	Fernando Apesteguia (maintainer)

math/scilab:
- mark BROKEN when building with MATIO option (doesn't support new matio)

science/kst2:
- fix dependency type for matio
- add dependence on pkgconfig
Original commitRevision:349401 
Tuesday, 10 Dec 2013
01:25 amdmi3 search for other commits by this committer
- Fix build on 10.x

PR:		184129, 184347
Submitted by:	amdmi3
Approved by:	maintainer timeout
Original commitRevision:336037 
Wednesday, 20 Nov 2013
14:25 nemysis search for other commits by this committer
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)

Approved by:	wg (mentor)
Original commitRevision:334422 
Thursday, 31 Oct 2013
00:32 nemysis search for other commits by this committer
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

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pathfix pkgconfig
- Add DOCS and EXAMPLES Options
- Support STAGEDIR and add OPTIONS_SUB
- Change REINPLACE_CMD
- Add extra patch for EXAMPLES
- Remove obsolete patches

- Bump dependent ports' revisions

Approved by:	pawel / wg (mentors)
Original commitRevision:332189 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Sunday, 1 Sep 2013
22:50 bapt search for other commits by this committer
Eradicate USE_GNOME=pkgconfig from graphics
While here:
- trim headers
- convert:
  * USE_GNOME=gnomehack -> USES=pathfix
  * USE_GMAKE=yes -> USES=gmake
  * USE_PERL5 -> USES=perl5
Original commitRevision:325928 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Monday, 24 Jun 2013
17:00 antoine search for other commits by this committer
Unbreak after PORT_OPTIONS conversion
Original commitRevision:321692 
Thursday, 6 Jun 2013
15:59 bapt search for other commits by this committer
Convert to new options framework
Original commitRevision:320111 
Monday, 29 Apr 2013
08:57 bapt search for other commits by this committer
Rely on bsdtar to autodetermine the format of the distfiles when possible

For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
Original commitRevision:316786 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Thursday, 14 Mar 2013
08:17 pclin search for other commits by this committer
- graphics/libexif:
  * Update to 0.6.21
  * Add LICENSE
  * Switch to OptionsNG and PORTDOCS
- Document libexif 2012-07-12 vulnerabilty
- Bump PORTREVISION for libexif related ports
- Trim headers while here

PR:		ports/175910
Approved by:	swills (mentor)
Security:	d881d254-70c6-11e2-862d-080027a5ec9a
Original commitRevision:314141 
Thursday, 17 Jan 2013
16:05 swills search for other commits by this committer
- Chase lib version changes from ilmbase and OpenEXR updates
Original commitRevision:310553 
Saturday, 30 Jun 2012
12:32 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 22 Dec 2011
11:01 linimon search for other commits by this committer
Mark broken on sparc64-9: fails to compile.

Hat:            portmgr
Original commit

Number of commits found: 238 (showing only 100 on this page)

«  1 | 2 | 3  »