summaryrefslogtreecommitdiff
path: root/pkgtools/pkgin
AgeCommit message (Collapse)AuthorFilesLines
2015-04-06Revbump after updating textproc/icuadam1-1/+2
2015-03-25Including <sys/termios.h> on FreeBSD throws a warning. This warning breaksrodent2-1/+17
the build. Patch fixes that.
2015-03-09Put the catpage back.jperkin1-1/+2
2015-03-08Updated pkgin to version 0.8.0imil3-9/+11
20150308 bugfix: added missing dash before ffu 20150128 0.8.0 Added preferred.conf support man page now based on ronn <http://rtomayko.github.io/ronn/ronn.1.html>
2015-01-25removed patches, integrated upstreamimil3-63/+0
2015-01-25Updated to pkgin 0.7.0imil2-12/+9
Changes: 20150124 When -n is provided to pkgin ar, rm, in, fug, packages list is shown as one package per line so it is easier to read (feature proposed by gdt@ in GitHub issue #41) 20150122 Fixed GitHub issue #33: clean database when repository removed 20150121 Fixed some resource leakage pointed out by coverity scan 20150119 +PRESERVE packages now correctly upgraded without pkg_add -f 20150106 Dropped percentage printout if stdout is not a tty (patch by Havard Eidnes) Changed pkg_add -f flag with -D as suggested by Greg Troxel 20150105 Fixed an issue with meta-packages not updating pkgdb, check for PKG_DBDIR mtime instead 20150102 Avoid deepness > 1 when checking for dependency upgrades, should fix PR #48561 20141229 Avoid `preserved' packages to be `autoremoved' 20141228 Fixed GH issue #1, NULL PKG_PATH (which is wrong btw) makes pkgin segfault, strcmp() secured with safe_strcmp() Added --with-pkginstall to configure 20141223 0.7.0 Fixed GH issue #36, automatic flag no more set when a package is installed via pkg_add(1) Added -p (parsable) flag for 3rd party frontends Added statistics (patch by Youri Mouton) Package-names-containing-a-dot fix (patch by Yamamoto Takashi)
2015-01-21recuesive bump from libarchive major update.obache1-2/+2
2014-11-19allow overriding the default repository URL with PKGIN_REPOSITORY_URLjmcneill1-2/+7
2014-10-07Revbump after updating libwebp and icuadam1-2/+2
2014-06-05Depend on libfetch from pkgsrc.gdt1-2/+3
On NetBSD 5, builtin libfetch is linked against builtin openssl, but pkgsrc openssl is used to build pkgin, causing a link failure. ok imil@.
2014-04-09recursive bump from icu shlib major bump.obache1-2/+2
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2014-01-27Do not set FETCH_USING, should not be set in a package Makefile.wiz1-2/+1
2014-01-21Support catpage. Bump PKGREVISION.jperkin4-5/+28
2013-10-19Revbump after updating textproc/icuadam1-2/+2
2013-10-06Allow specifying multiple input files for 'pkgin import'.wiz4-11/+29
Ok imil@, will be integrated upstream
2013-09-10Don't pass non-literal strings as format string.joerg2-1/+18
2013-09-02Bump version of pkg_install required. Ride previous PKGREVISION.jperkin1-2/+2
2013-09-02Remove workaround for 'pkg_add -f' bug, now that it is fixed in pkg_install.jperkin3-2/+20
Bump PKGREVISION.
2013-06-160.6.4imil2-10/+12
Large file systems fix by Filip Hajny gcc 4.7 / unused-but-set-variable fix by Makoto Fujiwara Moved to GitHub
2013-05-24Make sure largefile support is enabled on SunOS. See github issuesjperkin1-2/+4
joyent/smartos-live#137 and joyent/pkgsrc#28 for more information. Bump PKGREVISION.
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-1/+2
2013-03-25USE_FEATURES must come before bsd.prefs.mk is included.sbd1-5/+5
2013-02-25NetBSD specific: repositories.conf is configured using OS release number.imil2-9/+16
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-1/+2
2012-12-140.6.3.1imil2-6/+6
Do not exit with not enough space message when install size is negative
2012-12-140.6.3imil2-7/+6
PR3555339@sf (stacktic) Avoid negative speed when a download start (stacktic) PR47196 fixed by stacktic PR47060 fixed by stacktic Added show-no-keep by orgrim Fixed PR47192 (by stacktic)
2012-10-02Ensure that MACHINE_ARCH from pkgsrc is used rather than the defaultjperkin1-2/+5
value from make or uname. Removes "x86_64 != i386" warnings from pkgin on 64-bit Solaris. Bump PKGREVISION.
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-08-22pkgin links against libssl/libcrypto if found, so include openssl buildlink.jperkin1-2/+4
Bump PKGREVISION.
2012-08-01Forgot to bump version in configure.acimil1-4/+4
2012-08-010.6.2.2imil2-6/+6
Fixed bad size_pkg
2012-07-300.6.2.1imil2-6/+6
0.6.2 broke build for systems lacking __UNCONST
2012-07-3020120730imil2-11/+7
Modified default behaviour for Proceed [Y/n] Sync wip with pkgsrc: pkgin 0.6.2 20120729 Rewrote narrow_match() using version_check() to avoid more dirty repositories mistakes. 20120715 Preparing pkginteractive integration. 20120530 SQLite is now part of NetBSD 6.0 base, remove it from pkgin's tree. Dependency will be added in the package.
2012-05-28patch-Makefile.in now upstreamimil1-2/+1
2012-05-2820120528imil3-33/+6
Added SQLite build patch from sbd@ Added show-all-categories unlink() before symlink() 20120525 Dynamically read PKG_DBDIR from pkg_admin 20120524 Do not delete repository entries if the new one is unreachable. 20120429 When a package is marked as TOREMOVE and TOUPGRADE because of a dependency breakage during upgrade, just follow the usual upgrade process. 20120427 Handled "no value field" for buggy packages. 20120419 Hopefuly fixed the "dirty repository" bug thanks to bapt 20120416 Added show-{pkg-,}category as requested by Julian Fagir Added pkg-build-defs as requested by gls@ 20120415 Added pkg-content and pkg-descr Introduced pkg_infos.c to fetch remote informations Removed -D_FILE_OFFSET_BITS=64 from Makefile and added it in fsops.c 20120414 Fire up pkgin 0.6.0 case: cleanup in summary.c (stacktic) Packages list queries ordered differently for display and internals
2012-05-20Omit the SQLite load extension and insure that sqlite3.o is compiledsbd2-1/+28
with it's extra CPPFLAGS. (Fixes the build on Linux.)
2012-04-27Recursive bump from icu shlib major bumped to 49.obache1-1/+2
2012-04-0920120409imil2-7/+7
pkgin 0.5.2.3 Fixed "upgrade too many packages" bug (thanks stacktic)
2011-11-01Recursive bump for archivers/libarchive buildlink addition.sbd1-1/+2
2011-10-29pkgin-0.5.2.1imil2-6/+6
Handled the very rare case where CONFLICTS is placed *after* PKGNAME in pkg_summary(5), leading to database inconsistency.
2011-10-24pkgin-0.5.2imil2-6/+6
Various minor fixes from NetBSDfr hackathon Moved break_depends() at the end of impact.c to avoid inconsistencies Check for real filesystem size to be occuppied by upgrade Check for user permissions before update_db update_db() returns a status so we can warn simple users introduced have_enough_rights(), fixed pkg_keep() perms Various return codes fixed to satisfy frontends
2011-10-16pkgin-0.5.1imil2-6/+8
. Don't download packages when repository is a file:// scheme . Reduce verbosity when marking non-autoremovable packages . Keep going if unmet requirements are encountered and warn about it before proceeding . Always move pkg_install on top of the "to-upgrade" list . pkgin now depends on pkgsrc's pkg_install . Log timestamp . Better handling of pkg_install error logs . rec_pkglist() now takes a va_list . Added "requires" and "provides" to have a closer look on packages requirements . Globs can now be passed as an argument for package installation, i.e. # pkgin in 'mysql-server<5.1' . Export / import a list of packages as requested by wiz@ . Operations tracing flag (-t) . Database silent migration . More flexible check_yesno() . Made pkgin in / rm yes by default . One struct to rule them all (Pkglist) . Got rid of many useless lists (speed x10, literally) . Introduced FULLPKGNAME as db member, speed ups searches . unique_pkg(): no more "many versions of foo", pickup newer
2011-08-13pkgin 0.4.3imil2-6/+6
Imported progressmeter from OpenSSH, should fix percentage progress
2011-08-10pkgin 0.4.2.2imil2-6/+6
Cleaned up download.c SQLite upgraded to 3.7.7.1
2011-08-0220110802imil2-7/+6
Release 0.4.2.1 Fixed the "too many connexions" problem with libfetch and FTP
2011-06-20Bump PKGREVISION for PLIST change.wiz1-2/+2
(Not really necessary, but PKGREVISIONs are cheap; and the binary packages do differ.)
2011-06-20Remove unnecessary exec. PR 45085 by Thomas Cort.wiz1-2/+1
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-1/+2