mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
testdisk: bump version
This commit is contained in:
@@ -26,13 +26,14 @@ non-booting drive which can then be sent to a tech for further analysis. \
|
||||
Those more familiar with such procedures should find TestDisk a handy \
|
||||
tool in performing onsite recovery."
|
||||
HOMEPAGE="https://www.cgsecurity.org/wiki/TestDisk"
|
||||
COPYRIGHT="1998-2023 Christophe GRENIER"
|
||||
COPYRIGHT="1998-2024 Christophe GRENIER"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://www.cgsecurity.org/testdisk-${portVersion/\~wip/-WIP}.tar.bz2"
|
||||
CHECKSUM_SHA256="26fdc1822dfa886d8f0bcc960a0f213250b81844f517868281497f9f9d38ce1b"
|
||||
SOURCE_URI="https://www.cgsecurity.org/testdisk-${portVersion}.tar.bz2"
|
||||
CHECKSUM_SHA256="f8343be20cb4001c5d91a2e3bcd918398f00ae6d8310894a5a9f2feb813c283f"
|
||||
SOURCE_DIR="testdisk-${portVersion/\~wip/-WIP}"
|
||||
ADDITIONAL_FILES="qphotorec.rdef.in"
|
||||
PATCHES="testdisk-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -108,7 +109,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
export CXXFLAGS="-std=c++11"
|
||||
export CXXFLAGS="-O2 -std=c++11"
|
||||
autoreconf -fi
|
||||
LIBS="-lintl" \
|
||||
runConfigure --omit-dirs binDir ./configure --bindir="$commandBinDir" \
|
||||
Reference in New Issue
Block a user