pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/xfce4



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Jan  3 04:08:13 UTC 2025

Modified Files:
        pkgsrc/meta-pkgs/xfce4: Makefile.common

Log Message:
xfce4: add gsed to tools

Xfce build tooling now expects GNU sed explicitly, so reflect that
here.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/meta-pkgs/xfce4/Makefile.common

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

Modified files:

Index: pkgsrc/meta-pkgs/xfce4/Makefile.common
diff -u pkgsrc/meta-pkgs/xfce4/Makefile.common:1.77 pkgsrc/meta-pkgs/xfce4/Makefile.common:1.78
--- pkgsrc/meta-pkgs/xfce4/Makefile.common:1.77 Mon Sep  4 23:00:32 2023
+++ pkgsrc/meta-pkgs/xfce4/Makefile.common      Fri Jan  3 04:08:13 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.77 2023/09/04 23:00:32 gutteridge Exp $
+# $NetBSD: Makefile.common,v 1.78 2025/01/03 04:08:13 gutteridge Exp $
 #
 # used by archivers/xfce4-thunar-archive/Makefile
 # used by devel/xfce4-conf/Makefile
@@ -65,7 +65,7 @@ XFCE4_VERSION=                4.18.1
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake pkg-config msgfmt msgmerge perl intltool xgettext
+USE_TOOLS+=            gmake gsed pkg-config msgfmt msgmerge perl intltool xgettext
 
 XFCE4_EGBASE=          ${PREFIX}/share/examples/xfce4
 



Home | Main Index | Thread Index | Old Index