summaryrefslogtreecommitdiff
path: root/Mk
AgeCommit message (Expand)Author
2018-06-30devel/monodevelop: update to 7.5.3.7David Naylor
2018-06-30Convert to readelf.Mathieu Arnold
2018-06-30Remove dead code.Mathieu Arnold
2018-06-30USES=mono: enhance makenupkg and add NUGET_LAYOUTDavid Naylor
2018-06-29Fix a few Perl ports with Perl 5.28.Mathieu Arnold
2018-06-29Keep --forward when using PATCH_DEBUG.Mathieu Arnold
2018-06-28Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner
2018-06-27Add Varnish 6 to the frameworkMark Felder
2018-06-25add lxqt-globalkeys componentSteve Wills
2018-06-22bsd.gecko.mk / USES=gecko : remove expired libxul support.Rene Ladan
2018-06-22Make flavors explicit for phonon.Tobias C. Berner
2018-06-22Adjust repository pathSteve Wills
2018-06-21multimedia/*phonon*: update and flavorize with @qt4/@qt5Tobias C. Berner
2018-06-20Set OS versions to target system versions for CROSS_SYSROOT.John Baldwin
2018-06-20Sort ONLY_FOR_ARCHS and NOT_FOR_ARCHS on display.Mathieu Arnold
2018-06-20www/firefox-esr: update to 60.1.0Jan Beich
2018-06-19www/firefox: update to 61.0Jan Beich
2018-06-17gecko: check app compatibility for -i18n via package registryJan Beich
2018-06-15Mk/Uses/php.mk: small clean-upLuca Pizzamiglio
2018-06-15Update KDE Frameworks to 5.47Tobias C. Berner
2018-06-14Unregister expired net/samba45Rene Ladan
2018-06-14Update automake to 1.16.1. Also remove automake-wrapper. We haven't hadTijl Coosemans
2018-06-14Mk/Uses/cargo.mk: Encode more crate build dependenciesTobias Kortkamp
2018-06-13Remove https://ftp.ruby-lang.org/ as wellAkinori MUSHA
2018-06-13Remove ftp://ftp.ruby-lang.org/; the FTP service is shutting downAkinori MUSHA
2018-06-11Add support for USES=compiler:c++17-langAntoine Brodin
2018-06-10Update KDE Applications to 18.04.2Tobias C. Berner
2018-06-10Mk/bsd.default-versions.mk: Add MariaDB 10.3Bernard Spil
2018-06-09databases/mariadb103-server: Add MariaDB 10.3 portBernard Spil
2018-06-08SC1004: This backslash+linefeed is literal. Break outside single quotes if yo...Mathieu Arnold
2018-06-08SC2035: Use ./*glob* or -- *glob* so names with dashes won't become options.Mathieu Arnold
2018-06-08SC2162: read without -r will mangle backslashes.Mathieu Arnold
2018-06-08SC2015: Note that A && B || C is not if-then-else. C may run when A is true.Mathieu Arnold
2018-06-08Don't exec with a pipe afterwards, it is weird.Mathieu Arnold
2018-06-08SC2185: Some finds don't have a default path. Specify '.' explicitly.Mathieu Arnold
2018-06-08SC2046: Quote this to prevent word splitting.Mathieu Arnold
2018-06-03- Change LAZARUS_VER to 1.8.4Jose Alonso Cardenas Marquez
2018-06-02Unregister expired lang/perl5.22Rene Ladan
2018-06-02Document the form USE_GCC=X+ instead of the older form USE_GCC=X.Y+Gerald Pfeifer
2018-06-01SC2006: Use $(..) instead of legacy `..`.Mathieu Arnold
2018-06-01SC2155: Declare and assign separately to avoid masking return values.Mathieu Arnold
2018-06-01SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.Mathieu Arnold
2018-06-01SC2153: Possible misspelling: PORTNAME may not be assigned, but portname is.Mathieu Arnold
2018-06-01SC2091: Remove surrounding $() to avoid executing output.Mathieu Arnold
2018-06-01SC2163: Exporting an expansion rather than a variable.Mathieu Arnold
2018-06-01SC2034: <some var> appears unused. Verify it or export it.Mathieu Arnold
2018-06-01SC2198: Arrays don't work as operands in [ ]. Use a loop (or concatenate with...Mathieu Arnold
2018-06-01SC2221 & SC2222: This pattern always overrides a later/previous one.Mathieu Arnold
2018-06-01SC2068: Double quote array expansions to avoid re-splitting elements.Mathieu Arnold
2018-06-01SC2145: Argument mixes string and array. Use * or separate argument.Mathieu Arnold