Commit graph

7 commits

Author SHA1 Message Date
marino
9488073384 devel/gprbuild-aux: Remove unnecessary post-install target
SunOS find does not support -empty.  This was used by the post-install
target to remove empty directories, and the command consequently failed
there.  It turns out that pkgsrc just ignores empty directories when it
is creating the package list so we don't need the target at all.
2014-05-09 12:14:58 +00:00
marino
b44cf5b8a4 devel/gprbuild-aux: Update version GPL 2012 to GPL 2013
GPRBuild needs to be built with GNAT sources, so it now depends on
the new library lang/gnat_util.  It installs two new programs:
gprinstall and gprslave.  This is the latest version published by
Adacore.
2014-04-30 16:28:09 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
marino
45b5958f1f devel/gprbuild-aux: Remove old patches
CVS mistake; These two patches should have been removed with previous
commit.
2012-07-08 20:11:09 +00:00
marino
2597964706 devel/gprbuild-aux: Upgrade to version GPL 2012
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.
2012-07-08 20:08:42 +00:00
marino
6276bff1e4 Provide Solaris support
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-10-04 21:38:21 +00:00
drochner
abc6dca3ca add gprbuild-aux-20101120, a Multi-language project builder,
from John Marino per PR pkg/44438
2011-02-03 19:04:02 +00:00