pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/unit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  4 14:13:22 UTC 2026

Modified Files:
        pkgsrc/www/unit: Makefile.common

Log Message:
unit: fix pattern for ruby so files

Fixes build of unit-ruby.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/unit/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/www/unit/Makefile.common
diff -u pkgsrc/www/unit/Makefile.common:1.6 pkgsrc/www/unit/Makefile.common:1.7
--- pkgsrc/www/unit/Makefile.common:1.6 Sat Feb  8 04:08:59 2025
+++ pkgsrc/www/unit/Makefile.common     Sun Jan  4 14:13:22 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2025/02/08 04:08:59 taca Exp $
+# $NetBSD: Makefile.common,v 1.7 2026/01/04 14:13:22 wiz Exp $
 #
 # used by devel/libunit/Makefile
 # used by www/unit/Makefile
@@ -53,7 +53,7 @@ CONFIGURE_ARGS+=      --user=${UNIT_USER}
 CONFIGURE_ARGS+=       --group=${UNIT_GROUP}
 CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
 
-CHECK_WRKREF_SKIP=     libexec/unit/modules/ruby.unit.so
+CHECK_WRKREF_SKIP+=    libexec/unit/modules/ruby*.unit.so
 
 .include "../../www/unit/options.mk"
 



Home | Main Index | Thread Index | Old Index