pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/wimlib



Module Name:    pkgsrc
Committed By:   js
Date:           Thu Sep 18 21:46:29 UTC 2025

Modified Files:
        pkgsrc/sysutils/wimlib: Makefile

Log Message:
sysutils/wimlib: Replace bash shebang

Patch by Mustafa Dogan.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/wimlib/Makefile

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

Modified files:

Index: pkgsrc/sysutils/wimlib/Makefile
diff -u pkgsrc/sysutils/wimlib/Makefile:1.1 pkgsrc/sysutils/wimlib/Makefile:1.2
--- pkgsrc/sysutils/wimlib/Makefile:1.1 Wed Sep 17 14:31:41 2025
+++ pkgsrc/sysutils/wimlib/Makefile     Thu Sep 18 21:46:29 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2025/09/17 14:31:41 js Exp $
+# $NetBSD: Makefile,v 1.2 2025/09/18 21:46:29 js Exp $
 
 DISTNAME=      wimlib-1.14.4
+PKGREVISION=   1
 CATEGORIES=    sysutils devel
 MASTER_SITES=  https://wimlib.net/downloads/
 
@@ -12,5 +13,10 @@ LICENSE=     gnu-gpl-v3
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config gmake
 
+REPLACE_INTERPRETER+=  bash
+REPLACE.bash.old=      /usr/bin/env bash
+REPLACE.bash.new=      ${PREFIX}/bin/bash
+REPLACE_FILES.bash=    programs/mkwinpeimg.in
+
 .include "../../filesystems/libntfs/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index