pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/aws
Module Name: pkgsrc
Committed By: marino
Date: Sun Jul 8 20:14:28 UTC 2012
Modified Files:
pkgsrc/www/aws: Makefile distinfo options.mk
Added Files:
pkgsrc/www/aws/patches: patch-docs_docs.gpr patch-include_include.gpr
patch-src_soap_soap-message-xml.adb patch-src_src.gpr
Log Message:
www/aws: Build with USE_LANGUAGES+= ada
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.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/aws/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/aws/distinfo pkgsrc/www/aws/options.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/www/aws/patches/patch-docs_docs.gpr \
pkgsrc/www/aws/patches/patch-include_include.gpr \
pkgsrc/www/aws/patches/patch-src_soap_soap-message-xml.adb \
pkgsrc/www/aws/patches/patch-src_src.gpr
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index