<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/groff/tmac/Makefile, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-06-07T23:00:34Z</updated>
<entry>
<title>Remove groff from base</title>
<updated>2017-06-07T23:00:34Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2017-06-07T23:00:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=738919c0391b99947b758d85f6a8636be1886fbb'/>
<id>urn:sha1:738919c0391b99947b758d85f6a8636be1886fbb</id>
<content type='text'>
All manpages in base are now compatible with mandoc(1), all roff documentation
will be relocated in the doc tree. man(1) can now use groff from the ports tree
if it needs.

Also remove checknr(1) and colcrt(1) which are only useful with groff.

Approved by:	(no objections on the mailing lists)
</content>
</entry>
<entry>
<title>Replace most of the beforeinstall: hack with FILES mechanism.</title>
<updated>2015-09-30T20:47:27Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2015-09-30T20:47:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=24df1f7e7f1350fc9e5fad127ed6dcf847e6b0b8'/>
<id>urn:sha1:24df1f7e7f1350fc9e5fad127ed6dcf847e6b0b8</id>
<content type='text'>
This now generates the files into the OBJDIR as needed.  Some of the files
are installed directly from the src directory.  Files which are generated
from the src directory are renamed to .in to generate them and avoid
colliding with the checked-in file when CURDIR=OBJDIR.

The remaining beforeinstall: handling still needs to be reworked as it does
not work well with staging for packaging.

MFC after:	2 weeks
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Install mdoc(7) and man(7) from mdoc instead of the one from groff</title>
<updated>2014-11-23T22:28:46Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-11-23T22:28:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b8d52ac37c9163fd48e952341bbffbbd1945d3c8'/>
<id>urn:sha1:b8d52ac37c9163fd48e952341bbffbbd1945d3c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A workaround in r238563 was for makes (notably bmake) without the</title>
<updated>2012-08-24T06:55:16Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2012-08-24T06:55:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=61fcb6bec97dc7f0052536dc6fcdc8ed2aa48fbd'/>
<id>urn:sha1:61fcb6bec97dc7f0052536dc6fcdc8ed2aa48fbd</id>
<content type='text'>
internal knowledge that "cd" is a shell's built-in.  Such makes
may attempt to exec() "cd" that in turn will fail on systems that
lack the "cd" executable.

Reworked this by eliminating the root cause.

Submitted by:	Simon Gerraty &lt;sjg@juniper.net&gt;
</content>
</entry>
<entry>
<title>a ";" tells make we want the shell to be used</title>
<updated>2012-07-18T05:57:42Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2012-07-18T05:57:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d6844ac5b37d68c4191e55ba1b6b14aaa104eb7c'/>
<id>urn:sha1:d6844ac5b37d68c4191e55ba1b6b14aaa104eb7c</id>
<content type='text'>
Submitted by:	Simon Gerraty &lt;sjg@juniper.net&gt;
</content>
</entry>
<entry>
<title>How stupid of me.  :&gt;&gt; doesn't change a modification time.</title>
<updated>2006-08-14T13:02:01Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-08-14T13:02:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1e49a13618d52cb75f5c98befa01935e9785bbc0'/>
<id>urn:sha1:1e49a13618d52cb75f5c98befa01935e9785bbc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Include bsd.own.mk early so existsence check using ${SHAREDIR}</title>
<updated>2006-08-14T12:21:57Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-08-14T12:21:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ae862803e0b193ea9f0cf80bcae97babf2e04536'/>
<id>urn:sha1:ae862803e0b193ea9f0cf80bcae97babf2e04536</id>
<content type='text'>
  actually works.
- Touch /usr/share/tmac/man.local if it already exists.

MFC after:	3 days
</content>
</entry>
<entry>
<title>Upgrade to Groff 1.19.2.</title>
<updated>2005-10-20T10:57:53Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-10-20T10:57:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=54d3fd886af850204cbebaa56b7096e0c70736c3'/>
<id>urn:sha1:54d3fd886af850204cbebaa56b7096e0c70736c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unbreak Russian KOI8-R support.</title>
<updated>2003-09-08T17:46:33Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-09-08T17:46:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9d1be4e42ea73f5cf20ebf85b4aec631f064f5a4'/>
<id>urn:sha1:9d1be4e42ea73f5cf20ebf85b4aec631f064f5a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to Groff 1.19.</title>
<updated>2003-05-01T13:22:21Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-05-01T13:22:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=80da55ea72bea049697419aeae40ba4596822232'/>
<id>urn:sha1:80da55ea72bea049697419aeae40ba4596822232</id>
<content type='text'>
</content>
</entry>
</feed>
