summaryrefslogtreecommitdiff
path: root/www/aws/patches
AgeCommit message (Collapse)AuthorFilesLines
2014-05-09www/aws: Link aws tools with runpath to libsslmarino1-0/+22
The aws tools were linked to libssl without rpath. If libssl is not located in a standard library search path, the rtld will not be able to find it (as seen on Joyent dev area). This change links the libssl runpath to the tools.
2014-05-09www/aws: Fix build for different zlib and libssl locationsmarino1-0/+36
The configuration for the location of libz and libssl both were wrong, and they were corrected with their respective BUILDLINK_PREFIX. In addition, regardless of where libssl is located, the standard location (/usr/include) was searched instead of relative to the library. This required a patch to the GPR build in order to pass -I<loc> to the compilation of C files. The unnecessary removal of empty directories was removed as SunOS find does not support the -empty switch. Tested on Joyent dev area where both libz and libssl are not at /usr/lib.
2013-07-07www/aws: Update to from version 2.10.0 to 3.1.0marino26-387/+157
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.
2013-04-27www/aws-demos: ldap fixmarino1-1/+1
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.
2013-04-27www/aws: Fix ldap and multijob supportmarino2-1/+21
1) Remove backup master site which will disappear 2) Fixed ldap linkage issue (for aws-demos too) 3) Added multijob support
2012-07-08www/aws: Build with USE_LANGUAGES+= adamarino4-0/+62
1) Remove lang/gnat-aux dependency 2) USE_LANGUAGES+= ada (invokes lang/gcc-aux dependency) 3) Restore use of pkgsrc wrappers 4) Utilize custom capability of devel/gprbuild-aux Library_Options ("-R" and "-Wl,-R" to redefine rpaths of shared libraries to remove references to the work directory. This error was highlighted by new updates to the PKG_DEVELOPER=yes checks. 5) Fix for Ada 2012 binding interpretation that prevented build on lang/gcc-aux. (AI05-0115, aggregates with invisible components) 6) GPRBuild-based packages require USE_LANGUAGES+= c++ fortran in addition to "c" and "ada" because GPRBUILD probes for these languages. If they aren't on the language list, pkgsrc comes back with a warning message that causes gprbuild to throw an unhandled exception due to a regex failure. www/aws doesn't contain c++ or fortran despite the value of USE_LANGUAGES.
2011-07-19fix DESTDIR breakage and other problems, from John Marino perdrochner3-4/+37
PR pkg/45136, with minor fixes by me (PKGREV bumped)
2011-03-02-disable the "pre-configure" step which turned out to be unnecessarydrochner1-4/+18
and could cause problems when building as non-root, from John Marino -put the build of demo programs (which was optionally, not switched on per default) into its own pkg, to avoid builds in the "install" phase and conditional PLIST entries -misc cleanup, fix a DESTDIR glitch
2011-02-11add aws-2.10.0.1, a web server library for Ada, from John Marino per PMdrochner14-0/+331