pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cingg-netbsd: make it actually work on amd64 fresh install



Module Name:	pkgsrc-wip
Committed By:	Andrew Randrianasulu <randrianasulu%gmail.com@localhost>
Pushed By:	randrianasulu
Date:		Tue Nov 19 05:06:25 2024 +0300
Changeset:	9c6fa7eb65b04f24f5ebfe3f886a5acf8e642d08

Modified Files:
	cingg-netbsd/Makefile
	cingg-netbsd/distinfo
Added Files:
	cingg-netbsd/patches/patch-ad

Log Message:
cingg-netbsd: make it actually work on amd64 fresh install

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9c6fa7eb65b04f24f5ebfe3f886a5acf8e642d08

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cingg-netbsd/Makefile         |  3 ++-
 cingg-netbsd/distinfo         |  1 +
 cingg-netbsd/patches/patch-ad | 12 ++++++++++++
 3 files changed, 15 insertions(+), 1 deletion(-)

diffs:
diff --git a/cingg-netbsd/Makefile b/cingg-netbsd/Makefile
index 959e450dc5..9b862d83a3 100644
--- a/cingg-netbsd/Makefile
+++ b/cingg-netbsd/Makefile
@@ -14,7 +14,7 @@ HOMEPAGE=	https://www.cinelerra-gg.org/
 
 LICENSE=	gnu-gpl-v2
 
-ONLY_FOR_PLATFORM=	NetBSD-*-amd64 NetBSD-*-i386
+ONLY_FOR_PLATFORM=	NetBSD-*-x86_64 NetBSD-*-i386
 
 USE_LANGUAGES=		c c++
 
@@ -86,6 +86,7 @@ do-install:
 	cd ${CONFIGURE_DIRS} && ${SETENV} ${MAKE_ENV} gmake ${MAKE_FLAGS} ${INSTALL_MAKE_FLAGS} install
 
 
+.include "../../lang/python/tool.mk"
 .include "../../mk/tools/pkg-config.mk"
 .include "../../devel/pkgconf/buildlink3.mk"
 .include "../../devel/libusb1/buildlink3.mk"
diff --git a/cingg-netbsd/distinfo b/cingg-netbsd/distinfo
index b868262a34..a0eb84f329 100644
--- a/cingg-netbsd/distinfo
+++ b/cingg-netbsd/distinfo
@@ -5,3 +5,4 @@ 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
new file mode 100644
index 0000000000..711b5bf371
--- /dev/null
+++ b/cingg-netbsd/patches/patch-ad
@@ -0,0 +1,12 @@
+$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