pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ladybird-git: start package, fails early
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Tue Feb 27 18:41:36 2024 +0100
Changeset: ac17a35ed08063921d45b3e428a0d9efc14be599
Modified Files:
Makefile
Added Files:
ladybird-git/DESCR
ladybird-git/Makefile
ladybird-git/PLIST
ladybird-git/TODO
Log Message:
ladybird-git: start package, fails early
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ac17a35ed08063921d45b3e428a0d9efc14be599
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 3 +++
ladybird-git/DESCR | 1 +
ladybird-git/Makefile | 29 +++++++++++++++++++++++++++++
ladybird-git/PLIST | 1 +
ladybird-git/TODO | 16 ++++++++++++++++
5 files changed, 50 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index ba7799ee76..fa17babac3 100644
--- a/Makefile
+++ b/Makefile
@@ -1819,6 +1819,7 @@ SUBDIR+= kwrited
SUBDIR+= kyototycoon
SUBDIR+= kyra2
SUBDIR+= l2tpd
+SUBDIR+= ladybird-git
SUBDIR+= lambertw
SUBDIR+= lander
SUBDIR+= lanq
@@ -2274,6 +2275,7 @@ SUBDIR+= motion
SUBDIR+= motti
SUBDIR+= mount-zip
SUBDIR+= mount-zip-git
+SUBDIR+= mox
SUBDIR+= mozart
SUBDIR+= mozjpeg
SUBDIR+= mozldap
@@ -5014,6 +5016,7 @@ SUBDIR+= rust-synapse-compress-state
SUBDIR+= rust175
SUBDIR+= rust175-bin
SUBDIR+= rust176
+SUBDIR+= rust176-bin
SUBDIR+= s-nail
SUBDIR+= s2tc
SUBDIR+= s3cmd
diff --git a/ladybird-git/DESCR b/ladybird-git/DESCR
new file mode 100644
index 0000000000..c7464a59af
--- /dev/null
+++ b/ladybird-git/DESCR
@@ -0,0 +1 @@
+Ladybird is the web browser developed for the SerenityOS project.
diff --git a/ladybird-git/Makefile b/ladybird-git/Makefile
new file mode 100644
index 0000000000..10bdc005c6
--- /dev/null
+++ b/ladybird-git/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.18 2015/09/13 07:33:05 thomasklausner Exp $
+
+DISTNAME= ladybird-0.0.0
+CATEGORIES= www
+GIT_REPO= https://github.com/SerenityOS/serenity.git
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://ladybird.dev/
+COMMENT= Independent web browser from scratch from SerenityOS
+LICENSE= 2-clause-bsd
+
+TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
+
+USE_LANGUAGES= c c++
+USE_CXX_FEATURES+= c++20
+GCC_REQD+= 12
+
+#WRKSRC= ${WRKDIR}/serenity/Ladybird
+
+CMAKE_ARGS+= -S Ladybird
+
+# assumes directories exist before they do
+MAKE_JOBS_SAFE= no
+
+.include "../../devel/cmake/build.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../multimedia/qt6-qtmultimedia/buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ladybird-git/PLIST b/ladybird-git/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/ladybird-git/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/ladybird-git/TODO b/ladybird-git/TODO
new file mode 100644
index 0000000000..cb3edcc377
--- /dev/null
+++ b/ladybird-git/TODO
@@ -0,0 +1,16 @@
+Downloads files during build:
+-- Found Python3: /usr/pkg/bin/python3.11 (found version "3.11.8") found components: Interpreter
+-- Removing outdated /scratch/wip/ladybird-git/work/serenity/Ladybird/cmake-pkgsrc-build/Lagom/../caches/CLDR for version 44.1.0
+-- Downloading file cldr.zip from https://github.com/unicode-org/cldr-json/releases/download/44.1.0/cldr-44.1.0-json-modern.zip
+-- Downloading file adobe-icc-profiles.zip from https://download.adobe.com/pub/adobe/iccprofiles/win/AdobeICCProfilesCS4Win_end-user.zip
+-- Removing outdated /scratch/wip/ladybird-git/work/serenity/Ladybird/cmake-pkgsrc-build/Lagom/../caches/CACERT for version 2023-12-12
+-- Downloading file cacert-2023-12-12.pem from https://curl.se/ca/cacert-2023-12-12.pem
+-- Removing outdated /scratch/wip/ladybird-git/work/serenity/Ladybird/cmake-pkgsrc-build/Lagom/../caches/UCD for version 15.1.0
+-- Downloading file UCD.zip from https://www.unicode.org/Public/15.1.0/ucd/UCD.zip
+-- Downloading file emoji-test.txt from https://www.unicode.org/Public/emoji/15.1/emoji-test.txt
+-- Downloading file IdnaMappingTable.txt from https://www.unicode.org/Public/idna/15.1.0/IdnaMappingTable.txt
+-- Downloading file public_suffix_list.dat from https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat
+-- Downloading file commonmark.spec.json from https://spec.commonmark.org/0.30/spec.json
+
+Build fails early, see
+https://github.com/SerenityOS/serenity/issues/23375
Home |
Main Index |
Thread Index |
Old Index