<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/pkgtools/pkgdiff/files, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-02-16T22:21:35Z</updated>
<entry>
<title>In both mkpatches.pl and patchdiff.pl, ignore a leading "./" when</title>
<updated>2008-02-16T22:21:35Z</updated>
<author>
<name>apb</name>
<email>apb@pkgsrc.org</email>
</author>
<published>2008-02-16T22:21:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=40ef1e450ff37ea4d5f19bdb29a7ffed3dbf4a77'/>
<id>urn:sha1:40ef1e450ff37ea4d5f19bdb29a7ffed3dbf4a77</id>
<content type='text'>
parsing a file name from the "+++" line in an old patch file.  (New
patch files created by mkpatches do not have "./" in the file name in
the "+++" line, but some old patches currently in pkgsrc do have "./"
there.)

Bump version to 0.120.</content>
</entry>
<entry>
<title>fix obsolete URLs for www.NetBSD.org</title>
<updated>2007-10-07T12:59:11Z</updated>
<author>
<name>kano</name>
<email>kano@pkgsrc.org</email>
</author>
<published>2007-10-07T12:59:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=abdb54b351a99a07987fe50af3433a9bb2b5e54c'/>
<id>urn:sha1:abdb54b351a99a07987fe50af3433a9bb2b5e54c</id>
<content type='text'>
close PR pkg/37071
reviewd by xtraeme@</content>
</entry>
<entry>
<title>Workaround too aggressive RCS ID find, so that +BUILD_VERSION and</title>
<updated>2007-07-12T15:35:43Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2007-07-12T15:35:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=18bfea6740b97fb0ca37688c0d7832b57c282fe4'/>
<id>urn:sha1:18bfea6740b97fb0ca37688c0d7832b57c282fe4</id>
<content type='text'>
ident agree.</content>
</entry>
<entry>
<title>Ensure that the file that is opened in the editor is writable by the user.</title>
<updated>2006-08-01T17:59:17Z</updated>
<author>
<name>bad</name>
<email>bad@pkgsrc.org</email>
</author>
<published>2006-08-01T17:59:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a7b4b60ca182906d2d32a82b1cfe7ca6163855eb'/>
<id>urn:sha1:a7b4b60ca182906d2d32a82b1cfe7ca6163855eb</id>
<content type='text'>
Approved by wiz@.</content>
</entry>
<entry>
<title>NetBSD capitalization police.</title>
<updated>2005-12-13T12:03:47Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2005-12-13T12:03:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=525916457d388c214ac8fb9ad8f37383d314d8a6'/>
<id>urn:sha1:525916457d388c214ac8fb9ad8f37383d314d8a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to version 0.118: pkgdiff fix and tuning.</title>
<updated>2005-08-02T12:16:19Z</updated>
<author>
<name>seb</name>
<email>seb@pkgsrc.org</email>
</author>
<published>2005-08-02T12:16:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a47d96ceb9ece867986710e2b9e238a9ff4e5b44'/>
<id>urn:sha1:a47d96ceb9ece867986710e2b9e238a9ff4e5b44</id>
<content type='text'>
Fix the automagic tuning of the number of unified diff context
lines.  It was broken since previous commit to files/pkgdiff.

Also arguments '-u' and '-U NUM' to GNU diffutils 2.8.1, as seen
in NetBSD 2.0_STABLE and current, are not intended to be used
together. Hence only '-U NUM' is now specified. I did not reverted
to the '-u -NUM' form used before as it seems undesirable.

Please note that if PKGDIFF_FMT is specified in the environment,
for testing or debugging purposes, we skip the automagic tuning of
the number of unified diff context lines.  The user probably wants
to try another diff format, as suggested in the commit log of
revision 1.12 of files/pkgdiff. So there is no point in adding '-U
NUM' to PKGDIFF_FMT: it may just not work. See:

$ diff -c -U 1 /dev/null /dev/null
diff: conflicting output style options
diff: Try `diff --help' for more information.

While here save a few basename(1) runs.</content>
</entry>
<entry>
<title>Use -U $lines instead of -$lines to avoid conflicts with the threeway diff</title>
<updated>2005-05-21T01:24:34Z</updated>
<author>
<name>rh</name>
<email>rh@pkgsrc.org</email>
</author>
<published>2005-05-21T01:24:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bf8e6722cbce30ad094d8746628b0ead837ba452'/>
<id>urn:sha1:bf8e6722cbce30ad094d8746628b0ead837ba452</id>
<content type='text'>
option.</content>
</entry>
<entry>
<title>Update to rev. 0.116.</title>
<updated>2004-11-23T22:00:48Z</updated>
<author>
<name>hubertf</name>
<email>hubertf@pkgsrc.org</email>
</author>
<published>2004-11-23T22:00:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=eb7239b1cb027e72c4a73674b92eff62f28f3d39'/>
<id>urn:sha1:eb7239b1cb027e72c4a73674b92eff62f28f3d39</id>
<content type='text'>
Add feedback-patches, a script to ... feedback patches:

     The feedback-patches script is intended to help sending back patches in
     the NetBSD Packages Collection, pkgsrc, back to the maintainers of the
     original package, for inclusion into future releases.  The given
     category/pkg is either a path relative to the pkgsrc base directory, or
     an absolute patch, which will be stripped the base directory.  A pathname
     of . will be expanded to the current directory, which is useful when the
     current working directory is in a package's directory in pkgsrc.

     If an email address is given, the patches will be sent to that address,
     with some nice words. If no email address is given, the mail will only be
     displayed instead of sent.

See feedback-patches(1) for the full enchilada.</content>
</entry>
<entry>
<title>Welcome to 0.115</title>
<updated>2004-10-10T09:56:37Z</updated>
<author>
<name>dillo</name>
<email>dillo@pkgsrc.org</email>
</author>
<published>2004-10-10T09:56:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8785e1e28618b7c693aa078d849559901671fad0'/>
<id>urn:sha1:8785e1e28618b7c693aa078d849559901671fad0</id>
<content type='text'>
- fix errors in extracting patched file's name from old patch files
- keep header (RCS Id and comment) from old patch files
- silence perl -w</content>
</entry>
<entry>
<title>mkpatches: if a patch for a file exists, give the new patch the same name</title>
<updated>2004-08-15T16:49:49Z</updated>
<author>
<name>dillo</name>
<email>dillo@pkgsrc.org</email>
</author>
<published>2004-08-15T16:49:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fc9e44fcdd8eea53f6d8447d7b87354fe528f2c0'/>
<id>urn:sha1:fc9e44fcdd8eea53f6d8447d7b87354fe528f2c0</id>
<content type='text'>
bump version to 0.114
okayed by wiz</content>
</entry>
</feed>
