<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/chat/icb, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-03-02T07:06:20Z</updated>
<entry>
<title>+ Add termcap.buildlink3.mk to get proper termcap support across</title>
<updated>2008-03-02T07:06:20Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-03-02T07:06:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=229b689ec6356d65a6c991736c94f08ca9b143c4'/>
<id>urn:sha1:229b689ec6356d65a6c991736c94f08ca9b143c4</id>
<content type='text'>
  platforms.

+ Remove -lcurses from link command -- icb only needs termcap support,
  and then only for the embedded readline library.

Bump the PKGREVISION to 4.
</content>
</entry>
<entry>
<title>Add full DESTDIR support.</title>
<updated>2008-03-01T04:17:29Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-03-01T04:17:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=751060fc2aa77236ab43f83ef6db618beffc6c84'/>
<id>urn:sha1:751060fc2aa77236ab43f83ef6db618beffc6c84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed trailing white-space.</title>
<updated>2006-05-21T10:52:08Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2006-05-21T10:52:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=197487287597830573584caf3c5776c51491a070'/>
<id>urn:sha1:197487287597830573584caf3c5776c51491a070</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make this work with 64 bit hosts.</title>
<updated>2006-05-15T15:33:00Z</updated>
<author>
<name>christos</name>
<email>christos</email>
</author>
<published>2006-05-15T15:33:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6311d10333674c744b164f1925ccfc1280f7728e'/>
<id>urn:sha1:6311d10333674c744b164f1925ccfc1280f7728e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed the superfluous "quotes" and 'quotes' from variables that don't</title>
<updated>2006-04-22T09:22:05Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2006-04-22T09:22:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1bf12f54d752f34431e029c366efad2fb372519b'/>
<id>urn:sha1:1bf12f54d752f34431e029c366efad2fb372519b</id>
<content type='text'>
need them, for example RESTRICTED and SUBST_MESSAGE.*.
</content>
</entry>
<entry>
<title>Install sample files into the examples directory and treat icbserverdb</title>
<updated>2006-04-08T19:57:15Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-04-08T19:57:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ee25a864e22648b3e133f1bfd41fe90350b434ee'/>
<id>urn:sha1:ee25a864e22648b3e133f1bfd41fe90350b434ee</id>
<content type='text'>
as a config file since it may be modified on a per-system basis to
select the default ICB server with which to connect.

Bump the PKGREVISION to 2.
</content>
</entry>
<entry>
<title>added -f option to rm command to ensure it works even if the archive gets</title>
<updated>2006-01-22T21:39:33Z</updated>
<author>
<name>schwarz</name>
<email>schwarz</email>
</author>
<published>2006-01-22T21:39:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8efd325f35f6d39eec8de2ddc6a32d850f527327'/>
<id>urn:sha1:8efd325f35f6d39eec8de2ddc6a32d850f527327</id>
<content type='text'>
unpacked without user write permissions for the file to be removed.
</content>
</entry>
<entry>
<title>Teach the backbone of NetBSD communication some ISO C tricks.</title>
<updated>2005-12-14T13:53:24Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2005-12-14T13:53:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3bc00a85dd28f0e2c887cb5b0f1cfb2709df2b68'/>
<id>urn:sha1:3bc00a85dd28f0e2c887cb5b0f1cfb2709df2b68</id>
<content type='text'>
- no errno, use errno.h
- no redefinition of function parameters as local variables
  [how did this ever work?!]
- malloc comes from stdlib.h
- NAME_MAX is prefered when available, it is POSIX
- strchr, strpbrk, strspn, strstr, strtol and strtoul can and
  should be used from libc.
- remove tcl version of string.h, system header is good enough
  (and if it doesn't have index, it would have been broken anyway)
</content>
</entry>
<entry>
<title>Removed trailing empty line.</title>
<updated>2005-05-23T09:04:00Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2005-05-23T09:04:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e2e057be8e5a1006bb337204b7f30cbc5c6acaff'/>
<id>urn:sha1:e2e057be8e5a1006bb337204b7f30cbc5c6acaff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.</title>
<updated>2005-04-11T21:44:48Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2005-04-11T21:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2560f48b2f5afa9fcb23e0718a2e2727ca7824cc'/>
<id>urn:sha1:2560f48b2f5afa9fcb23e0718a2e2727ca7824cc</id>
<content type='text'>
</content>
</entry>
</feed>
