mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
rcs: add missing $secondaryArchSuffix
Also fix the copyright, and some other misc. changes.
This commit is contained in:
@@ -8,12 +8,12 @@ papers, and form letters.
|
||||
RCS is (mostly) deprecated now. Unless you have an existing RCS repository \
|
||||
that you need to access, using Subversion or Git is preferred."
|
||||
HOMEPAGE="http://www.gnu.org/software/rcs/"
|
||||
COPYRIGHT="1986-2005 Free Software Foundation, Inc."
|
||||
COPYRIGHT="1986-2014 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v1
|
||||
GNU LGPL v2"
|
||||
SRC_URI="https://ftp.gnu.org/gnu/rcs/rcs-5.9.3.tar.xz"
|
||||
SRC_URI="https://ftp.gnu.org/gnu/rcs/rcs-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="68b0d1c1b8657766cd7dc78e10564ce4836220e64665fb35fbe74dbc1dff5b47"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86 ?x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
@@ -25,7 +25,7 @@ fi
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
rcs = $portVersion compat >= 5.9
|
||||
rcs$secondaryArchSuffix = $portVersion compat >= 5.9
|
||||
cmd:ci = $portVersion compat >= 5.9
|
||||
cmd:co = $portVersion compat >= 5.9
|
||||
cmd:ident = $portVersion compat >= 5.9
|
||||
@@ -49,7 +49,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
|
||||
cmd:ed
|
||||
cmd:awk
|
||||
cmd:diff
|
||||
|
||||
Reference in New Issue
Block a user