aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_jail/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.88Dirk Meyer2015-10-251-1/+1
| | | | | | | - fixes recursion in TEST_DEPENDS Notes: svn path=/head/; revision=400158
* - update to 1.87Dirk Meyer2015-09-261-1/+1
| | | | Notes: svn path=/head/; revision=398017
* - Switch to options helpersDmitry Marakasov2015-09-011-4/+3
| | | | | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=395777
* - update to 1.86Dirk Meyer2015-08-141-1/+1
| | | | Notes: svn path=/head/; revision=394202
* - update to 1.85Dirk Meyer2015-02-281-1/+1
| | | | Notes: svn path=/head/; revision=380133
* - update to 1.79Dirk Meyer2014-11-111-1/+1
| | | | | | | | - use new jail syntax - ease migration to pkg Notes: svn path=/head/; revision=372430
* - update to 1.78Dirk Meyer2014-09-051-1/+1
| | | | | | | - defaults to pkg Notes: svn path=/head/; revision=367326
* - update to 1.77Dirk Meyer2014-05-161-3/+3
| | | | | | | added support for pkg * Notes: svn path=/head/; revision=354204
* - remove broken MANPREFIXDirk Meyer2014-03-041-1/+1
| | | | Notes: svn path=/head/; revision=346994
* Remove trailing whitespaces from category ports-mgmtEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345430
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* - revert r331810Dirk Meyer2013-10-281-4/+6
| | | | Notes: svn path=/head/; revision=331895
* - use STAGEDIRDirk Meyer2013-10-271-7/+10
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=331810
* - update to 1.73Dirk Meyer2013-09-301-1/+1
| | | | | | | support for packages with STAGEDIR Notes: svn path=/head/; revision=328867
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+1
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | ports-mgmt) Notes: svn path=/head/; revision=327762
* - update to 1.72Dirk Meyer2013-01-021-1/+1
| | | | Notes: svn path=/head/; revision=309818
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - update to 1.71Dirk Meyer2012-06-301-2/+2
| | | | Notes: svn path=/head/; revision=300243
* - upate to 1.70Dirk Meyer2011-10-181-1/+1
| | | | Notes: svn path=/head/; revision=283734
* - update to 1.69Dirk Meyer2010-06-241-1/+1
| | | | | | | | | - path configureable over ENV - update pkg_jail to use rc.conf or pkg_jail.conf Feature safe: yes Notes: svn path=/head/; revision=256915
* - update to revision 1.68Dirk Meyer2010-04-071-3/+4
| | | | | | | - add manpages Notes: svn path=/head/; revision=252369
* Manage your own packages build on a dedicated build system.Dirk Meyer2010-03-251-0/+36
The build system does the update of the ports tree, moving old packages out of the way, fetch and rebuild the packages you need. Its ports tree with packages is served to the production systems and desktops. On a system you can update installed ports with the clean build packages from the build system. WWW: http://people.freebsd.org/~dinoex/batch/README Notes: svn path=/head/; revision=251482