NetBSD.se

CVS log for wip/pkgmanager/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / wip / pkgmanager

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Apr 29 21:20:38 2008 UTC (4 years ago) by cheusov
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +12 -12 lines
better DESTDIR support (no PKG_DESTDIR_SUPPORT=)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Oct 10 13:05:40 2007 UTC (4 years, 7 months ago) by cheusov
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -0 lines

fixed: build failure
    http://mova.org/~cheusov/pub/pkgsrc-pbulk/Debian-etch/current/log//20071007.0032/pkgmanager-0.8.1/install.log

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jan 7 09:16:00 2007 UTC (5 years, 4 months ago) by rillig
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Sep 2 12:32:17 2006 UTC (5 years, 8 months ago) by scode
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
* Change master site location (old one has been down for a while - apologies).

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jun 11 14:24:54 2006 UTC (5 years, 11 months ago) by scode
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
* update to 0.8.1
  - install manpage with correct name
  - unbreak want list dupe detection

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun May 14 09:41:37 2006 UTC (6 years ago) by scode
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +31 -28 lines
* better satisfy pkglint

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon May 1 08:15:24 2006 UTC (6 years ago) by scode
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Update to 0.8.0:
  * Support package priorities in want list.
  * Clean after install (not just after upgrade).
  * Enforce certain core wants (e.g. pkg_install)
    priorities to be high.
  * Honor PKGMANAGER_DEBUG environment variable.
  * Rename 'showwants' command to 'show-wants' for consistency.
  * Add a proper manpage.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Feb 12 15:02:09 2006 UTC (6 years, 3 months ago) by scode
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
* update to 0.7.2
* now detects looping that would arise when 'bmake' finished
  successfully despite not installing the package.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Feb 12 10:57:17 2006 UTC (6 years, 3 months ago) by scode
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
* update to 0.7.1 - should now work even if pkgtools/digest is installed
  by the bootstrap without all the usual meta data.
* change MESSAGE to be less ominous; pkgmanager is now tested enough to
  not warrant it.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jan 17 10:20:46 2006 UTC (6 years, 4 months ago) by rillig
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Removed the quotes around SUBST_MESSAGE.* where they were unnecessary.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Nov 28 22:40:40 2005 UTC (6 years, 5 months ago) by scode
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
* update to 0.7.0; changes include:
  - 'showwants' now prints a visually nicer and sorted list.
  - Add -f flag to sync to supress confirmation dialog.
  - Consider both /etc/mk.conf and $PREFIX/etc/mk.conf when detecting
    mk.conf changes.
  - Summary cache: Use recursively latest modification time
    instead of pkgsrc directory modification time when deciding whether
    a summary needs to be updated. This should eliminate some (or hopefully
    all) of the reported cases where pkgmanager must be explicitly told
    to flush the summary cache in order to pick up a dependency change
    (assuming strictly increasing system time).

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Oct 16 18:36:57 2005 UTC (6 years, 7 months ago) by scode
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2 lines
* update to 0.6.0

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Oct 15 20:31:04 2005 UTC (6 years, 7 months ago) by scode
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -0 lines
* depend on pkgtools/pkg_tarup

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Sep 27 21:10:27 2005 UTC (6 years, 7 months ago) by scode
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
* clean up indentation (tabs, not spaces)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Sep 27 21:09:03 2005 UTC (6 years, 7 months ago) by scode
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
* update to 0.5.0
* should hopefully work out-of-the-box on some/most non-netbsd platforms now
* should also work properly with non-standard dbdirs and prefixes

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Aug 15 21:03:26 2005 UTC (6 years, 9 months ago) by scode
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
* update to 0.4.0

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Aug 6 23:18:06 2005 UTC (6 years, 9 months ago) by scode
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +7 -3 lines
* update to version 0.3.0

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Aug 4 11:23:35 2005 UTC (6 years, 9 months ago) by scode
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -5 lines
* Bump clisp dependency
* No longer BROKEN

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Aug 1 23:32:27 2005 UTC (6 years, 9 months ago) by scode
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -1 lines
* update to 0.2.0
* mark as BROKEN until lang/clisp is updated; with instructions on how to fix
  it locally

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jul 31 17:42:03 2005 UTC (6 years, 9 months ago) by scode
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +16 -13 lines
* some cleanup (thanks to Juan RP)
* bumped to 0.1.1 (bugfix)

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jul 31 16:30:54 2005 UTC (6 years, 9 months ago) by scode
Branches: scode
CVS tags: scode_20050731
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
* pkgmanager - a package manager for pkgsrc

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jul 31 16:30:54 2005 UTC (6 years, 9 months ago) by scode
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>