<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/gentoo/Makefile, branch pkgsrc_2011Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2011-04-22T13:41:54Z</updated>
<entry>
<title>recursive bump from gettext-lib shlib bump.</title>
<updated>2011-04-22T13:41:54Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2011-04-22T13:41:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c72753b709d1dbe4bf0e5a2bfc68db00290e3e8e'/>
<id>urn:sha1:c72753b709d1dbe4bf0e5a2bfc68db00290e3e8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Undo the removal of patch-ae in the previous commit, to avoid the</title>
<updated>2009-01-26T04:54:50Z</updated>
<author>
<name>dholland</name>
<email>dholland</email>
</author>
<published>2009-01-26T04:54:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=87fffb0eec724e66eae9ad3e798264f30fced507'/>
<id>urn:sha1:87fffb0eec724e66eae9ad3e798264f30fced507</id>
<content type='text'>
insecure-temporary-files problem patch-ae was supposed to fix.
Provide a new patch-ae that does something more like the right thing.

(The old one tried to open and write to a directory created with
mkdtemp(), so even if this code doesn't fully work it's still an
improvement.)

XXX: compile-tested only, don't have time to do it properly right now...

PKGREVISION++.
</content>
</entry>
<entry>
<title>Remove patch-ae.</title>
<updated>2009-01-25T13:12:44Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2009-01-25T13:12:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=adbdf3aa1737b6840891b7dc8d03b0c887252707'/>
<id>urn:sha1:adbdf3aa1737b6840891b7dc8d03b0c887252707</id>
<content type='text'>
It replace tmpnam() with mkdtemp(), but
 * It exists since initial import, but no reason.
 * mkdtemp(3) is not portable, but used unconditionally, reported by PR 39717.
 * tmpnam(3) is used to get temp filename, but mkdtemp(3) create temp directory,
   and return the path.  So, the replacement is completely mistaken.

Bump PKGREVISION.

While here, marked as DESTDIR ready.
</content>
</entry>
<entry>
<title>Changes 0.11.57:</title>
<updated>2008-11-10T14:56:16Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2008-11-10T14:56:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c0b6424a9d3f1fb3de9e2dbacc89c1f770dff423'/>
<id>urn:sha1:c0b6424a9d3f1fb3de9e2dbacc89c1f770dff423</id>
<content type='text'>
* Updated to automake/autoconf/aclocal/a* 1.10.x, with the usual
  pains. I hope it builds for people other than me ...
* Updated to a new included version of GNU gettext (0.16.1).
* Made gentoo's start-up more friendly to GTK+, so that standard
  options supported by the toolkit (like --sync) work, now.
* Added new Mexican Spanish translation.
* Added a "Case" page to the RenameRE command, with options to
  easily convert filenames to all-lower or all-upper case. Far
  easier than manually entering all characters for "Map". Also
  refactored code of RenameRE quite a bit, it is shorter now.
* Fixed bugs where the GTK+ event-flushing loop used in various
  places in the code generated a spurious error 11
  ("Resource temporarily unavailable").
* Added a new setting ("Buffer Size for mmap()" under Commands/
  Options/ViewText) that controls how much data is passed from
  the mmap()ed text file to the GTK+ text widget at a time. Before
  this release, this was always "all of it", which seems to cause
  problems sometimes. If you get an empty viewer when you try
  looking at a large-ish (&gt;64 KB) text file and you use mmap(),
  lower this setting.
</content>
</entry>
<entry>
<title>Fix this to not use the compile-time $HOME to look for the gtkrc file.</title>
<updated>2008-08-17T05:55:15Z</updated>
<author>
<name>dholland</name>
<email>dholland</email>
</author>
<published>2008-08-17T05:55:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f6bdf98430679a7b10665a6a99b08cb3443ac706'/>
<id>urn:sha1:f6bdf98430679a7b10665a6a99b08cb3443ac706</id>
<content type='text'>
(Since that is set to work/.home, it was compiling in the pkgsrc work
directory and failing for PKG_DEVELOPERs.)
Use getenv("HOME") instead.
PKGREVISION++.
</content>
</entry>
<entry>
<title>Update gentoo to 0.11.56.</title>
<updated>2006-10-14T09:24:10Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2006-10-14T09:24:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6ba0436c591b41ba86aee4476e66b04b3fc07d90'/>
<id>urn:sha1:6ba0436c591b41ba86aee4476e66b04b3fc07d90</id>
<content type='text'>
Patch provided by Martin Wilke via PR 34341.

0.11.56
* Fixed buglet that caused copying of protection bits to always
  be a fatal error, regardless of the "Ignore Failure to Copy
  Attributes" option setting.
* Fixed a silly case of errno "leaking" out of the window title
  setting code (which needs to mess with NLS). This had gentoo
  break totally (couldn't even copy files) on Ubuntu. Big thanks
  to M. Williams for letting me ssh and vnc to his Ubuntu box so
  I could hunt this one down.
* Rewrote core of regular file copying function. It seems when
  writing to a Samba-mounted (network) share, write() doesn't
  like large buffer sizes. So we loop to empty the buffer of read
  data, doing as many writes() per read() as is necessary. Odd.
* Fixed bug that made it impossible to use RenameSeq on volumes
  using a VFAT filesystem. This was due to the use of invalid
  characters in temporary filenames.
* Made RenameSeq's start value settable through a spinbutton in
  the dialog, rather than a plain entry. Faster small changes.
* Added a new page to the RenameRE dialog, 'Map', which does
  simple character mappings on filenames. Also supports removing
  a set of character (think 'tr', applied twice).
* Added information about missing options (--locale-info, --run)
  to the manual page.
</content>
</entry>
<entry>
<title>BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete.  Replace with</title>
<updated>2006-04-13T18:23:29Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-04-13T18:23:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2c01ea3b7724677eb90f7cc5186e55f90a768fed'/>
<id>urn:sha1:2c01ea3b7724677eb90f7cc5186e55f90a768fed</id>
<content type='text'>
USE_TOOLS+=msgfmt.
</content>
</entry>
<entry>
<title>Recursive revision bump / recommended bump for gettext ABI change.</title>
<updated>2006-02-05T23:08:03Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-02-05T23:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=93e3b9e04264b93620166058e19ea42c856505b0'/>
<id>urn:sha1:93e3b9e04264b93620166058e19ea42c856505b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk</title>
<updated>2005-12-29T06:21:30Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-12-29T06:21:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5af16a0a92f81c34be4b282d5e8072ffb8e77df1'/>
<id>urn:sha1:5af16a0a92f81c34be4b282d5e8072ffb8e77df1</id>
<content type='text'>
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
</content>
</entry>
<entry>
<title>Ran "pkglint --autofix", which corrected some of the quoting issues in</title>
<updated>2005-12-05T23:55:01Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2005-12-05T23:55:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3dae8fea14cb07876cbc876f030a3b37361f56b8'/>
<id>urn:sha1:3dae8fea14cb07876cbc876f030a3b37361f56b8</id>
<content type='text'>
CONFIGURE_ARGS.
</content>
</entry>
</feed>
