Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
17.1_2 26 Jun 2021 11:35:06 |
Rene Ladan (rene) |
*/*: Remove expired ports:
2021-06-23 www/aws: Uses EOL Python 2.7 via devel/gnatpython
2021-06-23 www/aws-demos: Uses EOL Python 2.7 via www/aws
2020-12-31 devel/gnatpython: Uses Python 2.7 which is EOLed upstream |
17.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
17.1_2 24 Mar 2021 13:34:36 |
rene |
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665 |
17.1_2 25 Jan 2021 07:14:35 |
antoine |
Mark BROKEN on FreeBSD 14
Reported by: pkg-fallout
MFH: 2021Q1 |
17.1_2 09 Jun 2019 06:40:55 |
tobik |
www/aws: Canonicalize options group names after r503781 (D20426)
Ports that expose options for selecting between GnuTLS or OpenSSL
support often name the options GNUTLS and OPENSSL. Do the same
here for the sake of consistency. As a side effect we get better
option descriptions too. |
17.1_1 03 Apr 2019 08:33:18 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
17.1_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
17.1 01 Feb 2018 17:29:10 |
amdmi3 |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
Approved by: portmgr blanket |
17.1 21 Apr 2017 20:25:01 |
rene |
Return ports maintained by John Marino to the pool, he is no longer interested.
Submitted by: Mark Millard via private e-mail |
17.1 28 Feb 2017 08:33:44 |
mat |
Fix USE_GITHUB's GH_TAGNAME usage.
Sponsored by: Absolight |
17.1.0 15 Feb 2017 21:33:11 |
rene |
Return the ports mistakenly reset to ports@ in r433856 to John Marino.
The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.
The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time. |
17.1.0 11 Feb 2017 12:42:30 |
rene |
Return ports maintained by John Marino to the pool, see r433827 for details |
17.1.0 04 Jan 2017 14:52:01 |
marino |
www/aws: Upgrade version 17.0.1 => 17.1.0 |
17.0.1 11 Oct 2016 07:49:54 |
marino |
www/aws(-demos): Upgrade version 17.0.0 => 17.0.1
Using a separately built templates_parser is just too much work. Instead,
use the framework's GITHUB support to pull template_parser from github
and install in the source tree (as designed). This allows removal and
simplification of several patches.
Rework the -demos port to install several missing files and maintain
the directory tree so that web_elements are relatively in the intended
location. |
17.0.0_1 04 Oct 2016 20:04:02 |
marino |
www/aws(-demos): IGNORE FreeBSD 9 using base SSL
MFH: 2016Q4 |
17.0.0_1 29 Sep 2016 18:51:30 |
marino |
www/aws(-demos): remove WITH_OPENSSL_PORT
I believe the base SSL libraries are sufficient. |
17.0.0 10 Jun 2016 09:50:11 |
marino |
www/aws(-demos): Upgrade 3.3.0.0 => 17.0.0 (Scheme change)
The "NOSSL" option was removed so the user has to choose between the
default OpenSSL or the alternative GNUTLS. |
3.3.0.0_7 10 Jun 2016 00:34:33 |
marino |
lang/asis: Upgrade version 2015 => 2016
Bump ports that depend on ASIS as well. |
3.3.0.0_6 09 Jun 2016 23:14:42 |
marino |
textproc/templates-parser: Upgrade version 11.10.0.0 => 17.0.0
There was a numbering scheme change where 11.10 jumped to 17.0, and there
is an associated soname change. The ports that depend on the templates
parser have been bumped accordingly. |
3.3.0.0_5 09 Jun 2016 22:20:34 |
marino |
devel/gprbuild: Upgrade version 20150506 => 20160609
GPRBuild build is now hosted on github, so we can move away from the
yearly releases and update more frequently. Unfortunately the docs
makefile is currently broken so docs are disabled currently. When
they come back, only txt and html docs will be supported.
This new version detected a missing reference in the template-parser
port so that port has been fixed and the downstream ports bumped
accordingly.
It also discovered an interface specification issue in a designer
example of qtada. I spent a few minutes trying to fix/workaround it,
but ultimately marked it broken. I will also deprecate the port because
it no development has occurred since the port was created, and it's not
even based on a real release. We'll see if anybody cares (3 month
deprecation). |
3.3.0.0_4 09 Jun 2016 13:27:25 |
marino |
textproc/xmlada: Upgrade version 4.6.0.0 => 17.0.0 (scheme change)
The numbering scheme changed to presumably match years (e.g. 17 => 2017)
Bump everything with a build dependency as there is a matching soname
change. Everything still builds on a DF exp-run. |
3.3.0.0_3 30 Apr 2016 06:44:28 |
marino |
Change Ada Framework foundation from gcc5-aux to gcc6-aux
GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.
Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.
Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result. Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only). |
3.3.0.0_2 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
3.3.0.0_2 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
3.3.0.0_2 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
3.3.0.0_1 28 Jun 2015 17:54:22 |
marino |
www/aws: remove extra files from pkg-plist |
3.3.0.0 23 Jun 2015 22:20:35 |
marino |
Ada Framework: Switch to gcc5-aux, upgrade 6 packages at once
The transition from gcc-aux to gcc5-aux in the Ada framework has been
blocked by the inability to build gtkada3 and, once resolved, GPS (due
to tight locking with compiler).
A few days ago, Adacore made their annual release of their main libre
products, include GPS. However, some products were tightly coupled with
the recent compilers, so in order to upgrade, the compiler had to be
switched and dependencies require many ports to be upgraded at once:
* lang/asis
* devel/gnatcoll
* devel/gps
* x11-toolkits/gtkada3 (Only the first 15 lines of the commit message are shown above ) |
3.2.0.0_4 21 Jun 2015 23:35:11 |
marino |
textproc/xmlada: Upgrade version 4.5.0.0 => 4.6.0.0, overhaul make system
Due to the unavailability of a public repository, this version uses
Adacores 2015 distribution of xmlada. It's probably a minor update
from the previous one.
The major change, however, is the creation of a custom makefile to build
and install xmlada. Why? because gnatmake will lose the ability to
build project files in the near future, so xmlada makefiles were changed
to use gprbuild to build and itself it. One problem: gprbuild needs
xmlada as a build dependency. (and it also needs gprbuild to build
itself!!) I could have chosen to keep using gnatmake, but I decided to
bite the bullet, fix it correctly now and not have to get stuck by it
by future versions of gnat that remove project management from gnatmake.
(Only the first 15 lines of the commit message are shown above ) |
3.2.0.0_3 16 Mar 2015 19:01:41 |
marino |
www/aws: Fix dispatcher-timer bug discovered by gcc5-aux |
3.2.0.0_2 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
3.2.0.0_2 16 Oct 2014 11:05:42 |
marino |
Remove @dirrm from my www and x11-toolkits ports |
3.2.0.0_2 24 Jul 2014 18:34:16 |
tijl |
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 (Only the first 15 lines of the commit message are shown above ) |
3.2.0.0_1 23 Jul 2014 09:54:02 |
tijl |
- 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) |
3.2.0.0 25 Jun 2014 05:35:32 |
bapt |
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 |
3.2.0.0 17 May 2014 21:21:18 |
marino |
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.
(Only the first 15 lines of the commit message are shown above ) |
3.1.0.0_2 13 Apr 2014 11:41:47 |
marino |
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) |
3.1.0.0_1 26 Mar 2014 09:41:57 |
marino |
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. |
3.1.0.0_1 15 Feb 2014 16:59:27 |
marino |
www/aws: Specify LICENSE (GPLv3 + GPLv3RLE) |
3.1.0.0 10 Nov 2013 16:22:48 |
marino |
www/aws(-demos): Convert to staging
* Convert USE_GMAKE to USES |
3.1.0.0 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
3.1.0.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.1.0.0 12 Jul 2013 13:40:51 |
marino |
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) |
3.1.0.0 04 Jul 2013 12:58:37 |
wg |
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 |
3.1.0.0 04 Jul 2013 12:31:08 |
wg |
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) |
2.10.0_3 06 Jun 2013 22:31:15 |
rakuco |
Remove leftovers introduced in r320123.
Submitted by: John Marino <draco@marino.st> |
2.10.0_2 06 Jun 2013 19:53:30 |
rakuco |
Fix pkg-plist so that tinderbox gets happy at www/aws-demos.
PR: ports/179362
Submitted by: John Marino <draco@marino.st> (maintainer) |
2.10.0_1 30 Apr 2013 12:13:13 |
bapt |
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> |
2.10.0 22 Mar 2013 11:53:34 |
bapt |
Convert a bunch of www ports to new options framework |
2.10.0 19 Jul 2011 10:58:23 |
culot |
- 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) |
2.10.0 03 Mar 2011 00:45:55 |
wen |
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 (Only the first 15 lines of the commit message are shown above ) |