<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/graphics/libvisual-plugins, branch pre-xorg-7</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=pre-xorg-7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=pre-xorg-7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2007-04-21T17:25:58Z</updated>
<entry>
<title>BROKEN on 7.0: Broken objformat handling</title>
<updated>2007-04-21T17:25:58Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2007-04-21T17:25:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9ab43af2792eab1977a56968746f9c975b043cc0'/>
<id>urn:sha1:9ab43af2792eab1977a56968746f9c975b043cc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Back out previous commit which broke the plist</title>
<updated>2007-03-03T20:36:14Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2007-03-03T20:36:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4a6f5358f7fd828d69050f89a41b002c4e0bde35'/>
<id>urn:sha1:4a6f5358f7fd828d69050f89a41b002c4e0bde35</id>
<content type='text'>
Pointy hat to:	kris
</content>
</entry>
<entry>
<title>- Remove support for xfree86-3</title>
<updated>2007-02-02T17:06:25Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2007-02-02T17:06:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=45a085ac121097053e07252c60df65b972d4d74c'/>
<id>urn:sha1:45a085ac121097053e07252c60df65b972d4d74c</id>
<content type='text'>
PR:		ports/106666
Submitted by:	vd
With hat:	portmgr
</content>
</entry>
<entry>
<title>Use libtool port instead of included version to avoid objformat a.out botch</title>
<updated>2007-02-01T02:42:05Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2007-02-01T02:42:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ae994c8ea8a59644c1a1406b0b6547826bc12791'/>
<id>urn:sha1:ae994c8ea8a59644c1a1406b0b6547826bc12791</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset kwm due to no response about email.</title>
<updated>2006-04-14T23:25:09Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2006-04-14T23:25:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=53319deeca4059ea1fb880af6e057c9a7ba8a538'/>
<id>urn:sha1:53319deeca4059ea1fb880af6e057c9a7ba8a538</id>
<content type='text'>
Hat:	portmgr
</content>
</entry>
<entry>
<title>Conversion to a single libtool environment.</title>
<updated>2006-02-23T10:40:44Z</updated>
<author>
<name>Ade Lovett</name>
<email>ade@FreeBSD.org</email>
</author>
<published>2006-02-23T10:40:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8503536d3896846d823f7f76be54e0a99da8d8b6'/>
<id>urn:sha1:8503536d3896846d823f7f76be54e0a99da8d8b6</id>
<content type='text'>
Approved by:	portmgr (kris)
</content>
</entry>
<entry>
<title>SHA256ify</title>
<updated>2006-01-22T12:42:24Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2006-01-22T12:42:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c92c635b24115231dddcc78b5310d36e41e59400'/>
<id>urn:sha1:c92c635b24115231dddcc78b5310d36e41e59400</id>
<content type='text'>
Approved by: krion@
</content>
</entry>
<entry>
<title>Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present</title>
<updated>2005-11-15T06:52:12Z</updated>
<author>
<name>Ade Lovett</name>
<email>ade@FreeBSD.org</email>
</author>
<published>2005-11-15T06:52:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=54a0b86543e9ffa811825f0afecea56e89aac2a5'/>
<id>urn:sha1:54a0b86543e9ffa811825f0afecea56e89aac2a5</id>
<content type='text'>
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
</content>
</entry>
<entry>
<title>Bump PORTREVISION to chase the glib20 shared library update.</title>
<updated>2005-11-05T05:22:06Z</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2005-11-05T05:22:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=235c907ae5ea9956ecbe6fc718411fb2d358bc10'/>
<id>urn:sha1:235c907ae5ea9956ecbe6fc718411fb2d358bc10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some patches to fix the build on 4.x.</title>
<updated>2005-10-20T15:28:13Z</updated>
<author>
<name>Koop Mast</name>
<email>kwm@FreeBSD.org</email>
</author>
<published>2005-10-20T15:28:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b0d42937fcf59fd865b2f2fe4475edba15cbfeab'/>
<id>urn:sha1:b0d42937fcf59fd865b2f2fe4475edba15cbfeab</id>
<content type='text'>
Submitted by:	vs
</content>
</entry>
</feed>
