summaryrefslogtreecommitdiff
path: root/www/aws-demos
AgeCommit message (Collapse)AuthorFilesLines
2016-11-26devel/gprbuild-aux: change buildlink default full=>buildmarino1-2/+2
Normally gprbuild is only used for building, with a notable exception of the broken devel/gps.
2016-11-25Upgrade USE_LANGUAGES=ada to use lang/gcc5-aux instead of lang/gcc-auxmarino1-4/+4
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-09-19Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-2/+2
2016-05-07Use build option framework to not randomly vomit on the console.joerg1-6/+6
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2015-08-23Bump PKGREVISION for nettle shlib major bump.wiz1-2/+2
2014-05-10www/aws-demos: Fix libz and libssl pathsmarino1-2/+3
The libz and libssl paths were not correctly specified. To correct, BUILDLINK_PREFIX has been used.
2014-04-30www/aws-demos: Fix after gprbuild updatemarino1-6/+9
The new gprbuild configuration files must have a slight difference because it can no longer work with the standard buildlink. Passing an additional directory in the pass will fix it though.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz1-1/+2
2013-07-07www/aws-demos: Follow update of www/awsmarino2-10/+30
The www/aws-demos builds off of www/aws, but it required several changes after www/aws was updated to version 3.1.0. Five new demos were also added.
2013-04-27www/aws-demos: ldap fixmarino1-3/+6
Oops, I thought the previous build passed. It was missing a directory creation and it needs to specifically pull in ldap and ssl buildlinks for those options, as well as update the link parameters. Ride on the revbump from a few minutes ago.
2013-04-27www/aws-demos: Several fixesmarino2-20/+36
1) Removed backup master site which is going away 2) Fixed ldap linkage problem 3) Removed two demos that don't build 4) Added three demos conditional on ssl/ldap (ssl demos was always built before but would have failed if aws wasn't built with ssl)
2013-04-07Edited DESCR in the case of:rodent1-3/+2
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-04Remove unnecessary python restriction (to all supported versions).wiz1-3/+1
2012-07-28Make install rule work even when the umask was 077 during build.dholland1-2/+2
2012-07-08www/aws-demos: Build with USE_LANGUAGES+= adamarino2-34/+19
1) Remove lang/gnat-aux dependency 2) USE_LANGUAGES+= ada (invokes lang/gcc-aux dependency) 3) Restore use of pkgsrc wrappers 4) USE_TOOLS+= gawk (remove gawk dependency) 5) Add several CONFIGURE_ARGS 6) Add python dependency 7) Update 1-line description 8) Update long description Given the number of changes requires to build using lang/gcc-aux, it's doubtful that this package built correctly with lang/gnat-aux. Originally www/aws contained the demos and they were split out into a second package after submission, but this split package may not have been properly tested afterwards.
2011-03-23Fix dependencies. XXX why is this not using USE_TOOLS?joerg1-2/+2
2011-03-02-disable the "pre-configure" step which turned out to be unnecessarydrochner3-0/+138
and could cause problems when building as non-root, from John Marino -put the build of demo programs (which was optionally, not switched on per default) into its own pkg, to avoid builds in the "install" phase and conditional PLIST entries -misc cleanup, fix a DESTDIR glitch