Author: flz
Date: Tue Oct 12 10:04:44 2010
New Revision: 213718
URL: http://svn.freebsd.org/changeset/base/213718
Log:
- Add support for xz compression to pkg_create, bzip2 remains the default
compression algorithm.
- Bump PKG_INSTALL_VERSION to 20101012.
Submitted by: mm
MFC after:
Author: flz
Date: Wed Sep 2 13:58:15 2009
New Revision: 196766
URL: http://svn.freebsd.org/changeset/base/196766
Log:
- Bump PKG_INSTALL_VERSION to 20090902 after dougb's changes.
- Change the comment to say that version must be changed when a
non-cosmetic change is made.
Modified:
head/
Author: flz
Date: Wed Sep 2 14:54:47 2009
New Revision: 196767
URL: http://svn.freebsd.org/changeset/base/196767
Log:
- Remove BSD.{x11,x11-4}.dist as we merged prefixes a while ago and those
files aren't used anymore.
- Remove BSD.local.dist as the file moved to ports/Templates when we mer
Author: flz
Date: Wed Sep 2 14:56:23 2009
New Revision: 196768
URL: http://svn.freebsd.org/changeset/base/196768
Log:
Remove BSD.{local,x11,x11-4}.dist mtree files as they're either obsolete or
they've moved to ports.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
=
Author: flz
Date: Tue May 17 19:11:47 2011
New Revision: 222035
URL: http://svn.freebsd.org/changeset/base/222035
Log:
Backout libinstall.a -> libpkg commit.
Discussed with: erwin, brooks, bapt
Added:
head/usr.sbin/pkg_install/lib/
- copied from r207112, head/usr.sbin/pkg_inst
Author: flz
Date: Fri Jan 22 23:13:46 2010
New Revision: 202840
URL: http://svn.freebsd.org/changeset/base/202840
Log:
Synchronize pkg_install with HEAD.
Modified:
stable/8/usr.sbin/pkg_install/add/main.c
stable/8/usr.sbin/pkg_install/create/main.c
stable/8/usr.sbin/pkg_install/delete/Mak
Author: flz
Date: Fri Jan 22 23:17:07 2010
New Revision: 202841
URL: http://svn.freebsd.org/changeset/base/202841
Log:
Synchronize pkg_install with HEAD.
Modified:
stable/7/usr.sbin/pkg_install/add/main.c
stable/7/usr.sbin/pkg_install/add/perform.c
stable/7/usr.sbin/pkg_install/create/mai
Author: flz
Date: Fri Jan 22 23:19:33 2010
New Revision: 202842
URL: http://svn.freebsd.org/changeset/base/202842
Log:
Synchronize pkg_install with HEAD.
Modified:
stable/6/usr.sbin/pkg_install/add/main.c
stable/6/usr.sbin/pkg_install/add/perform.c
stable/6/usr.sbin/pkg_install/create/mai
Author: flz
Date: Fri Jan 22 23:32:10 2010
New Revision: 202844
URL: http://svn.freebsd.org/changeset/base/202844
Log:
- Add support for UPDATING remote fetching.
- Reorganize EXAMPLES section in pkg_updating(1).
- Style fixes.
- Bump PKG_INSTALL_VERSION to 20100122.
Submitted by: bea
Author: flz
Date: Thu Dec 25 15:44:10 2008
New Revision: 186494
URL: http://svn.freebsd.org/changeset/base/186494
Log:
Add package directory for 7.1-RELEASE in head as well as stable/7.
Modified:
head/usr.sbin/pkg_install/add/main.c
Modified: head/usr.sbin/pkg_install/add/main.c
Author: flz
Date: Thu Dec 25 16:44:01 2008
New Revision: 186495
URL: http://svn.freebsd.org/changeset/base/186495
Log:
Synchronize pkg_install with HEAD (20080708):
r180361: actually enable '-n' for pkg_create(1)
r181376: use humanize_number to report pen-sizes
r186494: add
Author: flz
Date: Thu Dec 25 16:59:35 2008
New Revision: 186496
URL: http://svn.freebsd.org/changeset/base/186496
Log:
Follow symlinks when deleting directories.
Bump PKG_INSTALL_VER to 20081225 (Merry Christmas \o/).
PR: bin/54446
Submitted by: Andrea Barberio
MFC after:
Author: flz
Date: Sat Dec 27 14:34:33 2008
New Revision: 186518
URL: http://svn.freebsd.org/changeset/base/186518
Log:
Fix memory leaks introduced in last commit.
Bump version to 20081227.
Reported by: gcooper
Submitted by: Andrea Barberio
MFC after:1 month
Modified:
head/usr
Author: flz
Date: Mon Jan 5 13:10:06 2009
New Revision: 186773
URL: http://svn.freebsd.org/changeset/base/186773
Log:
Synchronize pkg_install with HEAD (20080708):
r180361: actually enable '-n' for pkg_create(1)
r181376: use humanize_number to report pen-sizes
Modified:
stable
Author: flz
Date: Tue Jan 6 19:00:12 2009
New Revision: 186835
URL: http://svn.freebsd.org/changeset/base/186835
Log:
- Backout latest changes (follow symlinks: r186496, r186518).
- Bump PKG_INSTALL_VER to 20090106.
Modified:
head/usr.sbin/pkg_install/lib/lib.h
head/usr.sbin/pkg_install/
Author: flz
Date: Mon Jul 6 11:46:18 2009
New Revision: 195405
URL: http://svn.freebsd.org/changeset/base/195405
Log:
- pkg_install is maintained by portmgr.
- BSD.x11{,-4}.dist aren't used anymore and BSD.local.dist now lives
in ports/Templates/. Most people apparently missed that move and
Author: flz
Date: Thu Apr 1 14:27:29 2010
New Revision: 206043
URL: http://svn.freebsd.org/changeset/base/206043
Log:
Various fixes.
- Replace hardcoded INDEX version. [1]
- Fix a buffer overlap. [2]
- Remove empty package when fetching fails and -K is used. [3]
- Remove useless chmo
Author: flz
Date: Sat Apr 3 10:55:11 2010
New Revision: 206132
URL: http://svn.freebsd.org/changeset/base/206132
Log:
Fix pkg_delete, check if the file we're trying to delete is a
symlink before complaining that it doesn't exist. Typical case
would be a leftover library symlink that's left
Author: flz
Date: Sat Apr 3 10:57:13 2010
New Revision: 206133
URL: http://svn.freebsd.org/changeset/base/206133
Log:
Bump PKG_INSTALL_VERSION to 20100403.
Modified:
head/usr.sbin/pkg_install/lib/lib.h
Modified: head/usr.sbin/pkg_install/lib/lib.h
===
Author: flz
Date: Fri Apr 23 11:07:43 2010
New Revision: 207113
URL: http://svn.freebsd.org/changeset/base/207113
Log:
- Take libinstall.a out of pkg_install and make it a proper shared library.
- Rework the wrapper support to check libpkg version as well as pkg_install
version.
- Add libf
Author: flz
Date: Tue May 19 14:26:41 2009
New Revision: 192382
URL: http://svn.freebsd.org/changeset/base/192382
Log:
Skip @pkgdep if there's no argument.
Submitted by: pav
MFC after:1 week
Modified:
head/usr.sbin/pkg_install/lib/lib.h
head/usr.sbin/pkg_install/lib/plist.c
Modi
I don't know the ins and outs of arcanist but at Facebook we use 'arc
amend' to update the local commit message with whatever is in phabricator.
This includes the name of the reviewer.
Florent
On Fri, Jul 11, 2014 at 9:38 AM, John Baldwin wrote:
> On Friday, July 11, 2014 12:16:26 pm John Bald
On Fri, Jul 11, 2014 at 11:06 AM, Baptiste Daroussin
wrote:
> On Fri, Jul 11, 2014 at 10:51:32AM -0700, Florent Thoumie wrote:
> > I don't know the ins and outs of arcanist but at Facebook we use 'arc
> > amend' to update the local commit message with whatever
23 matches
Mail list logo