Commit graph

34 commits

Author SHA1 Message Date
Tijl Coosemans
958c2c6e91 Convert to USES=autoreconf. 2017-12-23 19:31:00 +00:00
Mark Linimon
c92cf8332c Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-16 00:35:29 +00:00
Dmitry Marakasov
6b4de26986 - Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes

Approved by:	portmgr blanket
2015-09-03 14:09:17 +00:00
Antoine Brodin
23b328aaf9 Cleanup plist 2014-11-22 09:13:35 +00:00
MANTANI Nobutaka
2a570486ab Update to 1.46. 2014-08-13 14:14:35 +00:00
MANTANI Nobutaka
9d7296e12b Fix build on amd64.
PR:		192364
Submitted by:	Ivan Klymenko <fidaj@ukr.net>
MFH:		2014Q3
2014-08-06 14:11:16 +00:00
MANTANI Nobutaka
aac3aa9dab Update to 1.45. 2014-08-03 13:00:00 +00:00
Antoine Brodin
ed14e90fb8 Fix
With hat:	portmgr
2014-04-05 17:39:10 +00:00
Baptiste Daroussin
0ae2ecac8c Support stage 2014-04-04 18:26:45 +00:00
Emanuel Haupt
239a5ff5de Remove trailing whitespaces from category sysutils 2014-02-21 13:39:38 +00:00
John Marino
a6a9093532 sysutils/dd_rescue: unbreak everywhere
The internal makefile calls autoconf and autoheader, but neither
were specified as build dependencies before now.

Note that this port will not build on FreeBSD 8 because __WORDSIZE is not
defined in _stdint.h yet.  DragonFly got around it with setting these
in Makefile.DragonFly:

  x86_64:
    MAKE_ARGS+= CFLAGS_OPT="-D__WORDSIZE=64"
    CFLAGS+=    -D__WORDSIZE=64

  i386:
    MAKE_ARGS+= CFLAGS_OPT="-D__WORDSIZE=32"
    CFLAGS+=    -D__WORDSIZE=32

A similar fix could be done for FreeBSD 8, but it needs to cover more
architectures.
2014-02-19 22:12:52 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
MANTANI Nobutaka
6221818060 Update to 1.40. 2014-01-19 01:12:23 +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
Baptiste Daroussin
0edeeecc1b Fix build with clang by forcing gnu89 standard
While here convert USE_GMAKE->USES=gmake
2013-07-30 10:06:51 +00:00
MANTANI Nobutaka
b7300388b0 Update to 1.32.
Trim Makefile header.
Add a new location to MASTER_SITES.
Switch to OptionsNG.

PR:		ports/175828
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
2013-03-07 15:08:38 +00:00
Martin Wilke
c8dda9fe89 - BROKEN checksum mismatch
======================<phase: fetch        >==========================
===>  License GPLv2 accepted by the user
===>   dd_rescue-1.30 depends on file: /usr/local/sbin/pkg - found
=> dd_rescue-1.30.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://www.garloff.de/kurt/linux/ddrescue/dd_rescue-1.30.tar.gz
fetch: http://www.garloff.de/kurt/linux/ddrescue/dd_rescue-1.30.tar.gz: size mismatch: expected 25253, actual 26313
2013-02-21 02:39:23 +00:00
MANTANI Nobutaka
4d93d9cc36 Update to 1.30. 2013-01-26 18:03:42 +00:00
MANTANI Nobutaka
9b8a7f2433 Update to 1.28. 2012-06-02 13:33:49 +00:00
MANTANI Nobutaka
1bce0bbb3a Update to 1.25. 2012-02-12 15:12:25 +00:00
MANTANI Nobutaka
de8c6f577b Update to 1.24. 2011-10-13 14:06:46 +00:00
MANTANI Nobutaka
0cfc8c82d8 Update to 1.23. 2011-02-16 14:35:48 +00:00
Sunpoet Po-Chuan Hsieh
a32defea5d - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
2010-12-25 16:55:41 +00:00
Pav Lucistnik
bac5994991 - Update to 1.22
PR:		ports/150644
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
Approved by:	maintainer timeout (nobutaka; 1 month)
2010-10-29 13:37:26 +00:00
MANTANI Nobutaka
3b4ce10f5f Update to 1.14. 2008-07-12 14:56:00 +00:00
Pav Lucistnik
6f8a3dbfb1 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 10:03:51 +00:00
Edwin Groothuis
cc82ac7af1 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 06:10:15 +00:00
MANTANI Nobutaka
52af0eeb26 Update to 1.13.
PR:		ports/111841
Submitted by:	Eric P. Scott <eps+pbug0704@ana.com>
2007-04-28 14:05:29 +00:00
MANTANI Nobutaka
c99819ffa8 Fix build error on 4-stable. 2007-02-11 18:06:58 +00:00
MANTANI Nobutaka
f35e2cd835 Update to 1.12. 2006-12-03 16:44:12 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
MANTANI Nobutaka
5acf7425dc Fix build on 4-stable. 2005-07-02 14:56:54 +00:00
Kris Kennaway
ca702b7472 BROKEN on 4.x: Does not compile 2005-04-10 21:37:43 +00:00
MANTANI Nobutaka
c72247e05c Add dd_rescue, a dd tool suitable for rescuing data from a medium with errors. 2005-03-14 17:09:49 +00:00