aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
Commit message (Expand)AuthorAgeFilesLines
* Mk/bsd.port.mk: Remove support for FreeBSD 12.1 which reached end-of-life today.Rene Ladan2021-02-011-3/+3
* Revert parts of r555738 which were probably not meant to be committedMateusz Piotrowski2020-11-201-3/+0
* Add education virtual categoryAdam Weinberger2020-11-201-5/+12
* Fix a typoMateusz Piotrowski2020-11-031-1/+1
* Discourage users from using DO_NADAMateusz Piotrowski2020-11-031-0/+4
* Bump minimally supported FreeBSD version to 11.4Rene Ladan2020-10-171-1/+1
* Mk/bsd.port.mk: Remove no-op USE_LIBRUBY variableKoichiro Iwao2020-10-111-1/+1
* Bump MINIMAL_PKG_VERSION to 1.15.9 after the @sample symlink fix.Emmanuel Vadot2020-10-041-1/+1
* Bump the minimal revision required for pkg, due to the fixes in pkg 1.15.8Baptiste Daroussin2020-10-021-1/+1
* Bump the minimal pkg version to 1.15.6Emmanuel Vadot2020-10-011-1/+1
* bsd.port.mk: clarify intended usage of REINPLACE_ARGSKyle Evans2020-09-301-1/+3
* bsd.port.mk: Handle incorrect binary aliases gracefullyMateusz Piotrowski2020-09-281-1/+6
* Print the name of the problematic archive on failed extractionMateusz Piotrowski2020-09-271-0/+1
* Move script to a more appropriate location.Mathieu Arnold2020-08-031-1/+1
* A PLIST file is supposed to be self contained, reset owner/group/modeMathieu Arnold2020-06-251-0/+1
* Make sure rc files are owned by root:wheel with a sensible mode.Mathieu Arnold2020-06-251-1/+1
* Add PATCH_CONTINUE_ON_FAIL to allow patching to go through all theMathieu Arnold2020-05-141-0/+1
* Allow lua scripts in the framworks.Baptiste Daroussin2020-04-291-1/+1
* bsd.port.mk: fix comment typo and excess full-stop in IGNORE (FLAVORS)Matthias Andree2020-04-271-3/+3
* OVERLAYS: Include <overlay>/Mk/bsd.overlay.mkBryan Drewery2020-04-211-0/+6
* Revert r532275Bryan Drewery2020-04-211-6/+0
* OVERLAYS: Include <overlay>/Mk/bsd.overlay.mkBryan Drewery2020-04-211-0/+6
* Fix install-missing-packages when port is missing multiple dependenciesMateusz Piotrowski2020-03-311-3/+2
* 12.0 is not supported any more.Mathieu Arnold2020-03-021-1/+1
* Clarify description of OSREL/OSVERSION in bsd.ports.mk.Michael Gmelin2020-02-141-2/+4
* Mk/bsd.port.mk: sort VALID_CATEGORIES, no functional changeRene Ladan2020-02-061-3/+3
* Improve implementation of install-missing-packagesMateusz Piotrowski2020-02-061-2/+3
* Fix install-missing-packagesMateusz Piotrowski2020-02-041-2/+3
* Making REWARNFILE overridable was an artefact from testing.Mathieu Arnold2020-01-201-1/+1
* Add LOCALBASE/share/man to the valid path for manpagesBaptiste Daroussin2020-01-151-0/+1
* Add QA warning about useless REINPLACE_CMDSteve Wills2020-01-091-0/+7
* Include the tool name for toolchain variables when using CROSS_TOOLCHAIN.John Baldwin2019-12-201-1/+1
* Add new Makefile target "install-missing-packages" to install missing depende...Lars Engels2019-12-081-1/+8
* Mk/bsd.port.mk: detect powerpc64 abiPiotr Kubaj2019-11-291-0/+10
* Permit multiple packing list files to be listed in PLIST.John Baldwin2019-11-201-2/+4
* Clean up support for FreeBSD 11.2.Rene Ladan2019-11-071-8/+8
* bsd.port.mk: update minimal supported version of FreeBSD to 11.3Rene Ladan2019-11-051-1/+1
* Retire XORG_CATNiclas Zeising2019-11-041-7/+0
* Remove "palm" from VALID_CATEGORIES in bsd.port.mk after r516635Rene Ladan2019-11-041-1/+1
* Mk/bsd.port.mk: use GNU LD from ports on powerpc64 elfv2 when GNU LD is requiredPiotr Kubaj2019-10-121-0/+5
* Remove the ipv6 virtual categoryBaptiste Daroussin2019-10-091-1/+1
* Let "make makesum" pass DISTFILES to "make fetch". For Linux ports "makeTijl Coosemans2019-10-081-1/+1
* BINARY_WRAPPERS allow to push in front of the PATH wrappers for binaries.Baptiste Daroussin2019-10-011-0/+11
* Reduce code duplication by calling fetch targetBaptiste Daroussin2019-09-291-14/+2
* Fix string typosAdam Weinberger2019-09-101-2/+2
* Avoid appending FLAVORS to PORTS_FEATURES multiple timesBaptiste Daroussin2019-09-051-0/+2
* Fix make deinstall-depends with pkg.Baptiste Daroussin2019-09-051-1/+2
* Fix documentation of the reinstall targetBaptiste Daroussin2019-09-041-2/+2
* Fix the reinstall target to make it follow a proper sequenceBaptiste Daroussin2019-09-041-1/+1
* Add support for overlaysBaptiste Daroussin2019-09-031-2/+25