Port has been marked broken for some time. While it will install, apparently features I do not use are not correctly installed. The special 3270 fonts included in the package are installed into the wrong location. The attached patch provides the necessary font location override to place the included fonts with the rest of the X11 fonts in "/usr/local/lib/X11/fonts/" vs "/usr/local/share/" The true patch is to modify the CONFIGURE_ARGS variable to force the correct font install location. The included patch also deletes the DEPRECIATED, EXPIRATION_DATE, and BROKEN variables. With the patch installed, tinderbox produces what looks to me clean runs on amd64 7.4, 8.3, and 9.0 and i386 7.4 and 8.3. I'm still building an i386 9.0 environment but believe it will also pass. I'm new at working with tinderbox, so I understand that I might not read the results the same as the maintainer/QA/CM does. I also removed a no longer valid flag "--without-pr3287" that was generating a warning during the configure run. Fix: change the CONFIGURE_ARGS entry "--with-fontdir=local" to "--with-fontdir-${PREFIX}/lib/X11/fonts/local" Patch attached with submission follows: How-To-Repeat: n/a?
State Changed From-To: open->feedback Manually set GNATS notify to ecrist@secure-computing.net since GNATS took the morning off. ecrist@secure-computing.net: patch included in PR.
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
Packages now where it did not package before. <http://lorie.secnap.net/tb/logs/7-scheidell_I386/x3270-3.3.10.log> Waiting for maintainer to approve the changes to CONFIG_ARGS. -- Michael Scheidell, CTO >*| * SECNAP Network Security Corporation d: +1.561.948.2259 w: http://people.freebsd.org/~scheidell
scheidell 2012-06-12 13:08:10 UTC FreeBSD ports repository Modified files: x11/x3270 Makefile Log: - Unbreak by fixing location of fontdir - Remove EXPIRATION/DEPRECATED/BROKEN - No PORTREVISION bump PR: ports/168410 Submitted by: larry bradford <la_bradford@cox.net> Approved by: maintainer (timeout) Revision Changes Path 1.43 +1 -6 ports/x11/x3270/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!