summaryrefslogtreecommitdiff
path: root/devel/gprbuild-aux
AgeCommit message (Collapse)AuthorFilesLines
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-07-08devel/gprbuild-aux: Remove old patchesmarino2-75/+0
CVS mistake; These two patches should have been removed with previous commit.
2012-07-08devel/gprbuild-aux: Upgrade to version GPL 2012 marino12-28/+308
1) Replace custom tarball with Adacore's GPL 2012 release 2) Update license to GPLv3 3) Remove lang/gnat-aux dependency 4) USE_LANGUAGES+= ada (invokes lang/gcc-aux dependency) 5) Update buildlink3.mk to require GPL 2012 version 6) Restore use of pkgsrc wrappers 7) Add Library_Option "-R" support which ignores all automatically generated rpaths* which point to the WRKOBJDIR. DESTDIR isn't supported by GPRBuild, so this rpath disabling is necessary to avoid references to work directories. * gcc and adalib rpaths are excluded with -R option. 8) This Library_Option "-R" matches the same modification added to lang/gcc-aux and lang/gnat-aux's project handler. 9) This modification is required to fix www/aws rpath issues which appears with recent changes to PKG_DEVELOPER=yes checks.
2011-10-04Provide Solaris supportmarino2-1/+17
The GPRBuild Solaris targets were too specific and didn't recognize GNAT-AUX on Solaris (actually OpenIndiana). This patch makes sure GPRBuild-AUX can use GNAT-AUX and any other gcc-based compiler.
2011-02-03add gprbuild-aux-20101120, a Multi-language project builder,drochner6-0/+283
from John Marino per PR pkg/44438