aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Expand)AuthorAgeFilesLines
* Fixup the PLIST_SUB_SED creation.Mathieu Arnold2016-08-191-2/+2
* Put back PLIST_DIRS handling.Mathieu Arnold2016-08-171-0/+4
* Mk/Uses/cran.mk: fix 'compiles' argument.David Naylor2016-08-171-0/+4
* Move USE_BDB and PLIST_DIRSTRY to the unsupported section, all the portsMathieu Arnold2016-08-174-16/+7
* Add regexps capacity to PLIST_SUB.Mathieu Arnold2016-08-171-1/+3
* Split the PLIST_SUB_SED variable in smaller logical groups.Mathieu Arnold2016-08-171-2/+5
* typo.Mathieu Arnold2016-08-171-1/+1
* Unbreak make missing.Mathieu Arnold2016-08-172-7/+21
* New port: devel/grantlee5 and Uses/grantlee.mkTobias C. Berner2016-08-151-0/+66
* Remove www/pecl-APC, it doesn't work with PHP 5.5+.Mathieu Arnold2016-08-151-2/+1
* Add SNDIO default description.Christian Weisgerber2016-08-091-0/+1
* Don't overquote the DEPRECATED message, it ended up looking silly.Mathieu Arnold2016-08-091-1/+1
* Only try to create DISTDIR if it does not exist already.Mathieu Arnold2016-08-081-1/+3
* Unregister net/qt5-enginio from Mk/bsd.qt.mk which has expired.Rene Ladan2016-08-061-5/+2
* Tell people to add USES=gettext-runtime, not USES=gettext.Mathieu Arnold2016-08-051-1/+1
* Add x11/linux-c6-pixman, required by graphics/linux-c6-cairo.Tijl Coosemans2016-08-041-1/+6
* Add graphics/linux-c6-jasper, required by graphics/linux-c6-gdk-pixbuf2.Tijl Coosemans2016-08-041-1/+6
* Prefix the PKGMESSAGES variable with an _ to show it is private.Mathieu Arnold2016-08-032-3/+3
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-031-37/+50
* Add a PKGMESSAGES variable that allows the framework to have more thanMathieu Arnold2016-08-032-3/+6
* Always include bsd.default-versions.mk in bsd.port.mk.Mathieu Arnold2016-08-0317-29/+2
* Add devel/linux-c6-libthai, required by x11-toolkits/linux-c6-pango.Tijl Coosemans2016-08-021-1/+6
* Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILETijl Coosemans2016-08-011-2/+2
* editors/emacs-devel:Ashish SHUKLA2016-07-271-2/+18
* Mk/Uses/tcl.mk: fix stage-qa linking error.David Naylor2016-07-241-3/+4
* Stop people putting arguments to USES=ssl.Mathieu Arnold2016-07-221-0/+4
* - Update EMACS_PORTSDIR to match new convention of specifying dependencyAshish SHUKLA2016-07-221-5/+5
* Fix display of 7.0 for IGNOREBryan Drewery2016-07-201-1/+1
* gecko: axe poorly maintained QT5 supportJan Beich2016-07-131-9/+2
* bsd.emacs.mk: Fix EMACS_VER for emacs-devel after r416838.Raphael Kubo da Costa2016-07-101-1/+1
* update thunderbird to 45.2.0Christoph Moench-Tegeder2016-07-091-7/+12
* Remove a patch from devel/gmake so the port no longer depends onTijl Coosemans2016-07-081-13/+5
* Do not try to register '/' as a directory when PREFIX is set to '/'Baptiste Daroussin2016-07-051-1/+1
* Extend the USES=php match so that it recognizes php:web as well, to preventAdam Weinberger2016-07-041-2/+2
* Add another http:// GENTOO mirror and kill stray EOL whitespace while here.Alexey Dokuchaev2016-07-021-1/+2
* Delete the now expired postgresql90 ports. Upstream support forMatthew Seaman2016-07-012-2/+2
* Only warn about symlinks that exist in the stage directory, or thatMathieu Arnold2016-06-301-1/+8
* For some reason, != "" and == "" don't work the same with make andMathieu Arnold2016-06-291-2/+2
* Move USE_PHPEXT, USE_PHP_BUILD and USE_ZENDEXT to unsupported, now thatMathieu Arnold2016-06-282-13/+4
* Add support for USE_PHP=ext:build to add a build dependency on the extension.Mathieu Arnold2016-06-281-7/+7
* USEify USES=php.Mathieu Arnold2016-06-282-34/+79
* - Fix typo: "you need USES=nssl" -> "you need USES=ssl"Dmitry Marakasov2016-06-281-1/+1
* Remove obsolete doc.Mathieu Arnold2016-06-271-1/+0
* Catch up two instances of USE_OPENSSL.Mathieu Arnold2016-06-272-3/+1
* Replace bsd.openssl.mk with USES=sslMathieu Arnold2016-06-274-17/+27
* Add opt_CMAKE_BOOL_OFF, oposite of opt_CMAKE_BOOL.Mathieu Arnold2016-06-261-0/+9
* Add an opt_CMAKE_BOOL options helper.Adam Weinberger2016-06-251-0/+10
* Reduce a little bit foot shooting for people installing python 3 ports usingAntoine Brodin2016-06-251-1/+6
* Fix package depends install not respecting DEPENDS_ARGS for the PKGFILE lookup.Bryan Drewery2016-06-241-6/+4
* Add a function port_var_fetch() for fetching multiple variables from a port.Bryan Drewery2016-06-241-0/+29