On 3/10/2018 8:23 AM, Stuart Henderson wrote: > This shouldn't be CONFIGURE_STYLE=simple - CONFIGURE_STYLE=gnu is > correct already.
It is? It seems to work correctly with CONFIGURE_STYLE=simple. I'm still sort of new to this, do you mind explaining why? > Is it actually required to run rt-test-dependencies? I haven't used rt > for some years but from what I remember it's just a checker and doesn't > make any actual changes? Based on Paul's comments, I see now that it is not. The patch without that part is below. ───────────────── William Leuschner [email protected] Index: Makefile =================================================================== RCS file: /cvs/ports/www/rt/Makefile,v retrieving revision 1.40 diff -u -p -r1.40 Makefile --- Makefile 11 Jan 2018 19:27:12 -0000 1.40 +++ Makefile 20 Mar 2018 15:38:36 -0000 @@ -4,7 +4,7 @@ COMMENT= industrial-grade ticketing sys DISTNAME= rt-4.4.2 CATEGORIES= www -REVISION= 0 +REVISION= 1 MAINTAINER= Robert Nagy <[email protected]> Index: pkg/README =================================================================== RCS file: /cvs/ports/www/rt/pkg/README,v retrieving revision 1.1 diff -u -p -r1.1 README --- pkg/README 14 Jun 2011 13:19:33 -0000 1.1 +++ pkg/README 20 Mar 2018 15:38:36 -0000 @@ -20,3 +20,6 @@ ${PREFIX}/share/doc/rt3/README If you are upgrading your installation, don't forget to run: # rt-setup-database --dba <yourdbauser> --prompt-for-dba-password \ --action upgrade + +If you plan to connect your rt installation to an LDAP domain, +install p5-ldap.
