The NetBSD Project

CVS log for pkgsrc/pkgtools/pkgin/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / pkgin

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.128.2.1 / (download) - annotate - [select for diffs], Sat Jan 13 12:49:09 2024 UTC (2 months, 2 weeks ago) by bsiegert
Branch: pkgsrc-2023Q4
Changes since 1.128: +2 -2 lines
Diff to previous 1.128 (colored) next main 1.129 (colored) to selected 1.71 (colored)

Pullup ticket #6832 - requested by riastradh
net/libfetch: enable HTTPS cert validation on NetBSD 10
pkgtools/pkg_install, pkgtools/pkgin: revbump

(via patch)

   net/libfetch: Enable HTTPS certificate validation, but limit it to
   NetBSD>=10 for now.

   The switch has been flipped on for all platforms in pkgsrc-current
   with net/libfetch 2.40.  To avoid trouble with future updates to
   pkgsrc-2024Q1, the attached patch -- which is limited at
   compile-time to NetBSD>=10 -- bumps the version to 2.39nb3 instead,
   so that the version in pkgsrc-2024Q1 will appear newer.

   See
   https://mail-index.netbsd.org/pkgsrc-users/2023/12/31/msg038682.html
   https://mail-index.netbsd.org/tech-pkg/2023/12/09/msg028590.html
   for discussion.  (A future pullup might rip off the NetBSD>=10
   bandaid, but I'd like to get this part in ASAP.)

Revision 1.129 / (download) - annotate - [select for diffs], Wed Jan 3 12:32:59 2024 UTC (2 months, 3 weeks ago) by gdt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.128: +2 -2 lines
Diff to previous 1.128 (colored) to selected 1.71 (colored)

pkgtools/*: revbump for libfetch

libfetch's recent behavior change can be viewed as a bugfix or as an
ABI change.  pkg_install vendors libfetch from the sources, for
bootstrapping reasons and thus needs a revbump.  For consistency and
to reduce confusion, also bump the other two packages that depend on
it.

Revision 1.128 / (download) - annotate - [select for diffs], Wed Nov 8 13:20:39 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base
Branch point for: pkgsrc-2023Q4
Changes since 1.127: +2 -2 lines
Diff to previous 1.127 (colored) to selected 1.71 (colored)

*: recursive bump for icu 74.1

Revision 1.127 / (download) - annotate - [select for diffs], Tue Oct 24 22:10:40 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.126: +2 -1 lines
Diff to previous 1.126 (colored) to selected 1.71 (colored)

*: bump for openssl 3

Revision 1.126 / (download) - annotate - [select for diffs], Tue Aug 22 07:14:18 2023 UTC (7 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.125: +2 -2 lines
Diff to previous 1.125 (colored) to selected 1.71 (colored)

pkgin: Update to 23.8.1.

## Version 23.8.1 (2023-08-22)

 * Fix regression introduced in 23.8.0 where only the first argument to
   "keep" and "unkeep" commands was processed.  Reported by gdt.

Revision 1.125 / (download) - annotate - [select for diffs], Wed Aug 16 17:19:55 2023 UTC (7 months, 1 week ago) by jperkin
Branch: MAIN
Changes since 1.124: +2 -3 lines
Diff to previous 1.124 (colored) to selected 1.71 (colored)

pkgin: Update to 23.8.0.

## Version 23.8.0 (2023-08-16)

This is the biggest overhaul of pkgin yet!  As well as fixing many bugs, pkgin
23.8.0 runs "pkgin -n upgrade" over 2,000x faster on a test system with 12,663
packages installed compared to 22.10.0 (1.4 seconds vs over 54 minutes).

 * Large overhaul of dependency resolution code, fixing many upgrade issues,
   providing significant performance improvements, and improving code and
   logic readability.

 * Add support for SUPERSEDES.

 * Fix install and removal ordering.

 * Improve and fix handling of "keep" packages, using "pkg_add -A" to
   correctly install automatic packages rather than applying keep or unkeep
   flags afterwards.

 * Output improvements, sorting packages alphabetically and providing a
   simple progress counter.  Fix unwanted output that could end up mixed
   with package paths in "pkgin export".

 * Correct handling of +REQUIRED_BY for reverse dependencies, fixing
   DEPENDS that use alternate matches.

 * Many internal code improvements, memory leaks plugged, and compiler
   warnings eradicated.

Fixes at least the following issues:

 * NetBSDfr/pkgin#10
 * NetBSDfr/pkgin#44
 * NetBSDfr/pkgin#79
 * NetBSDfr/pkgin#95
 * NetBSDfr/pkgin#97
 * NetBSDfr/pkgin#110
 * NetBSDfr/pkgin#113
 * NetBSDfr/pkgin#128
 * NetBSD PR#51465
 * NetBSD PR#56683

Revision 1.124 / (download) - annotate - [select for diffs], Wed Apr 19 08:11:16 2023 UTC (11 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.123: +2 -2 lines
Diff to previous 1.123 (colored) to selected 1.71 (colored)

revbump after textproc/icu update

Revision 1.123 / (download) - annotate - [select for diffs], Wed Nov 23 16:20:57 2022 UTC (16 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.122: +2 -1 lines
Diff to previous 1.122 (colored) to selected 1.71 (colored)

massive revision bump after textproc/icu update

Revision 1.122 / (download) - annotate - [select for diffs], Wed Oct 5 17:23:02 2022 UTC (17 months, 3 weeks ago) by jperkin
Branch: MAIN
Changes since 1.121: +2 -2 lines
Diff to previous 1.121 (colored) to selected 1.71 (colored)

pkgin: Update to 22.10.0.

## Version 22.10.0 (2022-10-05)

 * Fix issue where newly-installed packages were not correctly marked as
   keep packages.

Revision 1.121 / (download) - annotate - [select for diffs], Tue Sep 6 12:32:47 2022 UTC (18 months, 3 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.120: +2 -3 lines
Diff to previous 1.120 (colored) to selected 1.71 (colored)

pkgin: Update to 22.9.0.

## Version 22.9.0 (2022-09-06)

 * Pass verbose flag down to libfetch operations too.

 * Update show-keep/show-no-keep output format (Sunil Nimmagadda).

 * Add -4 and -6 flags to force libfetch to use IPv4/IPv6 (Staffan Thomén,
   Sebastian Wiedenroth).

 * Convert many SQL queries to use sqlite3_snprintf() and sqlite3 format
   strings to reduce potential SQL injection attacks (Taylor R Campbell).

 * Use sqlite3 savepoints, fixing issue around interrupted local summary
   updates (Taylor R Campbell).

 * Use posix_spawn() on newer macOS.

Revision 1.120 / (download) - annotate - [select for diffs], Thu Jul 7 16:28:56 2022 UTC (20 months, 3 weeks ago) by jperkin
Branch: MAIN
Changes since 1.119: +2 -2 lines
Diff to previous 1.119 (colored) to selected 1.71 (colored)

*: Update my MAINTAINER email address.

Revision 1.119 / (download) - annotate - [select for diffs], Mon Apr 18 19:11:56 2022 UTC (23 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.118: +2 -2 lines
Diff to previous 1.118 (colored) to selected 1.71 (colored)

revbump for textproc/icu update

Revision 1.118 / (download) - annotate - [select for diffs], Wed Dec 8 16:06:11 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.117: +2 -1 lines
Diff to previous 1.117 (colored) to selected 1.71 (colored)

revbump for icu and libffi

Revision 1.117 / (download) - annotate - [select for diffs], Wed Dec 1 12:20:58 2021 UTC (2 years, 3 months ago) by jperkin
Branch: MAIN
Changes since 1.116: +2 -2 lines
Diff to previous 1.116 (colored) to selected 1.71 (colored)

pkgin: Update to 21.12.0.

## Version 21.12.0 (2021-12-01)

 * Manual page fixes.
 * Avoid crash when FILE_SIZE is invalid in a remote repository.

Revision 1.116 / (download) - annotate - [select for diffs], Wed Oct 20 08:18:57 2021 UTC (2 years, 5 months ago) by jperkin
Branch: MAIN
Changes since 1.115: +2 -2 lines
Diff to previous 1.115 (colored) to selected 1.71 (colored)

pkgin: Update to 21.10.1.

## Version 21.10.1 (2021-10-20)

 * Free memory correctly when building package lists for printing.  Reduces
   memory usage considerably when operating on a large number of packages.

 * Avoid infinite loop in package linked list when handling pkg_install.

Revision 1.115 / (download) - annotate - [select for diffs], Tue Oct 12 12:46:14 2021 UTC (2 years, 5 months ago) by jperkin
Branch: MAIN
Changes since 1.114: +4 -2 lines
Diff to previous 1.114 (colored) to selected 1.71 (colored)

pkgin: Update to 21.10.0.

Add new pkgin-prefer-gzip option to support the feature listed below, and
activate it by default on what I believe are MACHINE_ARCH that would most
benefit from it - no offence intended ;)

## Version 21.10.0 (2021-10-12)

 * Support building with -DPREFER_GZIP_SUMMARY which will attempt to fetch
   pkg_summary.gz first, useful on slower machines with limited memory.

Revision 1.114 / (download) - annotate - [select for diffs], Thu Jul 22 14:47:46 2021 UTC (2 years, 8 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.113: +2 -3 lines
Diff to previous 1.113 (colored) to selected 1.71 (colored)

pkgin: Update to 21.7.0.

## Version 21.7.0 (2021-07-22)

 * Syncronise latest humanize_number() from NetBSD, sizes greater than 64PB
   are now printed correctly.
 * Regenerate for autoconf-2.71 and fix "make distcheck".
 * Fix inconsistent output when using globs.
 * Fix out-of-srcdir builds.
 * Improve fetch failure error messages.
 * Update documentation to reflect IRC migration to Libera.

Revision 1.113 / (download) - annotate - [select for diffs], Wed Apr 21 11:42:32 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.112: +2 -1 lines
Diff to previous 1.112 (colored) to selected 1.71 (colored)

revbump for textproc/icu

Revision 1.112 / (download) - annotate - [select for diffs], Wed Dec 30 09:21:22 2020 UTC (3 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.111: +2 -2 lines
Diff to previous 1.111 (colored) to selected 1.71 (colored)

pkgin: Update to 20.12.1.

## Version 20.12.1 (2020-12-30)

 * Fix version selection of packages and dependencies for install.  Previously
   the first returned match would win, and preferred.conf was not considered
   for dependencies.

Revision 1.111 / (download) - annotate - [select for diffs], Sun Dec 13 09:13:08 2020 UTC (3 years, 3 months ago) by jperkin
Branch: MAIN
Changes since 1.110: +2 -3 lines
Diff to previous 1.110 (colored) to selected 1.71 (colored)

pkgin: Update to 20.12.0.

## Version 20.12.0 (2020-12-13)

 * Return correct MACHINE_ARCH when using $arch in repositories.conf.

Revision 1.110 / (download) - annotate - [select for diffs], Fri Dec 11 15:56:15 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.109: +3 -3 lines
Diff to previous 1.109 (colored) to selected 1.71 (colored)

pkgin: just depend on pkg_install again

Bump PKGREVISION

Revision 1.109 / (download) - annotate - [select for diffs], Fri Dec 4 13:39:45 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.108: +3 -3 lines
Diff to previous 1.108 (colored) to selected 1.71 (colored)

pkgin: comment out pkg_install dependency

pkg_install required by mk is newer than what is required here, and the
DEPENDS here will always pull in the package even if the base system provides
a newer version.

Bump PKGREVISION.

Revision 1.108 / (download) - annotate - [select for diffs], Thu Nov 5 09:08:58 2020 UTC (3 years, 4 months ago) by ryoon
Branch: MAIN
Changes since 1.107: +2 -1 lines
Diff to previous 1.107 (colored) to selected 1.71 (colored)

*: Recursive revbump from textproc/icu-68.1

Revision 1.107 / (download) - annotate - [select for diffs], Mon Nov 2 14:25:39 2020 UTC (3 years, 4 months ago) by jperkin
Branch: MAIN
Changes since 1.106: +2 -2 lines
Diff to previous 1.106 (colored) to selected 1.71 (colored)

pkgin: Update to 20.11.0.

## Version 20.11.0 (2020-11-02)

 * Avoid segmentation fault when trying to install package conflicts.
 * Remove default 15 second download timeout, also fixing -fno-common.
 * Remove debugging code that snuck into the previous release.

Revision 1.106 / (download) - annotate - [select for diffs], Fri Aug 28 16:21:09 2020 UTC (3 years, 7 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.105: +2 -2 lines
Diff to previous 1.105 (colored) to selected 1.71 (colored)

pkgin: Update to 20.8.0.

## Version 20.8.0 (2020-08-28)

 * Avoid segmentation faults across a few different scenarios.

Revision 1.105 / (download) - annotate - [select for diffs], Mon Jul 13 18:18:54 2020 UTC (3 years, 8 months ago) by jperkin
Branch: MAIN
Changes since 1.104: +3 -4 lines
Diff to previous 1.104 (colored) to selected 1.71 (colored)

pkgin: Update to 20.7.0.

Update pkg_install dependency for "pkg_admin rebuild-tree" fixes.

## Version 20.7.0 (2020-07-13)

 * Order package installs correctly.
 * Switch to mdoc(7) manual page, converted by wizd(8).
 * Remove -F (force reinstall) flag.
 * Enable compiler warnings in maintainer mode.
 * Match candidate packages correctly, avoiding issues with packages that
   include "-[0-9]" in their package names.
 * Various internal cleanups.

Revision 1.104 / (download) - annotate - [select for diffs], Thu Jul 9 10:46:24 2020 UTC (3 years, 8 months ago) by kim
Branch: MAIN
Changes since 1.103: +2 -1 lines
Diff to previous 1.103 (colored) to selected 1.71 (colored)

Pass PKG_SYSCONFDIR to configure

Revision 1.103 / (download) - annotate - [select for diffs], Tue Jun 2 08:24:37 2020 UTC (3 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.102: +2 -1 lines
Diff to previous 1.102 (colored) to selected 1.71 (colored)

Revbump for icu

Revision 1.102 / (download) - annotate - [select for diffs], Mon May 25 08:42:05 2020 UTC (3 years, 10 months ago) by jperkin
Branch: MAIN
Changes since 1.101: +15 -33 lines
Diff to previous 1.101 (colored) to selected 1.71 (colored)

pkgin: Update to 20.5.1.

This is quite a disruptive change, but has been tested in various ways across
Darwin, Minix, and SmartOS, so I'm reasonably confident I caught most issues.

With the switch to automake the pkgsrc Makefile has been able to be simplified
a lot, and I also took the opportunity to remove the mostly useless MESSAGE
file.

## Version 20.5.1 (2020-05-25)

 * Improve make portability.

## Version 20.5.0 (2020-05-25)

 * Switch to automake and overhaul mandatory configure options.
 * Remove unused code and pointless configure tests, cleaning up includes
   and headers where appropriate.
 * New version number scheme (yy.m.x).  The previous scheme had no relevance,
   this one at least gives users some clue about how up-to-date their version
   is.

Revision 1.101 / (download) - annotate - [select for diffs], Sun May 17 12:13:46 2020 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
Changes since 1.100: +2 -1 lines
Diff to previous 1.100 (colored) to selected 1.71 (colored)

pkgtools/pkgin: allow no-op SUBST block for paths

In a pkgsrc setup with default paths, the simple substitutions are all
no-ops.  The last two substitutions only apply to Makefile.in, which
means that they are no-ops for the other files.  Since the whole sed
command is not considered an identity substitution, an explicit
SUBST_NOOP_OK is needed here.

https://mail-index.netbsd.org/pkgsrc-users/2020/05/17/msg031245.html

Revision 1.100 / (download) - annotate - [select for diffs], Mon May 4 11:15:50 2020 UTC (3 years, 10 months ago) by jperkin
Branch: MAIN
Changes since 1.99: +2 -2 lines
Diff to previous 1.99 (colored) to selected 1.71 (colored)

pkgin: Unbreak PKGPATH subst change.

Revision 1.99 / (download) - annotate - [select for diffs], Wed Apr 29 15:09:20 2020 UTC (3 years, 10 months ago) by jperkin
Branch: MAIN
Changes since 1.98: +2 -9 lines
Diff to previous 1.98 (colored) to selected 1.71 (colored)

pkgin: Update to 0.16.1.

The "jperkin should have run the test suite before releasing 0.16.0" release.

## Version 0.16.1 (2020-04-29)

 * Don't attempt to update the keep list if we're only downloading packages.
 * Avoid C99isms for now, fixes CentOS 6 build.
 * Ignore "pkg_admin rebuild-tree" output, removes spurious "Done." messages
   from output.
 * Some minor internal refactoring.

Revision 1.98 / (download) - annotate - [select for diffs], Tue Apr 28 02:43:21 2020 UTC (3 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.97: +3 -1 lines
Diff to previous 1.97 (colored) to selected 1.71 (colored)

pkgtools/pkgin: define PKGPATH before including mk.conf

PKGPATH is one of the few variables that is guaranteed to be defined when
mk.conf is included. Conditions like ".if ${PKGPATH} == category/package"
trigger a "Malformed conditional" when this variable is not defined.

Revision 1.97 / (download) - annotate - [select for diffs], Mon Apr 27 14:54:47 2020 UTC (3 years, 11 months ago) by jperkin
Branch: MAIN
Changes since 1.96: +2 -3 lines
Diff to previous 1.96 (colored) to selected 1.71 (colored)

pkgin: Update to 0.16.0.

## Version 0.16.0 (2020-04-27)

 * Rebuild +REQUIRED_BY files after each pkgdb modification, ensuring
   consistency and avoiding "Can't open +CONTENTS of ..." errors during
   subsequent upgrades.
 * Improved output sorting.
 * Turn off WARNS.
 * Minor cleanups.
 * Documentation fixes.
 * Flush yes/no prompt before reading response (Michael Forney).

Revision 1.96 / (download) - annotate - [select for diffs], Sun Apr 12 08:29:08 2020 UTC (3 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.95: +2 -2 lines
Diff to previous 1.95 (colored) to selected 1.71 (colored)

Recursive revision bump after textproc/icu update

Revision 1.95 / (download) - annotate - [select for diffs], Sat Jan 18 21:50:31 2020 UTC (4 years, 2 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.94: +2 -1 lines
Diff to previous 1.94 (colored) to selected 1.71 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.94 / (download) - annotate - [select for diffs], Mon Jan 6 09:39:02 2020 UTC (4 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (colored) to selected 1.71 (colored)

pkgin: Update to 0.15.0.

## Version 0.15.0 (2020-01-06)

 * Also match full package names when searching (Erik van Nooijen).

Revision 1.93 / (download) - annotate - [select for diffs], Thu Dec 12 15:52:53 2019 UTC (4 years, 3 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (colored) to selected 1.71 (colored)

pkgin: Update to 0.14.0.

## Version 0.14.0 (2019-12-12)

 * Ensure reverse dependencies are considered when a "pkgin install" triggers
   an upgrade of a local package, avoiding potentially nasty bugs.
 * Minor performance improvement.

Revision 1.92 / (download) - annotate - [select for diffs], Mon Nov 4 08:39:04 2019 UTC (4 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.91: +7 -1 lines
Diff to previous 1.91 (colored) to selected 1.71 (colored)

pkgin: fix build with gcc-8.x

Turn off string truncation and overflow warnings until the code is fixed

Revision 1.91 / (download) - annotate - [select for diffs], Tue Sep 24 12:57:22 2019 UTC (4 years, 6 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored) to selected 1.71 (colored)

pkgin: Update to 0.13.0.

## Version 0.13.0 (2019-09-24)

 * "pkgin upgrade" now upgrades all packages instead of only keep packages, and
   essentially replaces "pkgin full-upgrade".  Selective upgrades have always
   been risky and provide no benefit, especially in light of refresh support.
   "pkgin full-upgrade" is retained for compatibility but marked as deprecated.
 * Refresh the local package repository when a forced update is requested, so
   that a failed update can be repaired easily.
 * Switch NetBSD default repository from ftp.netbsd.org to cdn.netbsd.org.

Revision 1.90 / (download) - annotate - [select for diffs], Thu Jun 13 13:06:40 2019 UTC (4 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored) to selected 1.71 (colored)

pkgin: Update to 0.12.0.

## Version 0.12.0 (2019-06-13)

 * Fix ordering of database updates, ensuring modification times are only
   updated once the new data is committed.

Revision 1.89 / (download) - annotate - [select for diffs], Mon May 20 12:26:06 2019 UTC (4 years, 10 months ago) by jperkin
Branch: MAIN
Changes since 1.88: +2 -3 lines
Diff to previous 1.88 (colored) to selected 1.71 (colored)

pkgin: Update to 0.11.8.

## Version 0.11.8 (2019-05-20)

 * Improve SQL strictness, avoiding issues where excessive writes to the SQL
   error log caused by changes in SQLite 3.27.0 would swamp regular operations.

Revision 1.88 / (download) - annotate - [select for diffs], Wed Apr 3 00:33:02 2019 UTC (4 years, 11 months ago) by ryoon
Branch: MAIN
Changes since 1.87: +2 -1 lines
Diff to previous 1.87 (colored) to selected 1.71 (colored)

Recursive revbump from textproc/icu

Revision 1.87 / (download) - annotate - [select for diffs], Thu Mar 7 11:08:38 2019 UTC (5 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.86: +3 -4 lines
Diff to previous 1.86 (colored) to selected 1.71 (colored)

pkgin: Update to 0.11.7.

## Version 0.11.7 (2019-03-07)

 * Switch back to NetBSDfr/pkgin as the upstream repository.
 * Improve database safety.
 * Fix clang -Wmissing-noreturn and -Wformat-nonliteral warnings.
 * Fix some typos in the manual page.

Revision 1.86 / (download) - annotate - [select for diffs], Sun Dec 9 18:52:43 2018 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.85: +2 -1 lines
Diff to previous 1.85 (colored) to selected 1.71 (colored)

revbump after updating textproc/icu

Revision 1.85 / (download) - annotate - [select for diffs], Thu Sep 20 12:45:19 2018 UTC (5 years, 6 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.84: +2 -2 lines
Diff to previous 1.84 (colored) to selected 1.71 (colored)

pkgin: Update to 0.11.6.

## Version 0.11.6 (2018-09-20)

 * Fix -Werror=conversion build issue.

Revision 1.84 / (download) - annotate - [select for diffs], Thu Sep 20 10:13:54 2018 UTC (5 years, 6 months ago) by jperkin
Branch: MAIN
Changes since 1.83: +2 -3 lines
Diff to previous 1.83 (colored) to selected 1.71 (colored)

pkgin: Update to 0.11.5.

## Version 0.11.5 (2018-09-20)

 * Fix crash when preferred.conf exists but is empty.
 * Improve preferred.conf handling.
 * Fix package not available message when attempting to install a non-existent
   package.
 * Small performance improvement in newline handling.

Revision 1.81.2.1 / (download) - annotate - [select for diffs], Sat Aug 18 10:36:37 2018 UTC (5 years, 7 months ago) by bsiegert
Branch: pkgsrc-2018Q2
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored) next main 1.82 (colored) to selected 1.71 (colored)

Pullup ticket #5809 - requested by youri
pkgtools/pkgin: bugfix

Revisions pulled up:
- pkgtools/pkgin/Makefile                                       1.82
- pkgtools/pkgin/distinfo                                       1.52

---
   Module Name:	pkgsrc
   Committed By:	jperkin
   Date:		Tue Jul  3 17:39:35 UTC 2018

   Modified Files:
   	pkgsrc/pkgtools/pkgin: Makefile distinfo

   Log Message:
   pkgin: Update to 0.11.4.

   ## Version 0.11.4 (2018-07-03)

    * Fix dependency matching to correctly consider DEPENDS rather than simply
      attempting to pull in the highest version.  Resolves issues with installing
      packages depending on samba and their conflicts against tdb and talloc.

Revision 1.83 / (download) - annotate - [select for diffs], Fri Jul 20 03:34:26 2018 UTC (5 years, 8 months ago) by ryoon
Branch: MAIN
Changes since 1.82: +2 -1 lines
Diff to previous 1.82 (colored) to selected 1.71 (colored)

Recursive revbump from textproc/icu-62.1

Revision 1.82 / (download) - annotate - [select for diffs], Tue Jul 3 17:39:35 2018 UTC (5 years, 8 months ago) by jperkin
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored) to selected 1.71 (colored)

pkgin: Update to 0.11.4.

## Version 0.11.4 (2018-07-03)

 * Fix dependency matching to correctly consider DEPENDS rather than simply
   attempting to pull in the highest version.  Resolves issues with installing
   packages depending on samba and their conflicts against tdb and talloc.

Revision 1.81 / (download) - annotate - [select for diffs], Fri Jun 29 11:27:56 2018 UTC (5 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base
Branch point for: pkgsrc-2018Q2
Changes since 1.80: +2 -2 lines
Diff to previous 1.80 (colored) to selected 1.71 (colored)

pkgin: Update to 0.11.3.

## Version 0.11.3 (2018-06-29)

 * Allow -y flag to work with autoremove.
 * Improve -n flag and autoremove output formatting.

Revision 1.80 / (download) - annotate - [select for diffs], Wed Jun 20 09:29:51 2018 UTC (5 years, 9 months ago) by jperkin
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79 (colored) to selected 1.71 (colored)

pkgin: Update to 0.11.2.

## Version 0.11.2 (2018-06-20)

 * Fix a couple of issues with PKGPATH handling in import and upgrade.
 * Fix an occasional memory corruption issue with commands that call
   pkg_info for output.

Revision 1.79 / (download) - annotate - [select for diffs], Thu Jun 14 11:47:13 2018 UTC (5 years, 9 months ago) by jperkin
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored) to selected 1.71 (colored)

pkgin: Update to 0.11.1.

## Version 0.11.1 (2018-06-14)

 * Permit the user to install an older package version.
 * Ensure warning and error counters are reset for each phase.
 * Print total download size when using -d.

Revision 1.78 / (download) - annotate - [select for diffs], Fri Jun 8 21:59:58 2018 UTC (5 years, 9 months ago) by jperkin
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 (colored) to selected 1.71 (colored)

pkgin: Update to 0.11.0.

## Version 0.11.0 (2018-06-08)

 * Fix build on NetBSD/evbarm.
 * Skip download checks for packages that are being removed, prevents
   erroneous "empty FILE_SIZE" failures.
 * Perform in-place upgrades using `pkg_add -DU` rather than removing
   and reinstalling.  Should be faster and less error-prone.
 * Output formatting improvements.  Installs are now split between
   refresh, upgrade, and install, with package lists formatted to be
   easier to read.

Revision 1.77 / (download) - annotate - [select for diffs], Wed Jun 6 11:10:06 2018 UTC (5 years, 9 months ago) by jperkin
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored) to selected 1.71 (colored)

pkgin: Update to 0.10.2.

## Version 0.10.2 (2018-06-06)

 * Fix -f flag when used with install.
 * Handle empty BUILD_DATE correctly.

Revision 1.76 / (download) - annotate - [select for diffs], Thu May 31 23:23:33 2018 UTC (5 years, 9 months ago) by jperkin
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored) to selected 1.71 (colored)

pkgin: Update to 0.10.1.

## Version 0.10.1 (2018-06-01)

 * Fix BUILD_DATE refresh support for preserved packages.
 * Improve provides/requires output to avoid confusion for new users.

Revision 1.75 / (download) - annotate - [select for diffs], Thu May 17 13:55:23 2018 UTC (5 years, 10 months ago) by jperkin
Branch: MAIN
Changes since 1.74: +5 -12 lines
Diff to previous 1.74 (colored) to selected 1.71 (colored)

pkgin: Update to version 0.10.0 and take MAINTAINER.

## Version 0.10.0 (2018-05-17)

 * Add BUILD_DATE support, packages are now upgraded if the BUILD_DATE
   has changed, to ensure rebuilt dependencies are correctly handled.
 * Download handling fixes.
 * Count packages correctly.
 * Ensure the remote database is updated before performing upgrades.
 * Internal code cleanups, refactoring, WARNS fixes, etc.
 * Support nanosecond resolution on pkgdb mtime.
 * Sync progressmeter and pkg_install with upstreams.
 * Improve SQL logging.
 * Fix -d when used with an upgrade action.
 * Fix exit status for various commands and usage.
 * Avoid segfault in show-category.
 * Improve pkgin database initialisation and upgrade checks.
 * Support libarchive 2.x and Minix 3.3.0
 * Support PKG_INSTALL_DIR and PKGIN_DBDIR, primarily to support the
   new pkgin test suite: https://github.com/joyent/pkgin-test-suite

Revision 1.74 / (download) - annotate - [select for diffs], Sat Apr 14 07:34:38 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored) to selected 1.71 (colored)

revbump after icu update

Revision 1.73 / (download) - annotate - [select for diffs], Thu Nov 30 16:45:36 2017 UTC (6 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored) to selected 1.71 (colored)

Revbump after textproc/icu update

Revision 1.72 / (download) - annotate - [select for diffs], Mon Sep 18 09:53:33 2017 UTC (6 years, 6 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored)

revbump for requiring ICU 59.x

Revision 1.71 / (download) - annotate - [selected], Mon May 29 11:09:46 2017 UTC (6 years, 10 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored)

Recursive revision bump for archivers/libarchive.

Revision 1.70 / (download) - annotate - [select for diffs], Sat Apr 22 21:03:54 2017 UTC (6 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored) to selected 1.71 (colored)

Revbump after icu update

Revision 1.69 / (download) - annotate - [select for diffs], Sun Dec 4 05:17:39 2016 UTC (7 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) to selected 1.71 (colored)

Recursive revbump from textproc/icu 58.1

Revision 1.68 / (download) - annotate - [select for diffs], Fri Jul 1 17:55:23 2016 UTC (7 years, 8 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored) to selected 1.71 (colored)

The recent libarchive update changed the library major.  Increase the
ABI depends and perform a PKGREVISION bump for dependents.

Noticed by OSX binary package users.

Revision 1.67 / (download) - annotate - [select for diffs], Mon Apr 11 19:02:02 2016 UTC (7 years, 11 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored) to selected 1.71 (colored)

Recursive revbump from textproc/icu 57.1

Revision 1.66 / (download) - annotate - [select for diffs], Sat Mar 5 11:29:15 2016 UTC (8 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.65: +2 -1 lines
Diff to previous 1.65 (colored) to selected 1.71 (colored)

Bump PKGREVISION for security/openssl ABI bump.

Revision 1.65 / (download) - annotate - [select for diffs], Thu Feb 25 17:25:05 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
Changes since 1.64: +2 -4 lines
Diff to previous 1.64 (colored) to selected 1.71 (colored)

Use OPSYSVARS.

Revision 1.64 / (download) - annotate - [select for diffs], Mon Feb 8 16:39:30 2016 UTC (8 years, 1 month ago) by jperkin
Branch: MAIN
Changes since 1.63: +4 -8 lines
Diff to previous 1.63 (colored) to selected 1.71 (colored)

Update pkgin to 0.9.4.  Changes:

 * Check for pkg_summary updates before fetching packages.

Revision 1.63 / (download) - annotate - [select for diffs], Sat Oct 10 01:58:18 2015 UTC (8 years, 5 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.62: +2 -1 lines
Diff to previous 1.62 (colored) to selected 1.71 (colored)

Recursive revbump from textproc/icu

Revision 1.62 / (download) - annotate - [select for diffs], Sun Sep 27 16:41:12 2015 UTC (8 years, 6 months ago) by gdt
Branch: MAIN
Changes since 1.61: +0 -1 lines
Diff to previous 1.61 (colored) to selected 1.71 (colored)

Revert previous.

This warning isn't supposed to fire on macro code, so this is either
something subtly odd in pkgin or broken in OS X's clang.  This still
needs fixing, but in a way that's more limited to the problematic
platform.

Revision 1.61 / (download) - annotate - [select for diffs], Sat Sep 26 12:15:28 2015 UTC (8 years, 6 months ago) by gdt
Branch: MAIN
Changes since 1.60: +2 -1 lines
Diff to previous 1.60 (colored) to selected 1.71 (colored)

Disable -Werror to avoid build failures.

At least on OS X with clang, pkgin fails to build because of extra
parens around ==.  See https://github.com/NetBSDfr/pkgin/issues/64
for details.

This seems to be a new issue with something in the pkgsrc build
environment (bsd makefiles or compat libs), not in pkgin proper, but
pkgin's use of bsd makefiles leads to Werror.

Revision 1.60 / (download) - annotate - [select for diffs], Fri Sep 4 19:37:13 2015 UTC (8 years, 6 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.59: +3 -1 lines
Diff to previous 1.59 (colored) to selected 1.71 (colored)

Add ${VARBASE}/db/pkgin to OWN_DIRS.

Revision 1.59 / (download) - annotate - [select for diffs], Tue Aug 18 19:31:29 2015 UTC (8 years, 7 months ago) by jperkin
Branch: MAIN
Changes since 1.58: +3 -3 lines
Diff to previous 1.58 (colored) to selected 1.71 (colored)

Update pkgin to version 0.9.3.  Changes:

 * Ensure we aren't copying overlapping memory regions.  Issue found by
   Matthias Ferdinand.

 * Free libarchive resources after use.

 * Various WARNS and build cleanups.

Tested on Linux (now builds on Ubuntu 12.04), OSX, SmartOS and NetBSD.

Revision 1.58 / (download) - annotate - [select for diffs], Mon Aug 17 16:05:26 2015 UTC (8 years, 7 months ago) by jperkin
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored) to selected 1.71 (colored)

Pick up configure version bump.  Ride previous version.

Revision 1.57 / (download) - annotate - [select for diffs], Mon Aug 17 09:40:11 2015 UTC (8 years, 7 months ago) by jperkin
Branch: MAIN
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored) to selected 1.71 (colored)

Update pkgin to version 0.9.2.  Changes:

  * Fix -Wempty-body issue, noticed by joerg.

Revision 1.56 / (download) - annotate - [select for diffs], Thu Aug 13 15:16:55 2015 UTC (8 years, 7 months ago) by jperkin
Branch: MAIN
Changes since 1.55: +3 -3 lines
Diff to previous 1.55 (colored) to selected 1.71 (colored)

Update pkgin to version 0.9.1.  Changes:

  * Fix off-by-one NUL handling in pkg_summary.  Problem noticed by yrmt,
    caused occasional failures on OSX.

Revision 1.55 / (download) - annotate - [select for diffs], Thu Aug 13 10:06:53 2015 UTC (8 years, 7 months ago) by jperkin
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored) to selected 1.71 (colored)

Use MASTER_SITE_GITHUB.

Revision 1.54 / (download) - annotate - [select for diffs], Thu Aug 13 10:05:19 2015 UTC (8 years, 7 months ago) by jperkin
Branch: MAIN
Changes since 1.53: +3 -4 lines
Diff to previous 1.53 (colored) to selected 1.71 (colored)

Update pkgin to version 0.9.0.  Changes:

  * Significantly reduce RAM requirements for both "install" and "update",
    headline number is "pkgin install gcc47" on SmartOS/x86_64 reduces from
    383MB to 14MB, as well as being significantly faster, especially on
    slower hardware.  See my blog post at
    <http://www.perkin.org.uk/posts/reducing-ram-usage-in-pkgin.html> for
    more details.

  * Handle pkg_add signature verification failures.

  * Support pkg_summary.xz if available.

  * Don't switch to parsable output when stdout isn't a tty, which broke
    various automation tools.

  * Integrate patches/patch-external_progressmeter.h

Tested on NetBSD, OSX, and SmartOS.

Revision 1.53 / (download) - annotate - [select for diffs], Mon Apr 6 08:17:36 2015 UTC (8 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.52: +2 -1 lines
Diff to previous 1.52 (colored) to selected 1.71 (colored)

Revbump after updating textproc/icu

Revision 1.52 / (download) - annotate - [select for diffs], Sun Mar 8 17:57:42 2015 UTC (9 years ago) by imil
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.51: +4 -2 lines
Diff to previous 1.51 (colored) to selected 1.71 (colored)

Updated pkgin to version 0.8.0

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>

Revision 1.51 / (download) - annotate - [select for diffs], Sun Jan 25 10:09:34 2015 UTC (9 years, 2 months ago) by imil
Branch: MAIN
Changes since 1.50: +5 -5 lines
Diff to previous 1.50 (colored) to selected 1.71 (colored)

Updated to pkgin 0.7.0

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)

Revision 1.50 / (download) - annotate - [select for diffs], Wed Jan 21 09:12:41 2015 UTC (9 years, 2 months ago) by obache
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored) to selected 1.71 (colored)

recuesive bump from libarchive major update.

Revision 1.49 / (download) - annotate - [select for diffs], Wed Nov 19 15:10:32 2014 UTC (9 years, 4 months ago) by jmcneill
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.48: +7 -2 lines
Diff to previous 1.48 (colored) to selected 1.71 (colored)

allow overriding the default repository URL with PKGIN_REPOSITORY_URL

Revision 1.48 / (download) - annotate - [select for diffs], Tue Oct 7 16:47:34 2014 UTC (9 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.71 (colored)

Revbump after updating libwebp and icu

Revision 1.47 / (download) - annotate - [select for diffs], Thu Jun 5 13:36:38 2014 UTC (9 years, 9 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.46: +3 -2 lines
Diff to previous 1.46 (colored) to selected 1.71 (colored)

Depend on libfetch from pkgsrc.

On NetBSD 5, builtin libfetch is linked against builtin openssl, but
pkgsrc openssl is used to build pkgin, causing a link failure.

ok imil@.

Revision 1.46 / (download) - annotate - [select for diffs], Wed Apr 9 07:27:15 2014 UTC (9 years, 11 months ago) by obache
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.71 (colored)

recursive bump from icu shlib major bump.

Revision 1.45 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:28 2014 UTC (10 years, 1 month ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.71 (colored)

Recursive PKGREVISION bump for OpenSSL API version bump.

Revision 1.44 / (download) - annotate - [select for diffs], Mon Jan 27 18:41:14 2014 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.43: +1 -2 lines
Diff to previous 1.43 (colored) to selected 1.71 (colored)

Do not set FETCH_USING, should not be set in a package Makefile.

Revision 1.43 / (download) - annotate - [select for diffs], Tue Jan 21 16:31:27 2014 UTC (10 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.42: +12 -3 lines
Diff to previous 1.42 (colored) to selected 1.71 (colored)

Support catpage.  Bump PKGREVISION.

Revision 1.42 / (download) - annotate - [select for diffs], Sat Oct 19 09:07:11 2013 UTC (10 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.71 (colored)

Revbump after updating textproc/icu

Revision 1.41 / (download) - annotate - [select for diffs], Sun Oct 6 08:28:47 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.40: +2 -3 lines
Diff to previous 1.40 (colored) to selected 1.71 (colored)

Allow specifying multiple input files for 'pkgin import'.
Ok imil@, will be integrated upstream

Revision 1.40 / (download) - annotate - [select for diffs], Mon Sep 2 11:01:42 2013 UTC (10 years, 6 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.71 (colored)

Bump version of pkg_install required.  Ride previous PKGREVISION.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Sep 2 10:38:04 2013 UTC (10 years, 6 months ago) by jperkin
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored) to selected 1.71 (colored)

Remove workaround for 'pkg_add -f' bug, now that it is fixed in pkg_install.

Bump PKGREVISION.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Jun 16 14:37:33 2013 UTC (10 years, 9 months ago) by imil
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.37: +8 -6 lines
Diff to previous 1.37 (colored) to selected 1.71 (colored)

0.6.4
	Large file systems fix by Filip Hajny
	gcc 4.7 / unused-but-set-variable fix by Makoto Fujiwara
	Moved to GitHub

Revision 1.37 / (download) - annotate - [select for diffs], Fri May 24 15:08:00 2013 UTC (10 years, 10 months ago) by jperkin
Branch: MAIN
Changes since 1.36: +4 -2 lines
Diff to previous 1.36 (colored) to selected 1.71 (colored)

Make sure largefile support is enabled on SunOS.  See github issues
joyent/smartos-live#137 and joyent/pkgsrc#28 for more information.

Bump PKGREVISION.

Revision 1.36 / (download) - annotate - [select for diffs], Thu May 9 07:40:27 2013 UTC (10 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored) to selected 1.71 (colored)

Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Mar 25 10:09:04 2013 UTC (11 years ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.34: +5 -5 lines
Diff to previous 1.34 (colored) to selected 1.71 (colored)

USE_FEATURES must come before bsd.prefs.mk is included.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Feb 25 19:35:38 2013 UTC (11 years, 1 month ago) by imil
Branch: MAIN
Changes since 1.33: +12 -5 lines
Diff to previous 1.33 (colored) to selected 1.71 (colored)

NetBSD specific: repositories.conf is configured using OS release number.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Feb 6 23:23:29 2013 UTC (11 years, 1 month ago) by jperkin
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.71 (colored)

PKGREVISION bumps for the security/openssl 1.0.1d update.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Jan 26 21:38:39 2013 UTC (11 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored) to selected 1.71 (colored)

Revbump after graphics/jpeg and textproc/icu

Revision 1.31 / (download) - annotate - [select for diffs], Fri Dec 14 22:43:45 2012 UTC (11 years, 3 months ago) by imil
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.71 (colored)

0.6.3.1
	Do not exit with not enough space message when install size is negative

Revision 1.30 / (download) - annotate - [select for diffs], Fri Dec 14 09:05:48 2012 UTC (11 years, 3 months ago) by imil
Branch: MAIN
Changes since 1.29: +2 -3 lines
Diff to previous 1.29 (colored) to selected 1.71 (colored)

0.6.3
        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)

Revision 1.29 / (download) - annotate - [select for diffs], Tue Oct 2 11:28:42 2012 UTC (11 years, 5 months ago) by jperkin
Branch: MAIN
Changes since 1.28: +5 -2 lines
Diff to previous 1.28 (colored) to selected 1.71 (colored)

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.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Sep 11 23:19:38 2012 UTC (11 years, 6 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.27: +1 -3 lines
Diff to previous 1.27 (colored) to selected 1.71 (colored)

"user-destdir" is default these days

Revision 1.27 / (download) - annotate - [select for diffs], Wed Aug 22 16:55:27 2012 UTC (11 years, 7 months ago) by jperkin
Branch: MAIN
Changes since 1.26: +4 -2 lines
Diff to previous 1.26 (colored) to selected 1.71 (colored)

pkgin links against libssl/libcrypto if found, so include openssl buildlink.

Bump PKGREVISION.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Aug 1 11:15:32 2012 UTC (11 years, 7 months ago) by imil
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.71 (colored)

0.6.2.2
        Fixed bad size_pkg

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jul 30 18:43:51 2012 UTC (11 years, 8 months ago) by imil
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.71 (colored)

0.6.2.1
	0.6.2 broke build for systems lacking __UNCONST

Revision 1.24 / (download) - annotate - [select for diffs], Mon Jul 30 10:43:03 2012 UTC (11 years, 8 months ago) by imil
Branch: MAIN
Changes since 1.23: +3 -7 lines
Diff to previous 1.23 (colored) to selected 1.71 (colored)

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.

Revision 1.23 / (download) - annotate - [select for diffs], Mon May 28 20:17:36 2012 UTC (11 years, 10 months ago) by imil
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.22: +2 -3 lines
Diff to previous 1.22 (colored) to selected 1.71 (colored)

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

Revision 1.22 / (download) - annotate - [select for diffs], Fri Apr 27 12:32:01 2012 UTC (11 years, 11 months ago) by obache
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored) to selected 1.71 (colored)

Recursive bump from icu shlib major bumped to 49.

Revision 1.20.4.1 / (download) - annotate - [select for diffs], Mon Apr 9 19:02:37 2012 UTC (11 years, 11 months ago) by spz
Branch: pkgsrc-2012Q1
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored) next main 1.21 (colored) to selected 1.71 (colored)

Pullup ticket #3726 - requested by imil
pkgtools/pkgin: bug fix

Revisions pulled up:
- pkgtools/pkgin/Makefile                                       1.21
- pkgtools/pkgin/distinfo                                       1.17

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	imil
   Date:		Mon Apr  9 08:58:19 UTC 2012

   Modified Files:
    	pkgsrc/pkgtools/pkgin: Makefile distinfo

   Log Message:
   20120409
            pkgin 0.5.2.3
            Fixed "upgrade too many packages" bug (thanks stacktic)


   To generate a diff of this commit:
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/pkgtools/pkgin/Makefile
   cvs rdiff -u -r1.16 -r1.17 pkgsrc/pkgtools/pkgin/distinfo

Revision 1.21 / (download) - annotate - [select for diffs], Mon Apr 9 08:58:19 2012 UTC (11 years, 11 months ago) by imil
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored) to selected 1.71 (colored)

20120409
        pkgin 0.5.2.3
        Fixed "upgrade too many packages" bug (thanks stacktic)

Revision 1.20 / (download) - annotate - [select for diffs], Tue Nov 1 06:50:29 2011 UTC (12 years, 4 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Branch point for: pkgsrc-2012Q1
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored) to selected 1.71 (colored)

Recursive bump for archivers/libarchive buildlink addition.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Oct 29 14:25:47 2011 UTC (12 years, 5 months ago) by imil
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.71 (colored)

pkgin-0.5.2.1
	Handled the very rare case where CONFLICTS is placed *after* PKGNAME
	in pkg_summary(5), leading to database inconsistency.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Oct 24 10:00:45 2011 UTC (12 years, 5 months ago) by imil
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.71 (colored)

pkgin-0.5.2
        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

Revision 1.17 / (download) - annotate - [select for diffs], Sun Oct 16 09:26:36 2011 UTC (12 years, 5 months ago) by imil
Branch: MAIN
Changes since 1.16: +4 -2 lines
Diff to previous 1.16 (colored) to selected 1.71 (colored)

pkgin-0.5.1
        . 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

Revision 1.16 / (download) - annotate - [select for diffs], Sat Aug 13 11:23:36 2011 UTC (12 years, 7 months ago) by imil
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.71 (colored)

pkgin 0.4.3
	Imported progressmeter from OpenSSH, should fix percentage progress

Revision 1.15 / (download) - annotate - [select for diffs], Wed Aug 10 10:56:23 2011 UTC (12 years, 7 months ago) by imil
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.71 (colored)

pkgin 0.4.2.2
	Cleaned up download.c
	SQLite upgraded to 3.7.7.1

Revision 1.14 / (download) - annotate - [select for diffs], Tue Aug 2 21:26:59 2011 UTC (12 years, 7 months ago) by imil
Branch: MAIN
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored) to selected 1.71 (colored)

20110802
	Release 0.4.2.1
	Fixed the "too many connexions" problem with libfetch and FTP

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jun 20 15:17:02 2011 UTC (12 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.71 (colored)

Bump PKGREVISION for PLIST change.
(Not really necessary, but PKGREVISIONs are cheap; and the binary packages
do differ.)

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jun 10 09:40:00 2011 UTC (12 years, 9 months ago) by obache
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored) to selected 1.71 (colored)

recursive bump from textproc/icu shlib major bump.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Mar 6 18:44:59 2011 UTC (13 years ago) by imil
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored) to selected 1.71 (colored)

pkgin 0.4.2

20110306
        Moving to SF.net
        Check for mark_as_automatic_installed() return code

20110301
        pkgin can now upgrade pkg_install with user's approval

20110228
        url_stat's size is declared as off_t, will be > SSIZE_MAX on
        32 bits systems. Added a fix for this.

20110227
        Added -P, print package version instead of globs in sd, srd, sfd
        Added warning for repositories with 0-lenght FILE_SIZE
        Added -V (verbosity) flag
        Moved integer flags to uint8_t

Revision 1.10 / (download) - annotate - [select for diffs], Mon Feb 21 22:42:48 2011 UTC (13 years, 1 month ago) by imil
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.71 (colored)

pkgin 0.4.1

. Wiped out file.c, ftpio.c, path.c, str.c, pexec.c, pkg_io.c,
  pen.c, strsep.c, lpkg.c, iterate.c
. Inform about logging

Revision 1.9 / (download) - annotate - [select for diffs], Sun Feb 13 16:03:56 2011 UTC (13 years, 1 month ago) by imil
Branch: MAIN
Changes since 1.8: +17 -9 lines
Diff to previous 1.8 (colored) to selected 1.71 (colored)

pkgin 0.4.0

20110207
        Replaced naive repository arch check by MACHINE_ARCH check

20110206
        Bump to SQLite 3.7.5

20110205
        Added statvfs64 support
        Redirect stderr to logfile while pkg_{add,delete}

20110204
        Feature request: -F / force-reinstall
        Feature request: PR 43049
        Generated repositories.conf for NetBSD, DragonFly BSD and MINIX

20110130
        Merged 0.4.0 to HEAD
        MINIX patches from Gautam are now upstream
        Re-added download-only
        Makefile.in / configure.ac cleanup
        Integrated some of bapt's patches
        - chroot
        - bandwidth calculation

20110122
        pkgin 0.4.0
        SQLite "Amalgamation" version is now part of the tree,
        No more databases/sqlite3 dependency needed

Revision 1.5.6.1 / (download) - annotate - [select for diffs], Sun Jan 23 10:56:54 2011 UTC (13 years, 2 months ago) by tron
Branch: pkgsrc-2010Q4
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored) next main 1.6 (colored) to selected 1.71 (colored)

Pullup ticket #3332 - requested by imil
pkgtools/pkgin: bug fix update

Revisions pulled up:
- pkgtools/pkgin/Makefile			1.6-1.8
- pkgtools/pkgin/distinfo			1.5-1.7
- pkgtools/pkgin/patches/patch-aa		delete
---
Module Name:	pkgsrc
Committed By:	imil
Date:		Sun Jan 16 22:47:56 UTC 2011

Modified Files:
	pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
pkgin 0.3.3.2

Fixed a nasty bug in handling dependencies like php>=5.2.17<5.3
Included is@ patch upstream for Solaris build
---
Module Name:   pkgsrc
Committed By:  imil
Date:		Sun Jan 16 22:52:53 UTC 2011

Removed Files:
	pkgsrc/pkgtools/pkgin/patches: patch-aa

Log Message:
Removed patches, now upstream.
---
Module Name:	pkgsrc
Committed By:	imil
Date:		Wed Jan 19 12:10:11 UTC 2011

Modified Files:
	pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
pkgin 0.3.3.3, hopefully the last 0.3 release

- Double dewey match fixed, i.e. foo>=1.2.3<3.0
- Duplicate entries for remove and upgrade fixed
- "Missing package in repository" case handled
---
Module Name:	pkgsrc
Committed By:	imil
Date:		Thu Jan 20 18:14:09 UTC 2011

Modified Files:
	pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
pkgin 0.3.3.4, never say "this is the last release"
    Fixed a non-critical bug: some packages were marked
    for upgrade more than once.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jan 20 18:14:09 2011 UTC (13 years, 2 months ago) by imil
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.71 (colored)

pkgin 0.3.3.4, never say "this is the last release"
	Fixed a non-critical bug: some packages were marked
	for upgrade more than once.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 19 12:10:11 2011 UTC (13 years, 2 months ago) by imil
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.71 (colored)

pkgin 0.3.3.3, hopefully the last 0.3 release

- Double dewey match fixed, i.e. foo>=1.2.3<3.0
- Duplicate entries for remove and upgrade fixed
- "Missing package in repository" case handled

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 16 22:47:56 2011 UTC (13 years, 2 months ago) by imil
Branch: MAIN
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored) to selected 1.71 (colored)

pkgin 0.3.3.2

Fixed a nasty bug in handling dependencies like php>=5.2.17<5.3
Included is@ patch upstream for Solaris build

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jun 10 08:05:00 2010 UTC (13 years, 9 months ago) by is
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Branch point for: pkgsrc-2010Q4
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored) to selected 1.71 (colored)

Update to 0.3.3.1 (on wip: 20100124) + a local patch to fix building on
Solaris (and, I suspect, other autoconf-using architectures). En detail:

20100123:
        Many cleanups from stacktic
        - Replaced strstr's with str{n}cmp when possible
        - #ifdef'ed PROVIDES
        - Queries are now const chars

20100102:
        Solaris 10 support
        Mac OS X support
        Many cleanups from stacktic

20100101:
        Many fixes by stacktic :
        - Added -n (no-flag)
        - Various memleaks fixed
        - pkgname comparison fix
        - Cleaned up trailing spaces
        - Got rid of recursion !

20091206:
        Added -l status flags

20091203:
        autoconf support
        percentage redraw fix (jmcneill)
        variables cleanups (PKG_SYSCONFDIR, VARBASE) (sketch)
        auto-lookup for SUMEXTS, removed options.mk (sketch)
        opensolaris fixes (sketch)
        repositories.conf variables substitution (tuxillo)
        impact mutex (Johannes Hofmann)
        SunOS 5.8 support (Mikhail T.)

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 24 17:11:04 2010 UTC (14 years, 2 months ago) by imil
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.71 (colored)

pkgin 0.3.3.1

Fixed ordering issue.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 24 14:56:24 2010 UTC (14 years, 2 months ago) by imil
Branch: MAIN
Changes since 1.2: +10 -11 lines
Diff to previous 1.2 (colored) to selected 1.71 (colored)

pkgin 0.3.3 import from wip/pkgin-20100123

- Solaris 10 support
- Mac OS X support
- Added -l status flags
- autoconf support
- percentage redraw fix (jmcneill)
- variables cleanups (PKG_SYSCONFDIR, VARBASE) (sketch)
- auto-lookup for SUMEXTS, removed options.mk (sketch)
- opensolaris fixes (sketch)
- repositories.conf variables substitution (tuxillo)
- impact mutex (Johannes Hofmann)
- SunOS 5.8 support (Mikhail T.)

Plus many cleanups from stacktic@
- Replaced strstr's with str{n}cmp when possible
- #ifdef'ed PROVIDES
- Queries are now const chars
- Added -n (no-flag)
- Various memleaks fixed
- pkgname comparison fix
- Cleaned up trailing spaces
- Got rid of recursion !

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:37 2010 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.71 (colored)

Recursive PKGREVISION bump for jpeg update to 8.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Jun 8 13:58:26 2009 UTC (14 years, 9 months ago) by imil
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.71 (colored)

pkgin is aimed at being an apt / yum like tool for managing
pkgsrc binary packages. It relies on pkg_summary(5) for
installation, removal and upgrade of packages and associated
dependencies, using a remote repository.

OK'd by seb@

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jun 8 13:58:26 2009 UTC (14 years, 9 months ago) by imil
Branch: MAIN
Diff to selected 1.71 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>