head 1.4; access; symbols pkgsrc-2022Q3:1.3.0.74 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.72 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.70 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.68 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.66 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.64 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.62 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.60 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.58 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.54 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.34 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.56 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.52 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.3.0.50 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.48 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.46 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.44 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.3.0.42 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.3.0.40 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.3.0.38 pkgsrc-2017Q4-base:1.3 pkgsrc-2017Q3:1.3.0.36 pkgsrc-2017Q3-base:1.3 pkgsrc-2017Q2:1.3.0.32 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.3.0.30 pkgsrc-2017Q1-base:1.3 pkgsrc-2016Q4:1.3.0.28 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.26 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.24 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.22 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.20 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.18 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.16 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.14 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.12 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.10 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.8 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.6 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.4 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.2 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2; locks; strict; comment @# @; 1.4 date 2022.12.25.11.18.59; author wiz; state dead; branches; next 1.3; commitid NnQXmCveO01vJV6E; 1.3 date 2013.07.07.23.46.50; author marino; state Exp; branches; next 1.2; commitid R7oHWv4x962k2BWw; 1.2 date 2013.04.27.13.02.48; author marino; state Exp; branches; next 1.1; 1.1 date 2013.04.27.11.49.56; author marino; state Exp; branches; next ; desc @@ 1.4 log @xmlada: remove Doesn't build in any bulk build I could find. Also remove the three packages using it: grpbuild-aux, aws, aws-demos @ text @$NetBSD: patch-demos_test__ldap_test__ldap.gpr,v 1.3 2013/07/07 23:46:50 marino Exp $ Add -L$PREFIX/lib to linker flags to fix build. --- demos/test_ldap/test_ldap.gpr.orig 2013-07-03 01:11:54.000000000 +0000 +++ demos/test_ldap/test_ldap.gpr @@@@ -35,7 +35,8 @@@@ project Test_LDAP is when "Windows_NT" => for Default_Switches ("Ada") use ("-lwldap32"); when others => - for Default_Switches ("Ada") use ("-lldap", "-llber"); + for Default_Switches ("Ada") use ("-L@@PREFIX@@/lib", + "-lldap", "-llber"); end case; end Linker; @ 1.3 log @www/aws: Update to from version 2.10.0 to 3.1.0 There is no dedicated change log but version 2.10 was introduced to pkgsrc 2.5 years ago. The current capability is described by http://docs.adacore.com/aws-docs/aws.html This is roughly equivalent to Adacore release 2013 of aws. The "gnutls" option was added as an alternative to ssl. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @www/aws-demos: ldap fix Oops, I thought the previous build passed. It was missing a directory creation and it needs to specifically pull in ldap and ssl buildlinks for those options, as well as update the link parameters. Ride on the revbump from a few minutes ago. @ text @d1 5 a5 1 --- demos/test_ldap/test_ldap.gpr.orig 2011-01-25 20:53:15.000000000 +0000 d7 1 a7 1 @@@@ -42,7 +42,7 @@@@ project Test_LDAP is d11 3 a13 2 - for Default_Switches ("Ada") use ("-lldap"); + for Default_Switches ("Ada") use ("-L@@PREFIX@@/lib", "-lldap", "-llber"); @ 1.1 log @www/aws: Fix ldap and multijob support 1) Remove backup master site which will disappear 2) Fixed ldap linkage issue (for aws-demos too) 3) Added multijob support @ text @d8 1 a8 1 + for Default_Switches ("Ada") use ("-L@@PREFIX@@/lib", "-lldap"); @