<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/games/abuse, branch pkgsrc_2004Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-07-11T00:11:53Z</updated>
<entry>
<title>Add USE_LANGUAGES line.</title>
<updated>2004-07-11T00:11:53Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-07-11T00:11:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=067eafdc2ff424cfcd92cb5d1cf2c25653df542c'/>
<id>urn:sha1:067eafdc2ff424cfcd92cb5d1cf2c25653df542c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make build with gcc3. Patches gleaned from abuse-sdl project.</title>
<updated>2004-07-11T00:11:26Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-07-11T00:11:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dc3ce7715b33080d883a4e52b8c750067b563480'/>
<id>urn:sha1:dc3ce7715b33080d883a4e52b8c750067b563480</id>
<content type='text'>
Use CXX instead of CC for linking c++ code.
</content>
</entry>
<entry>
<title>replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.</title>
<updated>2004-01-24T13:30:55Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-01-24T13:30:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ca68a9f1d4368f40216bcfe24aa8e7d5f8e94a57'/>
<id>urn:sha1:ca68a9f1d4368f40216bcfe24aa8e7d5f8e94a57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop trailing whitespace.  Ok'ed by wiz.</title>
<updated>2003-05-06T17:40:18Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2003-05-06T17:40:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5a79423b6feb188f48299ebbaf981575b33d3f48'/>
<id>urn:sha1:5a79423b6feb188f48299ebbaf981575b33d3f48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;</title>
<updated>2003-03-14T19:37:30Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2003-03-14T19:37:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f69d0aee59b843edb712e3c7201d67c1860a9902'/>
<id>urn:sha1:f69d0aee59b843edb712e3c7201d67c1860a9902</id>
<content type='text'>
    Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
</content>
</entry>
<entry>
<title>At least let this package compile...</title>
<updated>2002-07-16T14:26:20Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2002-07-16T14:26:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9fec38c3e5bca1156012c27421fde82f27dffc9f'/>
<id>urn:sha1:9fec38c3e5bca1156012c27421fde82f27dffc9f</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</email>
</author>
<published>2001-11-29T01:12:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dfbf38a3ef25dda3800d125bfd25148ae1c64431'/>
<id>urn:sha1:dfbf38a3ef25dda3800d125bfd25148ae1c64431</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>Move pkg/ files into package's toplevel directory</title>
<updated>2001-11-01T00:47:39Z</updated>
<author>
<name>zuntum</name>
<email>zuntum</email>
</author>
<published>2001-11-01T00:47:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1b9f41a39161bad144fdeb94a0e51fa8ba7c309a'/>
<id>urn:sha1:1b9f41a39161bad144fdeb94a0e51fa8ba7c309a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update abuse to 2.0nb1:</title>
<updated>2001-07-02T15:30:59Z</updated>
<author>
<name>abs</name>
<email>abs</email>
</author>
<published>2001-07-02T15:30:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fa8404d2581886b400a211586c513ba4d6c05875'/>
<id>urn:sha1:fa8404d2581886b400a211586c513ba4d6c05875</id>
<content type='text'>
	Avoid gets() usage and add __sparc__ to alignment needing CPUs,
	allowing it to run on my ss5.
</content>
</entry>
<entry>
<title>Move to sha1 digests, and/or add distfile sizes.</title>
<updated>2001-04-21T02:08:16Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2001-04-21T02:08:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4064a9e0d3c4b37a47ae5c3ce50021f987fac9d3'/>
<id>urn:sha1:4064a9e0d3c4b37a47ae5c3ce50021f987fac9d3</id>
<content type='text'>
</content>
</entry>
</feed>
