aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ezjail
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/ezjail: Update 3.4.2 => 3.4.3Dirk Engling2026-07-015-38/+22
| | | | | | | | | | | | | | | | | | | | | | | Changelog: - Install man pages to $DEST/share/man, not $DEST/man. - Make distribution now needs to be called from /usr/src, not /usr/src/etc. - Fix tyop: snapshot => snapshots. - Incorporate fixes from port: provide shutdown script. - for freebsdup-update -b, --currently-running now is mandatory. - Fix superfluous asteriks in multiplication. - Fix man page typos. - Typo fixes. - Incorporate Makefile patch from port. Improve port: - Replace PORTVERSION with DISTVERSION. - Add LICENSE block. - Sort plist. PR: 296424 Sponsored by: UNIS Labs Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
* sysutils/ezjail: fix jail shutdown by adding default exec_stopTorsten Zuehlsdorff2026-03-252-5/+13
| | | | | | | | | New jails were missing the exec.stop setting, causing ezjail to kill processes instead of running /bin/sh /etc/rc.shutdown. Also fixes fetch(1) invocations to use -o - for stdout output. PR: 245167 Approved by: erdgeist (maintainer, upstream)
* sysutils/ezjail: Sanitize MANPREFIXMuhammad Moinur Rahman2024-01-212-4/+8
| | | | Approved by: portmgr (blanket)
* Cleanup: drop redundant DESTDIR propagation via MAKE_{ARGS,ENV}Alexey Dokuchaev2023-05-161-2/+0
| | | | | | | Our framework usually DTRT; sometimes it's necessary to pass it explicitly, e.g. for ports with USES+=qmake or which use exotic build systems, but these are mostly staging dawn and apparently debug leftovers, so remove them to not confuse the reader.
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix ezjail use of make distribution and the path to snapshots on the mirrors.Brad Davis2018-08-312-0/+21
| | | | | | | | PR: 230690 Approved by: maintainer timeout Notes: svn path=/head/; revision=478609
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - Update to 3.4.2Martin Wilke2015-11-273-18/+3
| | | | | | | | | PR: 204758 Submitted by: erdgeist@erdgeist.org Approved by: bapt (mentor) Notes: svn path=/head/; revision=402477
* Fix ezjail.conf.sample having EZJAIL_PREFIX reference.Bryan Drewery2015-05-182-0/+15
| | | | Notes: svn path=/head/; revision=386692
* Cleanup plistAntoine Brodin2014-11-221-17/+1
| | | | Notes: svn path=/head/; revision=373038
* Unbreak the port after adding stage support.Ollivier Robert2014-06-102-3/+3
| | | | | | | | PR: 190873 Submitted by: erdgeist@erdgeist.org (MAINTAINER) Notes: svn path=/head/; revision=357303
* - Update from 3.3 to 3.4Danilo Egea Gondolfo2014-06-103-17/+10
| | | | | | | | | | | - Convert USE_BZIP2 to USES - Add stage support PR: ports/190846 Submitted by: erdgeist@erdgeist.org Notes: svn path=/head/; revision=357253
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Update to 3.3Frederic Culot2013-04-202-3/+3
| | | | | | | | | | Changes: http://erdgeist.org/arts/software/ezjail/#changelog PR: ports/177984 Submitted by: Dirk Engling <erdgeist@erdgeist.org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=316158
* In categories starting with [n-s], remove empty lines (and also few cases ofAlexey Dokuchaev2013-03-171-15/+14
| | | | | | | trailing slashes) from pkg-plist. Notes: svn path=/head/; revision=314445
* - Update to 3.2.3Frederic Culot2012-09-242-3/+3
| | | | | | | | | Changes: http://erdgeist.org/arts/software/ezjail/#changelog PR: ports/171894 Submitted by: Dirk Engling <erdgeist@erdgeist.org> (maintainer) Notes: svn path=/head/; revision=304770
* - update to 3.2.2Jason Helfman2012-09-142-9/+3
| | | | | | | | PR: 171628 Submitted by: maintainer, erdgeist@erdgeist.org Notes: svn path=/head/; revision=304287
* Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-031-1/+1
| | | | | | | | | Handbook) Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301960
* Copy over configuration file on install if not presentChris Rees2012-02-092-0/+8
| | | | | | | | | PR: ports/164745 Submitted by: crees (me) Approved by: Dirk Engling (maintainer) Notes: svn path=/head/; revision=290801
* - Update to 3.2.1 (bugfixes)Jason Helfman2012-02-032-3/+3
| | | | | | | | | PR: ports/164720 Submitted by: maintainer, erdgeist at erdgeist.org Approved by: crees, rene (mentors, implicit) Notes: svn path=/head/; revision=290329
* - Update to 3.2Frederic Culot2012-01-073-7/+12
| | | | | | | | PR: ports/163881 Submitted by: Dirk Engling <erdgeist@erdgeist.org> (maintainer) Notes: svn path=/head/; revision=288682
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Remove %%EXAMPLESDIR%%/example/etc/make.conf duplication in plistBaptiste Daroussin2011-04-041-1/+0
| | | | | | | | | PR: ports/155693 Submitted by: Julien Laffaye <kimelto _at_ gmail.com> Approved by: maintainer (timeout: >15days) Notes: svn path=/head/; revision=272193
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 3.1Wesley Shields2010-03-043-14/+27
| | | | | | | | | PR: ports/144318 Submitted by: Dirk Engling <erdgeist@erdgeist.org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250567
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-7/+1
| | | | Notes: svn path=/head/; revision=225335
* - Update to 3.0Cheng-Lung Sung2008-09-263-17/+4
| | | | | | | | PR: ports/127648 Submitted by: maintainer (Dirk Engling) Notes: svn path=/head/; revision=220848
* Install /basejail/lib32 on amd64.Sergey Skvortsov2008-07-022-0/+13
| | | | | | | | | PR: ports/121836 Submitted by: Dmitriy Kirhlarov <dimma xx higis.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=216160
* - Update to 2.1Rong-En Fan2007-07-312-4/+4
| | | | | | | | PR: ports/115069 Submitted by: Dirk Engling <erdgeist at erdgeist.org> (maintainer) Notes: svn path=/head/; revision=196777
* - Version 2.0.1 fixes some quotation bugs. It also fixes bugCheng-Lung Sung2006-07-242-4/+4
| | | | | | | | | | http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/100369 PR: ports/100775 Submitted by: maintainer (Dirk Engling) Notes: svn path=/head/; revision=168612
* - Update to 2.0Marcus Alves Grando2006-06-033-4/+6
| | | | | | | | PR: 98223 Submitted by: maintainer Notes: svn path=/head/; revision=164259
* - Update to 1.3.1Tim Bishop2006-03-192-4/+4
| | | | | | | | | PR: 94395 Submitted by: Gerd Eist <erdgeist@insomniac.datenfreihafen.de> Approved by: maintainer Notes: svn path=/head/; revision=157676
* - Update to 1.3Marcus Alves Grando2006-02-183-5/+5
| | | | | | | | PR: 93430 Submitted by: maintainer Notes: svn path=/head/; revision=156296
* Update to 1.2.Sam Lawrance2006-02-113-5/+14
| | | | | | | | PR: ports/93182 Submitted by: Dirk Engling <erdgeist@erdgeist.org> (maintainer) Notes: svn path=/head/; revision=155762
* Update to 1.1Marcus Alves Grando2005-11-083-12/+5
| | | | | | | | | | Add SHA256 PR: 88012 Submitted by: maintainer Notes: svn path=/head/; revision=147633
* New port: sysutils/ezjail Jail handling scripts.Edwin Groothuis2005-10-164-0/+48
This port contains two scripts to easily create, manipulate and run FreeBSD jails. WWW: http://erdgeist.org/arts/software/ezjail/ PR: ports/87454 Submitted by: Dirk Engling <erdgeist@erdgeist.org> Notes: svn path=/head/; revision=145492