Commit graph

12 commits

Author SHA1 Message Date
Dmitry Marakasov
ff702c05f9 - Update WWW
Approved by:	portmgr blanket
2017-03-15 17:09:56 +00:00
Emanuel Haupt
2a071c3cd4 Move sysutils/bsdcrashtar from GOOGLE_CODE to GitHub
Summary:
This port is too useful to be removed. Since the author has already moved the
project from Google Code to GitHub I think this port should follow.

Test Plan:
- portlint -A: OK
- poudriere testport (all supported tier-1 arch): OK

Reviewers: trociny

Reviewed By: trociny

Subscribers: mat

Differential Revision: https://reviews.freebsd.org/D9885
2017-03-04 21:55:31 +00:00
Mathieu Arnold
bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
Mikolaj Golub
af403d556a Revert r340321 and use USES=uidfix instead.
Submitted by:	bapt
2014-01-19 20:57:44 +00:00
Mikolaj Golub
d54d61c328 Fix packaging as an unprivileged user. 2014-01-19 16:26:19 +00:00
Mikolaj Golub
f9a91d04cd Add stage support.
Approved by:	bdrewery
2013-10-10 13:34:37 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Mikolaj Golub
1a19264871 - Update to 0.1.3.
- Update MAINTAINER address.

Approved by:	bdrewery
2013-09-15 13:42:07 +00:00
Eitan Adler
860971b5dd - update to 0.1.2
PR:		ports/161241
Submitted by:	Mikolaj Golub <to.my.trociny@gmail.com> (maintainer)
Approved by:	sahil (mentor)
2011-10-04 00:46:32 +00:00
Nicola Vitale
bd60b00911 - Update to 0.1.1
- Suppress "Object directory not changed from original" warning

PR:		ports/152422
Submitted by:	Mikolaj Golub <to.my.trociny at gmail dot com> (maintainer)
2010-11-20 22:22:06 +00:00
Beat Gaetzi
b395c3bcbd The bsdcrashtar utility creates tar a archive that contains all files needed
for debugging FreeBSD kernel crash (vmcore, kernel, loaded modules, sources
that appear in backtrace). This is useful for debugging a crash on another
host, sending it to developers or if you are going to upgrade the kernel on
crashed host but would like to keep crashdump in case the developers ask you to
provide additional info.

Created tar archive contains also a script that when being run inside unpacked
archive will give kgdb(1) session with crash core loaded in it. The script
should be run with root privileges because it does chroot(8) before starting
kgdb(1).

WWW: http://bsdcrashtar.googlecode.com/

PR:		ports/139721
Submitted by:	Mikolaj Golub <to.my.trociny AT gmail.com>
2009-10-19 17:22:30 +00:00