| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=257444
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
can be used to override the default .tbz package extension to
.txz .tgz or .tar
Submitted by: kmoore
Obtained from: PC-BSD
Sponsored by: iXsystems
MFC after: 3 days
Notes:
svn path=/head/; revision=236333
|
| |
|
|
| |
Notes:
svn path=/head/; revision=228990
|
| |
|
|
|
|
|
| |
Discussed with: erwin, brooks, bapt
Notes:
svn path=/head/; revision=222035
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rework the wrapper support to check libpkg version as well as pkg_install
version.
- Add libfetch to _prebuild_libs.
- There are no new features introduced.
Notes: the API is not stable, so basically, do not use libpkg in your
projects for now. Also there's no manpage for libpkg yet, because the API
will change drastically. I repeat, do not use libpkg for now.
Notes:
svn path=/head/; revision=207113
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace hardcoded INDEX version. [1]
- Fix a buffer overlap. [2]
- Remove empty package when fetching fails and -K is used. [3]
- Remove useless chmod2() after mkdtemp(3). [4]
- Replace mkdir(1) call with mkdir(2). [5]
- Get rid of some vsystem() calls.
- Switch from lstat(2) to open(2) in fexists().
- Try rename(2) in move_file() first.
- Bump PKG_INSTALL_VERSION to 20100401.
PR: bin/145101 [1], bin/139492 [2], bin/144919 [3]
bin/144920 [4], bin/144921 [5]
Submitted by: gcooper [1,2,3,4,5]
Notes:
svn path=/head/; revision=206043
|
| |
|
|
|
|
|
| |
MFC after: 1 day
Notes:
svn path=/head/; revision=179835
|
| |
|
|
| |
Notes:
svn path=/head/; revision=132799
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
enable the use as a port on older systems
- use absolute paths in all calls to external programs, to account for strange
PATH settings
- use INDEX or INDEX-5 depending on FreeBSD version, to enable the use on
FreeBSD 4.x as a port.
- conditionalize all 4.x/5.x differences on __FreeBSD_version, so that the
pkg_install tools can be kept in sync on 4.x and 5.x
- Bump PKG_INSTALL_VERSION
Reviewed by: portmgr (bento run)
MFC after: 4 weeks
Notes:
svn path=/head/; revision=131285
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
change))
- pkg_info: new flag -j (show the requirements script)
- pkg_info: fix verbose output when used on packages
- better handling of corrupt entries in /var/db/pkg
- differ between corrupt entires and packages not installed
- various small fixes
PR: 56989, 57016, 57029, 26468
Notes:
svn path=/head/; revision=131280
|
| |
|
|
| |
Notes:
svn path=/head/; revision=128026
|
| |
|
|
|
|
|
|
|
| |
buffer size.
Reported by: Lionnel CHAPTAL <Lionnel.Chaptal@IPricot.com>
MFC after: 1 week
Notes:
svn path=/head/; revision=108778
|
| |
|
|
|
|
|
|
|
| |
(sysinstall depends on this feature for package addition.)
Comment on hard-coded bzip2 usage in the spirit of rev. 1.58.
Notes:
svn path=/head/; revision=106923
|
| |
|
|
|
|
|
| |
find any consumers of HOSTNAME_MAX.
Notes:
svn path=/head/; revision=106492
|
| |
|
|
|
|
|
| |
pkg_{create,delete} don't need to needlessly link with libfetch.
Notes:
svn path=/head/; revision=106491
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106136
|
| |
|
|
|
|
|
| |
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
Notes:
svn path=/head/; revision=102430
|
| |
|
|
|
|
|
|
| |
Mark with XXX so someone that cares about being able to handle either
bziped or gziped packages knows where the remaining nits are.
Notes:
svn path=/head/; revision=102383
|
| |
|
|
|
|
|
|
|
|
| |
fetched with -r option
Reviewed by: will
Approved by: will
Notes:
svn path=/head/; revision=102375
|
| |
|
|
|
|
|
| |
MFC after: 1 day
Notes:
svn path=/head/; revision=101339
|
| |
|
|
|
|
|
| |
Requested by: jhb
Notes:
svn path=/head/; revision=96392
|
| |
|
|
|
|
|
|
|
|
|
| |
you may not use string concatination with __FUNCTION__, replace all occurances
of:
__FUNCTION__ ": error string"
with:
"%s: error string"
Notes:
svn path=/head/; revision=96388
|
| |
|
|
| |
Notes:
svn path=/head/; revision=93520
|
| |
|
|
|
|
|
|
| |
Tested on: i386, alpha
MFC after: 2 weeks
Notes:
svn path=/head/; revision=84745
|
| |
|
|
|
|
|
|
|
| |
PR: bin/28274
Submitted by: John Hein <jhein@timing.com>
MFC after: 1 month
Notes:
svn path=/head/; revision=81058
|
| |
|
|
|
|
|
| |
Idea from: Theo de Raadt <deraadt@openbsd.org>
Notes:
svn path=/head/; revision=79452
|
| |
|
|
|
|
|
| |
Submitted by: bde
Notes:
svn path=/head/; revision=78162
|
| |
|
|
|
|
|
|
|
|
| |
In the child that's set up to run tar(1), close all file descriptors except
stdin, stdout and stderr.
PR: bin/27760
Notes:
svn path=/head/; revision=78072
|
| |
|
|
| |
Notes:
svn path=/head/; revision=76739
|
| |
|
|
|
|
|
|
|
|
| |
- fix cosmetics to shut-up compiler in -pedantic mode (axe several unused vars
and provide default clause in several switch() statements).
No response from: -ports
Notes:
svn path=/head/; revision=71373
|
| |
|
|
|
|
|
| |
parent pass the data received from the server to the child.
Notes:
svn path=/head/; revision=67886
|
| |
|
|
|
|
|
|
|
|
|
|
| |
concerning where they're taking place.
Switch from [r]index() to str[r]chr() functions, which are more ISO
compliant.
Prompted by: Edward Welbourne <eddy@vortigen.demon.co.uk>
Notes:
svn path=/head/; revision=67429
|
| |
|
|
|
|
|
|
| |
Reviewed by: -ports
Tested by: bento
Notes:
svn path=/head/; revision=66021
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62154
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tar files. This fixes clean-up problems during package creation and
does not affect the actual files to be included in the package.
The fix submitted on the attributed PR was identical to the one
obtained from NetBSD.
PR: 17386
Reported by: Adrian Filipi-Martin <adrian@ubergeeks.com>
Obtained from: NetBSD
Notes:
svn path=/head/; revision=58092
|
| |
|
|
|
|
|
|
|
| |
the case where we have a symlink pointing at a dir.
2. Restore stomped character before returning in make_hierarchy()
Notes:
svn path=/head/; revision=57331
|
| |
|
|
|
|
|
|
|
|
|
|
| |
directory is not considered a directory. I have a feeling all the other
stat(2) calls should instead be lstat(2) calls, but I have not suffiently
determined that the current behavior [especially in isfile()] isn't
depended upon by someone.
Ok'ed by: JKH
Notes:
svn path=/head/; revision=57034
|
| |
|
|
|
|
|
|
| |
Submitted by: Ming-I Hsieh <mihs@wm28.csie.ncu.edu.tw>
PR: 15667
Notes:
svn path=/head/; revision=55395
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50479
|
| |
|
|
| |
Notes:
svn path=/head/; revision=47039
|
| |
|
|
|
|
|
|
| |
fixed (chained dependency checking for pkg_add is broken, for one thing)
but at least you can now create one package and use it.
Notes:
svn path=/head/; revision=41530
|
| |
|
|
|
|
|
| |
revisit this after release.
Notes:
svn path=/head/; revision=40354
|
| |
|
|
|
|
|
|
| |
otherwise we'll miss the "symlink exists but points nowhere" case.
Submitted by: asami and/or possibly <ru@ucb.crimea.ua>
Notes:
svn path=/head/; revision=40085
|
| |
|
|
|
|
|
|
| |
stuff was added and nobody seems to have noticed. :)
Noticed by: Josh MacDonald <jmacd@paris.CS.Berkeley.EDU>
Notes:
svn path=/head/; revision=39068
|
| |
|
|
|
|
|
|
|
|
|
| |
o Fix bogus suffix handling.
o Tell user when an FTP url is being xferred rather than being silent.
This sort of violates "the unix way" but it stops people from whacking
^C when they think it's hung, too. Sometimes visual indication of
success is important. Doesn't spit out anything if not on a TTY.
Notes:
svn path=/head/; revision=38942
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
to find dependent packages on the local disk (i.e. package given as
filename, not URL)
- document $PKG_PATH
- use -v on pkg_add for dependent packages
Submitted by: hubertf@NetBSD.ORG
Obtained from: NetBSD
Notes:
svn path=/head/; revision=30533
|
| |
|
|
| |
Notes:
svn path=/head/; revision=30221
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the option in pkg_create. Now preserved files start with a . and are
named .<filename>.<pkgname>.backup so that their purpose is more clear.
Note that just using the preserve option without proper pkg_deps
is also foolish since packages being deleted in the incorrect order with
preserve on can generate some odd results.
Notes:
svn path=/head/; revision=27137
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22997
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|