diff --git a/dev-util/lcov/lcov-1.13.recipe b/dev-util/lcov/lcov-1.14.recipe similarity index 91% rename from dev-util/lcov/lcov-1.13.recipe rename to dev-util/lcov/lcov-1.14.recipe index 2aeb13d8b..eb554dbfd 100644 --- a/dev-util/lcov/lcov-1.13.recipe +++ b/dev-util/lcov/lcov-1.14.recipe @@ -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" diff --git a/dev-util/lcov/patches/lcov-1.13.patchset b/dev-util/lcov/patches/lcov-1.13.patchset deleted file mode 100644 index 598113c40..000000000 --- a/dev-util/lcov/patches/lcov-1.13.patchset +++ /dev/null @@ -1,89 +0,0 @@ -From 6affe48a8ac80025b4cd6c325d86b6b130fa346e Mon Sep 17 00:00:00 2001 -From: Kostadin Damyanov -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 - diff --git a/dev-util/lcov/patches/lcov-1.14.patchset b/dev-util/lcov/patches/lcov-1.14.patchset new file mode 100644 index 000000000..a36ceab3e --- /dev/null +++ b/dev-util/lcov/patches/lcov-1.14.patchset @@ -0,0 +1,29 @@ +From e98b09dca06cf1715e0c7955891db1458ada19f3 Mon Sep 17 00:00:00 2001 +From: Kostadin Damyanov +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 +