<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/lang/rust, branch pkg-install-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-07-28T22:58:33Z</updated>
<entry>
<title>lang/rust: Fix link issue and build failure</title>
<updated>2014-07-28T22:58:33Z</updated>
<author>
<name>John Marino</name>
<email>marino@FreeBSD.org</email>
</author>
<published>2014-07-28T22:58:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b13d6b97033bf5856ecfeb0fc16b97e6b5b96e48'/>
<id>urn:sha1:b13d6b97033bf5856ecfeb0fc16b97e6b5b96e48</id>
<content type='text'>
[1] Linking fails with missing reference to __morestack symbol
[2] gpy fails with error about missing sem implementation

PR:		189357 [1]
PR:		191927 [2]
Submitted by:	bertrand.augereau (gmail) [1]
Submitted by:	maintainer: mitsuruike (gmail) [2]
</content>
</entry>
<entry>
<title>- Give the reason why the port is currently amd64-only</title>
<updated>2014-07-23T07:41:07Z</updated>
<author>
<name>Alexey Dokuchaev</name>
<email>danfe@FreeBSD.org</email>
</author>
<published>2014-07-23T07:41:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=35eec38eadcec686e3c94da54c881345ff28043e'/>
<id>urn:sha1:35eec38eadcec686e3c94da54c881345ff28043e</id>
<content type='text'>
- Remove no-op patch file (builds just fine with -Werror as it seems)
- In BATCH or PACKAGE_BUILDING modes, produce verbose build logs
- Rework post-extract target: do not extract bootstrap compiler ourselves,
  put it into expected download directory instead; this also allows us to
  optimize away RUST_TARGET knob and post-patch hack
- Since the port is for FreeBSD 10+, no need to explicitly depend on
  libexecinfo.so
- Use OPTIONS helpers, perform some other minor Makefile cleanups
- Augment port description text while I am here
</content>
</entry>
<entry>
<title>lang/rust: update 0.10 -&gt; 0.11</title>
<updated>2014-07-11T07:27:37Z</updated>
<author>
<name>Bartek Rutkowski</name>
<email>robak@FreeBSD.org</email>
</author>
<published>2014-07-11T07:27:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=df4a2efa1aac368ce183650c3b075d0a5866bd3d'/>
<id>urn:sha1:df4a2efa1aac368ce183650c3b075d0a5866bd3d</id>
<content type='text'>
Approved by:	marino (mentor)
</content>
</entry>
<entry>
<title>Reset maintainership.</title>
<updated>2014-06-10T06:31:43Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2014-06-10T06:31:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=02104a616027d9ad4e2208b3ca5d34d8eb492f18'/>
<id>urn:sha1:02104a616027d9ad4e2208b3ca5d34d8eb492f18</id>
<content type='text'>
PR:		190858
PR:		190859
PR:		190860
PR:		190861
PR:		190862
PR:		190863
PR:		190864
Submitted by:	former maintainer
Approved by:	portmgr (blanket)
</content>
</entry>
<entry>
<title>Quote ${CC} and similar variables in MAKE_ARGS.</title>
<updated>2014-05-20T19:32:39Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2014-05-20T19:32:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f191d6b8872215d88c30b5942a9319854b9e98ba'/>
<id>urn:sha1:f191d6b8872215d88c30b5942a9319854b9e98ba</id>
<content type='text'>
Reported by:	Dominic Fandrey &lt;kamikaze@bsdforen.de&gt;
</content>
</entry>
<entry>
<title>lang/rust: Couple OPSYS with OSVERSION (Unbreaks DragonFly)</title>
<updated>2014-05-05T15:31:20Z</updated>
<author>
<name>John Marino</name>
<email>marino@FreeBSD.org</email>
</author>
<published>2014-05-05T15:31:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4991917f1be160062b7892c266409044459d8af3'/>
<id>urn:sha1:4991917f1be160062b7892c266409044459d8af3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to 0.10</title>
<updated>2014-04-27T08:02:10Z</updated>
<author>
<name>Steve Wills</name>
<email>swills@FreeBSD.org</email>
</author>
<published>2014-04-27T08:02:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3321d2c7340a114598f20e0313a0212fa3fa9b7f'/>
<id>urn:sha1:3321d2c7340a114598f20e0313a0212fa3fa9b7f</id>
<content type='text'>
- Remove deprecated rustpkg functionality
- Stage improvements
- Add 10.x and 11.x compability
- Pet portlint

PR:		ports/188800
Submitted by:	Bartek Rutkowski &lt;ports@robakdesign.com&gt;
Approved by:	Jyun-Yan You &lt;jyyou@cs.nctu.edu.tw&gt; (maintainer)
</content>
</entry>
<entry>
<title>lang/rust: update to 0.9</title>
<updated>2014-03-15T07:03:58Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2014-03-15T07:03:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4a4e8292316c6518d8c980225a436ceeb14a99b0'/>
<id>urn:sha1:4a4e8292316c6518d8c980225a436ceeb14a99b0</id>
<content type='text'>
- stagiy
- mark as broken on 10+
- update to 0.9
- add new options
- add LICENSE

PR:		ports/185868
PR:		ports/185865
Submitted by:	Oleksii Tsai &lt;oleksii.tsai@googlemail.com&gt;
Approved by:	Jyun-Yan You &lt;jyyou@cs.nctu.edu.tw&gt; (maintainer)
</content>
</entry>
<entry>
<title>Python cleanup:</title>
<updated>2014-01-13T21:00:02Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2014-01-13T21:00:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=50f8eaece13e14735ce71c2c22f8aac07f7cd50a'/>
<id>urn:sha1:50f8eaece13e14735ce71c2c22f8aac07f7cd50a</id>
<content type='text'>
- USE_PYTHON* = 2.X -&gt; USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -&gt; USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
</content>
</entry>
<entry>
<title>Upgrade to 0.8.</title>
<updated>2013-10-06T03:32:29Z</updated>
<author>
<name>Vanilla I. Shu</name>
<email>vanilla@FreeBSD.org</email>
</author>
<published>2013-10-06T03:32:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fc6ba6c023ebcbd96ad668e4935b3d4c486dbf33'/>
<id>urn:sha1:fc6ba6c023ebcbd96ad668e4935b3d4c486dbf33</id>
<content type='text'>
PR:		ports/182502
Submitted by:	maintainer
</content>
</entry>
</feed>
