head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.10 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.8 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.6 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.4 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.4.0.2 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.2.0.24 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.22 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.20 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.18 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.16 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.14 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.12 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.10 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.8 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.6 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.4 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.2 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.1.0.6 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.4 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.2 pkgsrc-2021Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2025.02.20.14.38.18; author manu; state Exp; branches; next 1.3; commitid GKzb9tEJd59QvdKF; 1.3 date 2024.12.24.10.36.32; author nia; state dead; branches; next 1.2; commitid rgxTSQLghMFM2KCF; 1.2 date 2022.01.26.16.41.45; author tm; state Exp; branches; next 1.1; commitid IQ7K3r0Mah6kcaqD; 1.1 date 2021.06.14.16.51.39; author gdt; state Exp; branches; next ; commitid eljiZ6g6995zx7XC; desc @@ 1.4 log @Add SOPE5 5.11.2 SOPE is an extensive set of frameworks which form a complete Web application server environment. Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and iCalendar parsing. @ text @$NetBSD: patch-general.make,v 1.1 2020/04/16 09:40:50 manu Exp $ Prevent -frecord-gcc-switches to be added, because pkgsrc checks choke on the presence of working directory strings inside the binaries. --- general.make.orig 2020-04-15 09:51:06.284218723 +0200 +++ general.make 2020-04-15 09:51:25.863408691 +0200 @@@@ -22,6 +22,6 @@@@ # Ensure we store in the ELF files minimal debugging # information plus the compiler flags used; that can # be afterwards read with: # readelf -p .GCC.command.line /path/to/elf_file -ADDITIONAL_OBJCFLAGS += -g $(call cc-option,-frecord-gcc-switches) +ADDITIONAL_OBJCFLAGS += -g $(call cc-option) @ 1.3 log @devel: Remove SOPE5. This is broken on every pkgsrc platform for well over a year and no objections were posted on pkgsrc-users@@. @ text @d1 1 a1 1 $NetBSD: patch-general.make,v 1.2 2022/01/26 16:41:45 tm Exp $ d3 3 a5 3 Don't include command line in output. Add missing linker flag objc in general.make because env or pkgsrc LDFLAGS are not working. d7 4 a10 3 --- general.make.orig Tue Jan 18 16:17:06 2022 +++ general.make Wed Jan 26 16:19:05 2022 @@@@ -23,5 +23,8 @@@@ d15 2 a16 6 - +ADDITIONAL_OBJCFLAGS += -g +# Ensure linking to objc works correctly. Because the +# env or pkgsrc variable LDFLAGS isn't working it's +# required configure it here: +ADDITIONAL_LDFLAGS += -lobjc @ 1.2 log @devel/SOPE5: update to 5.5.0 Version upgrade from upstream. Including build fixes with fragile (gcc) flag, building without OpenLDAP option and new upstream master sites. Changelog: 5.5.0 * fix(imap): improve debugging of EOQualifier * fix(core): improve SSL error log * Revert "fix(imap): parse message/global structure like message/rfc822" 5.4.0 * fix(pgsql): add open connection count in debugging output 5.3.0 * fix(mime): restore SENT-DATE support in EOQualifier * fix(imap): parse message/global structure like message/rfc822 * feat(imap): allow search by keyword * fix(core): don't eat successive LF when decoding quoted printable * core: accept range with no duration in date intersection * feat(imap): add support for UID MOVE operation * fix(mime): encode text parts individually * fix(imap): force envelope subject to return a string 5.2.0 * fix(imap): parse messages quota * fix(imap): don't unselect mailbox if none is selected * fix(imap): flatten and sort inner threads * fix(appserver): add timestamp to all web resources @ text @d1 1 a1 1 $NetBSD: patch-general.make,v 1.1 2021/06/14 16:51:39 gdt Exp $ @ 1.1 log @devel/SOPE5: Add version 5.1.0 From pkg/55459 submitted by Dima Veselov, and followup via email, with some modifications by me. SOPE is an extensive set of frameworks which form a complete Web application server environment. Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and iCalendar parsing. @ text @d1 1 a1 1 $NetBSD: patch-general.make,v 1.1 2020/08/11 18:48:57 joerg Exp $ d4 2 d7 3 a9 3 --- general.make.orig 2020-08-10 11:54:58.508538683 +0000 +++ general.make @@@@ -23,5 +23,5 @@@@ endif d14 1 d16 4 a19 1 @