non port: Keywords/pkg_install.awk |
SVNWeb
|
Number of commits found: 11 |
Mon, 1 Sep 2014
|
[ 13:03 bapt ] (Only the first 10 of 23 ports in this commit are shown above. )
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D693
|
Tue, 5 Aug 2014
|
[ 16:58 antoine ]
Fix fmtutil keyword with pkg_install
PR: ports/192124
Submitted by: John Hein
With hat: portmgr
|
Fri, 25 Jul 2014
|
[ 13:44 bapt ]
Add support for @fmtutil for pkg_install
|
Fri, 20 Jun 2014
|
[ 21:03 antoine ]
Make @dirrmtry handling in pkg_install closer to what pkg does
Original patch: bapt
Phabric: D215
Exp-run: self, less orphans/leftovers with pkg_install with patch than without
and no new failures with pkg
With hat: portmgr
|
Tue, 17 Jun 2014
|
[ 18:29 antoine ]
Add missing font_dir initialization for @fontsdir
With hat: portmgr
|
Sun, 15 Jun 2014
|
[ 22:40 bapt ]
Remove another extra '`'
Reported by: antoine
|
[ 22:37 bapt ]
Remove extra '`'
Reported by: antoine
|
Thu, 12 Jun 2014
|
[ 10:20 bapt ]
Cosmetic
|
[ 10:11 bapt ]
Make pkg_install aware of @fc @fcfontsdir and @fontsdir
Forgotten in previous commit
Tested by: mandree
|
Wed, 11 Jun 2014
|
[ 17:42 bapt ] (Only the first 10 of 27 ports in this commit are shown above. )
Add an @shell keyword to handle adding and remove a shell path in /etc/shell
Bump port revision of all ports that were doing it wrong prior to the keyword
CR: D208
Reviewed by: antoine
With hat: portmgr
|
Sat, 12 Apr 2014
|
[ 03:39 bdrewery ]
- Add a @sample plist keyword
It accepts a file (must end in .sample, this is not configurable):
@sample file.conf.sample
This will install file.conf.sample and copy it to file.conf. The file.conf
will be removed if it matches file.conf.sample on deinstall.
This replaces older patterns of:
@unexec if cmp -s %D/etc/pkgtools.conf %D/etc/pkgtools.conf.sample; then rm
-f %D/etc/pkgtools.conf; fi
etc/pkgtools.conf.sample
@exec [ -f %B/pkgtools.conf ] || cp %B/%f %B/pkgtools.conf
(Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 11 |