pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cingg-netbsd: use REPLACE_BASH= in Makefile, thanks Thomas!
Module Name: pkgsrc-wip
Committed By: Andrew Randrianasulu <randrianasulu%gmail.com@localhost>
Pushed By: randrianasulu
Date: Tue Nov 19 13:14:13 2024 +0300
Changeset: 5348bc471eea5329cf8659ee31b779ea31642126
Modified Files:
cingg-netbsd/Makefile
cingg-netbsd/distinfo
Removed Files:
cingg-netbsd/patches/patch-ad
Log Message:
cingg-netbsd: use REPLACE_BASH= in Makefile, thanks Thomas!
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5348bc471eea5329cf8659ee31b779ea31642126
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cingg-netbsd/Makefile | 2 ++
cingg-netbsd/distinfo | 1 -
cingg-netbsd/patches/patch-ad | 12 ------------
3 files changed, 2 insertions(+), 13 deletions(-)
diffs:
diff --git a/cingg-netbsd/Makefile b/cingg-netbsd/Makefile
index 9b862d83a3..c69b3ec2eb 100644
--- a/cingg-netbsd/Makefile
+++ b/cingg-netbsd/Makefile
@@ -31,6 +31,8 @@ TOOLS_PLATFORM.pkg-config?= /usr/pkg/bin/pkg-config
USE_TOOLS+= pkg-config gmake aclocal autoconf automake makeinfo
GNU_CONFIGURE= yes
+REPLACE_BASH= cinelerra-5.1/inst.sh
+
CFLAGS+= -fpermissive
MAKE_ENV= BSD=1
diff --git a/cingg-netbsd/distinfo b/cingg-netbsd/distinfo
index a0eb84f329..b868262a34 100644
--- a/cingg-netbsd/distinfo
+++ b/cingg-netbsd/distinfo
@@ -5,4 +5,3 @@ SHA512 (cinelerra-gg-5.1-20240703-73eb8f8d.tar.gz) = 410e311544a73061e0042045f20
Size (cinelerra-gg-5.1-20240703-73eb8f8d.tar.gz) = 195630107 bytes
SHA1 (patch-aa) = c15fb44c81ac2d36af8fd4d4aa0ddcc38812675e
SHA1 (patch-ac) = baa34cf5a6315d6612b14e6ff78aa9cd81e1eb73
-SHA1 (patch-ad) = 85709f034e7f76c67c95bfc4fa2dd1094e476c00
diff --git a/cingg-netbsd/patches/patch-ad b/cingg-netbsd/patches/patch-ad
deleted file mode 100644
index 711b5bf371..0000000000
--- a/cingg-netbsd/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
-
-Bash in /usr/pkg/bin on NetBSD
-
---- ./cinelerra-5.1/inst.sh.orig 2024-11-19 04:54:37.057900686 +0300
-+++ ./cinelerra-5.1/inst.sh 2024-11-19 04:55:11.775405100 +0300
-@@ -1,4 +1,4 @@
--#!/bin/bash -e
-+#!/usr/pkg/bin/bash -e
- # inst.sh <dir> <objs...>
- dir="$1"; shift 1
- mkdir -p "$dir"
Home |
Main Index |
Thread Index |
Old Index