<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/time/devtodo/Makefile, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2013-07-15T02:02:17Z</updated>
<entry>
<title>* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes</title>
<updated>2013-07-15T02:02:17Z</updated>
<author>
<name>ryoon</name>
<email>ryoon@pkgsrc.org</email>
</author>
<published>2013-07-15T02:02:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=818a5e8745dff4beadc0fe8aa4f56c71c53ea650'/>
<id>urn:sha1:818a5e8745dff4beadc0fe8aa4f56c71c53ea650</id>
<content type='text'>
  are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".</content>
</entry>
<entry>
<title>".for variable names should not contain uppercase letters"</title>
<updated>2013-04-06T13:24:18Z</updated>
<author>
<name>rodent</name>
<email>rodent@pkgsrc.org</email>
</author>
<published>2013-04-06T13:24:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f565a1af87ccaccae3cfc89af55ee17f3d8ff47b'/>
<id>urn:sha1:f565a1af87ccaccae3cfc89af55ee17f3d8ff47b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.</title>
<updated>2012-10-08T13:04:16Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-10-08T13:04:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7a48191ad0a52cfc86bcf6477e155dce1d4802ad'/>
<id>urn:sha1:7a48191ad0a52cfc86bcf6477e155dce1d4802ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib</title>
<updated>2009-05-20T00:58:05Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2009-05-20T00:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f4e9595f262d720fd01e972caedf9b6db8b151d6'/>
<id>urn:sha1:f4e9595f262d720fd01e972caedf9b6db8b151d6</id>
<content type='text'>
major change.

Reported by Robert Elz in PR 41345.</content>
</entry>
<entry>
<title>Add a patch to fix regex pattern, taken from upstream:</title>
<updated>2008-11-24T08:23:39Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2008-11-24T08:23:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=17c564f6cd629a2cbfddaf3e10257be447805610'/>
<id>urn:sha1:17c564f6cd629a2cbfddaf3e10257be447805610</id>
<content type='text'>
	http://swapoff.org/ticket/54
requested by PR 39938.

Bump PKGREVISION.</content>
</entry>
<entry>
<title>+ Remove patch-aa which only changed the directory into which the</title>
<updated>2008-03-05T16:51:40Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-03-05T16:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3f19815cc5f4e64e0cef4029383ec9d46d174c93'/>
<id>urn:sha1:3f19815cc5f4e64e0cef4029383ec9d46d174c93</id>
<content type='text'>
  package installs the config file at installation time.  The simpler
  solution is to override sysconfdir via INSTALL_MAKE_FLAGS to point
  to the example files directory.

+ Instead of using custom termcap/curses detection/overriding logic
  in the package Makefile, simply allow termcap.buildlink3.mk (included
  indirectly via readline/buildlink3.mk) to do the right thing.  Bump
  the PKGREVISION to 1.

+ Add full DESTDIR support.

+ Simplify the post-install target.</content>
</entry>
<entry>
<title>Updated devtodo to 0.1.20.</title>
<updated>2007-12-01T16:52:09Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2007-12-01T16:52:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4b99e3b3f65c556579e7b6f19aadae41610e5084'/>
<id>urn:sha1:4b99e3b3f65c556579e7b6f19aadae41610e5084</id>
<content type='text'>
0.1.20
- A few bugfixes.
- Added XML declaration parsing/saving. This is a stop-gap at best, but will
  hopefully be useful to some.
- Removed reliance on builtin regex library. Hopefully the completely broken
  version of glibc that instigated the inclusion of it is now out of
  circulation.
- Fixed a whole bunch of compiler warnings on more recent GCC versions.
- --not-done now marks sub-tasks as not done. Thanks to an anonymous
  user for picking this up.

0.1.19
- Updated my E-Mail address after about a year of having the wrong one :)
- Removed informational message at top of .todo files as it was rather useless
  and actually annoying to some people placing their .todo files under version
  control systems.
- Added a XSLT -&gt; XHTML+CSS transform from Francesco Poli.
- Added a bash completion script from the Gentoo projects maintainer Aaron
  Walker.
- Fixed seg fault visible on 64-bit systems but present on all. Thanks to the
  Debian project for notifying me and providing a fix.</content>
</entry>
<entry>
<title>Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no</title>
<updated>2006-03-04T21:28:51Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2006-03-04T21:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9c8b5ede437e0b7c2f7b0cdd5f8500d619968fdb'/>
<id>urn:sha1:9c8b5ede437e0b7c2f7b0cdd5f8500d619968fdb</id>
<content type='text'>
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.</content>
</entry>
<entry>
<title>uses both C and C++</title>
<updated>2006-02-26T13:48:31Z</updated>
<author>
<name>schwarz</name>
<email>schwarz@pkgsrc.org</email>
</author>
<published>2006-02-26T13:48:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=918ff2e4eeb81ad0130bfe5eb01f50769431fa2a'/>
<id>urn:sha1:918ff2e4eeb81ad0130bfe5eb01f50769431fa2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 0.1.18.  Changes:</title>
<updated>2005-06-01T02:40:43Z</updated>
<author>
<name>snj</name>
<email>snj@pkgsrc.org</email>
</author>
<published>2005-06-01T02:40:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fd72907da12c992ec14412efe216171ca9e18a3c'/>
<id>urn:sha1:fd72907da12c992ec14412efe216171ca9e18a3c</id>
<content type='text'>
* Added --purge [&lt;days-old&gt;] option which lets you purge old completed items.
* Can now use force-colour in the todorc.
* Various patches from Debian and Gentoo maintainers applied. These fix
  compiler errors on recent GCC versions, uncaught exception when TERM is not
  set, a few man page issues, issues with the BASH scripts and miscellaneous
  other things.</content>
</entry>
</feed>
