2012-07-08 22:14:28 by John Marino | Files touched by this commit (7) | |
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.
|
2012-03-16 05:31:16 by OBATA Akio | Files touched by this commit (16) |
Log message:
Bump PKGREVISION from default python change to 2.7.
|
2011-07-28 15:24:43 by Matthias Drochner | Files touched by this commit (1) |
Log message:
forgot to remove the stale PLIST
(whether GERNERATE_PLIST is better here is another question)
|
2011-07-19 21:56:37 by Matthias Drochner | Files touched by this commit (6) |
Log message:
fix DESTDIR breakage and other problems, from John Marino per
PR pkg/45136, with minor fixes by me
(PKGREV bumped)
|
2011-03-23 16:41:55 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Fix dependencies. XXX why is this not using USE_TOOLS?
|
2011-02-11 17:48:53 by Matthias Drochner | Files touched by this commit (20) | |
Log message:
add aws-2.10.0.1, a web server library for Ada, from John Marino per PM
|