2012-10-02 13:28:43 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Ensure that MACHINE_ARCH from pkgsrc is used rather than the default
value from make or uname.
Removes "x86_64 != i386" warnings from pkgin on 64-bit Solaris.
Bump PKGREVISION.
|
2012-09-12 01:19:40 by Aleksej Saushev | Files touched by this commit (60) |
Log message:
"user-destdir" is default these days
|
2012-08-22 18:55:27 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
pkgin links against libssl/libcrypto if found, so include openssl buildlink.
Bump PKGREVISION.
|
2012-08-01 13:25:40 by Emile iMil Heitor | Files touched by this commit (1) |
Log message:
Forgot to bump version in configure.ac
|
2012-08-01 13:15:33 by Emile iMil Heitor | Files touched by this commit (2) |
Log message:
0.6.2.2
Fixed bad size_pkg
|
2012-07-30 20:43:51 by Emile iMil Heitor | Files touched by this commit (2) |
Log message:
0.6.2.1
0.6.2 broke build for systems lacking __UNCONST
|
2012-07-30 12:43:03 by Emile iMil Heitor | Files touched by this commit (2) |
Log message:
20120730
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-28 22:21:47 by Emile iMil Heitor | Files touched by this commit (1) |
Log message:
patch-Makefile.in now upstream
|
2012-05-28 22:17:36 by Emile iMil Heitor | Files touched by this commit (3) |
Log message:
20120528
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-20 06:14:58 by Steven Drake | Files touched by this commit (2) |
Log message:
Omit the SQLite load extension and insure that sqlite3.o is compiled
with it's extra CPPFLAGS. (Fixes the build on Linux.)
|