lcov: bump version.

This commit is contained in:
Jerome Duval
2019-11-19 15:39:46 +01:00
parent d374e4eed4
commit 0c776a2a7f
3 changed files with 30 additions and 90 deletions

View File

@@ -9,7 +9,7 @@ COPYRIGHT="2002 - 2016 The lcov Developers"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://github.com/linux-test-project/lcov/releases/download/v$portVersion/lcov-$portVersion.tar.gz"
CHECKSUM_SHA256="44972c878482cc06a05fe78eaa3645cbfcbad6634615c3309858b207965d8a23"
CHECKSUM_SHA256="14995699187440e0ae4da57fe3a64adc0a3c5cf14feab971f8db38fb7d8f071a"
PATCHES="lcov-$portVersion.patchset"
ARCHITECTURES="any"

View File

@@ -1,89 +0,0 @@
From 6affe48a8ac80025b4cd6c325d86b6b130fa346e Mon Sep 17 00:00:00 2001
From: Kostadin Damyanov <maxmight@gmail.com>
Date: Wed, 20 Jan 2016 22:43:28 +0200
Subject: port to haiku
diff --git a/Makefile b/Makefile
index 010fec8..0386594 100644
--- a/Makefile
+++ b/Makefile
@@ -15,11 +15,11 @@ VERSION := $(shell bin/get_version.sh --version)
RELEASE := $(shell bin/get_version.sh --release)
FULL := $(shell bin/get_version.sh --full)
-PREFIX := /usr/local
+#PREFIX := /usr/local
-CFG_DIR := $(PREFIX)/etc
-BIN_DIR := $(PREFIX)/bin
-MAN_DIR := $(PREFIX)/share/man
+#CFG_DIR := $(PREFIX)/etc
+#BIN_DIR := $(PREFIX)/bin
+#MAN_DIR := $(PREFIX)/share/man
TMP_DIR := $(shell mktemp -d)
FILES := $(wildcard bin/*) $(wildcard man/*) README Makefile \
$(wildcard rpm/*) lcovrc
diff --git a/bin/gendesc b/bin/gendesc
index cfa467b..fb95042 100755
--- a/bin/gendesc
+++ b/bin/gendesc
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/bin/perl -w
#
# Copyright (c) International Business Machines Corp., 2002
#
diff --git a/bin/genhtml b/bin/genhtml
index edb4866..f79e250 100755
--- a/bin/genhtml
+++ b/bin/genhtml
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/bin/perl -w
#
# Copyright (c) International Business Machines Corp., 2002,2012
#
diff --git a/bin/geninfo b/bin/geninfo
index 3f720c7..a3c9888 100755
--- a/bin/geninfo
+++ b/bin/geninfo
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/bin/perl -w
#
# Copyright (c) International Business Machines Corp., 2002,2012
#
diff --git a/bin/genpng b/bin/genpng
index e651beb..117be50 100755
--- a/bin/genpng
+++ b/bin/genpng
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/bin/perl -w
#
# Copyright (c) International Business Machines Corp., 2002
#
diff --git a/bin/lcov b/bin/lcov
index f68df66..17ff256 100755
--- a/bin/lcov
+++ b/bin/lcov
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/bin/perl -w
#
# Copyright (c) International Business Machines Corp., 2002,2012
#
diff --git a/bin/updateversion.pl b/bin/updateversion.pl
index 02d2ec2..989ba64 100755
--- a/bin/updateversion.pl
+++ b/bin/updateversion.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/bin/perl -w
use strict;
--
2.13.1

View File

@@ -0,0 +1,29 @@
From e98b09dca06cf1715e0c7955891db1458ada19f3 Mon Sep 17 00:00:00 2001
From: Kostadin Damyanov <maxmight@gmail.com>
Date: Wed, 20 Jan 2016 22:43:28 +0200
Subject: port to haiku
diff --git a/Makefile b/Makefile
index 1207cb1..bd7f5ee 100644
--- a/Makefile
+++ b/Makefile
@@ -19,11 +19,11 @@ FULL := $(shell bin/get_version.sh --full)
# installed scripts, or leave empty to keep the current interpreter.
export LCOV_PERL_PATH := /usr/bin/perl
-PREFIX := /usr/local
+#PREFIX := /usr/local
-CFG_DIR := $(PREFIX)/etc
-BIN_DIR := $(PREFIX)/bin
-MAN_DIR := $(PREFIX)/share/man
+#CFG_DIR := $(PREFIX)/etc
+#BIN_DIR := $(PREFIX)/bin
+#MAN_DIR := $(PREFIX)/share/man
TMP_DIR := $(shell mktemp -d)
FILES := $(wildcard bin/*) $(wildcard man/*) README Makefile \
$(wildcard rpm/*) lcovrc
--
2.24.0