<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/rtty/Makefile, branch pkgsrc-2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-01-20T12:18:15Z</updated>
<entry>
<title>Move WRKSRC definition away from the first paragraph in a Makefile.</title>
<updated>2004-01-20T12:18:15Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2004-01-20T12:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3ad1bdbf063a03bdcca7087d41be98b07ad933af'/>
<id>urn:sha1:3ad1bdbf063a03bdcca7087d41be98b07ad933af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>COMMENT should start with a capital letter.</title>
<updated>2003-07-21T17:24:16Z</updated>
<author>
<name>martti</name>
<email>martti@pkgsrc.org</email>
</author>
<published>2003-07-21T17:24:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=86c6e000bc2764b5e2e3e891bd4c51cc91194944'/>
<id>urn:sha1:86c6e000bc2764b5e2e3e891bd4c51cc91194944</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/netbsd.org/NetBSD.org/</title>
<updated>2003-07-17T22:50:55Z</updated>
<author>
<name>grant</name>
<email>grant@pkgsrc.org</email>
</author>
<published>2003-07-17T22:50:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ca3be631f2258f67a9df24aab083df2983c07822'/>
<id>urn:sha1:ca3be631f2258f67a9df24aab083df2983c07822</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.</title>
<updated>2003-06-02T01:15:31Z</updated>
<author>
<name>jschauma</name>
<email>jschauma@pkgsrc.org</email>
</author>
<published>2003-06-02T01:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e366d0c694f76afeff8379f738912bfa77414859'/>
<id>urn:sha1:e366d0c694f76afeff8379f738912bfa77414859</id>
<content type='text'>
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.</content>
</entry>
<entry>
<title>Use tabs instead of spaces.</title>
<updated>2003-05-05T16:51:06Z</updated>
<author>
<name>jmmv</name>
<email>jmmv@pkgsrc.org</email>
</author>
<published>2003-05-05T16:51:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0e0976c10ad91ec2533da7bff0ef4074500bec4d'/>
<id>urn:sha1:0e0976c10ad91ec2533da7bff0ef4074500bec4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Line up PKGREVISION whitespace.</title>
<updated>2003-05-05T16:50:27Z</updated>
<author>
<name>jmmv</name>
<email>jmmv@pkgsrc.org</email>
</author>
<published>2003-05-05T16:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=54a84e2a768f8bc02fb80c177a50d6e313fcea3f'/>
<id>urn:sha1:54a84e2a768f8bc02fb80c177a50d6e313fcea3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.</title>
<updated>2003-03-29T12:40:00Z</updated>
<author>
<name>jmmv</name>
<email>jmmv@pkgsrc.org</email>
</author>
<published>2003-03-29T12:40:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0916498c1b6dd1e6312100e3813722d9ec0a3ae4'/>
<id>urn:sha1:0916498c1b6dd1e6312100e3813722d9ec0a3ae4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in</title>
<updated>2001-11-29T01:12:24Z</updated>
<author>
<name>hubertf</name>
<email>hubertf@pkgsrc.org</email>
</author>
<published>2001-11-29T01:12:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5542206cbab4ff38cfe05a48a6dcf0205f5c9ff5'/>
<id>urn:sha1:5542206cbab4ff38cfe05a48a6dcf0205f5c9ff5</id>
<content type='text'>
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     =&gt; PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     =&gt; PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.</content>
</entry>
<entry>
<title>Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:</title>
<updated>2001-09-09T20:36:07Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2001-09-09T20:36:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a16fc84f19dd8bf3201242f9e04334979fbebb2f'/>
<id>urn:sha1:a16fc84f19dd8bf3201242f9e04334979fbebb2f</id>
<content type='text'>
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).</content>
</entry>
<entry>
<title>Use ${XARGS} instead of invoking xargs directly.</title>
<updated>2001-05-19T03:56:23Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2001-05-19T03:56:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dc6eadbf21d06496bbf555e397f79622e3e20821'/>
<id>urn:sha1:dc6eadbf21d06496bbf555e397f79622e3e20821</id>
<content type='text'>
</content>
</entry>
</feed>
