aboutsummaryrefslogtreecommitdiff
path: root/sysutils/testdisk
Commit message (Collapse)AuthorAgeFilesLines
* Update sysutils/testdisk to 6.11.Florent Thoumie2009-08-092-8/+7
| | | | | | | | PR: ports/137167 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> Notes: svn path=/head/; revision=239214
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Fix packing list when NOPORTDOCS is defined.Florent Thoumie2008-09-021-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=219665
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Case sysutils/ntfsprogs shlib bumpMartin Wilke2008-08-131-1/+2
| | | | | | | | | PR: 126496 Submitted by: Michael HENNETON <sidh@rtha.info> Approved by: flz (maintainer) Notes: svn path=/head/; revision=218503
* - Update sysutils/testdisk to 6.10.Florent Thoumie2008-07-182-7/+34
| | | | | | | | | | | - Don't install documentation if NOPORTDOCS is defined. - Explicitely disable filesystem support when not selected. [1] PR: ports/125564 [1] Submitted by: Jan Henrik Sylvester <me@janh.de> [1] Notes: svn path=/head/; revision=217012
* Update sysutils/testdisk to 6.9.Florent Thoumie2008-02-142-4/+4
| | | | Notes: svn path=/head/; revision=207198
* Update to sysutils/testdisk 6.8.Florent Thoumie2007-08-142-4/+4
| | | | Notes: svn path=/head/; revision=197658
* Update sysutils/testdisk to 6.7.Florent Thoumie2007-06-272-4/+4
| | | | Notes: svn path=/head/; revision=194329
* - Update testdisk/photorec to 6.6.Florent Thoumie2007-02-202-4/+7
| | | | | | | - Add jpeg to LIB_DEPENDS for photorec. Notes: svn path=/head/; revision=185562
* Fix forgotten shlib version bump for sysutils/ntfsprogs.Florent Thoumie2007-01-291-1/+1
| | | | | | | Reported by: Mamory Iwaki <iwaki@bc.niigata-u.ac.jp> Notes: svn path=/head/; revision=183648
* Update sysutils/testdisk to 6.5.Florent Thoumie2007-01-293-23/+5
| | | | Notes: svn path=/head/; revision=183632
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* Update to 6.3.Florent Thoumie2006-03-212-4/+4
| | | | | | | Reminded by: author Notes: svn path=/head/; revision=157902
* - Add SHA256 checksums.Florent Thoumie2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147688
* - Update to 6.1.Florent Thoumie2005-10-112-4/+4
| | | | | | | - Bump libntfs version. Notes: svn path=/head/; revision=144946
* - Update to 5.9.Florent Thoumie2005-10-033-8/+9
| | | | | | | Reminded by: edwin's annoying outdated port detection tool Notes: svn path=/head/; revision=144046
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Change my email address in MAINTAINER lines for ports I maintain toFlorent Thoumie2005-03-011-1/+1
| | | | | | | | | flz@FreeBSD.org. Approved by: pav (mentor) Notes: svn path=/head/; revision=130089
* - Update to 5.6Pav Lucistnik2005-02-202-24/+13
| | | | | | | | | | - Engage OPTIONS PR: ports/77789 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer) Notes: svn path=/head/; revision=129382
* - Update to 5.3Pav Lucistnik2004-05-3010-234/+25
| | | | | | | | PR: ports/67381 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer) Notes: svn path=/head/; revision=110408
* - Add support for for ntfsprogs and progsreiserfs.Kirill Ponomarev2004-05-181-9/+21
| | | | | | | | PR: ports/66795 Submitted by: maintainer Notes: svn path=/head/; revision=109412
* - Add patch that fixes compilation on non-i386 archs and fixes a little bugPav Lucistnik2004-05-097-0/+105
| | | | | | | | | | in extended partition creation. Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer) Obtained from: author Notes: svn path=/head/; revision=108733
* - Update to 5.2Pav Lucistnik2004-05-023-16/+129
| | | | | | | | PR: ports/66181 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer) Notes: svn path=/head/; revision=108226
* Add testdisk 5.1, tool to check and undelete partitions.Clement Laforet2004-04-183-0/+74
WWW: http://www.cgsecurity.org/ PR: ports/63615 Submitted by: Florent Thoumie <flz@xbsd.org> Notes: svn path=/head/; revision=107481