mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
mc: update project links and license (#11997)
This commit is contained in:
@@ -5,11 +5,11 @@ includes an internal editor with syntax highlighting and an internal viewer \
|
|||||||
with support for binary files. Also included is Virtual Filesystem (VFS), \
|
with support for binary files. Also included is Virtual Filesystem (VFS), \
|
||||||
that allows files on remote systems (e.g. FTP, SSH servers) and files inside \
|
that allows files on remote systems (e.g. FTP, SSH servers) and files inside \
|
||||||
archives to be manipulated like real files."
|
archives to be manipulated like real files."
|
||||||
HOMEPAGE="https://www.midnight-commander.org/"
|
HOMEPAGE="https://midnight-commander.org"
|
||||||
COPYRIGHT="1994-2019, Free Software Foundation"
|
COPYRIGHT="1994-2025, Free Software Foundation"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v3"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="http://ftp.midnight-commander.org/mc-$portVersion.tar.xz"
|
SOURCE_URI="https://ftp.osuosl.org/pub/midnightcommander/mc-$portVersion.tar.xz"
|
||||||
CHECKSUM_SHA256="4ddc83d1ede9af2363b3eab987f54b87cf6619324110ce2d3a0e70944d1359fe"
|
CHECKSUM_SHA256="4ddc83d1ede9af2363b3eab987f54b87cf6619324110ce2d3a0e70944d1359fe"
|
||||||
PATCHES="mc-$portVersion.patchset"
|
PATCHES="mc-$portVersion.patchset"
|
||||||
|
|
||||||
@@ -73,7 +73,7 @@ PATCH()
|
|||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
# -Wno-cpp is to avoid major()/minor()/makedev() warnings.
|
# -Wno-cpp is to avoid major()/minor()/makedev() warnings.
|
||||||
CFLAGS="-D_BSD_SOURCE -D_XOPEN_SOURCE_EXTENDED -Wno-cpp" \
|
CFLAGS="-D_BSD_SOURCE -D_XOPEN_SOURCE_EXTENDED -Wno-cpp -O2" \
|
||||||
LIBS="-lnetwork -lbsd" \
|
LIBS="-lnetwork -lbsd" \
|
||||||
runConfigure --omit-dirs binDir ./configure \
|
runConfigure --omit-dirs binDir ./configure \
|
||||||
--bindir="$commandBinDir" \
|
--bindir="$commandBinDir" \
|
||||||
|
|||||||
Reference in New Issue
Block a user