<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/games/nethack34/Makefile, branch release/4.4.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F4.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F4.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2001-09-16T01:02:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.</title>
<updated>2001-09-16T01:02:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2001-09-16T01:02:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b'/>
<id>urn:sha1:db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove MASTER_SITE_GNU from MASTER_SITES as the GNU mirror sites no</title>
<updated>2001-01-04T20:15:12Z</updated>
<author>
<name>Akinori MUSHA</name>
<email>knu@FreeBSD.org</email>
</author>
<published>2001-01-04T20:15:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=83392e9b5b79363b11201dd94b1065c621b6c3c0'/>
<id>urn:sha1:83392e9b5b79363b11201dd94b1065c621b6c3c0</id>
<content type='text'>
longer have nethack distfiles.

PR:		ports/24053
Submitted by:	George Reid &lt;greid@ukug.uk.freebsd.org&gt;
</content>
</entry>
<entry>
<title>I cannot imagine how this port could've worked without the missing</title>
<updated>2001-01-04T09:58:34Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2001-01-04T09:58:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=348b295a5989c2b57dfeccfbfa037ec6df91a622'/>
<id>urn:sha1:348b295a5989c2b57dfeccfbfa037ec6df91a622</id>
<content type='text'>
PORTVERSION2 variable.

Weird thing is that bento doesn't yield any errors on it.
Apologies to the maintainer for not consulting him, but the fix is
pretty trivial.
</content>
</entry>
<entry>
<title>Update to nethack 3.3.1.</title>
<updated>2000-12-21T04:14:17Z</updated>
<author>
<name>Will Andrews</name>
<email>will@FreeBSD.org</email>
</author>
<published>2000-12-21T04:14:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fae5a028c5355f249dfce9ac63247cea61870207'/>
<id>urn:sha1:fae5a028c5355f249dfce9ac63247cea61870207</id>
<content type='text'>
PR:			21942
Submitted by:		Gregory Bond &lt;gnb@itga.com.au&gt;
No response from:	MAINTAINER (6 weeks timeout)
</content>
</entry>
<entry>
<title>(1) Add new variable, XFREE86_VERSION, to specify which version of</title>
<updated>2000-08-03T09:28:57Z</updated>
<author>
<name>Satoshi Asami</name>
<email>asami@FreeBSD.org</email>
</author>
<published>2000-08-03T09:28:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c6bcad2436d925c98052ed292bd0794ae0e34b45'/>
<id>urn:sha1:c6bcad2436d925c98052ed292bd0794ae0e34b45</id>
<content type='text'>
    XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
</content>
</entry>
<entry>
<title>Convert to PORTNAME/PORTVERSION.  The following ports hand invalid version</title>
<updated>2000-04-14T12:28:40Z</updated>
<author>
<name>Satoshi Asami</name>
<email>asami@FreeBSD.org</email>
</author>
<published>2000-04-14T12:28:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2971a93e525324599461eda215641f9a624352d0'/>
<id>urn:sha1:2971a93e525324599461eda215641f9a624352d0</id>
<content type='text'>
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
</content>
</entry>
<entry>
<title>Update to version 3.3.0.</title>
<updated>2000-01-24T05:40:46Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>2000-01-24T05:40:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=aaa10906cec87200acf0720b98f0475991028c38'/>
<id>urn:sha1:aaa10906cec87200acf0720b98f0475991028c38</id>
<content type='text'>
PR:		15469
Submitted by:	David Scheidt &lt;dscheidt@enteract.com&gt;
</content>
</entry>
<entry>
<title>Update to version 3.2.3</title>
<updated>2000-01-05T03:06:12Z</updated>
<author>
<name>Chris Piazza</name>
<email>cpiazza@FreeBSD.org</email>
</author>
<published>2000-01-05T03:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6bca316376bbb3fe7d546e8ae228674f66869fda'/>
<id>urn:sha1:6bca316376bbb3fe7d546e8ae228674f66869fda</id>
<content type='text'>
PR:		15442
Submitted by:	David Scheidt &lt;dscheidt@enteract.com&gt;
</content>
</entry>
<entry>
<title>FreeBSD.ORG -&gt; FreeBSD.org</title>
<updated>1999-08-31T06:53:31Z</updated>
<author>
<name>Michael Haro</name>
<email>mharo@FreeBSD.org</email>
</author>
<published>1999-08-31T06:53:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=65ab34a66713786b91eb182ff10e40108b752fbb'/>
<id>urn:sha1:65ab34a66713786b91eb182ff10e40108b752fbb</id>
<content type='text'>
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
</content>
</entry>
<entry>
<title>Change Id-&gt;FreeBSD.</title>
<updated>1999-08-25T06:06:33Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-08-25T06:06:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=253c66d044b04594ec2a641e00feda8dec44940b'/>
<id>urn:sha1:253c66d044b04594ec2a641e00feda8dec44940b</id>
<content type='text'>
</content>
</entry>
</feed>
