pkgsrc-WIP-changes archive

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

chromium: set supported platforms



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Sat Jan 25 15:16:51 2025 +0100
Changeset:	8d67cc7483e683ec48616122bb76ade11841ae37

Modified Files:
	chromium/Makefile
Added Files:
	chromium/COMMIT_MSG

Log Message:
chromium: set supported platforms

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8d67cc7483e683ec48616122bb76ade11841ae37

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

diffstat:
 chromium/COMMIT_MSG |  5 +++++
 chromium/Makefile   | 13 +++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

diffs:
diff --git a/chromium/COMMIT_MSG b/chromium/COMMIT_MSG
new file mode 100644
index 0000000000..f5d0fee854
--- /dev/null
+++ b/chromium/COMMIT_MSG
@@ -0,0 +1,5 @@
+www/chromium: import chromium-131.0.6778.204
+
+Chromium is an open-source browser project that aims to build a
+safer, faster, and more stable way for all Internet users to
+experience the web.
diff --git a/chromium/Makefile b/chromium/Makefile
index f89d84de26..783415b8fc 100644
--- a/chromium/Makefile
+++ b/chromium/Makefile
@@ -54,10 +54,13 @@ DEPENDS+=			xdg-utils-[0-9]*:../../misc/xdg-utils
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/compiler.mk"
 
-#ONLY_FOR_PLATFORM+=		*-*-arm # not yet
-#ONLY_FOR_PLATFORM+=		*-*-aarch64 # not yet
-#ONLY_FOR_PLATFORM+=		*-*-i386 # not yet
-ONLY_FOR_PLATFORM+=		*-*-x86_64
+SUPPORTED_OS=			NetBSD-1[0-9].* FreeBSD-*
+SUPPORTED_OS+=			OpenBSD-* Linux-* Darwin-*
+.for os in ${SUPPORTED_OS}
+ONLY_FOR_PLATFORM+=		${os}-x86_64
+ONLY_FOR_PLATFORM+=		${os}-aarch64
+ONLY_FOR_PLATFORM+=		${os}-i386
+.endfor
 
 # Workaround for brotli and other commands.
 #BUILDLINK_TRANSFORM.NetBSD+=	rm:-ldl
@@ -228,8 +231,6 @@ post-extract:
 	${CP} ${FILESDIR}/chromium.sh.in ${WRKSRC}/chromium.sh
 
 pre-configure:
-#	${LN} -sf ${PREFIX}/java/openjdk11/bin/java \
-#		${BUILDLINK_DIR}/bin/java
 	# Prepare internal ffmpeg
 	cd ${WRKSRC}/media/ffmpeg && \
 		${PYTHONBIN} scripts/build_ffmpeg.py \


Home | Main Index | Thread Index | Old Index