1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Tijl Coosemans
37f54e0f66 net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
2014-07-24 18:34:16 +00:00
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
John Marino
640e99a0f6 www/aws: Upgrade from 3.1.0.0 => 3.2.0.0
The templates parser was split out from AWS and due to quirk how
GPRBuild interacts with aggregate library projects, linking it as a
separate library was more than challenging.  It would drop a library
exchange file (aws.lexch) in /usr/local/lib/templates_parser during
the linking process.  Ports are not support to touch areas outside of
their work directory -- if they do, builders will notice and fail the
port.  After hours of trying to get GPRLib to behave, I was reduced to
copying the *.ali files over to the work directory and creating a
custom gpr file to make linking legal.  In the process, I noticed AWS
was linking back to work directory (sanity checks don't flag this yet)
so that was fixed the the custom "-R" option that I added to GPRBuild
a couple of years ago.

I had to create a custom aws.gpr file for lib/gnat, and it works really
well.  Currently something like 238 of 243 tests are passing and the
failing ones are socket related and may looking for linux-specific
output in a couple of cases.

* Documentation is now based on Sphinx.
* A fixed package list has replaced the generated one (due to number
  of options, this was a real chore to generate and validate)
* The option to generate only a shared library was removed.  It was
  confusing and not really useful.  It produces static and shared
  libraries by default, and the shared ones can be suppressed optionally.
* The FreeBSD-specific makefile was removed.  The previous issue was
  caused by the way the compiler was built which has since been fixed
* ASIS was added as dependency
* RUN_DEPENDS were defined (they were missing before)
* GNUTLS support was fixed.  It requires version 3 now and does not
  required gcrypt or openssl anymore which indicated a previous problem.

The aws-demos port had some missing files and other problems.  It has
been updated at the same time.  Note that the output directory has
changed from share/examples/aws-demos to share/examples/aws.  A couple
of tests that were broken now build, and a new test was added.

This update comes straight from the latest repositories and was custom
packaged.  The annual Adacore release was about 5 months old.
2014-05-17 21:21:18 +00:00
John Marino
5ddb7da7f2 www/aws: Fix usage of aws in jailed environment
AWS has a sanity check that assumes that binding to the standard loopback
address of 127.0.0.1 is always possible, but this is not a good assumption
inside a FreeBSD jail.  The result is that connection is success because
it adjusts the 127.0.0.1 address correctly on the fly, but the sanity
check is no longer valid.  The provided patch changes the sanity check to
get the address rather than assuming 127.0.0.1.

PR:		ports/188342
submitted by:	Natacha Porte
Approved by:	maintainer (myself)
2014-04-13 11:41:47 +00:00
John Marino
87c6b5340d textproc/xmlada, www/aws: Hack to fix build on FreeBSD 8
For an unknown reason, the shared version of the xmlada library fails
to link on FreeBSD 8.  To at least get it building, only the static
version is built on that platform.  As a consequence, www/aws had to
have a similar FreeBSD8-only instruction.  Neither requires plist
adjustments because they both have generated plists.  No bump is
required because neither have been building on FreeBSD 8.

xmlada is due to be updated anyway.  Most Ada libraries are static and
I very well just convert xmlada to be a static-only library without
condition.

While here, fix a check-orphans failure due to licensing on aws.
2014-03-26 09:41:57 +00:00
John Marino
7510da8b64 www/aws: Specify LICENSE (GPLv3 + GPLv3RLE) 2014-02-15 16:59:27 +00:00
John Marino
b028024cc7 www/aws(-demos): Convert to staging
* Convert USE_GMAKE to USES
2013-11-10 16:22:47 +00:00
Baptiste Daroussin
85fbf21ec5 Add NO_STAGE all over the place in preparation for the staging support (cat: www) 2013-09-20 23:36:50 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
John Marino
5feebd9c74 Replace John Marino email address with FreeBSD version
While I'm here, also trim the headers on a couple of ports and remove
a reference to the Dragonlace mirror which is down indefinitely.

Approved by:	bapt (mentor)
2013-07-12 13:40:50 +00:00
William Grzybowski
071055deb6 www/aws: fix secure socket layer selection
What we really wanted here is SINGLE, which allows only option to be selected,
and not none.

Reported by:	bapt
2013-07-04 12:58:37 +00:00
William Grzybowski
cc3063e8db www/aws: udpate to 3.1.0.0
- Update to 3.1.0.0
- Auto generate pkg-plist
- Add another option for SSL

PR:		ports/180242
Submitted by:	John Marino <draco@marino.st> (maintainer)
2013-07-04 12:31:07 +00:00
Raphael Kubo da Costa
c9c5de0c6d Remove leftovers introduced in r320123.
Submitted by:	John Marino <draco@marino.st>
2013-06-06 22:31:15 +00:00
Raphael Kubo da Costa
6148b8c3b3 Fix pkg-plist so that tinderbox gets happy at www/aws-demos.
PR:		ports/179362
Submitted by:	John Marino <draco@marino.st> (maintainer)
2013-06-06 19:53:29 +00:00
Baptiste Daroussin
8f3258f077 support USES+= ada
Remove demos and put then in another port (they require aws to be installed before they can build)
Fix LDAP support
Fix PLIST in multiple places
Fix RPATH issues (tested in pkgsrc)
Fix gcc-aux incompatibilities
Use new gprbuild port
convert to new options framework
support multijob building
Remove demos
Rename ipv6 options to ip6 to avoid having it on by default.

PR:		ports/178163
Submitted by:	John Marino <draco@marino.st>
2013-04-30 12:13:12 +00:00
Baptiste Daroussin
606c17b9c8 Convert a bunch of www ports to new options framework 2013-03-22 11:53:34 +00:00
Frederic Culot
be1cfc221a - Do not hardcode Python version in Makefile test target
- Avoid sed errors during documentation build

PR:		ports/158896
Submitted by:	John Marino <freebsdml@marino.st> (maintainer)
2011-07-19 10:58:23 +00:00
Wen Heping
2896d3abc3 AWS stands for Ada Web Server, but it is more than just another webserver...
AWS is a complete framework to develop web based applications.  The main
part of the framework is the embedded web server.  This small yet powerful
web server can be embedded into your application so your application will be
able to talk with a standard web browser such as Microsoft Internet Explorer
or Netscape Communicator.  Around this web server, a lot of services have
been developed.

The framework includes:
  * seb parameters module         * session server
  * SOAP support                  * WSDL generation from Ada
  * template parser               * AJAX support
  * HTTPS/SSL support             * large server support
  * virtual hosting support       * server push
  * directory browser             * status page
  * log module                    * hotplug module
  * light communications API      * configuration API
  * client API                    * web page service
  * SMTP support                  * LDAP support
  * Jabber support

WWW: http://libre.adacore.com/libre/tools/aws/

PR:		ports/153828
Submitted by:	John Marino <freebsdml@marino.st>
2011-03-03 00:45:55 +00:00