Age | Commit message (Collapse) | Author |
|
- Add some explicit FLAVOR to dependencies where needed
|
|
- Add some explicit FLAVOR to dependencies where needed
|
|
- Add some explicit FLAVOR to dependencies where needed
|
|
|
|
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
|
|
- Add LICENSE_FILE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
|
|
Changelog:
- Handle cases when file watch is not supported
- Missing Trash Translation String
- Delete Thunar symlink on uninstall
- Handle g_mem_is_system_malloc deprecation
- Prefer local (file://) URIs than native ones (e.g. smb://)
- Translation updates: Amharic, Arabic, Asturian, Bangla, Basque, Belarusian,
Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom),
Esperanto, Estonian, Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian,
Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Persian,
Polish, Portuguese, Portuguese (Brazil), Punjabi, Romanian, Russian, Serbian,
Slovak, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Urdu,
Urdu (Pakistan), Uyghur, Vietnamese
PR: 223873
Submitted by: duchateau.olivier@gmail.com
Approved by: madpilot (for @xfce), rene (mentor)
Differential Revision: https://reviews.freebsd.org/D13257
|
|
Approved by: jpaetzel (mentor)
|
|
|
|
|
|
PR: 223220
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
PR: 223215
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
Approved by: jpaetzel (mentor)
|
|
file-list view not very usefull, when dealing with long file names and
not fullscreen.
* While here drop, obsolete patch.
Submitted by: Barbara Guida <barbara.freebsd@gmail.com>
Obtained from: caja upstream
|
|
Apart from version updates, the highlights are:
* fix orphaned file issues in atril/atril-lite.
* Add licenses where required.
* make sure the mime xml gets installed in mate-control-center.
* regen the m-c-c patch, with make makepatch.
|
|
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643
|
|
This bug was exposed by r451432 change to bsd.licence.mk.
PR: 222855
Submitted by: Robert Cina <transitive@gmail.com>
|
|
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5
after the removal of zip_archive_set_tempdir(). All dependent ports continue to
build fine without that symbol.
PR: 222638
|
|
|
|
- Update x11-fm/thunar 1.6.12 [2]
- Silence USES portlint warning [2]
- Regenerate patches [2]
- Add warning about COVER tunar plugin requiring manual
configuration [1]
PR: 220805 [1], 220407 [2]
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
|
|
|
Approved by: jpaetzel (mentor)
|
|
* The MATE DE is now GTK+3 based
* mate-calc has come back.
* New USE_MATE=mixer macro
* Add license
* Review dependancies
* Swich to USES=localbase
* atril/eom options reworked into option helper
Thanks to Eric Turgeon for submitting the bulk of this MATE update.
Obtained from: gnome devel repo
|
|
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
|
- Take maintainership
MFH: 2017Q2 (blanket)
|
|
Approved by: jpaetzel (implicit)
|
|
PR: 218658
Submitted by: riggs
|
|
Submitted by: Jochen Neumeister (via irc)
|
|
|
|
- Fix LICENSE
- Add LICENSE_FILE
- Don't install useless docs
- Regenerate patches
|
|
- Switch to options helpers
- Regenerate patches
|
|
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
|
Approved by: rakuco (mentor)
|
|
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131
|
|
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919
|
|
Submitted by: olivierd@
With hat: portmgr-secretary
|
|
|
|
|
|
|
|
Changes: http://doublecmd.sourceforge.net/mantisbt/changelog_page.php?version_id=49
PR: 217327
Submitted by: Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D9795
|
|
- Adjust dependencies (reported by QA script)
- Remove unneeded patches
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Approved by: jpaetzel (implicit)
|
|
PR: 215925
Submitted by: myself
Approved by: Benat Gonzalez Etxepare <bbtruk@users.sourceforge.net> (maintainer)
|