head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.24 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.22 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.20 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.18 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.16 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.14 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.12 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.10 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.8 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.6 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.4 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @// @; 1.1 date 2023.06.01.13.03.53; author bacon; state Exp; branches; next ; commitid FE8RUlADM1GoefrE; desc @@ 1.1 log @biology/fastp: Update to 0.22.0 Adds deduplication subcommand Changes: https://github.com/OpenGene/fastp/releases Holding off on 0.23, which depends on the non-portable Intel isa-l, which does not build on Darwin aarch64 @ text @$NetBSD$ # Make sure main() returns a value --- src/main.cpp.orig 2021-10-19 02:19:29 UTC +++ src/main.cpp @@@@ -1,4 +1,5 @@@@ #include +#include #include "fastqreader.h" #include "unittest.h" #include @@@@ -18,7 +19,7 @@@@ int main(int argc, char* argv[]){ if(argc == 1) { cerr << "fastp: an ultra-fast all-in-one FASTQ preprocessor" << endl << "version " << FASTP_VER << endl; //cerr << "fastp --help to see the help"<