summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Fix USE_LDCONFIG32 for stage ready portsAlex Kozlov2013-10-151-1/+1
* - Update comments to reflect the new "stage" targetFrederic Culot2013-10-111-6/+7
* - WITH_CCACHE_BUILD: Respect NOCCACHE as well since that is what devel/ccacheBryan Drewery2013-10-111-1/+1
* - Try to clarify USE_PACKAGE_DEPENDS_ONLY failure messageBryan Drewery2013-10-101-1/+1
* - Move dialog4ports.sh to more appropriate new directory Mk/Scripts asBryan Drewery2013-10-091-1/+1
* First set of Q/A for staged ports.Baptiste Daroussin2013-10-091-0/+7
* - Fix 'USE_DOS2UNIX= file list' not printing file names since r183768Bryan Drewery2013-10-091-1/+1
* - Fix not being able to use :DEFAULT group in MASTER_SITES and PATCH_SITES.Bryan Drewery2013-10-071-5/+6
* - PATCHFILES now support an optional :-pX flag that notes which patch stripBryan Drewery2013-10-051-15/+35
* Allow to mark a port as broken on some given arches without having to add pre...Baptiste Daroussin2013-10-031-3/+10
* - Fix 'package' with staging+pkg_install when ports are read-only by creatingBryan Drewery2013-10-021-4/+12
* - Fix staging not checking if a port is already installed when installingBryan Drewery2013-10-011-2/+2
* - pkg_install+staging: Fix installing package as non-root to call su.Bryan Drewery2013-10-011-2/+2
* The FreeBSD graphics/x11 team proudly presentsNiclas Zeising2013-09-291-6/+8
* - Don't needlessly depend on ccache with WITH_CCACHE_BUILD when NO_BUILD is setBryan Drewery2013-09-271-1/+2
* - Fix FORCE_PKG_REGISTER with pkg_install with stagingBryan Drewery2013-09-271-0/+4
* Only make the pkg-plist start with @owner and @group if root is not neededBaptiste Daroussin2013-09-241-1/+1
* Allow packaging as a user for stage ready portsBaptiste Daroussin2013-09-241-1/+12
* Fix typoBaptiste Daroussin2013-09-241-1/+1
* In case the port is supporting staging, initialize the PLIST withBaptiste Daroussin2013-09-241-0/+4
* Define UID earlier so that it can be used by USESBaptiste Daroussin2013-09-241-4/+4
* - Be explicit about prefix with @cwd for USE_LDCONFIGBryan Drewery2013-09-241-2/+2
* Fix STAGEDIR support for ports using DESKTOP_ENTRIESBaptiste Daroussin2013-09-231-1/+1
* Introduce a new MANDIRS macros to make the compress-man determine where the m...Baptiste Daroussin2013-09-231-1/+2
* Do not require root credential for make clean if the stage cookie is not presentBaptiste Daroussin2013-09-231-1/+1
* - Fix PORTDOCS, PORTEXAMPLES and PORTDATA with staging.Bryan Drewery2013-09-231-6/+6
* Add support for staging area in the ports treeBaptiste Daroussin2013-09-231-28/+131
* - Rename public name of SSP support to WITH_SSP_PORTS as /usr/srcBryan Drewery2013-09-221-2/+3
* - Add 2 settable variablesSunpoet Po-Chuan Hsieh2013-09-211-2/+4
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-0/+11
* Fix typoBaptiste Daroussin2013-09-191-1/+1
* Move the target for sanity checking to the end of bsd.port.mk so thatBaptiste Daroussin2013-09-191-0/+37
* Remove cruftBaptiste Daroussin2013-09-181-3/+0
* Add a new bsd.sanity.mk.Baptiste Daroussin2013-09-181-5/+4
* Remove the old perl framework, that also means all the perl code is not loade...Baptiste Daroussin2013-09-181-4/+0
* Introduce a new USE_CXXSTD similar to USE_CSTD to allow enforcing the C++ lan...Baptiste Daroussin2013-09-091-0/+5
* Don't rely on `file -L' to follow symlinks and find type of the fileMaxim Sobolev2013-09-081-1/+2
* - Followup to r325807, with USE_PACKAGE_DEPENDS_ONLY, still allowBryan Drewery2013-09-031-1/+1
* - Fix regression from r325805 and allow 'make fetch' to workBryan Drewery2013-09-031-1/+1
* - Fix regression with 'makesum' from r325805 by respectingBryan Drewery2013-09-011-1/+1
* - Add USE_PACKAGE_DEPENDS_ONLY which will try installing dependenciesBryan Drewery2013-08-311-3/+10
* - make fetch/checksum: If a fetched file does not match the expected size,Bryan Drewery2013-08-311-2/+17
* - make checksum: When encountering a checksum mismatch, delete the fileBryan Drewery2013-08-311-0/+1
* - Fix WITH_CCACHE_BUILD support on ports that have a *PATH var in theirBryan Drewery2013-08-301-1/+1
* - Support overriding CONFIG_SITEBryan Drewery2013-08-291-1/+2
* On HEAD fetch is now checking for https, which lead to lots of fetch failuresBaptiste Daroussin2013-07-311-0/+1
* Define MAKE_CMD in post.mk to allow anything to overwrite itBaptiste Daroussin2013-07-301-0/+1
* do-install also needs MAKE_CMDBaptiste Daroussin2013-07-301-1/+1
* Reduce code duplication by overwriting MAKE_CMD when it is different.Baptiste Daroussin2013-07-301-1/+1
* Remove excessive colonBaptiste Daroussin2013-07-291-1/+1