Commit graph

14 commits

Author SHA1 Message Date
marino
c1d2529542 www/aws-demos: Fix libz and libssl paths
The libz and libssl paths were not correctly specified. To correct,
BUILDLINK_PREFIX has been used.
2014-05-10 00:00:05 +00:00
marino
f9d192bdb8 www/aws-demos: Fix after gprbuild update
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-04-30 16:30:57 +00:00
tron
c64e9eb269 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
wiz
e03c03b6dc Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
marino
5192d24220 www/aws-demos: Follow update of www/aws
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-07-07 23:47:40 +00:00
marino
0781af4aa9 www/aws-demos: ldap fix
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-27 13:02:48 +00:00
marino
2ab1fedd48 www/aws-demos: Several fixes
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-27 11:52:43 +00:00
rodent
6b46c62d2e Edited DESCR in the case of:
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.
2013-04-07 20:49:31 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
84037564dc Remove unnecessary python restriction (to all supported versions). 2012-10-04 07:05:53 +00:00
dholland
943a4bd879 Make install rule work even when the umask was 077 during build. 2012-07-28 23:43:56 +00:00
marino
e952d33952 www/aws-demos: 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) 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.
2012-07-08 20:16:13 +00:00
joerg
c55c476d69 Fix dependencies. XXX why is this not using USE_TOOLS? 2011-03-23 15:41:55 +00:00
drochner
199f7faddb -disable the "pre-configure" step which turned out to be unnecessary
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
2011-03-02 10:14:31 +00:00