pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pax-utils



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Tue May 10 13:07:50 UTC 2022

Modified Files:
        pkgsrc/devel/pax-utils: Makefile

Log Message:
pax-utils: needs gsed.

Fixes the build on Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/pax-utils/Makefile

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

Modified files:

Index: pkgsrc/devel/pax-utils/Makefile
diff -u pkgsrc/devel/pax-utils/Makefile:1.2 pkgsrc/devel/pax-utils/Makefile:1.3
--- pkgsrc/devel/pax-utils/Makefile:1.2 Mon Apr 25 13:09:08 2022
+++ pkgsrc/devel/pax-utils/Makefile     Tue May 10 13:07:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/04/25 13:09:08 fcambus Exp $
+# $NetBSD: Makefile,v 1.3 2022/05/10 13:07:50 fcambus Exp $
 
 DISTNAME=      pax-utils-1.3.4
 CATEGORIES=    devel
@@ -10,7 +10,7 @@ HOMEPAGE=     https://wiki.gentoo.org/wiki/H
 COMMENT=       ELF related utils for ELF 32/64 binaries
 LICENSE=       gnu-gpl-v2
 
-USE_TOOLS+=            bash:run gmake
+USE_TOOLS+=            bash:run gmake gsed
 REPLACE_BASH+=         symtree.sh
 REPLACE_PYTHON+=       lddtree.py
 



Home | Main Index | Thread Index | Old Index