| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: poudriere -t build
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=562668
|
|
|
|
|
|
|
|
|
|
| |
Bump portrevision
PR: 246382
Submitted by: cy
Notes:
svn path=/head/; revision=537094
|
|
|
|
| |
Notes:
svn path=/head/; revision=524151
|
|
|
|
|
|
|
|
|
|
| |
This is needed to be able to update gegl to latest version.
Bump revision of all consumer as the ABI is not 100% backward compatible.
Provide a patch for graphics/devil to properly build with latest jasper.
While here add a missing USES=xorg to graphics/devil
Notes:
svn path=/head/; revision=520989
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
Notes:
svn path=/head/; revision=507401
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
|
| |
Exp-run by: antoine
PR: 239028
Notes:
svn path=/head/; revision=506383
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
http://www.exiv2.org/changelog.html
- All depending ports have been bumped.
- graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python bindings
Exp-run by: antoine
PR: 235943
PR: 234830
Notes:
svn path=/head/; revision=496059
|
|
|
|
|
|
|
|
|
|
| |
Import gentoo's patch:
https://gitweb.gentoo.org/repo/gentoo.git/tree/media-gfx/ufraw/files/ufraw-0.22-exiv2-0.27.patch
PR: 235943
Notes:
svn path=/head/; revision=495076
|
|
|
|
| |
Notes:
svn path=/head/; revision=492491
|
|
|
|
|
|
|
|
|
|
|
| |
Add gnome to the uses to make testport happy
Bump portrevision
PR: 234436
Reported by: Thomas Guymer <t.m.guymer@thomasguymer.co.uk>
Notes:
svn path=/head/; revision=492359
|
|
|
|
|
|
|
|
|
| |
PR: 233921
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=487840
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix code issues who causes build failures
due to missing spaces between literal and identifier.
Bump PORTREVISION.
PR: 229271
Submitted by: <w.schwarzenfeld@utanet.at>
Notes:
svn path=/head/; revision=473684
|
|
|
|
|
|
|
|
|
|
| |
- Remove some cruft from Makefile
PR: 228917
Approved by: rodrigo
Notes:
svn path=/head/; revision=472362
|
|
|
|
|
|
|
|
|
| |
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345
Notes:
svn path=/head/; revision=468519
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
MFH: 2018Q2
Notes:
svn path=/head/; revision=466383
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On the same time recover updates done in development branch and never released
- Add WB for multiple new cameras :
FUJIFILM X-T2, PENTAX K-1, Panasonic DMC-FZ300/DMC-FZ330,
Canon PowerShot G7 X Mark II, Canon EOS M10, Canon EOS 700D,
Canon EOS 80D, NIKON D200, FUJIFILM X-T10, PENTAX K-S2,
NIKON D5500, NIKON D810, FUJIFILM X100T, Canon PowerShot G5 X,
Panasonic DMC-LF1, SONY RX10M2, Canon EOS M2, Canon PowerShot S120,
FUJIFILM X-M1, OLYMPUS E-M10 Mark II, etc
- multiple bug fixes : memory leak, etc
Remove existing patches since they coming from upstream and are now provided
by default in the distfile.
Incorporate the patched made by the debian project, including a fix for the
CVE-2015-8366.
MFH: 2018Q2
Security: CVE-2015-8366
Notes:
svn path=/head/; revision=466382
|
|
|
|
|
|
|
| |
PR: 225556
Notes:
svn path=/head/; revision=460986
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well
Submitted by: amdmi3
Reviewed by: mat
Exp-run by: antoine
Approved by: portmgr (mat, antoine)
Differential Revision: D7534
Notes:
svn path=/head/; revision=421635
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://sourceforge.net/p/ufraw/bugs/407/
- Convert to options subs and helpers
- Mark GTK2 option as implied for GIMP, otherwise poudriere build fails
PR: 211735
Submitted by: myself
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=420858
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As there is an shlib version bump, bump them portrevision of dependent ports.
While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.
PR: 211329
Reviewed by: mat, rakuco, kwm
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7283
Notes:
svn path=/head/; revision=419170
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
| |
Notes:
svn path=/head/; revision=411447
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=394534
|
|
|
|
| |
Notes:
svn path=/head/; revision=390310
|
|
|
|
|
|
|
|
|
|
|
| |
Major changes :
- Upstream fix for CVE-2015-3885
- replace liblcms1 by liblcms2
- lot of new cameras and bugfixes
- better foveon support
Notes:
svn path=/head/; revision=390087
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove deprecated patches
Apply bugfix for CVE-2015-3885
PR: 200197
obtained from: rawtherapee
MFH: 2015Q2
Security: CVE-2015-3885
Notes:
svn path=/head/; revision=386364
|
|
|
|
|
|
|
|
|
| |
graphics/zbar didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket
Notes:
svn path=/head/; revision=382266
|
|
|
|
| |
Notes:
svn path=/head/; revision=375598
|
|
|
|
| |
Notes:
svn path=/head/; revision=375594
|
|
|
|
| |
Notes:
svn path=/head/; revision=371283
|
|
|
|
|
|
|
|
|
| |
PR: ports/191422
Submitted by: rodrigo (maintainer)
Approved by: bapt (mentor)
Notes:
svn path=/head/; revision=359489
|
|
|
|
|
|
|
|
|
|
| |
- Build and install static library
- Bump PORTREVISION for astro/cfitsio shlib change
Changes: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
Notes:
svn path=/head/; revision=352962
|
|
|
|
|
|
|
| |
also remove the extra update-desktop-database from pkg-plist.
Notes:
svn path=/head/; revision=352106
|
|
|
|
|
|
|
|
|
| |
which broke the stage-qa target.
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=351970
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add dependency
- bump portrevision
PR: ports/188044
Submitted by: Chris Rees <crees@FreeBSD.org>
Approved by: bapt (mentor)
Obtained from: Macports
MFH: 2014Q2
Notes:
svn path=/head/; revision=351834
|
|
|
|
|
|
|
|
|
| |
- Fix nearby minor style issues while here (not all)
Approved by: portmgr (bapt), some ports are still NO_STAGE :(
Notes:
svn path=/head/; revision=350164
|
|
|
|
|
|
|
|
|
|
| |
This ufraw port uses a scrip from icu and doesn't even specify icu
as a build dependency. This looks wrong to me, but today I'm only
going to make ufraw build again. The maintainer may want to review
this as it will break every time icu is updated.
Notes:
svn path=/head/; revision=343811
|
|
|
|
|
|
|
|
|
|
|
|
| |
Support staging.
Add a patch that allows building with a strict-conformance C++11
compiler.
Approved by: portmgr (implicit, under "just fix it" blanket approval)
Notes:
svn path=/head/; revision=342870
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, convert to new LIB_DEPENDS format
PR: ports/185951
Submitted by: Florian Degner <f.degner@gmx.de>
Notes:
svn path=/head/; revision=342830
|
|
|
|
|
|
|
| |
Approved by: bapt@ (co-mentor)
Notes:
svn path=/head/; revision=341704
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331272
|
|
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
|
|
|
| |
Notes:
svn path=/head/; revision=326107
|
|
|
|
|
|
|
|
|
| |
PR: ports/181013
Submitted by: Jan Henrik Sylvester <me@janh.de>
Approved by: rodrigo@bebik.net (maintainer)
Notes:
svn path=/head/; revision=324591
|
|
|
|
|
|
|
|
|
| |
PR: ports/178659
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> (maintainer, final
patch via e-mail)
Notes:
svn path=/head/; revision=318579
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
|
|
|
|
|
|
| |
- Drop "Enable" in FITS description
Reported by: danfe
Feature safe: yes
Notes:
svn path=/head/; revision=307999
|