Created attachment 150731 [details] port update patch Attached patch updates x11/x3270 to the latest release version.
Created attachment 151551 [details] Revised patch Hi, I have made some further improvements to the port. The code handling the fonts is quite old. There are new easier facilities in the ports tree for that now. I've converted the port to use the @fontsdir keyword which internally works almost as the old code. I also made the port install fonts to it's own directory. I also removed the @dirrm which is deprecated, and mostly unneeded. One only needs the new @dir directive for empty directories or when special permissions are required on a directory. Can you run test the port with my changes and approve the patch if it works? I'm unable to run test it properly, since I miss an host system to connect to.
Looks OK to me. The URL for the download is different, but if it tests as working, go ahead.
A commit references this bug: Author: madpilot Date: Tue Jan 13 19:16:00 UTC 2015 New revision: 376982 URL: https://svnweb.freebsd.org/changeset/ports/376982 Log: - Update to 3.3.15ga7 - Move fonts to own directory - Modernize plist While here, silence one portlint warning. PR: 196101 Submitted by: ecrist at secure-computing.net (maintainer) Changes: head/x11/x3270/Makefile head/x11/x3270/distinfo head/x11/x3270/pkg-plist
Commited. Thanks!