The NetBSD Project

CVS log for pkgsrc/pkgtools/pkg_install/patches/Attic/patch-aa

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12, Fri Dec 20 18:15:53 2002 UTC (21 years, 4 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4, pkg_install-renovation-base, pkg_install-renovation, cwrapper-base, cwrapper, cube-native-xorg-base, cube-native-xorg, HEAD
Changes since 1.11: +1 -1 lines
FILE REMOVED

As the sources are now in ${FILESDIR}, there's no distfile to fetch,
and the "do-extract" target copies the sources into ${WRKSRC}. We
automagically determine VERSION by inspecting ${FILESDIR}/lib/version.h.

Thanks to autoconf, all the patches and almost all of the cruftulent
${OPSYS}-specific stuff in the Makefile are gone.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Nov 23 22:49:48 2002 UTC (21 years, 5 months ago) by jschauma
Branch: MAIN
Changes since 1.10: +9 -43 lines
Diff to previous 1.10 (colored)

Upgrade to version 20021123, which fixes PR pkg/18384 by Grant.
Curiously, several of the patches required some changes -- have these
not been tested with the latest version of pkg_install?

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Fri Aug 23 05:09:12 2002 UTC (21 years, 8 months ago) by jlam
Branch: buildlink2
Changes since 1.5: +53 -9 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Merge changes from HEAD of pkgsrc/pkgtools to buildlink2 branch.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Aug 12 01:58:26 2002 UTC (21 years, 8 months ago) by schmonz
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.9: +5 -4 lines
Diff to previous 1.9 (colored)

Darwin needs -DTAR_MISSING_FAST_READ, as noted by "Masahiro =Rhythm
Drive= Ishiyama" <masahiro@wide.ad.jp> on tech-pkg@.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 5 15:11:35 2002 UTC (21 years, 8 months ago) by fredb
Branch: MAIN
Changes since 1.8: +9 -4 lines
Diff to previous 1.8 (colored)

Reduce warning levels on NetBSD, to make this compile on the netbsd-1-5
branch. WARNS=2 turns on all kinds of stuff that isn't really appropriate,
and isn't turned on in current. "-Wwrite-strings", in particular, triggers
an error on a bit of harmless code in "file.c". Closes PR pkg/17840.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 3 18:29:53 2002 UTC (21 years, 8 months ago) by seb
Branch: MAIN
Changes since 1.7: +12 -3 lines
Diff to previous 1.7 (colored)

Until this package is updated one more time from basesrc, provide a patch
for Solaris on FTP_CMD value in Makefile.inc.
Fixed in revision 1.19 of basesrc/usr.sbin/pkg_install/Makefile.inc.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Aug 1 09:31:15 2002 UTC (21 years, 8 months ago) by martti
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Updated pkg_install to 20020723

- remove handling of PKG_ADD_BASE.
- don't search current directory if PKG_PATH is set.
- don't prefer local directories.
- constify and cleanup.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 3 22:43:40 2002 UTC (21 years, 9 months ago) by abs
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews
Changes since 1.5: +38 -9 lines
Diff to previous 1.5 (colored)

Compile and run under Linux. We're still missing pax and mtree, but using the
Darwin bootstrap kit everything else now works.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Mar 4 13:48:31 2002 UTC (22 years, 1 month ago) by seb
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

Update the pkg_* tools to version 20020218.

Changes summary:
- Support digital signatures in binary packages.
- Use full path name to tar.
- Fix ``pkg_add -u'' for packages without dependencies.
- Add ``-U'' and ``-I'' options to pkg_create.
- Close some memory leaks.
- Add ``-n'' argument to pkg_info to show needed packages.
- Fix pkg_info to not FTP unneccessarily
- Improve version number handling:
	- recognition of "pl" ("patchlevel") and "rc" ("release candidate")
	  strings
	- recognition of '_' and "pl" as pseudonyms for '.' (1.2pl2 == 1.2.2)
	- handle alphabetic characters properly (1.2e == 1.2.5)
	- 64-bit integers are used internally for each component of the version
	  number.
- Various internal cleanups, bugfixes, and API tweaks.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 7 01:11:49 2001 UTC (23 years, 1 month ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.3: +5 -3 lines
Diff to previous 1.3 (colored)

fix. really. now.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 7 01:03:13 2001 UTC (23 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.2: +6 -11 lines
Diff to previous 1.2 (colored)

Next fix - go back to MD5 checksums, and rework patch

Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 7 00:54:19 2001 UTC (23 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.1: +1 -3 lines
Diff to previous 1.1 (colored)

 * Forgot patch-sum file from last commit
 * Reduce context from patch-aa, as it contains a RCS Id
   (that's what you get for not using pkgdiff!)

Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 7 00:17:29 2001 UTC (23 years, 1 month ago) by hubertf
Branch: MAIN

Fix this to compile on systems that don't have a make(1) from
post-1.5 NetBSD-current.

XXX is removal of NO_PATCH ok here? (Zoularis context etc.)

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>