non port: sysutils/dd_rescue/Makefile |
SVNWeb
|
Number of commits found: 39 |
Sat, 18 Feb 2023
|
[ 13:43 MANTANI Nobutaka (nobutaka) ] 8b3c11a
sysutils/dd_rescue: Fix build with LLVM15
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Sat, 30 Jul 2022
|
[ 09:58 MANTANI Nobutaka (nobutaka) ] 820c62d (Only the first 10 of 11 ports in this commit are shown above. )
sysutils/dd_rescue: Update to 1.99.12
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] ea71236 (Only the first 10 of 972 ports in this commit are shown above. )
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Tue, 4 May 2021
|
[ 09:01 MANTANI Nobutaka (nobutaka) ] dafec45
sysutils/dd_rescue: Update to 1.99.11
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 15 Mar 2021
|
[ 05:46 nobutaka ]
Update to 1.99.10.
|
Mon, 20 Aug 2018
|
[ 06:48 se ]
Fix build by including sys/random.h.
Approved by: nobutaka (maintainer)
|
Sun, 15 Jul 2018
|
[ 16:45 nobutaka ] (Only the first 10 of 20 ports in this commit are shown above. )
- Update to 1.99.8.
- Regenerate patches with make makepatch.
|
Sat, 23 Dec 2017
|
[ 19:31 tijl ]
Convert to USES=autoreconf.
|
Wed, 16 Nov 2016
|
[ 00:35 linimon ] (Only the first 10 of 15 ports in this commit are shown above. )
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Thu, 3 Sep 2015
|
[ 14:09 amdmi3 ] (Only the first 10 of 62 ports in this commit are shown above. )
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket
|
Wed, 13 Aug 2014
|
[ 14:14 nobutaka ]
Update to 1.46.
|
Sun, 3 Aug 2014
|
[ 13:00 nobutaka ] (Only the first 10 of 14 ports in this commit are shown above. )
Update to 1.45.
|
Sat, 5 Apr 2014
|
[ 17:39 antoine ]
Fix
With hat: portmgr
|
Fri, 4 Apr 2014
|
[ 18:26 bapt ]
Support stage
|
Fri, 21 Feb 2014
|
[ 13:39 ehaupt ] (Only the first 10 of 25 ports in this commit are shown above. )
Remove trailing whitespaces from category sysutils
|
Wed, 19 Feb 2014
|
[ 22:12 marino ]
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.
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
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)
|
Sun, 19 Jan 2014
|
[ 01:12 nobutaka ]
Update to 1.40.
|
Fri, 20 Sep 2013
|
[ 23:06 bapt ] (Only the first 10 of 1053 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
Tue, 30 Jul 2013
|
[ 10:06 bapt ]
Fix build with clang by forcing gnu89 standard
While here convert USE_GMAKE->USES=gmake
|
Thu, 7 Mar 2013
|
[ 15:08 nobutaka ]
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>
|
Thu, 21 Feb 2013
|
[ 02:39 miwi ]
- 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
|
Sat, 26 Jan 2013
|
[ 18:03 nobutaka ]
Update to 1.30.
|
Sat, 2 Jun 2012
|
[ 13:33 nobutaka ]
Update to 1.28.
|
Sun, 12 Feb 2012
|
[ 15:12 nobutaka ]
Update to 1.25.
|
Thu, 13 Oct 2011
|
[ 14:06 nobutaka ]
Update to 1.24.
|
Wed, 16 Feb 2011
|
[ 14:35 nobutaka ]
Update to 1.23.
|
Sat, 25 Dec 2010
|
[ 16:55 sunpoet ] (Only the first 10 of 180 ports in this commit are shown above. )
- 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)
|
Fri, 29 Oct 2010
|
[ 13:37 pav ]
- Update to 1.22
PR: ports/150644
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu>
Approved by: maintainer timeout (nobutaka; 1 month)
|
Sat, 12 Jul 2008
|
[ 14:56 nobutaka ]
Update to 1.14.
|
Thu, 20 Mar 2008
|
[ 10:03 pav ] (Only the first 10 of 74 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Thu, 4 Oct 2007
|
[ 06:10 edwin ] (Only the first 10 of 29 ports in this commit are shown above. )
Remove always-false/true conditions based on OSVERSION 500000
|
Sat, 28 Apr 2007
|
[ 14:05 nobutaka ]
Update to 1.13.
PR: ports/111841
Submitted by: Eric P. Scott <eps+pbug0704@ana.com>
|
Sun, 3 Dec 2006
|
[ 16:44 nobutaka ]
Update to 1.12.
|
Sat, 2 Jul 2005
|
[ 14:56 nobutaka ]
Fix build on 4-stable.
|
Sun, 10 Apr 2005
|
[ 21:36 kris ]
BROKEN on 4.x: Does not compile
|
Mon, 14 Mar 2005
|
[ 17:09 nobutaka ]
Add dd_rescue, a dd tool suitable for rescuing data from a medium with errors.
|
Number of commits found: 39 |