<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/bsdadminscripts, branch 2014Q1</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2014Q1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2014Q1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2013-09-20T23:05:58Z</updated>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)</title>
<updated>2013-09-20T23:05:58Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T23:05:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=83f65384c9041fa9a31c84b5e21b643fa2bf97c6'/>
<id>urn:sha1:83f65384c9041fa9a31c84b5e21b643fa2bf97c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Make pkg_libchk work with ports-mgmt/pkg-devel</title>
<updated>2013-06-27T08:32:59Z</updated>
<author>
<name>Lars Engels</name>
<email>lme@FreeBSD.org</email>
</author>
<published>2013-06-27T08:32:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=173838519c31eeb514ac6fb38bf7009a33d4772f'/>
<id>urn:sha1:173838519c31eeb514ac6fb38bf7009a33d4772f</id>
<content type='text'>
- Bump PORTREVISION

Approved by:	maintainer (implicit; discussed with ehaupt)
</content>
</entry>
<entry>
<title>- fix NOPORTDOCS installation</title>
<updated>2013-03-05T07:40:45Z</updated>
<author>
<name>Jason Helfman</name>
<email>jgh@FreeBSD.org</email>
</author>
<published>2013-03-05T07:40:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=101a81eb37c76ee8e507da9d9c35143a8d2630e6'/>
<id>urn:sha1:101a81eb37c76ee8e507da9d9c35143a8d2630e6</id>
<content type='text'>
- while here tighten COMMENT and adoption of optionsNG for DOCS

PR:		174590
PR:		170542
Submitted by:	olivier@gid0.org
Approved by:	maintainer timeout, kamikaze@bsdforen.de ( 75 days )
</content>
</entry>
<entry>
<title>Check WITH_PKGNG through /usr/share/mk/bsd.port.mk.</title>
<updated>2012-12-14T17:44:12Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2012-12-14T17:44:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=10fbaa934ce57efc1bb7380b1bea17ffc8e5be8f'/>
<id>urn:sha1:10fbaa934ce57efc1bb7380b1bea17ffc8e5be8f</id>
<content type='text'>
Discussed with:	bdrewery
Approved by:	maintainer (implicit)
</content>
</entry>
<entry>
<title>Provide a patch to make pkg_libchk pkgng aware.</title>
<updated>2012-12-14T14:38:15Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2012-12-14T14:38:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a9bb4c65f85f33acd5c973e6bbf52c850a5c3076'/>
<id>urn:sha1:a9bb4c65f85f33acd5c973e6bbf52c850a5c3076</id>
<content type='text'>
PR:		174387
Approved by:	Dominic Fandrey &lt;kamikaze@bsdforen.de&gt; (maintainer, implicit)
</content>
</entry>
<entry>
<title>Remove more tags from pkg-descr files fo the form:</title>
<updated>2011-10-24T04:17:37Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2011-10-24T04:17:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2b1dacc8261d51e67831f3fe26a9718fb6605263'/>
<id>urn:sha1:2b1dacc8261d51e67831f3fe26a9718fb6605263</id>
<content type='text'>
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
</content>
</entry>
<entry>
<title>Allow pkg_libchk to work from non-CSH shells</title>
<updated>2011-07-18T10:06:50Z</updated>
<author>
<name>Eygene Ryabinkin</name>
<email>rea@FreeBSD.org</email>
</author>
<published>2011-07-18T10:06:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=03ceb9d488dd88c2aedd855a83194caac479edc9'/>
<id>urn:sha1:03ceb9d488dd88c2aedd855a83194caac479edc9</id>
<content type='text'>
/bin/sh does not set OSTYPE, so this variable is inherited from the
shell from which pkg_libchk is invoked.  From all standard shells in
the base system, only csh and tcsh do set this variable, so when
pkg_libchk is invoked from sh (that is not invoked from csh-like
shell), this variable will be empty.  Moreover, bash sets OSTYPE to
freebsdX.Y, so grepping on output of 'readelf -e' wont work either.

'uname -s' provides much more reliable way to get the name of the
operating system and all *BSD ELF ABI types inside readelf correspond
to the 'uname -s':
{{{
    case ELFOSABI_NETBSD:       return "UNIX - NetBSD";
    case ELFOSABI_FREEBSD:      return "UNIX - FreeBSD";
    case ELFOSABI_OPENBSD:      return "UNIX - OpenBSD";
}}}

PR: ports/158967
Approved-by: Dominic Fandrey &lt;kamikaze@bsdforen.de&gt; (maintainer), erwin (mentor)
Feature-safe: yes
</content>
</entry>
<entry>
<title>- Get Rid MD5 support</title>
<updated>2011-03-19T12:38:54Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2011-03-19T12:38:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a9481afc8a0f5aa4e5d5068981f6ef1b38b5d336'/>
<id>urn:sha1:a9481afc8a0f5aa4e5d5068981f6ef1b38b5d336</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Switch SourceForge ports to the new File Release System: categories starting with P,R,S</title>
<updated>2009-08-22T00:35:32Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2009-08-22T00:35:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3eb168f46b2ba49b62efa711ffbdd0a1047a5e5b'/>
<id>urn:sha1:3eb168f46b2ba49b62efa711ffbdd0a1047a5e5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to 6.1.1</title>
<updated>2009-05-09T19:44:12Z</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2009-05-09T19:44:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e14c4de9fe013180767646820be4736f823d64a5'/>
<id>urn:sha1:e14c4de9fe013180767646820be4736f823d64a5</id>
<content type='text'>
PR:		ports/134396
Submitted by:	Dominic Fandrey &lt;kamikaze@bsdforen.de&gt; (maintainer)
</content>
</entry>
</feed>
