pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-llhttp-ffi
Module Name: pkgsrc
Committed By: taca
Date: Mon Aug 11 16:39:46 UTC 2025
Modified Files:
pkgsrc/www/ruby-llhttp-ffi: Makefile
Removed Files:
pkgsrc/www/ruby-llhttp-ffi/patches: patch-.._llhttp-ffi-0.5.1.gemspec
Log Message:
www/ruby-llhttp-ffi: avoid to patch gemspec file
Instead of patch(1), use OVERRIDE_GEMSPEC to modify gemspec file.
NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-llhttp-ffi/Makefile
cvs rdiff -u -r1.1 -r0 \
pkgsrc/www/ruby-llhttp-ffi/patches/patch-.._llhttp-ffi-0.5.1.gemspec
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/ruby-llhttp-ffi/Makefile
diff -u pkgsrc/www/ruby-llhttp-ffi/Makefile:1.1 pkgsrc/www/ruby-llhttp-ffi/Makefile:1.2
--- pkgsrc/www/ruby-llhttp-ffi/Makefile:1.1 Mon Aug 11 11:51:08 2025
+++ pkgsrc/www/ruby-llhttp-ffi/Makefile Mon Aug 11 16:39:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/08/11 11:51:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2025/08/11 16:39:46 taca Exp $
DISTNAME= llhttp-ffi-0.5.1
CATEGORIES= www
@@ -13,6 +13,12 @@ DEPENDS+= ${RUBY_PKGPREFIX}-ffi-compiler
USE_LANGUAGES= c
GEM_CLEANBUILD= # empty
+OVERRIDE_GEMSPEC+= :files ext/aarch64-darwin/libllhttp-ext.bundle= \
+ ext/aarch64-darwin/llhttp/api.o= \
+ ext/aarch64-darwin/llhttp/http.o= \
+ ext/aarch64-darwin/llhttp/llhttp.o= \
+ ext/aarch64-darwin/llhttp/llhttp_ext.o=
+
post-extract:
${RM} -rf ${WRKSRC}/ext/aarch64-darwin
Home |
Main Index |
Thread Index |
Old Index