| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove https://ftp.ruby-lang.org/ as well | knu | 2018-06-13 | 1 | -1/+0 |
* | Remove ftp://ftp.ruby-lang.org/; the FTP service is shutting down | knu | 2018-06-13 | 1 | -1/+0 |
* | Add support for USES=compiler:c++17-lang | antoine | 2018-06-11 | 1 | -2/+27 |
* | Update KDE Applications to 18.04.2 | tcberner | 2018-06-10 | 1 | -2/+2 |
* | Mk/bsd.default-versions.mk: Add MariaDB 10.3 | brnrd | 2018-06-10 | 1 | -1/+1 |
* | databases/mariadb103-server: Add MariaDB 10.3 port | brnrd | 2018-06-10 | 1 | -0/+1 |
* | SC1004: This backslash+linefeed is literal. Break outside single quotes if yo... | mat | 2018-06-08 | 2 | -39/+39 |
* | SC2035: Use ./*glob* or -- *glob* so names with dashes won't become options. | mat | 2018-06-08 | 1 | -4/+5 |
* | SC2162: read without -r will mangle backslashes. | mat | 2018-06-08 | 4 | -21/+21 |
* | SC2015: Note that A && B || C is not if-then-else. C may run when A is true. | mat | 2018-06-08 | 1 | -3/+4 |
* | Don't exec with a pipe afterwards, it is weird. | mat | 2018-06-08 | 1 | -1/+1 |
* | SC2185: Some finds don't have a default path. Specify '.' explicitly. | mat | 2018-06-08 | 1 | -5/+5 |
* | SC2046: Quote this to prevent word splitting. | mat | 2018-06-08 | 5 | -5/+9 |
* | - Change LAZARUS_VER to 1.8.4 | acm | 2018-06-03 | 1 | -1/+1 |
* | Unregister expired lang/perl5.22 | rene | 2018-06-02 | 2 | -7/+3 |
* | Document the form USE_GCC=X+ instead of the older form USE_GCC=X.Y+ | gerald | 2018-06-02 | 1 | -4/+4 |
* | SC2006: Use $(..) instead of legacy `..`. | mat | 2018-06-02 | 4 | -9/+9 |
* | SC2155: Declare and assign separately to avoid masking return values. | mat | 2018-06-02 | 1 | -1/+2 |
* | SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. | mat | 2018-06-02 | 1 | -1/+1 |
* | SC2153: Possible misspelling: PORTNAME may not be assigned, but portname is. | mat | 2018-06-02 | 1 | -0/+3 |
* | SC2091: Remove surrounding $() to avoid executing output. | mat | 2018-06-02 | 1 | -1/+1 |
* | SC2163: Exporting an expansion rather than a variable. | mat | 2018-06-02 | 1 | -0/+2 |
* | SC2034: <some var> appears unused. Verify it or export it. | mat | 2018-06-02 | 1 | -1/+1 |
* | SC2198: Arrays don't work as operands in [ ]. Use a loop (or concatenate with... | mat | 2018-06-02 | 1 | -1/+1 |
* | SC2221 & SC2222: This pattern always overrides a later/previous one. | mat | 2018-06-02 | 1 | -2/+0 |
* | SC2068: Double quote array expansions to avoid re-splitting elements. | mat | 2018-06-02 | 1 | -0/+4 |
* | SC2145: Argument mixes string and array. Use * or separate argument. | mat | 2018-06-02 | 3 | -11/+11 |
* | editors/emacs: Update to version 26.1 | jrm | 2018-05-31 | 1 | -6/+6 |
* | Metaports do not have any files, they do not need a license. | mat | 2018-05-27 | 1 | -0/+2 |
* | kde.mk: fix and simplify the INSTALL_CONFLICTS for kde-applications | tcberner | 2018-05-26 | 1 | -2/+2 |
* | - Add Uses/lazarus.mk | acm | 2018-05-25 | 1 | -0/+145 |
* | Commit a file forgotten in 470799 | flo | 2018-05-25 | 1 | -2/+4 |
* | - add net/corosync3 (2.99.2) | flo | 2018-05-25 | 1 | -0/+42 |
* | Add Perl 5.28.0-RC1. | mat | 2018-05-21 | 2 | -2/+6 |
* | New port: x11-themes/kf5-qqc2-desktop-style -- Qt QuickControl2 style for KDE | tcberner | 2018-05-19 | 1 | -3/+6 |
* | Update KDE Frameworks to 5.46 | tcberner | 2018-05-19 | 1 | -1/+1 |
* | Update the Qt5 ports to 5.10.1. | rakuco | 2018-05-18 | 1 | -2/+7 |
* | Add 'test' target to the WAF-enabled ports | timur | 2018-05-17 | 1 | -0/+1 |
* | Add gtksourceview4 4.0.1. | kwm | 2018-05-15 | 1 | -1/+5 |
* | Run "/usr/sbin/service ldconfig restart" for USE_LDCONFIG instead of | tijl | 2018-05-15 | 1 | -14/+5 |
* | Remove LIBDIR from build env variable | bapt | 2018-05-15 | 1 | -1/+0 |
* | Mk/Uses/Emacs: Add noflavors argument to USES=emacs | jrm | 2018-05-15 | 1 | -14/+30 |
* | Fix desktuils/kdepim dependencies | tcberner | 2018-05-14 | 1 | -1/+42 |
* | Update KDE Applications to 18.04.1 | tcberner | 2018-05-11 | 1 | -2/+2 |
* | stage-qa: Change stripped check to only look for .debug_info. | bdrewery | 2018-05-11 | 1 | -1/+1 |
* | Add 32-bit mips support to base/binutils and base/gcc. | jhb | 2018-05-09 | 1 | -7/+9 |
* | Restore PHP _ALT variables removed in r469307 | rene | 2018-05-09 | 1 | -0/+9 |
* | Drop FreeBSD 10.3 support | jbeich | 2018-05-08 | 1 | -8/+0 |
* | Mk/Uses/php.mk: Drop support for WANT_ and USE_ PHP vars | brnrd | 2018-05-08 | 2 | -36/+7 |
* | Note that samba 4.8 is supported and samba 4.4 no longer exists | antoine | 2018-05-05 | 1 | -1/+1 |
* | Update KDE Plasma Desktop to 5.12.5 | tcberner | 2018-05-04 | 1 | -1/+1 |
* | Add a warning about setting DISTNAME and USE_GITHUB=yes | mat | 2018-05-03 | 1 | -1/+5 |
* | Note that 10.3 is not supported any more. | mat | 2018-05-02 | 1 | -1/+1 |
* | www/firefox: update to 60.0 | jbeich | 2018-05-01 | 2 | -3/+3 |
* | Update the QScintilla2 ports to 2.10.4 | tcberner | 2018-04-30 | 1 | -1/+1 |
* | Update KDE Applications to 18.04.0 | tcberner | 2018-04-29 | 1 | -3/+4 |
* | Update USES=compiler:c++14-lang to Clang 6.0 on FreeBSD 10 | jbeich | 2018-04-28 | 1 | -16/+16 |
* | graphics/mesa-dri: switch to llvm60 | jbeich | 2018-04-28 | 1 | -1/+1 |
* | Import the KDE Plasma5 ports | tcberner | 2018-04-28 | 1 | -3/+140 |
* | Update KDE Frameworks to 5.45.0 | tcberner | 2018-04-27 | 1 | -1/+1 |
* | Uses/Mk/pear.mk: Get rid of USE_PHPIZE remnants | brnrd | 2018-04-24 | 1 | -3/+3 |
* | devel/cmake: allow consumers to qualify boost_python version | jbeich | 2018-04-18 | 1 | -0/+1 |
* | devel/boost-*: update to 1.67.0 | jbeich | 2018-04-18 | 1 | -5/+1 |
* | Update MASTER_SITE_CHEESESHOP | sunpoet | 2018-04-18 | 1 | -1/+1 |
* | Add shared JPEG2000 description | sunpoet | 2018-04-17 | 1 | -0/+1 |
* | Retire MASTER_SITE_MPLAYERHQ | riggs | 2018-04-15 | 1 | -14/+0 |
* | Updating MATE ports to and patch for MATE 1.20 | ericbsd | 2018-04-14 | 1 | -2/+1 |
* | Try and prevent people from adding github archive urls. | mat | 2018-04-12 | 1 | -0/+5 |
* | Add Samba 4.8 as possible default version, remove obsolete Samba 4.4 | timur | 2018-04-12 | 1 | -1/+1 |
* | New ports: KDE Applications deskutils/ | tcberner | 2018-04-11 | 1 | -5/+15 |
* | New ports: KDE Applications net/ and dependencies | tcberner | 2018-04-11 | 1 | -1/+116 |
* | New ports: net-p2p/ktorrent, net-p2p/libktorrent, net/syndication | tcberner | 2018-04-11 | 1 | -0/+7 |
* | New ports: databases/akonadi | tcberner | 2018-04-10 | 1 | -0/+2 |
* | New ports: KDE Applicationsa games/ | tcberner | 2018-04-09 | 1 | -0/+4 |
* | New ports: astro/libkgeomap, astro/marble | tcberner | 2018-04-09 | 1 | -0/+2 |
* | New port: editors/kate | tcberner | 2018-04-09 | 1 | -0/+2 |
* | New ports: KDE Applications graphics/ | tcberner | 2018-04-09 | 1 | -0/+10 |
* | Extend kde.mk by plist handling | tcberner | 2018-04-07 | 1 | -0/+5 |
* | - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk | acm | 2018-04-05 | 3 | -62/+36 |
* | Update to 2.4.4 | sunpoet | 2018-04-03 | 1 | -1/+1 |
* | Switch the default Perl to 5.26. | mat | 2018-03-30 | 1 | -1/+1 |
* | Update to 2.5.1 | sunpoet | 2018-03-30 | 1 | -2/+2 |
* | Update to 2.3.7 | sunpoet | 2018-03-30 | 1 | -1/+1 |
* | Fix permissions in installed Qt5 header files | tcberner | 2018-03-30 | 1 | -1/+2 |
* | Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable | emaste | 2018-03-29 | 1 | -0/+1 |
* | Make libgnome and libgnomeui not implying esound dependency | bapt | 2018-03-26 | 1 | -1/+1 |
* | Add WAYLAND_DESC | tobik | 2018-03-25 | 1 | -0/+1 |
* | Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN | sunpoet | 2018-03-25 | 1 | -9/+8 |
* | Fix space/tab error | tcberner | 2018-03-24 | 1 | -1/+1 |
* | Extend kde.mk by KDE_APPLICATIONS_SHLIB_VER plist sub | tcberner | 2018-03-24 | 1 | -0/+3 |
* | Sync kde.mk a bit with the development repo. | tcberner | 2018-03-24 | 1 | -66/+92 |
* | Remove last occurence of WANT_GNOME which was removed | bapt | 2018-03-21 | 1 | -1/+1 |
* | Move databases/akonadi to databases/akonadi-kde4 | tcberner | 2018-03-21 | 1 | -1/+1 |
* | Fix some recursive targets using the wrong FLAVOR. | bdrewery | 2018-03-20 | 1 | -0/+2 |
* | Fix post-patch-SNDIO-on in preparation of updates to www/firefox 60.0 | tobik | 2018-03-19 | 1 | -6/+10 |
* | Don't add 'yes' onto the end of errored std output lookups. | bdrewery | 2018-03-17 | 1 | -1/+1 |
* | Define CONFIG_SITE even without GNU_CONFIGURE as some ports still benefit fro... | bdrewery | 2018-03-15 | 1 | -1/+1 |
* | PORTS_ENV: Reorder CC hash and std hash so CC's comes first. | bdrewery | 2018-03-15 | 1 | -4/+4 |
* | PORTS_ENV: Rename OUTPUT_* to CC_OUTPUT_* to be more clearly related to compi... | bdrewery | 2018-03-15 | 1 | -4/+4 |
* | Don't define FLAVORS if EMACS_NO_DEPENDS is set. | bdrewery | 2018-03-14 | 1 | -1/+1 |
* | Add PORTS_ENV_VARS caching support to USES=objc. | bdrewery | 2018-03-14 | 2 | -2/+16 |
* | gecko: drop MOZ_EXTENSIONS, it's no longer unused | jbeich | 2018-03-13 | 1 | -8/+0 |
* | FLAVORS: Reorder so the default is first. | bdrewery | 2018-03-13 | 1 | -0/+5 |
* | FLAVORS: Fix several 'make *recursive' targets not passing along FLAVOR prope... | bdrewery | 2018-03-13 | 1 | -37/+51 |
* | Update py-sip to 4.19.8 and qscintilla2 to 2.10.3 | tcberner | 2018-03-13 | 1 | -2/+2 |
* | Update KDE Frameworks to 5.44 | tcberner | 2018-03-13 | 1 | -1/+1 |
* | Mk/Uses/apache.mk: Migrate Mk/bsd.apache.mk to Uses | brnrd | 2018-03-11 | 5 | -531/+448 |
* | Allow USES=go ports to override make targets & include <bsd.port.pre.mk> | woodsb02 | 2018-03-11 | 1 | -1/+7 |
* | Introduce PHP flavors. | mat | 2018-03-09 | 3 | -62/+155 |
* | Remove Uses/lazarus.mk, it was not reviewed, is currently unused and | antoine | 2018-03-09 | 1 | -95/+0 |
* | Fix pkgconfig path when used in CMAKE_INSTALL_DATAROOTDIR | gahr | 2018-03-08 | 1 | -0/+1 |
* | - Fix typo | acm | 2018-03-08 | 1 | -1/+1 |
* | - Fix typo | acm | 2018-03-08 | 1 | -1/+0 |
* | - Introduce the new "lazarus" USES. The goal is to use it for lazarus-based | acm | 2018-03-08 | 1 | -0/+96 |
* | - Add LAZARUS_DEFAULT | acm | 2018-03-08 | 1 | -1/+3 |
* | Handle flavors in the proxydeps qa check. | mat | 2018-03-07 | 1 | -0/+7 |
* | Mk/Uses/emacs.mk: Tweak description of DEFAULT_VERSIONS+=emacs=... | jrm | 2018-03-07 | 1 | -6/+7 |
* | Add a hint about devel/boost-python-libs. | mat | 2018-03-07 | 1 | -0/+2 |
* | www/firefox: update to 59.0 | jbeich | 2018-03-06 | 2 | -3/+3 |
* | Bring in the sub-submodule extraction problem fix from USE_GITHUB. | mat | 2018-03-05 | 1 | -1/+1 |
* | www/waterfox: drop bindgen workaround | jbeich | 2018-03-05 | 1 | -9/+0 |
* | Fix a regression on 10.3 introduced in r463301. | mat | 2018-03-05 | 1 | -1/+1 |
* | * Add USE_GITLAB for fetching from www.gitlab.com and GitLab deployed sites. | ultima | 2018-03-03 | 3 | -2/+145 |
* | Avoid double exporting PORTS_ENV. | bdrewery | 2018-03-03 | 1 | -0/+6 |
* | Disable Qt4 sql-ibase plugin on not-(i386|amd64) | adridg | 2018-03-02 | 1 | -1/+4 |
* | Fix a sub-submodule extraction problem with GH_SUBDIR. | mat | 2018-03-01 | 1 | -1/+4 |
* | Add compiler.mk to PORTS_ENV. | bdrewery | 2018-03-01 | 2 | -4/+31 |
* | ports_env: Store list of variables to export in PORTS_ENV_VARS in mk files. | bdrewery | 2018-03-01 | 2 | -18/+3 |
* | Chase r459584: Remove _PYTHON_DEFAULT_VERSION. | bdrewery | 2018-03-01 | 1 | -1/+0 |
* | Remove PYNUMERIC | sunpoet | 2018-02-28 | 1 | -1/+0 |
* | Switch some MASTER_SITES from http/ftp to https. | mat | 2018-02-27 | 1 | -4/+7 |
* | Remove support for deprecated USES=python:2 and USES=python:3 | antoine | 2018-02-27 | 1 | -14/+4 |
* | - Try to correct a bunch of error messages reported by pkg-fallout@ on | stephen | 2018-02-26 | 1 | -1/+1 |
* | gecko: convert to CONFIGURE_OUTSOURCE | jbeich | 2018-02-25 | 1 | -8/+3 |
* | WITH_CCACHE_BUILD: Fix some ports not using proper CCACHE_DIR. | bdrewery | 2018-02-25 | 1 | -0/+7 |
* | - Add -std=gnu++11 to CXXFLAGS to accomodate update of octave to 4.2.1 | stephen | 2018-02-25 | 1 | -0/+1 |
* | Give the KDE SC4 applications ports a -kde4 suffix | tcberner | 2018-02-23 | 1 | -26/+28 |
* | Remove leftover debugging | bdrewery | 2018-02-22 | 1 | -1/+0 |
* | Fix RANDOMIZE_MASTER_SITES. | bdrewery | 2018-02-21 | 2 | -2/+11 |
* | Reduce fstat(2) calls for SCRIPTDIR/* scripts. | bdrewery | 2018-02-21 | 1 | -1/+3 |
* | Remove debugging | bdrewery | 2018-02-21 | 1 | -1/+0 |
* | Rework r462455: soeliminate never made it to a release, was only in 11-CURRENT. | bdrewery | 2018-02-21 | 1 | -8/+2 |
* | Avoid fstat(/usr/bin/soeliminate) for every port when building INDEX. | bdrewery | 2018-02-21 | 1 | -5/+8 |
* | Update comment: add pgsql 10 | sunpoet | 2018-02-21 | 1 | -1/+1 |
* | Update kdelibs to 4.14.38. | rakuco | 2018-02-19 | 1 | -1/+1 |
* | Update QScintilla 2.10.2. | rakuco | 2018-02-18 | 1 | -2/+2 |
* | http://mirrors.ibiblio.org/pub/mirrors/mozdev.org/ redirects to | gerald | 2018-02-17 | 1 | -1/+1 |
* | lang/ruby25: apply upstream patch to fix segfault | swills | 2018-02-16 | 1 | -1/+1 |
* | Update KDE Frameworks to 5.43.0 | tcberner | 2018-02-16 | 1 | -3/+9 |
* | devel/boost-python-libs got forgotten in the python flavorization, fix | mat | 2018-02-15 | 1 | -0/+7 |
* | Remove Postgresql 9.2 from the list of supported versions. | rene | 2018-02-11 | 2 | -2/+2 |
* | Rename KDE4 meta ports | tcberner | 2018-02-10 | 1 | -2/+2 |
* | use HTTPS whenever possible | wosch | 2018-02-09 | 1 | -90/+90 |
* | Fix editors/vim-tiny hanging on reading stdin during generate-plist. | bdrewery | 2018-02-08 | 1 | -0/+2 |
* | Remove leading newline to FLAVORS. | bdrewery | 2018-02-07 | 1 | -0/+4 |
* | Fix cross build of base/ ports | swills | 2018-02-06 | 1 | -1/+1 |
* | Changes from BZ PR 224217 plus minor changes to fix base/gcc fetch | swills | 2018-02-06 | 1 | -2/+9 |
* | Replace llvm 3.4 by llvm 5.0, as a choice for people who enforce clang | bapt | 2018-02-06 | 1 | -12/+12 |
* | Flavorize and modernize Emacs ports | jrm | 2018-02-02 | 1 | -0/+133 |
* | Remove Mk/Uses/emacs.mk and japanese/migemo-emacs | jrm | 2018-02-02 | 1 | -133/+0 |
* | Flavorize and modernize Emacs ports | jrm | 2018-02-02 | 4 | -177/+137 |
* | Don't run create-manifest as root. | mat | 2018-02-01 | 1 | -3/+4 |
* | - Update to 3.0.4 | acm | 2018-02-01 | 2 | -7/+8 |
* | Add Linux version of sysutils/lttng-ust, needed by upcoming linux-dotnet | tijl | 2018-02-01 | 1 | -0/+1 |
* | Add Linux version of sysutils/liburcu, needed by upcoming linux-dotnet ports. | tijl | 2018-02-01 | 1 | -0/+1 |
* | Add Linux version of devel/libunwind, needed by upcoming linux-dotnet ports. | tijl | 2018-02-01 | 1 | -0/+1 |
* | Add Linux version of devel/icu, needed by upcoming linux-dotnet ports. | tijl | 2018-02-01 | 1 | -0/+1 |
* | Update comment: remove ruby 2.2 | sunpoet | 2018-02-01 | 1 | -1/+1 |
* | Remove lang/ruby22 | sunpoet | 2018-02-01 | 1 | -14/+2 |
* | Revert recent fpc changes, they were obviously untested | antoine | 2018-01-31 | 2 | -8/+7 |
* | lang/mono: update to version 5.2.0.215 (and enhance USES=mono) | dbn | 2018-01-31 | 1 | -19/+105 |
* | - Update to 3.0.4 | acm | 2018-01-31 | 2 | -7/+8 |
* | Update EPEL and EPEL7 URL. | tijl | 2018-01-30 | 1 | -10/+10 |
* | Update Qt5 to 5.9.4. | rakuco | 2018-01-29 | 1 | -1/+1 |
* | Add shared RTSP, TELNET and TFTP descriptions | sunpoet | 2018-01-29 | 1 | -0/+3 |
* | Be more specific with python version to prevent deprecation warnings | jhale | 2018-01-28 | 1 | -1/+1 |
* | Extract desktop-categories, check-desktop-entries, and install-desktop-entrie... | mat | 2018-01-28 | 4 | -182/+296 |
* | Add a USES=python:patch for when Python is needed during the patch | mat | 2018-01-25 | 1 | -21/+19 |
* | Add support to passing directories to EXTRA_PATCHES. | mat | 2018-01-25 | 2 | -4/+11 |
* | Allow passing -DDEPENDS_SHOW_FLAVOR to list flavors for dependency lists. | bdrewery | 2018-01-25 | 2 | -5/+15 |
* | - Update name of autoreconf WRKSRC variable in comment | ak | 2018-01-24 | 1 | -2/+4 |
* | Describe when allflavors should be used. | mat | 2018-01-23 | 1 | -1/+3 |
* | `make makepatch`: Don't replace patches with only metadata changes | kevans | 2018-01-23 | 1 | -0/+33 |
* | add new stage-qa target: gemfiledeps | tz | 2018-01-23 | 2 | -2/+48 |
* | Use qt.io instead of qt-project.org in MASTER_SITE_QT. | rakuco | 2018-01-21 | 1 | -2/+2 |
* | Remove PYTHON*_DEFAULT_VERSION. | mat | 2018-01-21 | 2 | -56/+10 |
* | Fix Qt4 atomics on aarch64. Add a patch from Fedora (similar changes in | adridg | 2018-01-20 | 1 | -0/+1 |
* | Remove confusing and obsolete comment, 10.2 support was axed in | mat | 2018-01-18 | 1 | -1/+0 |
* | Update KDE Frameworks to 5.42.0 | tcberner | 2018-01-17 | 1 | -1/+1 |
* | www/firefox: update to 58.0 | jbeich | 2018-01-16 | 2 | -4/+6 |
* | USE_AUTOTOOLS has been removed, at last. | mat | 2018-01-15 | 1 | -2/+2 |
* | Sort. | mat | 2018-01-15 | 1 | -1/+1 |
* | Fix a bug in USE_GITHUB code where a version with more than one / was | mat | 2018-01-15 | 1 | -1/+1 |
* | Retire USE_AUTOTOOLS and bsd.autotools.mk. | tijl | 2018-01-15 | 2 | -146/+0 |
* | Add another solution to the WRKSRC+USE_GITHUB warning. | mat | 2018-01-12 | 1 | -1/+1 |
* | Replace USE_AUTOTOOLS with a plain BUILD_DEPENDS. | tijl | 2018-01-12 | 1 | -2/+2 |
* | CONFIGURE_ARGS already contains CC="${CC}". Also add LD="${CC}" so the | tijl | 2018-01-12 | 1 | -1/+1 |
* | Add USE_PHP=mcrypt for PHP 7.2 | sunpoet | 2018-01-10 | 1 | -0/+4 |
* | New ports: www/py-qt5-webchannel and www/py-qt5-webengine | jrm | 2018-01-10 | 1 | -1/+8 |
* | For some reason, this was not caught by the exp-run. | mat | 2018-01-09 | 1 | -3/+3 |
* | Remove support for variables that have been deprecated for a while. | mat | 2018-01-09 | 7 | -181/+97 |
* | Fix flavor helpers when only bsd.port.pre.mk is not used and FLAVOR is not set. | bdrewery | 2018-01-08 | 1 | -28/+29 |
* | Correctly pass -platform to qtbase's configure script when CXX is an absolute... | rakuco | 2018-01-07 | 1 | -2/+3 |
* | Update Qt5 ports to 5.9.3. | rakuco | 2018-01-07 | 2 | -24/+34 |
* | Disallow forced FLAVOR as make argument. | bdrewery | 2018-01-05 | 1 | -0/+5 |
* | Follow-up r458048: Properly trim FLAVOR from .MAKEOVERRIDES. | bdrewery | 2018-01-05 | 1 | -0/+3 |
* | Fix typo in r458054. | bdrewery | 2018-01-05 | 1 | -1/+1 |
* | Fix some *-list targets not properly passing FLAVOR down the chain. | bdrewery | 2018-01-05 | 1 | -1/+5 |
* | Pass FLAVOR in enviroment to avoid forcing an empty value in some cases. | bdrewery | 2018-01-05 | 1 | -6/+6 |
* | Stop truncating .MAKEOVERRIDES after the FLAVORS work. | bdrewery | 2018-01-05 | 1 | -3/+0 |
* | Fix package-depends-list for FLAVORS. | bdrewery | 2018-01-05 | 1 | -1/+7 |
* | Replace some spaces with tabs. | rakuco | 2018-01-04 | 1 | -3/+3 |
* | Cleanup Mk/Uses/gnome.mk. | mat | 2018-01-03 | 2 | -113/+26 |
* | Update SIP to 4.19.6, PyQt4 to 4.12.1 and PyQt5 to 5.9.2. | rakuco | 2018-01-03 | 1 | -5/+5 |
* | New USES=eigen | tcberner | 2018-01-03 | 1 | -0/+55 |
* | Update MASTER_SITE_TEX_CTAN. | linimon | 2018-01-02 | 1 | -3/+1 |
* | Revert commit that tagged along with bsd.sites.mk commit by mistake. | linimon | 2018-01-02 | 1 | -4/+1 |
* | Repairs to MASTER_SITE_DEBIAN_NON_US: | linimon | 2018-01-02 | 2 | -10/+12 |
* | gecko, mesa-dri: shave unnecessary quoting for absolute path to LLD | jbeich | 2018-01-02 | 1 | -1/+1 |
* | bsd.port.mk: don't create a new variable just to check LLD | jbeich | 2018-01-02 | 1 | -2/+1 |
* | Add CMAKE_ON and CMAKE_OFF to cmake.mk | tcberner | 2017-12-31 | 1 | -0/+9 |
* | www/firefox: unbreak OPTIMIZED_CFLAGS=off build after r450707 | jbeich | 2017-12-31 | 1 | -0/+7 |
* | Define licence for PyQt ports via pyqt.mk | tcberner | 2017-12-31 | 1 | -0/+4 |
* | Update comment: add ruby 2.5 | sunpoet | 2017-12-28 | 1 | -1/+1 |
* | Add ruby25 2.5.0 (copied from ruby24) | sunpoet | 2017-12-28 | 1 | -2/+14 |
* | Update USES=compiler:c++14-lang to Clang 5.0 on FreeBSD 10 | jbeich | 2017-12-27 | 1 | -4/+4 |
* | libtool.mk: pass through LDFLAGS -fuse-ld=* | emaste | 2017-12-27 | 1 | -1/+1 |
* | www/firefox: switch to devel/llvm50 for Stylo | jbeich | 2017-12-26 | 1 | -1/+1 |
* | Change default version of ruby from 2.3 to 2.4 | swills | 2017-12-25 | 1 | -1/+1 |
* | Remove support for USE_AUTOTOOLS=automake. | tijl | 2017-12-24 | 1 | -41/+4 |
* | Remove support for USE_AUTOTOOLS=aclocal and USE_AUTOTOOLS=autoheader. | tijl | 2017-12-24 | 1 | -49/+6 |
* | Take maintainership from autotools@. That group is no longer active. | tijl | 2017-12-23 | 2 | -2/+2 |
* | Change default version of samba from 4.4 to 4.6 | antoine | 2017-12-23 | 1 | -1/+1 |
* | Report (in q/a) and fix (in shebangfix) python[23] shebangs | amdmi3 | 2017-12-21 | 2 | -2/+9 |
* | Add an option helper for BINARY_ALIAS | bapt | 2017-12-20 | 1 | -1/+1 |
* | Enhance USES=uniquefiles to be more generic. | mat | 2017-12-20 | 2 | -21/+55 |
* | Update lang/ruby2[2,3,4] to latest versions. | swills | 2017-12-19 | 1 | -6/+6 |
* | Revert r456619: | antoine | 2017-12-19 | 1 | -3/+0 |
* | USES=cran: add lib dependency to flang | dbn | 2017-12-18 | 1 | -0/+3 |
* | Allow to use samba47 with USES=samba | antoine | 2017-12-18 | 2 | -2/+2 |
* | Fix a edge case in the fetch related targets. | mat | 2017-12-16 | 1 | -4/+8 |
* | Fix qa lib dependency checks when using libmap.conf. | mat | 2017-12-15 | 1 | -1/+1 |
* | Add back a line that shouldn't have been removed in r456375 | antoine | 2017-12-15 | 1 | -0/+1 |
* | Remove forgotten old compat code. | mat | 2017-12-15 | 1 | -7/+0 |
* | Update KDE Frameworks to 5.41 | tcberner | 2017-12-15 | 1 | -1/+1 |
* | Rework PY_FLAVOR to always work. | mat | 2017-12-14 | 1 | -5/+6 |
* | Make py3gobject3 and pygobject3 synonyms | antoine | 2017-12-14 | 1 | -4/+4 |
* | Add a DEV_WARNING about some hypotetical case. | mat | 2017-12-12 | 1 | -0/+3 |
* | Limit matching Python flavors to two digits. | mat | 2017-12-12 | 1 | -1/+1 |
* | Make USE_PYTHON=concurrent flavors friendly. | mat | 2017-12-11 | 1 | -1/+3 |