| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- Fix shebangs
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=461042
|
|
|
|
|
|
|
|
|
| |
of the changes, should've been part of r459108).
PR: 224989
Notes:
svn path=/head/; revision=459110
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=455210
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is masked by a default-enabled PYHELPERS option.
While here, add gettext-runtime to USES to appease stage-qa.
Approved by: danfe@
Differential Revision: D8993
Notes:
svn path=/head/; revision=431560
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
| |
Approved by: maintainer timeout (1 month)
Notes:
svn path=/head/; revision=411373
|
|
|
|
|
|
|
|
|
| |
- Limit SSE/SSE2 optimizations to x86 CPUs (exposed as SIMD option)
PR: 205006
Notes:
svn path=/head/; revision=406040
|
|
|
|
|
|
|
|
|
|
| |
r402504 did effectively change the resulting binary for default i386 builds
PR: 200028
Submitted by: jbeich
Notes:
svn path=/head/; revision=402552
|
|
|
|
|
|
|
|
|
| |
PR: 200028
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Approved by: danfe (maintainer)
Notes:
svn path=/head/; revision=402504
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
code incompatible with earlier versions; particularly, removal of CCI (the
Color Contribution Index of the lens, as defined by ISO 6728-83) [1] and
FOV1 ("field-of-view") [2] distortion model.
Four ports had to be patched to build against new lensfun (all fall under
`graphics' category): digikam-kde4, gimp-lensfun-plugin, hugin, rawstudio.
PR: 196182
Submitted by: Matthieu Volat (heavily modified)
Exp-run by: antoine
[1] https://sourceforge.net/p/lensfun/code/ci/f0c293
[2] https://sourceforge.net/p/lensfun/code/ci/048eb3
Notes:
svn path=/head/; revision=382801
|
|
|
|
| |
Notes:
svn path=/head/; revision=375598
|
|
|
|
| |
Notes:
svn path=/head/; revision=375594
|
|
|
|
| |
Notes:
svn path=/head/; revision=371283
|
|
|
|
| |
Notes:
svn path=/head/; revision=370418
|
|
|
|
|
|
|
| |
end of April 2014. While here, convert USE_BZIP2 to USES (tar:bzip2).
Notes:
svn path=/head/; revision=350127
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
build system fixes and includes many new lens profiles (as always)
- Set MASTER_SITES back to BERLIOS; SF/lensfun.berlios does not provide
distfile for v0.2.8 (carries 13 distfiles; 0.2.2b -> 0.2.7)
- Convert USE_GMAKE, modernize LIB_DEPENDS, sort knobs, stagify while here
PR: ports/185424
Submitted by: Matthieu Volat
Notes:
svn path=/head/; revision=339754
|
|
|
|
|
|
|
|
|
|
| |
dependency
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=336435
|
|
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
|
|
|
| |
Notes:
svn path=/head/; revision=316343
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
Notes:
svn path=/head/; revision=313633
|
|
|
|
| |
Notes:
svn path=/head/; revision=313442
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
| |
Suggested by: Jan Beich
Notes:
svn path=/head/; revision=287478
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the port, so use more appropriate LGPL; this also brings us in line with
most of the GNU/Linux distributions
- Remove licenses and useless documentation (README file containing build
instructions); 95% of users do not interact with lensfun directly anyway
- Adjust Python dependency: it is only required during build time
- Enable verbose build (helps to study logs)
- Respect CXX/AR[*], CFLAGS; adjust COMMENT and Makefile header
- Fix symlink (do not use absolute path) and wrap overly long line
- Cleanup and sort pkg-plist
- Bump PORTREVISION after recent changes
PR: ports/163270 [*]
Notes:
svn path=/head/; revision=287432
|
|
|
|
|
|
|
| |
Canon .CR2 files, improve CPU detection logic.
Notes:
svn path=/head/; revision=287431
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=278768
|
|
|
|
| |
Notes:
svn path=/head/; revision=276992
|
|
|
|
|
|
|
|
| |
- Don't pass CPPFLAGS to CONFIGURE_ENV, it's already there
- Cleanup Makefile while here
Notes:
svn path=/head/; revision=275299
|
|
|
|
| |
Notes:
svn path=/head/; revision=272658
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=259771
|
|
|
|
|
|
|
|
|
|
|
|
| |
this should fix graphics/darktable build
PR: ports/149254
Pointed out by: stas
Approved by: Denis Barov <dindin AT dindin.ru>
(maintainer, earlier version patch)
Notes:
svn path=/head/; revision=258897
|
|
|
|
|
|
|
|
| |
PR: ports/149254
Submitted by: Denis Barov <dindin AT dindin.ru> (maintainer)
Notes:
svn path=/head/; revision=258787
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
by your photographic equipment.
WWW: http://lensfun.berlios.de/
PR: 134923
Submitted by: Denis Barov <dindin@dindin.ru>
Notes:
svn path=/head/; revision=234585
|