aboutsummaryrefslogtreecommitdiff
path: root/Mk/Scripts
Commit message (Expand)AuthorAgeFilesLines
* Importing KDE Frameworks into the ports tree (required for newer KDE Desktop ...Tobias C. Berner2016-11-141-1/+27
* Fix directory creation when primary group is different from user nameAntoine Brodin2016-11-011-1/+2
* Fix package upgrade setting wrong ownership on a package's $HOME.Bryan Drewery2016-10-311-1/+1
* Don't truncate DEPENDS_ARGS here.Bryan Drewery2016-10-311-2/+2
* Add a Perl CORE QA check.Mathieu Arnold2016-10-291-1/+49
* Do not force a lookup in LOCALBASE/lib for shared libraries.Mathieu Arnold2016-10-251-1/+1
* Replace non breaking space \xa0 with a normal space.Mathieu Arnold2016-10-201-1/+1
* Make make clean be recursive again.Mathieu Arnold2016-10-181-5/+4
* Add ncurses suggestion to qa.sh.Koop Mast2016-09-131-0/+3
* Provide a standard way to look up for executables and shared libraries.Mathieu Arnold2016-09-081-4/+6
* Disable some checks for linux ports.Mathieu Arnold2016-09-081-5/+5
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-051-1/+0
* Add a stage-qa check to check for the existence of SONAME in .so's.Mathieu Arnold2016-08-291-1/+37
* Use LIB_DEPENDS when appropriate in KDE components.Mathieu Arnold2016-08-261-0/+36
* typo.Mathieu Arnold2016-08-171-1/+1
* Unbreak make missing.Mathieu Arnold2016-08-171-1/+17
* Only try to create DISTDIR if it does not exist already.Mathieu Arnold2016-08-081-1/+3
* Tell people to add USES=gettext-runtime, not USES=gettext.Mathieu Arnold2016-08-051-1/+1
* Add a PKGMESSAGES variable that allows the framework to have more thanMathieu Arnold2016-08-031-2/+4
* Only warn about symlinks that exist in the stage directory, or thatMathieu Arnold2016-06-301-1/+8
* - Fix typo: "you need USES=nssl" -> "you need USES=ssl"Dmitry Marakasov2016-06-281-1/+1
* Catch up two instances of USE_OPENSSL.Mathieu Arnold2016-06-271-1/+1
* Replace bsd.openssl.mk with USES=sslMathieu Arnold2016-06-271-0/+9
* 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
* Show proper variable in error.Bryan Drewery2016-06-241-1/+1
* Extend the symlink checks to warn on absolute targets.Mathieu Arnold2016-06-231-1/+6
* Extract create-manifest.Mathieu Arnold2016-06-191-0/+148
* Reverse tests to decrease complexity.Mathieu Arnold2016-06-193-96/+100
* Remove unnecessary evals that do-fetch was using.Mathieu Arnold2016-06-192-16/+17
* Simplify do-fetch, and remove now unused code.Mathieu Arnold2016-06-191-40/+28
* Add USE_OPENSSL to the proxy libs thing.Mathieu Arnold2016-06-161-0/+5
* Fix having the :DEFAULT MASTER_SITES entries ending up being there twiceMathieu Arnold2016-06-061-0/+2
* Fix logic a bit, in case pkg is not installed (I guess.)Mathieu Arnold2016-06-041-9/+7
* Fix fetch-list and fetch-url-list-int when DISTDIR is not writable.Mathieu Arnold2016-05-291-4/+4
* Fix sed command in proxydeps_suggest_uses qa.sh checkDmitry Marakasov2016-05-281-1/+1
* Fix make check-plist with new @xmlcatmgr keywordBaptiste Daroussin2016-05-251-1/+1
* Ensure dp_PKGNAME has been passed to check-vulnerableBaptiste Daroussin2016-05-251-1/+1
* Extract the larger bsd.port.mk targets into separate scripts.Mathieu Arnold2016-05-255-0/+389
* A new stage-qa test has been added, it reports all shared librariesMathieu Arnold2016-05-251-1/+290
* Ease debugging of Mk/Scripts scripts.Mathieu Arnold2016-05-2010-0/+19
* Try to simplify how libperl.so is looked for.Mathieu Arnold2016-05-091-10/+13
* Extract the users/groups creation into a separate shell script.Mathieu Arnold2016-04-181-0/+179
* exclude all gem stuff from path checkSteve Wills2016-01-211-3/+1
* smart_makepatch: Quote PATCH_WRKSRC when regenerating patches.Raphael Kubo da Costa2016-01-211-2/+2
* Be consistent and always enclose shell variables inside braces.Mathieu Arnold2016-01-181-5/+5
* Rework the logic of the libperl detection, making it a bit more simple,Mathieu Arnold2016-01-181-20/+18
* Do not advise to strip object files, it can be harmfulAntoine Brodin2015-12-251-1/+1
* Do not cache PYTHON_PORTVERSION, it is not invariant between portsAntoine Brodin2015-12-251-1/+0
* - add additional blank line, else the first line of the error messageOlli Hauer2015-12-231-0/+1