aboutsummaryrefslogtreecommitdiffstats
path: root/print/pkfonts118
ModeNameSize
-rw-r--r--Makefile147logstatsplainblame
ad/Makefile?h=gnome-3.28&id=756e5a69bdda040000b24ef9049b7296553db931'>cad/freecad: unbreak with boost 1.69jbeich2018-10-311-1/+1 | | | | | | | | | | | | | | | | | | | | | | | CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message): Unable to find the requested Boost libraries. Boost version: 1.69.0 Boost include path: /usr/local/include Could not find the following Boost libraries: boost_signals Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMakeLists.txt:596 (find_package) PR: 232525 Obtained from: upstream (FreeCAD 0.18) * Change x11/xorgproto to become a build depzeising2018-09-121-1/+1 | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 * Update science/hdf5 to 1.10.2sunpoet2018-09-061-1/+1 | | | | | | | | | - 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 * devel/boost-*: update to 1.68.0jbeich2018-08-091-1/+1 | | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-0/+1 | | | | | | | | | | | | | | 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 * Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-291-2/+2 | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 * - Update to 0.17.13509wen2018-04-221-5/+2 | | | | | PR: 227381 Submitted by: pfg@ * devel/boost-*: update to 1.67.0jbeich2018-04-181-1/+1 | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 * Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-111-1/+1 | | | | version 1.1.0 (via revision 464079). * devel/boost-python-libs got forgotten in the python flavorization, fixmat2018-02-151-1/+1 | | | | | | | | this oversight. Reviewed by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14368 * devel/boost-*: update to 1.66.0jbeich2018-01-181-0/+1 | | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279 * New USES=eigentcberner2018-01-031-3/+2 | | | | | | | | | | | | | | | | | | | | | | Usage: USES=eigen:<version>[,<type>] version: 2 or 3 (required) type: build (default), run For example: USES=eigen:2,build,run will add a BUILD- and RUN_DEPENDS on math/eigen2, and USES=eigen:3 will add a BUILD_DEPENDS on math/eigen3. * Convert the existing ports to use it - biology/iqtree: remove run time dependency (seemed not to be needed) - graphics/movit: remove run time dependency (seemed not to be needed) - science/avogadro: add run time dependeny (installed cmake file requires it to be present) Reviewed by: rakuco, mat Differential Revision: https://reviews.freebsd.org/D13702 * Use swig 3.0bapt2017-12-201-1/+1 | * - Those ports fail to build with python3antoine2017-12-121-4/+4 | | | | - Add some explicit FLAVOR to dependencies where needed * Cleanup LIB_DEPENDS on libpngantoine2017-12-011-1/+1 | * - Update cad/freecad to 0.17.12018madpilot2017-10-081-6/+7 | | | | | | | | | - Use upstream version numbering - Reset maintainership on his request - While here, silence portlint warning about USES variable position PR: 222195 Submitted by: Thibault Jouan <tj+freebsd_ports@a13.fr> (maintainer) * devel/boost-*: update to 1.65.1jbeich2017-09-251-1/+1 | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 * devel/boost-*: enable C++11 featuresjbeich2017-09-251-1/+1 | | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1 | | | | | | | | | | | | | | (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 * Update to 3.2.0sunpoet2017-09-021-1/+2 | | | | Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12314395 * * Updated to 20170527 (d28bae3)ultima2017-06-191-3/+2 | | | | | | | | PR: 219624 Submitted by: Thibault Jouan <tj+freebsd_ports@a13.fr> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11254 * Upgrade science/hdf5-18 to 1.8.19.thierry2017-06-171-1/+1 | | | | | Changelog at <https://support.hdfgroup.org/HDF5/doc1.8/ADGuide/Changes.html#1819>. * Update science/hdf5 to 1.10.1sunpoet2017-05-301-1/+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 * Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1 | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 * devel/boost-*: update to 1.64.0jbeich2017-05-021-1/+1 | | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 * Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-0/+1 | | | | | | | | | | | | | | 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 * update to 20170310.vanilla2017-03-201-5/+11 | | | | | PR: 217917 Submitted by: maintainer * - Update to 0.17.g20170204amdmi32017-02-221-21/+22 | | | | | PR: 216819 Submitted by: tj+freebsd_ports@a13.fr (maintainer) * - Update to 20170104 snapshotwen2017-01-081-4/+4 | | | | | | | | - Pass maintainership to submitter - Add python pivy as a runtime dependency PR: 214239 Submitted by: tj+freebsd_bugs@a13.fr * devel/boost-*: update to 1.63.0jbeich2017-01-061-1/+1 | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 * Remove BROKEN_FreeBSD_9sunpoet2017-01-011-2/+0 | | | | Approved by: portmgr (blanket) * devel/boost-*: update to 1.62.0jbeich2016-11-231-1/+1 | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) * Chase french/med upgrade (switch to hdf5-18).thierry2016-11-231-0/+18 | | | | Reported by: rakuco * - Add LICENSEamdmi32016-11-181-6/+6 | | | | | - Add LICENSE_FILE - Cosmetic fixes * Update to 20161104 snapshot; drop maintainershipriggs2016-11-061-3/+3 | | | | | PR: 213815 Submitted by: pfg (maintainer) * - Update to version 0.17.g20160927 [1]pawel2016-10-091-3/+7 | | | | | | | - Add desktop entry file PR: 212803 [1] Submitted by: pfg (maintainer) * - Update devel/icu to 57.1.tijl2016-09-241-1/+2 | | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine)