summaryrefslogtreecommitdiff
path: root/devel/gprbuild-aux
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26archivers: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
2021-10-07devel: Remove SHA1 hashes for distfilesnia1-2/+1
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin1-2/+2
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2018-04-02*: reset maintainer for marino on his requestwiz1-2/+2
2017-11-26gprbuild-aux: update HOMEPAGEwiz1-3/+2
2016-11-26devel/gprbuild-aux: change buildlink default full=>buildmarino1-1/+2
Normally gprbuild is only used for building, with a notable exception of the broken devel/gps.
2016-11-26devel/gprbuild-aux: Commit forgotten filemarino2-1/+90
User-error on CVS, the file didn't get successfully added the first time. While here, correct the localbase on the xml data file.
2016-11-25Upgrade USE_LANGUAGES=ada to use lang/gcc5-aux instead of lang/gcc-auxmarino11-320/+77
This large commit accomplishes the following: 1) Switch USE_LANGUAGES=ada to require lang/gcc5-aux (gcc 5.4) instead of lang/gcc-aux (gcc 4.9.2) on gcc.mk 2) Bump affected ports and fix paths as necessary 3) Upgrade devel/gprbuild to the latest release - No longer requires lang/gnat_util - gprslave requires gcc6-aux, so it was disabled for now 4) Fix lang/gnat_util but set PKG_SKIP_REASON - It has no further purpose in the pkgsrc tree - It has no practical purpose outside of the pkgsrc tree - Indicate intent to remove from tree in Jan. 2017 5) Set devel/GPS as failed with PKG_FAIL_REASON - This version of GPS is several years old and at the time they were strongly tied to compiler. - Latest release of GPS require gcc6-aux (not available) and several new and complex dependencies - maintainer (me) has no interest to continue supporting it - Leaving GPS in place until Jan 2017 to give another person chance to upgrade and take over support - Latest version in FreeBSD Ports Collection as a reference point
2016-11-25devel: gnatpython, gprbuild-aux: remove bad MASTER_SITES entrymarino1-3/+2
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-05-09devel/gprbuild-aux: Remove unnecessary post-install targetmarino1-5/+1
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-04-30devel/gprbuild-aux: Update version GPL 2012 to GPL 2013marino12-100/+155
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.
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 2012marino12-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